Happy 4th of July

I hope everyone’s having a great 4th of July (at least those of us in the States, folks from other countries can be forgiven for not thinking too much of it). July 4th, along with Thanksgiving, is one of my favourite holidays. That may surprise some folks. It’s not like the house is decorated in red, white and blue. I’m not wearing a flag pin, the Pledge of Allegiance makes me uncomfortable and I’m not that into fireworks. But external trappings aside, I consider myself to be a very patriotic person. I just don’t define patriotism as being synonymous with “flag waving. ...

July 5, 2008 · 3 min · admin

Weekend enjoyment

Things making this weekend more enjoyable: Seeing a “Republicans for Obama bumper sticker on the car in front of me Finding that 5th Season is starting to carry beer and wine making supplies Gardening (more or less) Bob Dylan’s “Blood on the Tracks Receiving ~1.5″ of rain Sunday night… after taking the dogs on a walk Getting TurboGears to work through fastcgi Knowing that it’s only a four day work week coming up Presumably there were other things, but these are the ones that come immediately to mind 🙂

June 30, 2008 · 1 min · admin

Yellowstone pictures - part 2 of 2 (updated)

update: and for those that prefer a better interface, all of the pictures in gallery

June 22, 2008 · 1 min · admin

Telecom immunity passes the House. sigh . . .

June 20, 2008 · 0 min · admin

Yellowstone pictures - part 1 of 2

I haven’t finished processing all of the Yellowstone pictures – it takes a bit of work to get the color balance set right. (THM – that’s why I always shoot raw on the D80. It gives me more freedom to get the image “right later.) But at least the first half is done. I’ll post the second half this weekend sometime.

June 20, 2008 · 1 min · admin

Louisiana, setting the standard in science education . . .

It’s things like this that embarrass me when I tell someone I’m from Louisiana. The Louisiana House has voted overwhelmingly to pass the Louisiana Science Education Act which allows science teachers to use supplemental materials when teaching controversial subjects. For those who haven’t been there, in Louisiana, controversial subjects include: evolution, global warming, Keplerian astronomy and the round earth theory. Okay, I made the last one up – at least 85% of Louisiana households do believe that the earth is round. ...

June 13, 2008 · 2 min · admin

Management, leadership and information technology

A few years ago, I participated in a six month program to train leaders in information technology. I learned a fair amount, perhaps enough to be disillusioned, and ever since the program, I can’t help but look at organizations in terms of their leadership. Case in point, the grapevine of ex-employees from my former workplace says that three employee resignations were announced last week. One person only gave one week notice. By my rough count, that’s about 20 people leaving since January – or approximately 8-10% of the work force. Ouch! ...

June 10, 2008 · 3 min · admin

new computer

Over vacation, I managed to convince K that we should get a new computer. Our old one was bought just after I started my last new job, so… February 2001? For most things, it worked pretty well: email, word processing and spreadsheets, etc were fine. It didn’t hurt that we were running Linux, so there was minimal pain for upgrading the OS (it originally came with Windows 98… can you imagine trying to run XP or god forbid Vista?). But given that it was reasonable for desktop use, it still had a few problems for some of the purposes I had. It was using USB 1.1, so a max of 12 Mb/s off to an external disk (instead of 480 Mb/s for USB 2). The hard drive was small and not mirrored, so if it died, we were in trouble. No DVD burner, only a 4x CDROM writer. Finally, you couldn’t do much photo editing because of the small amount of RAM and the slow speeds. ...

June 6, 2008 · 2 min · admin

Back online

Testing, testing, is this thing on? “My fellow Americans. I’m pleased to announce that I’ve signed legislation outlawing the Soviet Union. We begin bombing in five minutes. Er, wait, sorry – wrong decade. Sorry for the lack of posting for the past few weeks. K and I were out in Yellowstone and just got back last night (or was it this morning?). The advantage of Yellowstone is no news. No television, no computer, no phone. I suppose there was a newspaper, but we didn’t read it. So what’s been going on while we’ve been away? Has Clinton conceded yet? Have gas prices dropped yet? Is it still fashionable to conserve water in North Carolina? I guess I already know the answer about Clinton and gasoline. Since we’re on a well, I think water conservation is going to be a way of life for now on, so that doesn’t matter either. ...

June 2, 2008 · 5 min · admin

E-book blogging

I’ve had the Sony Reader now for about a week. In that time, I’ve taken it on a plane trip, read three full books, multiple days worth of the NY Times and I’m in the middle of two books right now. Observations so far: The electronic paper is very readable. On my plane trip, I must have read for several hours straight with no more eye strain than if I had been reading a paper book. The legibility is good regardless of font size. You might still want to increase the font size if your eyes are tired, but otherwise, there is no need. The menus and button layouts are pretty reasonable. You can page forward or back. There’s a up-down-left-right cursor that is used to move around on a page. Using the number buttons on the right, you can jump to an arbitrary page in the book. These buttons double as a quick jump to a menu item on the Reader’s standard menus. One gripe, you can only move to different links using up/down on the cursor, left/right don’t do anything. At GB, paideka mentioned that it would be interesting to see what Apple did with the layout and look and feel of a reader. Agreed Battery life appears to be as advertised: 7,500 page turns per charge. Keep in mind that a page on the reader contains only about half the content of a standard paper back (depending on page layout and font size). Still, around 3,500 pages of paper back text is still pretty good. Updating the screen is slow. It takes about .5 – .75 seconds to update the screen. A few ramifications: 1) this is almost un-noticeable while reading text; and 2) using the cursor keys is painful, you deal with the update time for each cursor pressed – where ever possible I use the numeric shortcuts. A third ramification of the slow update time is that the Reader, and almost certainly any other reader using this generation of e-paper, is unusable as a reference book. When I use a reference book, I flip around quite a bit. Forward to the index, back to the text, forward many pages to the next topic, etc. I suppose if the reference book had a really good index, it might be better, but for the most part, this is still not a good tool for referencing which is a real shame. The bookmarking system is good. Each book keeps your place in the book. The top level of the reader keeps up with the last book you’ve read and your place in that book. You can set any number of bookmarks in each book and then access the bookmarks on a global or a per book basis. It would be nice if the reader also kept a list of most recently read, rather than just the single most recently read book; but that’s a small issue. Typically, I’ll just set a bookmark when I pause in reading, then delete it when I pick the book back up. PDF conversion still leaves something to be desired. I’ve looked into this a bit. The converter I’m using converts PDF -> HTML -> LRF. The PDF -> HTML conversion uses pdftohtml (surprised?) which is good in some ways, but still leaves off certain things (like images!), at least as used by the reader’s converter. Part of this is due to conceptual differences between PDF and HTML. HTML marks up text, flagging paragraphs, noting images, etc. Ideally, all of this is passed to the browser which handles the layout. PDF will have none of that. PDF consists of a set of primitives that indicate what text (in which font and size) should go in which location on the page. There is no markup of paragraphs, instead, each line of text is described individually. There is no easy way to reconstruct paragraphs from a PDF file (as a research note, I wonder if you could use a partially observable markov decision process?). That said, minus the missing images, the LRF result is definitely readable. So overall, I’m pretty happy with the reader. The biggest issue is the refresh time on the electronic paper and I hope that will improve over the next couple of years. ...

May 7, 2008 · 4 min · admin