
Because the interior ministers want to store connection data for one year. And the demands are very far-reaching:
The interior ministers' conference, meeting under the motto "Mit Sicherheit was los" (With certainty something is going on), expressed its support at its meeting on Friday in Stuttgart for a minimum twelve-month retention of telephone and internet data by telecommunications providers. The security experts, who consider this measure, which deeply encroaches on fundamental rights, particularly necessary in cyberspace.
The fact that this data desert violates data protection regulations and has so far always been rejected by the Bundestag is completely irrelevant to the interior ministers. And Schily already has concrete plans on how to circumvent this hurdle:
The SPD politician referred in Stuttgart to the plans for the blanket surveillance of users, which the national government representatives in Brussels are currently pushing forward via the EU Council, disregarding the EU Parliament. This involves obliging providers to retain all connection and location data for months and years, which arise during the provision of services such as telephoning, emailing, SMS sending, surfing, chatting or file sharing.
A very simple solution - let's use the undemocratic EU decisions, where a government can decide without the Bundestag. The federal government has already set an example with software patents. And then one can subsequently refer to the fact that one is merely implementing EU law. It may have nothing to do with democracy, but who cares. Democracy doesn't interest Otto Orwell and his colleagues anymore anyway.
Also nice to see how the interior ministers deal with the - justified - criticism:
Concerns from civil rights activists that the retention of data would mean that all electronic communication of people is monitored and that users are placed under a disproportionate general suspicion were dismissed by Rech. In his opinion, the term "glass citizen" is "overused".
If necessary, the data protection officers will simply be gagged, as Otto Orwell has already tried to do. The fact that the economy is massively against it because it will cause disproportionately high costs is also irrelevant to them. Absurd decisions in the name of alleged security and alleged malice of the internet have even stood up in court - as can be seen from the absurd blocking orders of the Düsseldorf government presidency. Fortunately, one is still allowed to report on it, as a court has recently ruled. For now. Otto will surely come up with something ...
The network must "not degenerate into a lawless space," explained Rech, referring to the often expressed fear of security politicians about allegedly unregulated online areas.
Sorry, but if the interior ministers' efforts succeed, the internet is a lawless space. Free from the right to informational self-determination. Free from data protection. Free from proportionality of means.
For me, one thing follows quite clearly: the focus on the user-friendliness of projects like gnupg, tor and mixmaster must be significantly increased on the client side, so that we have a chance at all to protect ourselves from this data collection mania of the interior ministers. Unless one wants to find one's own movement profile on the internet publicly available for download at some point or explain to the nice gentleman from the domestic intelligence service why one was on the left-wing radical website ...
To The Citizens Of The United States Of America:
In light of your failure to elect a competent President of the USA and thus to govern yourselves, we hereby give notice of the revocation of your independence, effective today. Her Sovereign Majesty Queen Elizabeth II will resume monarchical duties over all states, commonwealths and other territories. Except Utah, which she does not fancy.
Read. Really.

I just took a look at LiveSearch and played around with it a bit. It can be integrated into WordPress with some hacking. If you now enter a term in the search form on the right, a list of search results will appear after a short delay - specifically the titles of the posts. This uses the normal WordPress search, so these are the same results you would get if you simply pressed Enter - just faster thanks to Ajax and as a direct inline list. Fun stuff. Should work with current IEs, Mozilla derivatives, and current Safaris.
However, strangely enough, the cursor keys for moving through the search results don't work for me, even though the code seems identical to the BitFlux page. Somehow it doesn't find the first line or something - very strange. But that part doesn't really interest me, so it doesn't bother me if it doesn't work.
Hmm. Safari works flawlessly, but my Firefox under OS X doesn't seem to work. Very strange. To be precise, it works with Firefox only after I delete a character with Backspace or press Space once. After that, it runs smoothly. Can someone explain this to me? Strangely enough, the cursor key navigation in the search results works with Firefox - if you have a list of results...
Update: strangely enough, the cursor key navigation now works in Safari. Something here is very strange ...
Well, Microsoft is jumping on the RSS bandwagon and what do they do? Of course, they create an extension that will likely cause problems with many parsers: Simple List Extensions Specification.
Where the problems might lie? Well, Phil Ringnalda has described it quite well. And when I look at the above format description from Microsoft, I'm not really clear why they need this extension at all ...
Does anyone know why Safari on Tiger is saying goodbye to Rabenhorst? And if someone knows, can they tell Kai so he can fix it and I don't have to rewrite an article every time because I wanted to check something with him again?
The strange thing: when I turn off JavaScript with PithHelmet on his site, nothing happens. But his site has no JavaScript - only the Jabber status (which, by the way, is displayed extremely large without JavaScript activation) is embedded via an OBJECT tag instead of an img tag. Could it be the OBJECT tag for PNGs that sends Safari to the Orkus?
Ah, yes, after a bit of digging, it seems to be the case. Go to this page and you will have the same problem - Safari crashes. Apparently, the OBJECT tag is used to display PNGs on older IEs as well - the same PNG is referenced via an OBJECT tag and an included IMG tag. Unfortunately, this leads to crashes with Safari 2.0.
Why disabling JavaScript (not disabling plugins, which one would rather suspect with the OBJECT tag!) leads to Safari not crashing and the PNG being displayed incorrectly (too large), I honestly don't quite understand ...
Oh, and the bug with object tags seems to have existed for a long time - the oldest reports I found in Google are from 2003. It would be nice if Apple would actually fix the bug. Or someone else, since the source is now available.
By the way, OmniWeb - although it also relies on the WebCore framework - does not have this problem. It would have been too easy ...
Update: the culprit has been found. It was the WebDevAdditions for Safari - I simply installed the current b11 and everything works normally again.