Misc links
My stuff
People
Categories
Tags
Alcatraz Amazon AMQP AWS Bash Book Canada Canada 3.0 CBC Climate change Computers Computer Science Copyright DNS EC2 Fedora Free Software Graph Internet IPv6 LaTeX Linux Lyx Maemo microblogging Networking OMB Packet capture Podcasts PPP Privacy Python San Francisco Science Society Software development Thesis Toronto Twisted txamqp University UWO Web Wordpress XMPPArchives
Monthly Archives: July 2004
Linux QoS API update
My Linux QoS library is coming along nicely. It took me a few days but I changed the whole API to be based on GObject. The main reason for this time consuming change is to make bindings to other languages … Continue reading
Political Compass
Political Compass is an interesting site. It asks you to fill out a short questionnaire and then gives you a rating of where you stand on the political map. For reference the site also gives the values for some famous … Continue reading
Posted in General
Leave a comment
Ironic
It’s particularly ironic that a few hours after I had posted my little rant on Police fund raising I discovered that the drivers side window had been smashed out of Karen’s car and the steering wheel ripped apart. Looks like … Continue reading
Posted in General
Leave a comment
Police fund raising
Yesterday I got a call from the Police Association of Ontario. It was basically a telemarketing call as they were trying to raise funds. This really bothers me for a couple of reasons. I always find it very intimidating when … Continue reading
Linux QoS API
My wrapper library for the Linux QoS system is coming along nicely. Here are the function calls necessary to add a filter that matches the destination field in the IP header. filt = classifier_u32_new(); classifier_u32_set_class(filt, class); classifier_u32_set_priority(filt, 5); classifier_u32_set_protocol(filt, IP); … Continue reading
Course selection
It looks like I have pretty much got my fourth year Computer Science courses figured out. CS325: Law in Computer Science An examination of aspects of law and policy that relate to the creation, protection and implementation of software and … Continue reading
Tagged Computer Science, University
2 Comments
Why images are bad links
Website images that simply contain text make very bad links. An example of this can be found on the CBC‘s website. Notice the navigation elements on the left side of the page are images. There are several reasons why this … Continue reading
Tagged Internet
Leave a comment