restSQL is an ultra-lightweight data access layer for HTTP clients. restSQL is a persistence framework or engine in the middle tier of a classic three tier architecture: client, application server and database. It may also be embedded in any middle-tier as a Java library.
git status -sb | head -n1 is now part of my shell prompt. /via @kaihowl
RT @mitsuhiko: My experience with JavaScript over the weekend has now made me write a blog post: “Stop Being Cute and Clever”
The library provides a simple interface where queues are created on-demand and items added using the put() and get() methods. In addition, queues are iterable, pulling items out as they become available.
In addition, the put() method provides scheduling and prioritization options. An item can be scheduled for work at a particular time, and its work priority defined in terms of an expected time where the item must be worked.
Micro Python: Python for microcontrollers by Damien George via @kickstarter /via @brandon_rhodes /cc @floordrees
Saving [quite a lot] of RAM with Python's slots
Neat git cheat sheet visualization