First i want to talk a little bit about my Journey with web frameworks, since i've used quite a number of them, namely Django, Rails, Tapestry5, Wicket, CakePHP (lol), Play, Merb (my favorite for Ruby) and of course Liftweb.
Today i finally found some time to do a little work on my project called Coinmines. CoinMines is an Open Source Web-Frontend for pushpool. Pooled mining is the process of hashing the transactions that occur in the Bitcoin network. Successfully hashing a block of transactions results in a reward.
I've spent my vacation wisely on writing my new customer interface. While doing that, i've played a lot with redis which is one of the most remarkable pieces of software i've ever seen. Altho it's not usable for "important"/"non-temporary" data (since it's only a key value storage and has limited query capabilities), it's perfectly made for caching stuff.