Just a note to the world

Just a note to the world — though I am currently doing contract work programming Perl to feed the ol’ family, I don’t have any permanent employment; haven’t for a little over a year (though the contract work has been steady). So if you know of work in the West Michigan area, or long distance, which would be suitable for a strange hippie-like character, with quirky interests and strong opinions, who’s read Homer and Vergil in the original languages and has published illustrations of elves, trolls, and strange mushroom people, who’s very good at programming and teaching, and who is friendly, easygoing, and easy to get along with but not always so good at fitting in and being normal… Drop me a line.

There’s got to be something out there, but it sure ain’t in the want ads.

Happy Inauguration

inaugurated before his own dead (Click on the picture for a taste of the reality the cartoon intends to represent.)

I still can’t believe we reelected someone who made America a byword for death, war, lies, and torture. Perhaps if Kerry had come out against this war as he did the Vietnam war… But no. And 51% of America didn’t want to change horsemen mid-apocalypse.

49% were willing to abandon Bush even though the alternative did not provide a strong vision against the war, though, and that heartens me.

UPDATE: I did this for a while, but I love my blog more than I hate George W. Bush, so screw it.

The Brits’ Own Abu Ghraib

Really messed up images here, story here.

This all happened back in May 2003. Trial going on now.

Wonder if Blair has a “torture czar” whom he’s planning to appoint to high office?

Wonder if the Brits currently have a haven of illegal imprisonment and torture in full swing right now, like Guantanamo, even as they claim to deplore it all and put the people who get themselves caught on film on trial?

Logan on Python’s Typeful Future

Making it stick.: The Road to Ruin: Patrick Logan, Smalltalk enthusiast, has been wringing his hands lately over Guido’s plans to make Python an (optionally) more typeful language. It’s been interesting reading. I’m not a big Python programmer but I would tend to agree with Logan. My idea of a good typed language is something like Haskell, with type inference. That’s not the direction this would go, it’d be more like optionally making your Python more C++-like or something.

Hubris alert: there is no way I could reasonably be considered competent enough to make the following judgements. As usual, I do not let that stop me:

I don’t really trust Guido’s judgement. It took Python years to get something close to the level of grooviness present in Ruby from very early stages (well, of course, Ruby had Python to look back on — but it mostly didn’t, it mostly looked back on Smalltalk and Scheme, and of course Perl). My impression is that Python is something of an accidental masterpiece, cool in ways Guido did not originally intend, perhaps for reasons he did not originally understand. There is no reason to assume his guidance will keep it cool any more than Lucas’s guidance kept the Star Wars series on course.

Yes, I’m saying that with type declarations we may be seeing the first of Python’s midichlorians.

On the upside, Guido seems in this post to have a clear understanding of the difference between true subtyping and OO subclassing — and the importance of distinguishing the two (subtypes must satisfy the Liskov substitution principle). There’s a great post by Oleg Kiselyov which demonstrates how C++’s class system isn’t actually very useful for type checking, because it conflates the two — and how you’d have to code C++ to fix it.

On the downside, Xoltar tweaked Guido very devastatingly — Guido had dissed the highly typeful, type-inferring language Haskell, because it tends to use recursion for loops, and Guido thinks that it’s unnatural for humans to think recursively — that we think better in plain loops. And that therefore Haskell would never be as big and important and popular as Python. Or words to that effect. Anyway, Xoltar pointed out that you could define “while” and “foreach” functions in Haskell in less than half a page of code. Lucky for Haskell programmers, huh? They can fix everything that is wrong with their language in no time!