March 5th, 2007
According to State Farm,
The National Insurance Crime Bureau (NICB®) has compiled a list of the 10 vehicles most frequently reported stolen in the U.S. in 2005.
- 1991 Honda Accord
- 1995 Honda Civic
- 1989 Toyota Camry
- 1994 Dodge Caravan
- 1994 Nissan Sentra
- 1997 Ford F150 Series
- 1990 Acura Integra
- 1986 Toyota Pickup
- 1993 Saturn SL
- 2004 Dodge Ram Pickup
This doesn’t match my expectations at all. With the single exception of the 2004 Dodge Ram Pickup, these are all a decade old or older. Can anyone explain why?
Read the rest of this entry »
Posted in Economics | 13 Comments »
March 1st, 2007
Mostly the Migration Assistant in Mac OS X works, but there are some surprising things that don’t come across and have to be reinstalled manually. So far I’ve noticed:
Read the rest of this entry »
Posted in Mac | No Comments »
February 26th, 2007
What tools are people using to validate their web pages? In Refactoring HTML so far I’m writing about four, somewhat related tools:
Anything else worthy of mention? In particular, is there anything significantly different enough from these four that it deserves to be called out separately? Or is there anything better that should replace one of these options? (This is a relatively small book, and I am trying very hard not to cover absolutely every possibility and option.) Open source tools are strongly preferred.
Posted in Web Development | 2 Comments »
February 25th, 2007
Prospect Lake attracts a lot of interesting waterfowl in the winter, including two recent Northern Pintails, so I thought I’d take a quick spin around the lake today after lunch and see what I could see. I thought maybe I’d get a Scaup, Redhead, Canvasback, or even a Eurasian Wigeon; but I was not expecting a life bird. However, there it was. A Red-necked Grebe. I’ve managed to miss this bird on multiple trips where either it was expected or other people saw it but not me, so it was especially nice to pick it up in my backyard. It’s my first Prospect Park lifer for the year.
Read the rest of this entry »
Posted in Birding | 1 Comment »
February 25th, 2007
It’s a slow Sunday morning so I was going to browse around a new language I’d been hearing rumors of, and maybe send them a little link love if I liked what I saw. However it seems all their tutorials, manuals, white papers, and almost everything else are in PDF. Yuck. Not worth my time.
They’re complaining that they can’t get any thought leaders to pay attention to them. If they insist on publishing on the Web in a format designed for paper books, it’s no wonder no one has noticed them. Write back when you start noticing this little thing called HTML, guys. I’ve got a feeling it’s going to be big one of these days.
Read the rest of this entry »
Posted in Java | 23 Comments »
February 24th, 2007
Rails (and similar frameworks like Seam, Grails, etc.) work by inspecting database schemas and dynamically generating code at runtime. They implicitly assume a SQL database, which isn’t really a good fit for most publishing applications. Sure you can slice and dice documents enough to force them into tables, but it’s a lot like pounding screws into set concrete with hammers.
Many publishing applications, especially generic systems like Wikis, content management systems, and blog engines, would be better served by a native XML database and XQuery; e.g. eXist instead of MySQL. What would a Rails-like system look like in this environment? What would the conventions (instead of configurations) be?
Read the rest of this entry »
Posted in XML | 9 Comments »