rc3.org

Since 1998.

rc3.org header image 1

Entries from March 2006

Who’s worse, Bush 43 or Reagan?

March 21st, 2006 · 2 Comments

Matthew Yglesias says Ronald Reagan. Mark Schmitt says George W Bush. Josh Marshall says Geore W Bush. I’m going to go with the elder statesmen here and say George W Bush. Forget Democrats. I think that after Reagan’s eight years in office, most Republicans and indepents would have said that America was better off. Something [...]

[Read more →]

New Yorker on Bill O’Reilly

March 20th, 2006 · No Comments

I’m linking to Nicholas Lemann’s New Yorker profile of Bill O’Reilly just so I can republish this one bit:

Mainly, O’Reilly, like every political talk-show host with a big following, is a populist, who, in his beyond-irony way, is a rich, middle-aged white guy aligned with the ruling party, and who has the guts [...]

[Read more →]

Third anniversary of the Iraq invasion

March 19th, 2006 · 4 Comments

I’ve been going back and reading the stuff I wrote about Iraq in the leadup to the invasion. Here’s a link to my post on Bush’s speech announcing the start of the war from March 17, 2003.

I wish I had been wrong when I wrote this:

I’ve given both sides of the debate [...]

[Read more →]

Ruby on Rails Migrations

March 17th, 2006 · 7 Comments

I just started using the migrations feature of Ruby on Rails. Migrations are a way to capture changes to a database schema so that you can apply them without destroying data, and so that you can roll them back if you made a mistake. Before I understood how they worked, I thought they were basically [...]

[Read more →]

Where the action is

March 16th, 2006 · No Comments

In case you missed my initial announcement, I’ve stareted a link blog called Of Interest. That seems to be where I’m spending most of my energy currently, mainly because it gives me an opportunity to link out to a lot of the weblogs I read without having to write posts here at rc3.org (which feel [...]

[Read more →]

Universal Firefox and Thunderbird

March 16th, 2006 · No Comments

This morning I decided I could no longer wait for the official universal builds of Firefox and Thunderbird, so I downloaded the unofficial builds here. I’m actually sticking with Camino for now, because it felt a bit faster than Firefox in my 10 second trial run. Thunderbird was, for some reason, one of the [...]

[Read more →]

Ruby pays off

March 14th, 2006 · No Comments

When I started my new job last year, one of the most exciting things about it was that we would be writing several applications from the ground up, and that it would be my job (in part) to decide which platforms to use to write these applications. I’ve been working for roughly five years writing [...]

[Read more →]

The MacBook Pro is hot

March 13th, 2006 · 3 Comments

The MacBook Pro is hot, and by that, I don’t mean that it’s the subject of much lust and attention. I mean that you could use it as a portable camp stove. After using mine for a couple of weeks, that’s my one big complaint. It’s fast, it has worked like a charm, and the [...]

[Read more →]

Standard implementations versus standards documents

March 13th, 2006 · No Comments

John Udell recaps a talk at ETech arguing that what the world needs is not standards documents but rather standard implementations. In other words, rather than writing a specification for the Atom protocol, in an ideal world there would be standard, open source implementations of libraries to produce and consume Atom documents.

It’s an interesting idea [...]

[Read more →]

Ruby on Rails: A big fixture failing

March 10th, 2006 · 1 Comment

This is a somewhat obscure Ruby on Rails question, but I thought I’d ask it anyway. Is it the case that the code that reads test fixtures into your database ignores any settings you apply to your models? It sure looks to me like if you point a model at a table name [...]

[Read more →]