June, 12, 2003 archives
sag and aftra
the boards of sag and aftra have voted to merge, but there is infighting on the sag side that could squelch the deal. (via l.a. observed, fun stuff.)
with the general decline of unions in the american workplace, it is interesting that the entertainment industry is still largely union-dominated.
why telecommunications isn't cheaper
this piece by martin e. hellman, professor emeritus of electrical engineering at standford university (and the hellman in the diffie-hellman key agreement method), explains why moore's law hasn't resulted in dirt-cheap telecommunications. that's some pretty powerful deflationary pressure built up. (via dan gillmor.)
more kurosawa
continuing my stroll through the films of kurosawa on dvd, i watched hidden fortress. i wouldn't put it at the top of the list, but it is enjoyable. (and yes, the peasants served as inspiration for part of the narrative structure of star wars.)
bus riding in los angeles
los angeles magazine has a piece by d.j. wade on riding the bus in los angeles (the url looks fragile, so it will likely be a different article next month). tony pierce responds on his busblog.
the mta should sell the map of the system online. i'd get at least two. (and the online trip planner totally failed me for a recent early-morning trip.)
i've actually done the red-blue-green-shuttle route to lax a few times, and have to say i never feared for my safety at any of the transfer points. you could easily spot the people headed to the airport via the green line. (and i'll admit confusion as to whether a single ticket+transfer is good enough to take that trip. i've always played it safe by using two tickets and one transfer.)
oh, one big exception to take to the article. the author writes: I'm lucky those drivers have been so willing to tax themselves to benefit a transit system few of them will ever use.
this ignores the rather large subsidization of automobile travel, particuarly in southern california.
a general purpose bayesian classifier in python
here's the reverend bayesian classifier, which looks like a very useful bit of code. if you happen to program in python. hooking something like this up to a weblog system to do auto-categorization would be very cool.
recently read
between my trip to hungary a month ago, and convalescing from surgery, i've actually managed to plow through some books.
- slaughterhouse five by kurt vonnegut
- although it looks like i didn't write up a mini-review of it, i had seen the film version of this not long before reading the book. it's a great story about a less-than-glorious experience in world war ii, with an interesting time-jumping style. this is one of those classic books i had somehow avoided reading in high school or earlier.
- the maltese falcon, the thin man, red harvest by dashiell hammett
- this is three novels in one. red harvest was probably the best story of the bunch (the others involve too much stuff-just-happening), but the thin man easily had the most interesting characters. i picked up the book for red harvest and its influence on yojimbo (and its derivatives), but the connection is not as strong as i had expected. red harvest's story has a much larger scope than the movies.
- bluebeard by kurt vonnegut
- more vonnegut, and the book actually shares a lot in common with slaughterhouse five—a protagonist who served in world war ii and a time-jumping narrative (although there's no actually time-travel involved). the book is the fictional autobiography of an abstract expressionist painter and collector. great stuff.
- innumeracy by john allen paulos
- it's a little disheartening to see that so little has changed in the fifteen years since this book was released, even as the number of examples that such a book could cite of numerical illiteracy seems to explode. it makes you wonder why the basics of probability aren't covered more thoroughly in elementary and secondary education.
the scourge of naver.com
naver.com is a korean portal with a totally broken mail system—it bounces messages to the address in the From: header, and the bounce messages are entirely in korean. the end result is that when a subscriber to a mailing list from naver.com starts having mail troubles, people posting to the mailing list start getting undecipherable bounce messages from users they've never heard of.
oh, and postmaster@naver.com and abuse@naver.com both bounce. jerks.
i wonder how broad the postmaster.rfc-ignorant.org and abuse.rfc-ignorant.org blacklists are.
collaborative blog filtering
so i've coded up some simple collaborative filtering for blo.gs. there's two approaches: the first version is based on the number of people listing a blog as a favorite that have a favorite in common with you. the second version is based on the number of people listing a blog as a favorite for each favorite they have in common with you. it doesn't appear to make a huge difference in the blogs that get recommended (at least for what it recommends to me), but it does impact the order of recommendations.
one thing to add would be a way of marking a blogs as an un-favorite so it would stop recommending it. (and take that into account for future recommendations.)
anyway, it's just some ugly sql behind the scenes, not a real collaborative filtering engine.
yeah, i went and coded up a new silly feature for blo.gs instead of doing something useful like fixing the problems introduced by the sheer volume of blogs now that the blogger.com firehose is hooked up.