peawee dot net

Roger Allam, Badass

June 27, 2008 7:01 am

Roger Allam is the all-American British badass. If you’re looking for an imposing, “love to hate” bastard for any given production, look no farther.

In the original production of Les Miserables, he played Inspector Javert. In a 2000 London musical Speer he played Hitler.

However, most of us ‘Merkins most likely know him for roles in two pop-culture movies: E. P. Arnold Royalton in Speed Racer, and Lewis Prothero in V for Vendetta.

What we really need is a movie, starring Samuel L. Jackson versus Roger Allam.

Note to self:

June 3, 2008 2:28 pm

Next time I go to have emacs auto-indent a 12,000 line FORTRAN77 source code, do it before I leave for the evening. It’s now 3:30, and it’s been chugging with roughly 85% of one of my workstation’s two cores for the past half hour.

Dear Michigan and Florida voters…

June 2, 2008 2:06 pm

…if you’re going to cry and hate on people for the DNC choosing to count your states as half, please cry to and hate on the duly-elected state-level Democratic Party officials, who decided to hold your primaries early in blatant disregard of party rules.

The Democratic Party is not the government; it doesn’t have to count your vote to begin with. Be thankful you’ve any votes being counted at all.

That is all.

Dear Strawberry Fields…

May 28, 2008 7:14 am

…when I want tea, I want tea, damnit. I don’t need some herbal remedy for ailments including but not limited to: PMS, Prostate Health, Joint Health, Sexual Health (!), Random Pain, Dumbness, Smartness, Sleepyness, Awakenness, or anything else.

I just want some black tea that has something along the lines of a citrus fruit in it. Bigelow’s “Lemon Lift”, or almost any Earl Grey blend will do. It shouldn’t take me 10 minutes looking like a fool in the tea isle to find something I want out of all the over-the-counter medicines masquerading as tea.

Thank you.

So long, Open Solaris!

April 25, 2008 8:54 am

I’ve been running OpenSolaris Nevada on my file server for a while now. While ZFS makes administration of filesystems beautiful, I’ve been disappointed with the zpool functionality.

In addition, administering the rest of Solaris is a maze of twisty passages, all alike. Things like Perl’s CPAN, which is supposed to have a high level of “JustWorks”, fails hard in Solaris (which includes both 5.6 and 5.8). Things like libtorrent/rtorrent and FLAC with Ogg support, which compile just fine on Mac, Linux, Cygwin, and OpenBSD, fail it hard under Solaris. I’ve been frustrated with all the little quirks of the system that just don’t seem to appear under other platforms. I’m underwhelmed by the SunPRO compiler set, and the system just feels *slow* to use, as compared to Linux on the same hardware.

So, using my handy-dandy external backup drive, I backed everything up, and installed the brand-new Ubuntu 8.04 on it, and while it’s back to mdraid and lvm, the rest of the sanity more than makes up for it.

New car!

April 23, 2008 6:45 am

Last week, my poor Tempo decided that it no longer wished to be for this world. As this leaves me carless, I went and got myself a new car.

What type of car, you ask?

A 2001 Audi A6 Quattro. And I love it.

It’s smooth, comfortable, and a great highway cruiser. That last part tends to be useful for me, as if I’m not driving 2 miles, I’m driving 200, and I enjoy how comfortable this thing makes long car trips.

Also, it’s badass.

Front of the car
Rear angle
interior

Life without iTunes

April 7, 2008 2:46 pm

Apple’s walled garden works well for most people. I, unfortunately, am not most people.

This is my story.

As I’ve already discussed previously, iTunes has a certain amount of suck involved.

So, I’ve discovered Play, which sucks less in some ways, and sucks more in others. As so far, the more suckage hasn’t been so much of a concern for me yet, and after checking out the source code, it don’t look too hard to create some patches against. One of my “post-graduation to-dos”.

My CD collection sits as FLACs on my server drive, and Play handles it quite nicely, updating its sqlite database of music every time it starts up. To rip, I use sbooth.org’s Max, which includes the very excellent cdparanoia ripper and pretty good support for tagging, album art, and all the formats I’ve grown to love, such as FLAC.

Currently, there are a couple of weak links. Play doesn’t export playlists to plain text files (otherwise known as .m3u), and the built-in “Convert with Max” option only lets you select 10 tracks at a time. How am I supposed to convert 200-250 FLAC files into Ogg or MP3 to put on a portable player to bring around? Solution: the music library database is simply a sqlite database, which means I can hook up a Perl script to it and extract playlists like that, and run it through conv. For use with my iPod, I can simply make a small library in iTunes, and simply import into iTunes to copy to the little machine. No biggie. If I felt like it, I could most likely write an AppleScript to automate it for me.

CD burning? Same as with the iPod; just use iTunes to make it easy.

So far, I really haven’t missed it. Huzzah!

Arthur C. Clarke, RIP

March 19, 2008 11:20 am

One of humanity’s greatest authors, Arthur C. Clarke, passed away this morning.

Rest in peace.

Ben Franklin was an internet junkie.

February 22, 2008 5:16 pm

Proof right here.

That is all.

iTunes headaches

February 19, 2008 2:34 pm

As you may guess, I run a mac. On the Macintosh, there really is only one music player in town: iTunes. Granted, there’s plenty others that will play music, but none that will manage it. I have enough music to make this a real issue. On Windows, there’s WMP, WinAmp, Foobar2000, and others I’m sure I’m missing. On Mac, there’s… iTunes.

iTunes follows the traditional 90/10 rule of most things Apple: do 90% of everything perfectly, and utterly fail at the last 10%. In this case, it fails at complex library management. Perhaps I’m setting the bar too high here, but Apple’s software is unable to intelligently re-build its library, based on changes to the library directory. For instance: Chip finds some music licensed under Creative Commons, and uploads it to me, directly into my music directory. On just about all the other players I’ve seen, I’m able to either re-index the music directory automagically, or even cooler, the player detects a delta between the current library index and what it sees in the directory, and rebuilds (Hello, Amarok!). As far as I can tell, iTunes does not do this. To add to the mess, on trying to import my library into iTunes fresh, it actually makes iTunes seize up about halfway through. This is rather unacceptable.

Also, it appears that it doesn’t include music that it can play but lacks metadata on. The very excellent band Everybody Else’s CD is one that I ripped to FLAC. Now, when I want to listen to them, I have to load up VLC. It’s not that I mind VLC so much, but it leaves something to be desired when working through my media collection.

My solution: once I’ve the time, hopefully I can whip up something resembling a media player for MacOS. I might, if persuaded, make it work cross-platform, but I don’t care too much about Windows, and the perfect media player already exists under Linux.