I’m going for the terse list of links. It’s sort of Neukirchen-ish.
- Top 10 Command Line Utilities 2012. a bit silly given the program age but that’s OK. (via)
- The Vim Beginner’s Site. (also via)
- An Amiga emulator in Javascript. (via)
- In the same vein, World of Commodore videos. (via)
- 2600, from 1985, in free collected form. (via)
- Russ Cox’s writing. I’ve linked to some of it before. It’s all fun reading.
- IRC is dead, long live IRC. Shows the first IRC server.
Your unrelated link(s) of the week: Some very good tutorial videos. Don’t worry, it’s just electrostatic discharge, wire safety, fun with capacitors, and how to make a Windows shortcut (via/via)
Re: Top 10 Command Line Utilities 2012:
tmp > ls *.zip | xargs md5
MD5 (input.zip) = d760b448595f844b1162eaa3c04f83d8
MD5 (reassembled.zip) = d760b448595f844b1162eaa3c04f83d8
“ls *.zip | xargs md5”
seriously!?
This one is nice too
cat `ls x*` > reassembled.zip