Skip to main content

Luft 46

During WWII, German aircraft designers put forth many aircraft project ideas, which ranged from the practical to the bizarre. Some of these ideas were ahead of their time and reached a more advanced design stage, and even affect aircraft today. Within the Luft '46 site you will find descriptions of these aircraft projects, illustrated with three-view drawings, model photos and custom color artwork...

The history of Windows and its API

Raymond Chen has been running a series of interesting articles about the history of Windows and its API. Some interesting tidbits like this one : early beta versions of the taskbar clock did display seconds, and it even blinked the colon like some clocks do. But they had to remove it. Why? Because that blinking colon and the constantly-updating time were killing the benchmark numbers :)

DarkChannels

I have made a feeble attempt to rewrite the dying XULchannels in Perl. Ladies and gentlemen, I give you my own news aggregator, DarkChannels v0.1.0 (alpha release). It contains some sites I visit frequently, and -just for now- only gets updated once a day.

The Mars Global Surveyor archive

The Mars Global Surveyor (MGS) first acquired images of Mars during its approach to the red planet in mid-1997. The spacecraft began orbiting Mars in September 1997. The primary mission was conducted for one Mars year, through January 2001. An extended mission phase followed. The current plan is to keep the spacecraft operational through September 2004.

Hundreds of highly detailled images with captions describing their contents have been compiled and released at Malin Space Science Systems since 1997.

Coding Perl

I'm enrolled at work in some weeks of heavy Perl coding. But once I'm busy coding, it's hard to stop myself : I have written my own version of the dying XULChannels, called DarkChannels. And I've Perlified the shellscript that I use to generate this site from a local PHPNuke engine.

Redhat merges with Fedora, switches name ?

Red Hat has announced a merger of its Red Hat Linux Project with Fedora Linux, a group that has specialized in providing high-quality RPM packages for Red Hat. According to Red Hat, 'The Fedora Project is a Red-Hat-sponsored and community-supported open source project'.



Sounds a lot like the Debian or Gentoo community model, but I'm confused about Redhats future. Will they rename the consumer version 'Fedora' now, and try to bind the Redhat brand name to their RedHat Advanced/Enterprise Server line ?

Stopping the Swen/Gibe.F madness

Mail traffic is at an all time maximum here with the Swen/Gibe.F Microsoft mail worm. As the messages are 150 KB in size, a spamfilter solution as the SpamAssassin - Procmail combination isn't optimal as all mail is still being downloaded to my workstation. So I decided to fight the spam the place where it should be, and installed MailFilter, a nifty mail filtering program which even works for POP3 mailboxes.

Verisign sitefinder

As of a little while ago, VeriSign added a wildcard A record to the .COM and .NET TLD DNS zones. The IP address returned is 64.94.110.11, which reverses to sitefinder.verisign.com. What that means in plain English is that most mis-typed domain names that would formerly have resulted in a helpful error message now results in a VeriSign advertising opportunity. For example, if my domain name was 'somecompany.com,' and somebody typed 'oemcompany.com' by mistake, they would get VeriSign's advertising.




This will have the immediate effect of making network trouble-shooting much more difficult. Before, a mis-typed domain name in an email address, web browser, or other network configuration item would result in an obvious error message. You might not have known what to do about it, but at least you knew something was wrong. Now, though, you will have to guess. Every time.




This will make important anti-spam checks impossible, as they check on the existance of the sender domain. I wonder how long it will take untill Verisign will add advertisement to the displayed page. Or sells this page for advertisement properties. Would you like to see an Microsoft ad-filled page every time you make a typo in an URL ?




However, you can disable this feature of Verisign : just add




127.0.0.1 sitefinder.verisign.com




to your host file. Replace the IP address with one you fancy (eg Google : 216.239.39.100)

NGC catalogue

I took another look at the nova in Scutum; the star looked brighter than expected with an estimated magnitude of 9.1. I took the time now to explore the region around the nova; there are some nice open clusters like M11 (the Wild Duck Cluster) and M26, but also some NGC objects.




The NGC catalogue, which stands for New General Catalogue, is the little brother of the better known Messier catalogue, and contains generally more modest deep sky objects. The NGC catalogue contains all of the Messier objects plus thousands of others which Messier missed or simply couldn't observe from his location. The NGC catalogue was compiled in 1888 by Danish astronomer Johan Ludvig Emil Dreyer, who based his work on earlier lists made by the Herschel family of British astronomers. Dreyer included some 8,000 celestial objects, a total raised to about 13,000 by his first and second Index Catalogues (IC), published in 1895 and 1908, respectively. With these supplements the NGC covers the entire sky, although many objects visible with modern instruments are not listed. Benoit Schillings created a list of photographed NGC items which give a fairly decent impression about what to expect of a NGC object in your scope.

Linux rescue CDs

A coworker of mine accidentically destroyed his laptop filesystem with a Windows XP - Redhat dualboot. It booted into the Grub console, where it sat dead, as apparently Grub could not read its config file. The Linux filesystem was toasted, and eventually we used a Knoppix CD as a rescue system (very impressive !) to recover some of its files on the XP partition.




I allways used Tomsrtbt as a Linux emergency system, but as it has to fit on a floppy, it has rather harsh choices to make about the available programs. RIP Linux, which stands for Recovery Is Possible, is a nice bootable CD recovery Linux system with some fancy utilities to recover Linux and Windows files. Unfortunately, it doesn't contain Vim, but the rootfs can fairly easy updated with the binaries of your choice (that is, if you compile them onto it). A perfect Linux rescue CD, however, would be a crossing of RIP Linux and Debian, with a bunch of utilities to add your favourite programs. Which means I'm still having another look around for such a system.