Stan’s Obligatory Blog

12/21/2003

What hath Gutenberg wrought?

Filed under: — stan @ 7:26 pm


We got Lucinda a printer for her computer today. Most of her games and kid web sites have things to print out. So now she can print things for herself.

12/13/2003

Lions and tigers and bears!

Filed under: — stan @ 9:32 pm

We went to “Merry Member Nights” at the L.A. Zoo this evening. They had the zoo open after hours. We saw some animals, but a lot of them had gone to sleep when the sun went down.

We also walked the Griffith Park Festival of Lights. It was impressive in a weird sort of way. And Lucinda had fun looking at it.

12/8/2003

Just when you thought it was safe…

Filed under: — stan @ 7:03 pm

The computer has developed a new quirk. Now if I tell it to reboot, it goes down and stays down. It hangs in the hardware reset phase. Then if I pull the power cord to cycle power, it seems to usually self-test and boot after about six or eight power cycles. So far it has done this on Sunday morning, and then twice this evening.

Filed under: — stan @ 2:41 pm

Installed XFree86 4.3.0 and Mozilla 1.5 on Bort for testing today. The only catch was having to add ‘cd /usr/local/linux-mozilla’ to the ‘run-mozilla.sh’ script.

12/6/2003

Filed under: — stan @ 2:40 pm


Today was the grand opening of the newly-remodeled playground in Victory Park. Lucinda had fun playing there, and she also got a little balloon animal.

12/3/2003

More blog features…

Filed under: — stan @ 1:18 pm

Added an optional title to the blog program. The title defaults to ‘Web Log for <yourname>’. The title field overrides this. Also added a few new fields to the logusers table:

alter table logusers add column l_logtitle tinytext after l_lastname;
alter table logusers add column l_textwidth int(11) default 100 after l_displaynum;
alter table logusers add column l_textalign char(1) default 'L' after l_displaynum;

12/2/2003

Adding titles to the entries

Filed under: — stan @ 6:52 pm

I added a title field to the log, so individual entries can have their own optional titles.

mysql> alter table weblog add column title tinytext after parselevel;

Then I added logic to edit.php and weblog.php to add and display the titles.

11/30/2003

Filed under: — stan @ 2:04 pm

Going to experiment with recording audio with Lucinda’s Mac:

http://www.visualclick.de/

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=1f1f7qj.boz2xg1u22znqN%40%5B192.168.0.2%5D

11/29/2003

Filed under: — stan @ 1:36 pm

Tried to scan, and xscanimage was broken. Had to recompile from ports and reinstall. Had to edit /usr/local/etc/sane.d/epson.conf to point the ‘epson’ backend at the USB scanner. Tried to print, and ran out of black ink. Put in a new cartridge.

11/28/2003

Filed under: — stan @ 6:35 pm

Got a new 256MB PC133 DIMM from Staples to replace the one that had gone bad. $54.06 with tax. Sent in for the $20 rebate from PNY.

Powered by WordPress