Archive for the ‘links’ Category
How to swap your laptop for a tablet+VPS for development work
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
PyPy Development: Speeding up JSON encoding in PyPy
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.
Mark Down Isn't a Discount
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
Questions to ask when reviewing a design - (37signals)
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.