My Forms for Portals project is a simple collection of forms to help you quickly access google, dictionary, wikipedia, imdb, maps, yellow pages, etc. from your own web pages. I’ve mentioned my portal before, hopefully the new article makes it all easily digestible (and yummy!). It’s a reaaally oldskool approach, yet still pretty useful IMHO.

And just so I’m eating my own dog food…

Trying out IE8 RC1, it’s listed as incompatible with URL’s like microsoft.com, including Windows Update. Meanwhile IE8 updates are only available through Windows Update. And the uninstall doesn’t work in XP SP3 – I don’t get a “remove” button at all. You can’t get rid of it, and you can’t patch it. Thanks for completely breaking Windows, Microsoft. Wow, the incompetence is staggering. Fortunately Windows is becoming more and more of a bad memory every day. The kind you can eventually completely black out, with any luck…

Meanwhile, FF3 continues as the champion workhorse, and running Google Chrome in XP is like taking a Ferrari for a spin… “soon available” on linux… and don’t miss the geeky-great chrome cartoon

Our power flashed yesterday while we were out (I HATE it when that happens), and the Wii wouldn’t power on again. AT ALL. It seemed completely dead, and of course my first thought was that a spike smoked it to bits (even though it was plugged into a surge suppressor). My daughter remembered that her friend had the same problem (good job Wrenny!). Turns out Nintendo told them how to solve it – just UNPLUG it for 5 minutes! Sweet. It didn’t work to unplug the power cord from the back of the Wii, you have to unplug the transformer from the wall. And yes, you REALLY have to wait 5 minutes or more! Weird. Thanks Gary! Whew!

Installed mad fonts on gentoo…

emerge -Davu media-fonts/font-bh-type1 media-fonts/font-bh-ttf media-fonts/terminus-font media-fonts/arkpandora media-fonts/liberation-fonts media-fonts/artwiz-aleczapka-en  media-fonts/dejavu  media-fonts/freefonts ttf-bitstream-vera corefonts

And no need to stop there. I grabbed fonts from Vista…

copy -v /vista/Windows/Fonts/* /usr/share/fonts/mdm_from_vista/

…but I’m not quite sure yet how to get X to know about them… in the meantime, I used [URW Gothic L Semi-Bold] instead of Microsoft’s [Century Gothic Bold], and it’s getting the job done (literally, it’s for my resume).

In my mythtv kernel configuration HOWTO, there are several kernel modules that must be re-emerged after a new kernel is installed. [ivtv] was particularly troublesome, because each version of ivtv only applied to a specific kernel version. To install a new kernel, you’d have to first make sure you could get the right version of [ivtv], typically through version-specific masking (pita), then install the kernel, then re-install [ivtv], hoping you didn’t run into any problems. So it’s a lot easier now that [ivtv] is included in the kernel – just configure it into the kernel and you’re good to go. See gentoo’s [ivtv] web page for details, it’s just starting to get documented. But gentoo packages are all good to go! Yay gentoo!