An interesting story on why the gimp doesn’t make it in the professional business..
Zend Framework
This is something I definitely must take a look at some time… It’s an open source PHP framework provided by Zend which has interesting features. I highlight the ones which interest me most:
- DB abstraction layer
- feed generator
- http client
- pdf generator
- xmlrpc
Opera CEO interview
Hi, I’m cleaning up my drafts which means deleting since a lot of them are outdate. 🙂 I’m posting some things anyway for personal reference or people not up to date or bored to death (make your choice).
First in line is an Opera CEO interview. Always nice to read. 🙂
Also you might have noticed that Opera has started to provide weekly builds. Never thought that would be happen, but then again, I also didn’t expect it to become free. 🙂 While poking around there, you might also be interested to know about this one.
Windows XP Auto logon
Yesterday, I tried to copy something over network. Got the login prompt, entered my password… password wrong! I tried all kind of combinations, I was struck. I went to my profile settings to learn that I didn’t set a password yet, LOL. So I set my password, but on the next reboot I realise that the autologon feature does not work anymore, logical… Continue reading Windows XP Auto logon
Raid
I updated my system page. Yup, I finally bought the 2 SATA drives I would hook up to my onboard RAID controller, like a few years ago. 😉 I picked the model carefully: a western digital 250GB with 16MB cache. The drive was so popular that I had to wait a few weeks before it became available again.
Continue reading Raid
Jim Allchin on Windows Vista
I know.. not a lot of posts lately. :s 🙂 Time flies, did you notice we’re an other year? 😉
Anyway, when Jim Allchin speaks, he always gets my attention, so
here it is.
I’ll try to finally clean up those 2005-ish drafts this week. 😉
Spam?
If your blog is being spammed, and you want to do something about it, look no further! Spam Karma 2 is the plugin to install! 🙂 I’ve had it running for some days now, and it is doing a wonderful job discriminating the good from the bad. With this plugin, it’s almost fun to get spam! =) 😉
Thanks to Peter for the tip.
Service names
How to find out the short name of a windows service? The short name is handy to stop a service from the command line. One can always use the display name between quotes, but stopping a service like “Windows Firewall (WF) / Internet-verbinding delen (ICS)” isn’t fun like that. 😉
I didn’t find a way to find the short name through the service panel (if you know, please let me know!). So here is how I did it:
- Open regedit and go to HKLM\System\CurrentControlSet\Services
- Do a search on the friendly name
- The name of the parent key is the service’s short name!
UPDATE: An anonymous poster pointed out my post is actually useless =) See the comments for information on how ‘normal’ people look it up.
Ctrl alt del
Sounds familiar? Well, probably, you think you know… but did you know it’s actually a web cartoon? =) It’s one of my favorites! I wanted to start an archive to be able to read them offline, so this evening I wrote a little spider proggie to leech them. I won’t put it online because I don’t want to kill his banner revenues 😉
You could probably leech it anyway using some of the generic spiders (HTTrack is an excellent open-source one), but I wanted to keep it clean and even more, have some fun with the great Apache Httpclient library. 😉 It’s really an amazing library!