Fun with US Airways

By | December 26, 2004

I’m back from vacation, but am unfortunately one of the people who has suffered due to the current troubles at US Airways. My outbound flight from San Francisco to Orlando (I went on a cruise, not to the Disney greater metropolitan theme park) was operated by United, codeshared with US Air. Unfortunately for me, the… Read More »

Python 2.4 Puts the Wiki into MoinMoin

By | December 14, 2004

I was hoping that Python 2.4 would make MoinMoin a little quicker, and a completely unscientific survey (surveys conducted after midnight are rarely scientific) confirms this. With Python 2.3, opening pages for editing and saving them almost always took at least five seconds per action. While it’s still sometimes slow, the actions will often take… Read More »

Installing Python on Shared Server

By | December 14, 2004

Note to Self for Future The following steps are for installing Python 2.4 on a shared server. After ssh’ing to the server: $ wget http://python.org/ftp/python/2.4/Python-2.4.tgz $ cd Python-2.4 $ ./configure –prefix=$HOME/lib $ make && make install $ ln -s $HOME/lib/bin/python $HOME/bin/python/bin/python Credits: Thanks to Uche Ogbuji for publishing IRC transcript excerpts that reminded of the… Read More »

Thanksgiving Surprise

By | December 13, 2004

Nicholas decided to be the Thanksgiving surprise. However, he easily outweighed the twelve pound turkey we had purchased, so it was pretty easy to tell that a switch had been made. That and all the black fur poking through the holes in the box.

Python 2.4 and MoinMoin 1.3

By | December 11, 2004

I just noticed that Python 2.4 was released at the end of November. Fedora Core 3 RPMs are already available from the Python.org site. It’s supposed to have better performance than 2.3, so I may have to try it on my website to see if it will speed up my MoinMoin wiki, which is frustratingly… Read More »

Free Credit Reports

By | December 2, 2004

If you live in the Western United States, as of today you can get a free credit report from each of TransUnion, Experian, and Equifax. You can do this once per year. Check out AnnualCreditReport.com to see when you get your chance if you don’t live out west. Update 12/9: I corrected the above URLs.… Read More »

Expressive Speech

By | November 30, 2004

The Baltimore Sun published an excellent, detailed article on expressive speech synthesis [requires free registration] that focuses mostly on work going on at IBM. The resulting speech synthesizer would be not only be able to laugh, cough, pause for a breath, and say uh and um, but would also be able to smoothly switch between… Read More »

XML-Based Programming Languages

By | November 28, 2004

My main experience with XML-based programming languages has been with VoiceXML. One nice advantage of an XML-based language is that the syntax checker is essentially free, assuming the language provides a DTD, or preferably a Schema. Of course, most language compilers and interpreters also come with a syntax checker, so the DTD/Schema advantage is primarily… Read More »

NVIDIA, UT 2004, and FC2

By | November 27, 2004

I previously posted on getting the Unreal Tournament 2004 demo working on Fedora Core 1. The biggest problem was getting the right NVIDIA video card drivers installed. Now that I’ve upgraded to Fedora Core 2 on my desktop, I have given up on the Livna NVIDIA drivers and am now using NVIDIA’s proprietary drivers. The… Read More »

BookPool Discounts O’Reilly

By | November 19, 2004

If you’re a fan of O’Reilly (the book publisher, not the obnoxious lout on Fox who is discounted by nearly everyone), you should check out the big sale on O’Reilly books at BookPool. They have over 500 O’Reilly published computer books on sale for 43% off. Though I already have more books than I could… Read More »