jessemiller's HamlPy - I need to check this out, an implementation of HAML (basically a shorthand notation for HTML) with integration for Django. This could be interesting for the many small internal templates, as they are created by programmers and not designers. However, I would first have to see how well (or how poorly) I can integrate JavaScript with it. But definitely interesting - HTML is not really Diff/Merge-friendly and simply annoying to write and read.
Archive 27. June 2010
Welcome | Ibis Reader â„¢ - a web-based ePub reader with syncing of reading positions (well, not really sync - they just store everything in the cloud and the reader is simply their web interface). For those who can't use iOS 4 (because, for example, iOS 4 makes an iPhone 3G a very slow iPhone 3G) and don't want to use Amazon Kindle (for which they would have to send their books to the Amazon servers), it's an alternative. Additionally, it also supports Android phones.
Write-Ahead Logging - in SQLite! From version 3.7. This is very interesting because it makes a use case easier - multicore-using applications that want to work with an embedded database. SQLite becomes even more the Swiss Army knife of data storage (and if you take this into account when programming, switching to PostgreSQL for larger installations where the embedded database no longer makes sense is easily solvable).