Why don't Comp.Sci professors give out extra credit to students who submit patches to open source projects? I'm sure profs could come up with some scoring system based on the complexity of the patch and the amount of effort involved (size of code base, subject matter, etc). This would get the student out of pure theoretical assignments and give them real-world experience with software problems. About the only challenge I see with this idea is that a student may get 90% of the way through working on a patch and someone else (outside the school) comes in and scoops them. For this, a prof could still give some points for 'trying' if there was proof of the work.

§488 · August 15, 2008 · Software, Technology · Comments Off on Patches For Credits · Tags: ,


I recently tried to compile Daniel Holbert's SMIL patches in mozilla-central. While doing this, I observed the "configure" was core dumping. The folks in the #developers channel over on irc.mozilla.org were able to help me out and trace it down to the fact that Ubuntu's dash was crashing. I worked around this by changing Mozilla's configure script to use #!/bin/bash instead of #!/bin/sh.

Apparently this crash has been fixed on Ubuntu 8.10 because Daniel himself hasn't witnessed this crash?

§483 · July 25, 2008 · Firefox, Linux, Software, Technology · 2 comments · Tags: , ,


Hallvord R.M. Steen (an Opera employee and member of the HTML WG) was kind enough to create a bug regarding an issue I had raised a few months back. It is currently not possible inside an embedded SVG to determine the parameters sent in from HTML:object if the two documents are on different domains. This appears to be a hole in the HTML4 spec, which doesn't really address cross-domain security concerns for the HTML:object element. Read the rest of this entry ...

§478 · July 25, 2008 · Adobe, RIA, Software, Technology, Web · 5 comments · Tags: , , ,


Anyone have any idea why I'm suddenly seeing a large number of hits using a browser with the following UA string:

Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Only happened in the last few days too. Weird.

§479 · July 15, 2008 · Microsoft, Software, Technology, Web · 3 comments · Tags: , ,


Looks like WordPress 2.6 is out. I submitted three patches about three months ago: 6583, 6602 and 6642. I'd like to sturdy up WordPress's ability to handle invalid XHTML markup. Care to take a whack at my XHTML Piñata? This all sounds vaguely familiar.

Anyway does anyone have any suggestions on how to get these patches moving? Someone I need to email? kthxbai

§477 · July 15, 2008 · Software, Technology, Web · 5 comments · Tags: ,