2060, one in three will be 65 or older - I don't really believe in predictions with a 50-year timeframe. Look back 50 years and consider whether any statistician could have made even minimally relevant statements about our current time based on the situation back then. 50-year forecasts are merely trend extrapolations that can serve at best as statistical self-satisfaction.
Hudson CI - since I am increasingly dealing with JVM languages, something like this would be quite interesting. A Continuous Integration platform in and for Java (and also usable for other purposes). Interesting, especially the easy installation - just a .war file that you start or throw into a container and then configure via the web interface. Continuous Integration greatly helps with deployment, especially when you build your projects cleanly with unit tests. Manual execution of the test suite is then largely eliminated, as the CI server takes over and can, for example, automatically deploy cleanly running builds as beta or provide working snapshots (in the sense of the test cases working) as downloads.
PyGoWave Server - I don't know if I already had this, but I just searched for it again on this occasion: an implementation of the Google Wave idea in Python. And the funny thing: the website underneath is built with Django!
Python moratorium and the future of 2.x [LWN.net] - a good summary of the current discussions around Python releases, specifically the discussion of whether 2.6 is the last 2.x Python, or whether the already existing 2.7 will still be released, whether there will be a 2.8 or more after that, or whether the switch to 3.x should be forced.
Steinbach accused Westerwelle of self-promotion - well, maybe it's true that Westerwelle wants to profile himself (certainly it is so, he is after all a very new Foreign Minister and has to get a profile that says more than "can't speak English"). But in this case, he is simply right. Because a Mrs. Steinbach, who has spoken out against the recognition of the Polish state territory, would be completely the wrong signal as a figurehead of a displaced persons center. Someone so outdated is completely out of place there. We are not talking about a vote in the 50s or something, where the mood was even more heated - we are talking about a vote in 1991 ...
Distributed Wikipedias instead of a central monster with deletion fanatics - interesting proposal. A decentralized Wikipedia based on a distributed version system like Git. Exactly the direction in which my thoughts for my blog have been going lately. I tried something similar in my Second Life-oriented blog and found it very pleasant - I created blog posts on one of my computers and then simply pushed them as raw Markdown files via Mercurial (which I prefer over Git in terms of handling) to the server, where everything was then processed by a blog engine and static HTML was generated. Clean traceability of changes, clean conflict handling, proper backup of old versions - and the transfer via Mercurial (git is comparable) is also quite fast, as only differences are sent. At the moment, I'm still pondering how to efficiently apply something like this to a blog monster with several thousand entries. And how something like this can be used in the company, for example, instead of wikis, as these do not necessarily represent the optimal situation there.