Recently I’ve been debating between a Macbook Pro and a Macbook Air for developing on-site. They’re nice machines. I like the portability of the Air but want the power of the Pro. I also want a tablet device for its portability and to explore touch interactions. Ideally, I’d have all three for leisure use (iPad), … Read more
Maciej Fijalkowski made JSON parsing in PyPy (pure Python) faster than in CPython. Here’s how he did it, with lessons which can be applied to other optimizations.
Server crashes mean so much more than lost data; it’s lost income, loss of reputation and lost time spent cleaning up the mess. Availability is crucial. But not all availabilities are equal. Should a loss of a data store mean goods can’t be sold?
Dan Pritchard argues that in the absence of data, replies … Read more
At my previous job I dabbled in critiquing wireframes and designs of others—mostly basic questions such as “What does this do?” or “Why is this here?”. This list of questions to ask when reviewing a design is a lot more exhaustive and could be useful for those looking to tighten up their designs.
While I generally feel that log parsing is the least sophisticated mechanism for monitoring an application, often no other option exists. Logstash is an open source tool for parsing and displaying information in logs. It could be a free replacement for some functionality provided by commercial tools such as Splunk.