Archive for October, 2002

Parsers broken while you wait

Friday, October 11th, 2002

linkbackparser.py: Thanks to Phil for being cool enough to crash my parser on its first day of deployment. Oddly enough, I’ve told quite a few developers that my best skill is finding a quick way to break things.

Falling behind the Pilgrims

Thursday, October 10th, 2002

I was already ashamed of my referrals list every time I noticed Mark Pilgrim’s “further reading” list, but now that he has added excerpts to the list, and an RSS feed of referrers, I’m so desperately far behind that I’m really going to have to revisit my 20-minute knockoff script sometime soon. It’s not just […]

My fingerprints on your code

Wednesday, October 9th, 2002

By an odd coincidence, in the last week I got my “code” (well, a few words or a couple of deletions) into Movable Type (a bit of HTML in bm_entry.tmpl), Blogger (style=”height:100%” in the form around the posting textarea, to defeat Mozilla 1.1+ bug 161583), and Radio (getting rid of a couple of extra decodes […]

Sanitary comments

Thursday, October 3rd, 2002

While I’ve never had a problem with allowing HTML in my comments (other than the time I left an <i> open), there are plenty of tags that I don’t really want anyone being able to post, not to mention that I really don’t want people posting PHP in comments. Thanks to Brad Choate’s Sanitize plugin, […]

Friends of Bill

Thursday, October 3rd, 2002

One answer to the puzzling question of just exactly what it should mean to say that you “know” someone in the FOAF sense: Bill Kearney’s RSS 1.0 for Radio tool adds a section of FOAF at the end of the RSS feed, saying that you know him.

Hey Radio, this pre’s for you

Thursday, October 3rd, 2002

Little something for the RadioUserland users: <pre> And for that matter: <title> <head>, and even <table width=”5000″>. Oh, um, you did update Radio.root after yesterday’s fix for the double-decoding bug in the aggregator, didn’t you? I sure hope so. One more bug to make Radio safe for incessant code posters: there’s still a double-decode between […]

Fun with RDF

Tuesday, October 1st, 2002

RDF can actually be fun, as long as you don’t foolishly invest too much ego in trying to store RSS 1.0, or wander off into flame wars. Burningbird explains the basics of RDF Query Language, with a priceless explanation of chaining queries to get from the thing you know to the thing you want to […]