Inner and Outer SQL joins
Source: codinghorror.com
M83’s - Midnight City
Design Patterns
Very informative page describing software design patterns and anti-patterns.
Skrillex dub lyrics
Bloody Awesome!
So thats how much memory I have.....
great little article on how to read system memory with linux accurately
Commando!
The Linux graphics stack from X to Wayland
Great article explaining the history of the ‘X’ windowing system and how its ‘replacement’ Wayland hopes to improve things where X fails.
What’s my memory?
So I created this little tool for telling me what my available memory is with a simple keyboard shortcut. For me checking free memory is something I do regularly, this tool beats the usual ‘free -m’ at the command line…

So instead, all I have to do now is, “Ctrl + `”, from the keyboard…

By selecting “Ctrl+`” from the keyboard I get this little ‘notify-send’ message displaying to screen letting me know how much free memory I have.
notify-send is very useful for bash script notifications! Here’s the script for my free memory tool…

InfoQ: A Crash Course in Modern Hardware
Interesting presentation on modern computing hardware and how it works.
Lets-Play Test-Driven-Development
Great series on test-driven-development, how and why through eclipse.
