Archive for January, 2005

Comment spam

Monday, January 31st, 2005

Comment spam struck for the first time tonight. In retailiation, I’ve installed DNS-anti-spam and Wordpress Hashcash.
We’ll see how it goes.

Example code and little scripts

Friday, January 28th, 2005

Given how much help I’ve gotten from some people’s random pages talking about their experience with this library or that and often posting little examples, I’ve been thinking about trying to put more of my random crap experimentation on the web. I’ll do this because I’ve gotten so much help from similar […]

Preferences storage for Watcher

Friday, January 28th, 2005

I wanted to store a few things for Watcher. It had to remember some preferences (the URL for the RSS feed, some timing options) as well as some state (etag, last modified, and the last seen entry from the RSS feed).
I figured a nice simple Windows Registry wrapper was just a google […]

Resubscribe WOW

Thursday, January 27th, 2005

I re-subscribed to World of Warcraft (before my previously paid for month ran out, so there was never actually a time when I wasn’t subscribed). They made substantial progress on the stability woes. It’s not perfect, but I’ve been able to play as much as I’ve felt like lately.

Worker and main thread in wxPython

Thursday, January 27th, 2005

All of the GUI toolkits that I have used only allowed updates to GUI elements from the main thread. In order to affect the GUI from another thread, the toolkit provides a safe way to post a message or event from another thread which will be handled by the main thread.
The first […]

Traffic, ODE, a road to distraction

Wednesday, January 19th, 2005

On the drive home today I had the idea that I could write a traffic simulator and fool around with various scenarios to see how all the stupid traffic got clogged up in front of me.
I fetched and installed VPython because I had used it before to play with visualization. Pretty quickly […]

Debian Sarge on Virtual PC

Wednesday, January 19th, 2005

Last night I read about Wil Wheaton’s experience with the Debian Sarge installer rc2. He said it’s easy to use and works. I’ve been a Debian user for years on my servers. Every few years I make a half-hearted attempt to see what Debian’s desktop environment is like, but […]

UNSUBSCRIBE WOW

Sunday, January 16th, 2005

I’ve cancelled my World of Warcraft account. I advise anyone considering getting WoW to wait until they get it to work.
WoW apparently was more stable during the beta.
Because of they handle refunds (they don’t give them), I’m paid up through 2/4. If it works by then I may […]

RSS to IMAP, the proof of concept

Sunday, January 16th, 2005

A few months ago I started using Thunderbird’s built-in RSS aggreator. This is the first RSS aggregator that I’ve actually used past the initial playing-with-it phase. It’s okay, but it only lives on one machine. I regularly use at least three machines.
I could use one of the web-based aggregators, […]

Sonos Multi Zone Digital Music System -play digital music from PC in any room

Friday, January 14th, 2005

Sonos Multi Zone Digital Music System -play digital music from PC in any room
This looks neat.

Watcher’s competitor released

Friday, January 14th, 2005

The friend I mentioned in the first post about Watcher has released Watchr, his take on this app.

Watcher 1.1 released

Friday, January 14th, 2005

Watcher 1.1 is now available from its home page.
New in 1.1:

Changed the default feed URL to everyone’s public photos tagged with flowers on flickr
Created an icon
Some window layout tweaks
Removed extra embedded installer for exe file; app is now
installed from the output of py2exe.
Changed default photo slide time from 2 seconds to 10
[…]

Watcher development - look and feel polish

Wednesday, January 12th, 2005

Lots of trying to find a good way to make an icon (including: exporting from Photoshop using a file export filter that knew how to write .ico, writing script to convert .gif to .ico, and browsing free icon sites for something I liked).
Finally settled on using LiquidIcon, a freeware icon editor to hand-roll a crappy […]

Watcher development

Tuesday, January 11th, 2005

I forced myself to make a release of Watcher last night. I feared if I didn’t release it then it might languish on my disk like all of my other little gadgets. Forcing myself to release it meant I had to finish it at least enough to not be entirely embarrassed […]

Greasemonkey for Firefox

Monday, January 10th, 2005

Greasemonkey is a firefox extension that is to JavaScript as user stylesheets are to CSS.
I can’t decide if I’m fascinated or horrified.

Watcher

Monday, January 10th, 2005

Last night at around 1:00 a.m., A friend and I were discussing an application that watched a Flickr RSS feed and popped-up IM-alert style notifications when new photos were posted.
Over the course of the next 8 hours or so, Watcher was born.
It’s my first released application written in wxPython. It’s crude and […]

Chilling effect of the future audience

Saturday, January 8th, 2005

A few months ago I started using an RSS reader to help read a lot more blogs (and sites) than I had been regularly reading. Reading all these blogs has in some part exacerbated the itch I have to write things and post them to the Internet where, presumably, nobody will read them. […]

Single-processor speeds level off

Monday, January 3rd, 2005

The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software is an interesting read.

news years day reading

Saturday, January 1st, 2005

I’ve been doing some reading today.
I finally picked up Paul Graham’s Hackers and Painters and have been reading it. It’s interesting. Some of it is duplicated on the web site but a bunch is not and it’s nice to have it in nice bound form.
How to fix mom’s […]