Github still provides Atom feeds for recent commits to a repository — append .atom
to the end of a branch’s commit list (example).
Tag: code
Only crashes on Wednesdays
A fun bug story about crashes that only happened on Wednesdays:
After several weeks of frustration, where entire days devoted to experimentation had produced no results, I ended up basically adding printf statements to every single line between receiving the event from the serial port and writing it in the database… and in the process, as I revisited every line of that code, a sinking realization dawned on me.
Wild javascript
Chrome Experiments showcases some pretty amazing examples of javascript in action. You’ll want to be using one of the more modern browsers to visit the site.