Vishal Doshi
Vishal Doshi
Cloudflare workers seem to recv. a few more headers; * cf-ipcountry * cf-ray * cf-visitor * x-forwarded-proto * cookie (__cfuuid) See https://echo1.grynn.workers.dev
Make it easier to make releases / maintain
Nothing fancy needed, just something like: 1. `git tag v0.0.4` 2. `git push --tags` 3. `gh release create --draft --title "$(shell git describe --tags)"` Without a tag/release not sure if...
This is really awesome; makes my life infinitely better!
Make mongo/mongo-express listen on localhost only. Can still be accessed via ssh tunnel Example: ssh -L8081:127.0.0.1:8081 A little bit more secure
Usecase: I use my daily notes page as a kind of inbox, capturing thoughts and ideas as they flow in during the course of the day. Once I finished with...
For some items, the headline is enough to tell me I don't want to read it. It would be awesome if items could be marked as read, without having to...
Sometimes it is useful to have the error stream instead of stdout (esp. if the errorlevel != 0) For example: var x = cmd.git.describe(); //could return empty string, though console...
Link to Finbox, Unhedged and/or Yahoo Finance. Example: 
Repro: Create a dummy ethernet device ``` ip link add dummy1 type dummy ip link #shows #xx: dummy1: mtu 1500 qdisc noop state DOWN mode DEFAULT #link/ether a6:c5:7f:bc:31:11 brd ff:ff:ff:ff:ff:ff...