Understanding C by Learning Assembly —
A look at disassembling and reading a simple C program with GDB and then using GDB and assembly to understand how static local variables work in C.
// David Albert
Toward Higher Precision in Timekeeping —
A look at PTP (Precision Time Protocol) and how it's an emerging alternative to NTP (Network Time Protocol).
// Rick Ratzel
Visual Programming and Why It Sucks —
The idea of 'visual programming' never seems to die away but invariably fails to catch on. Worth it for the comments more than anything.
// Davor Babic
Building a Geofencing System —
A short series of posts that digs into using Ruby and MongoDB to build a 'geofencing' system.
// John Murray
PostgreSQL 9.2 —
Improved performance, JSON data type support, cascading replication support.
Visual Studio Express 2012 —
The free 'express' version of Visual Studio 2012 is now available for building Windows desktop apps with C#, Visual Basic, and C++. A 600MB download.
// Microsoft
WebStorm 5.0 — JetBrains' JavaScript IDE // JetBrains
Xiki: A Shell Console with GUI Features —
Calling itself 'a shell terminal but better', Xiki is an interesting and flexible console that needs to be seen to be believed.
powerline-bash: A Powerline-Style Prompt for Bash —
Powerline is a vim plugin that adds attractive and more functional statuslines to the editor. powerline-bash brings similar styling to your bash prompt.