An intro to bash: Easiest guide to .bashrc. I particularly liked this one:
var() {
eval "export $1=\"$2\""
}
Dangerous, but cool.
An intro to bash: Easiest guide to .bashrc. I particularly liked this one:
var() {
eval "export $1=\"$2\""
}
Dangerous, but cool.
These are great: John Romero on Programming principles from id software
Today I read My Third Year as a Solo Developer which is about a dude trying to establish himself as a solo developer after leaving Google.
This looks pretty kickass: Vim as IDE.
Today I discovered Design Patterns Explained with Food. It’s fun. The original GoF patterns implemented for food.
Today I read Reasoning about code is a scam, itself a rather contrarian piece. But I enjoyed it.
Today I learned about D3.js which looks pretty interesting. A JavaScript library for “data-driven documents”.
Check out pup for parsing HTML on the command line. Does pretty printing too.
Today I discovered Generating unique, random-looking voucher codes.
Today I discovered Incomplete List of Mistakes in the Design of CSS.