How Not to Write a Signal Handler
Hacker News
27 November 2014Hacker News
27 November 2014Planet Mozilla
Lately I've been reading about the design and implementation of the FreeBSD Operating System (great book, you should read it). However I find browsing the source code quite painful. Using vim or emacs is fine for editing invidual files, but when you are…
27 November 2014Planet Debian
I recently realised that one can browse the archives of debian-private via SSH. I find this a good compromise between subscription and ignorance. Here is for instance the command for November. ssh -t master.debian.org mutt -f /home/debian/archive/debian…
26 November 2014Hacker News
Update 2014-11-26: so this old post hit the HN front page. Feel free to join the discussion over there: https://news.ycombinator.com/item?id=8661387. If premature optimisation is the root of all evil, then timely optimisation is clearly the sum of all…
26 November 2014Hacker News
PSQL is an object-relational database developed on the Internet by a group of developers spread across the globe. It is an open-source alternative to commercial databases like Oracle and Informix. PSQL was originally developed at the University of…
26 November 2014Hacker News
I’ve come to the conclusion that believing in idealisms is wrong. When I was in my first steps of learning Python, somehow I stumbled across a presentation by the name of Stop Writing Classes. I’m not even sure why I watched it. At the time I didn’t even…
25 November 2014Hacker News
Perform a merge between two branches incrementally. If conflicts are encountered, figure out exactly which pairs of commits conflict, and present the user with one pairwise conflict at a time for resolution. * Reduce the pain of resolving merge conflicts…
24 November 2014Hacker News
24 November 2014Hacker News
23 November 2014Hacker News
23 November 2014