jmoiron plays the blues
#heartbleed security notices for dpkg inclined people: ubuntu.com/usn/usn-2165-1/ and security-tracker.debian.org/tracker/CVE-20…
a compendium of startup failure newspeak ourincrediblejourney.tumblr.com
The key to making programs fast is to make them do practically nothing. -- lists.freebsd.org/pipermail/free…
I'd imagine the venn diagram PGP and npm users to resemble a pair of spectacles. #keybase
fascinating white paper from @xaprb on untangling query resource usage w/ regression analysis on time series data vividcortex.com/query-regressi…
#golang slice internals: empty slices vs zero values, capacity growth w/ append play.golang.org/p/F6XBNGhbMc
If you have a map-heavy #golang program spending lots of time in runtime.memhash, you can get much more perf on a box w/ aes-ni extensions.
Linux on the desktop: github.com/sigurdga/gnome…
big update to sqlx today, adding the ability to prepare named queries #golang
#golang find an anon func in your go binary, eg if highlighted by pprof (they are numbered): objdump -dl <bin> |grep -C2 func·004