Sunday, February 03, 2008 

http://www.georgevreilly.com/blog/content/binary/Stochastic-Peregrinations.png

Use O'Reilly Maker to generate book covers. I've always wanted to write a book for cousin Tim, and now I have!

Via Pavel: Adolf Hitler - Vista Problems (YouTube).

The Photographer's Right: a handy one-page guide.

The general rule in the United States is that anyone may take photographs of whatever they want when they are in a public place or places where they have permission to take photographs. Absent a specific legal prohibition such as a statute or ordinance, you are legally entitled to take photographs. Examples of places that are traditionally considered public are streets, sidewalks, and public parks.

The tiny <code> font in Firefox has been bugging me for a long time. I finally figured out the obvious: Override the Monospace setting. Tools > Options > Content > Fonts & Colors > Advanced > Monospace: change Courier New at size 13 to 16. While you're at it, change the font to Consolas or Lucida Console or Monaco. Courier New is ugly.

My man, John Edwards, is out of the presidential race. Some analysis from Corrente and Meteor Blades of Edwards' candidacy.

I have never been enthusiastic about Hillary Rodham Clinton as a presidential candidate. She's accumulated 16 years of negatives from being relentlessly demonized by Limbaugh and his ilk; she's too damn centrist and corporate for my liking; and I remain troubled about her vote for the Iraq War and her refusal to apologize for it.

I am now an Obama voter. I have expressed some doubts in the past about his efficacy, but there's no doubt that his messages of transformation and inspiration are striking a chord with primary voters.

The Washington state primary on February 19th is a complete farce, at least if you're a Democrat. The Democratic presidential candidates are entirely chosen by the Washington state caucuses on Saturday, February 9th. Washington state law requires that a presidential primary be held, but the parties are not actually obliged to select any delegates as a result of the vote. The Republicans delegates will be allocated 49% from the caucus results, and 51% from the primary results.

I'm the Democratic Precinct Committee Officer for SEA-1945, and I'll be participating in our neighborhood caucus at Asa Mercer School. I need to phone participants of the previous caucus today, both in my own precinct and some adjoining, PCO-less precincts, to remind them of the caucus.

I've uploaded Vim syntax highlighting for PBwiki, a free, hosted wiki that I've used for a few different projects.

posted on Sunday, February 03, 2008 8:43:06 PM (Pacific Standard Time, UTC-08:00) 
#    Comments [0]
Tuesday, August 14, 2007 

http://upload.wikimedia.org/wikipedia/en/thumb/8/89/Resttriangle.svg/273px-Resttriangle.svg.png

My first project at Cozi is to build a simple REST-style Web Service. Nobody here has done that before.

The first thing that I'm trying to get going is a simple URL rewriter, using an ASP.NET HttpModule.

I'm running Vista as my development desktop for the first time. So far, not bad, but there are lots of new quirks to get used to. I've been a good boy so far and I've left the User Access Control stuff enabled, so that I'm not running with administrative privileges by default.

It's my first exposure to IIS 7. I must say that the IIS UI is much improved (a low bar to surmount).

My first problem was that Skype was squatting on port 80, preventing browser requests going to localhost. This happens to me about once a year on a new dev machine, and I always forget.

To get the HttpModule going, I had to follow Mark Rasmussen's detailed instructions on making URL rewriting on IIS 7 work like IIS 6. The code will be deployed on Windows Server 2003, so IIS 6 compatibility is more important to me than IIS 7 purity.

I was trying to get some debug output appearing in DebugView, but my Trace.WriteLines were not showing up. Some Googling eventually showed me that I had to enable Capture Global Win32, which I never had to do before. Presumably because ASP.NET is executing in a different desktop session.

posted on Wednesday, August 15, 2007 2:58:21 AM (Pacific Daylight Time, UTC-07:00) 
#    Comments [1]