“Good Lord.” Patrick Stewart rocks.
(Hat tip: Damn Jezebel)
“Good Lord.” Patrick Stewart rocks.
(Hat tip: Damn Jezebel)
Gravatars are borked at the moment, because:Because:
Warning: mysql_connect(): Host '192.168.2.7' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/gravatar-admin/public_html/common.php on line 45
(at gravatar.com)
Die Grundeinstellung der CDU nämlich. Das Landgericht Trier verzichtet nach einer Renovierung darauf, wieder Kreuze in den Gerichtssälen aufzuhängen. Schöne Idee, dieses ganze “Trennung von Kirche und Staat”-Getue. Nur die CDU hat es nicht verstanden: Sie beklagt sich über diese “erschreckende Grundeinstellung”, die das Empfinden großer Teile der Bevölkerung verletze, ja, sie bitten sogar den Landesvater, doch bitte ein Machtwort zu sprechen. Aber obwohl Kurt Beck persönlich eine solche Entscheidung nicht getroffen hätte, hat er dieses Ansinnen der CDU in einem Anflug von Vernunft abgelehnt.
Vielleicht aber auch einfach nur, weil’s von “den anderen” kam. Damit wäre die Welt wieder in Ordnung.
Quelle: beck-aktuell via lawblog
Deutlich schreiben! Dann les’ ich auch nicht “EXPRESS abmahnen” statt “EXPRESS abonnieren”.
Wer sich über Incoming Links von einer Domain, die nicht verlinkt werden möchte, gewundert hat:
Domain: punish-punisher.de
[Holder]
Type: ORG
Name: Solutions-World LTD.
Address: Suite C4 1st Floor, New City Chambers, 36 Wood Street, Wakefield
Pcode: WF1 2HB
City: West Yorkshire
Country: GB
Changed: 2006-09-12T10:28:54+02:00
[Admin-C]
Type: PERSON
Name: Mario Dolzer
… der hat spätestens an dieser Stelle keine Fragen mehr. Ja, das ist der “Domain-Engel” mit der k.exe, dem “Dialer-Parasit”-Urteil, usw. usf. Jetzt also ein Fakeblog. *gähn* Da fühlt sich aber jemand sehr als armes, unschuldiges Opfer. Ich jedenfalls fühle mich in der “moralisch bedenklichen” Gesellschaft recht wohl.
Interessanterweise gibt es sogar ein Impressum (in dem natürlich “Allice Brown” aufgeführt ist) … impressum.jpg (6000x6000px) …
Update: Die Abmahnungen fliegen.
[lang_de]
Flower Power… ist ja eigentlich ne gute Idee. Aber wer pflückt die ganzen Blumen?
[/lang_de]
[lang_en]
Flower Power… is a rather nice idea, but who’ll pick all the flowers?
[/lang_en]
Eine Haftstrafe von bis zu 20 Jahren hat sich womöglich ein Pärchen in den US of A eingehandelt. Wegen “Bildung einer kriminellen Vereinigung” und Widerstandes gegen die Staatsgewalt einen Flugbegleiter. Und das bedeutet: Wegen “Fummelns”. (via Spiegel Online)
Windows Update does this annoying “you absolutely must restart now, or later, by which I mean that I’ll keep nagging you every 5 minutes” thing. It’s a pain in the ass since the popup usually occurs only after you have just settled in to work – once all your programs are open and the windows arranged, WU pops up in the middle of your screen with a default button of “Restart now”, which is also mapped to “N” (like “No”). I can see what Microsoft are hoping to do, but honestly? I think this behaviour is completely unacceptable.
Luckily, there are several ways to fix it. The simplest solution to stop the nagging for the remainder of your login session is to just stop the Windows Update Automatic Updates Service, either per GUI or just by running
net stop wuauserv
You can also use a registry setting to disable automatic rebooting when there is a user logged on, plus set a high ‘respawn timer’ for the nag screen:
Run regedit
Open HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
Create a DWORD value named ‘NoAutoRebootWithLoggedOnUsers’ and set it to 1
Create a DWORD value named ‘RebootRelaunchTimeoutEnabled’ and set it to 1
Create a DWORD value named ‘RebootRelaunchTimeout’ and set it to 600
If you’re on Windows XP Professional or any Server OS, you can also use the Group Policy Editor to do the same thing:
Run
gpedit.msc
Navigate to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update
Activate No auto-restart for schedule Automatic Updates installations, AND
Set Re-prompt for restart with scheduled installations to a high number.
If you are using the Official Comments plugin with a recent WordPress version, you might be getting Database errors when you post a comment on your own blog. To fix these, open the official-comments.php
file and change:
$tableusers
-> $wpdb->users
$tablecomments
-> $wpdb->comments