MoxonoM RSS

MoxonoM is the voice of manveru, a guy with interests in programming, life and all the rest.
Mar
27th
Thu
permalink
Jan
20th
Sun
permalink
Jan
11th
Fri
permalink
Dec
12th
Wed
permalink
Nov
27th
Tue
permalink
permalink
Sep
5th
Wed
permalink

shorto: xmonad—0.3 released “Xmonad is a...

xmonad—0.3 released “Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured.”

(via manveru’s shared items in Google Reader)

Aug
26th
Sun
permalink

Seesaw: An Improved Restart System for Mongrel

Seesaw2

Most Rails developers will be familiar with Zed Shaw’s Mongrel, a great HTTP library used by most Rails developers to either test or deploy their applications (it’s also pretty great for building your own basic HTTP handlers too, but I digress).
Sometimes when restarting applications after code updates, some requests can be “lost” in the whole process, particularly in high-traffic environments. Seesaw, developed by Max Muermann and Matt Allen, however, resolves this problem by restarting your mongrel processes one by one so that availability is ensured. Seesaw is available as a gem (gem install seesaw), although this blog post is essential reading to learn about integration with Nginx and Apache.

(via manveru’s shared items in Google Reader)

Aug
25th
Sat
permalink
Dealing with failure is easy: Work hard to improve. Success is also easy to handle: You’ve solved the wrong problem. Work hard to improve.
— Alan Perlis
Aug
20th
Mon
permalink
When the code and the comments disagree, both are probably wrong.
— Norman Schryer