Friday, 21 March 2008

Dear Itautec,

Please don't glue the processor on the heathsink with tape.

Thanks.

PS: If you ever get something like this, take the processor/heathsink out of the socket before trying to separate them, or you might end up pulling the processor out of the socket with it locked (like I did), which means a lot of bent pins.

PPS: It was an ancient computer (Itautec Transglobe 1001; AMD K6-II 450), they most likely don't do it anymore - I guess it would mess the heat dissipation on modern processors. Anyway, I don't think it was a great idea back then also...

Sunday, 9 March 2008

Mennoch the Devil

I've finished reading Anne Rice's Mennoch the Devil (released as just Mennoch in Brazil... I guess devil is a word too strong by here...), the fifth book in her Vampire Chronicles. I haven't read The Tale of the Body Thief yet, so some references where a bit puzzling, but it was readable nevertheless.

The book was very interesting, particularly Mennoch's version of the history of the creation (it probably can be quite offensive for the religious though). Roger's history also wasn't bad, but I feel that Dora's could've been better. I find her reactions after getting the veil to have been very strange and out-of-character. I also wonder if Lestat shouldn't have accepted Mennoch's proposal...

All said, I would recommend the book to anyone looking for a good fictional history which haven't problems with some blasphemy and have already read the previous book. For those who haven't, I would recommend reading them instead, as it would make more sense and AFAIR* they are better anyway.


* For the non-initiated, AFAIR = As Far As I Remember

Saturday, 23 February 2008

Debian bits

  • I'm now a Debian Maintainer. Yay :)
  • New releases of libgda3 and libgnomedb3 were uploaded. On both of them, I've added the Dm-Upload-Allowed, VCS-* and Homepage fields, updated the standards version and fixed FTBFSes on BDFH's dirty chroot, along with some other minor bugfixes.

Sunday, 9 December 2007

Hacking on bug-triage

A lot has happened after the Summer of Code has ended, and I haven't been able to work on bug-triage after that, in part due to "Real Life", in part due to laziness. Anyway, I've finally got some time to work a bit on it today. First, I've taken care of Debian's 452918, where the reporter said that using "pending" on bug status meaning open might cause confusion with the pending tag. Actually, pending is the word used internally by debbugs to mean open bugs, and its also what is returned by the debbugs' SOAP interface (bugs tagged pending get the status pending-fixed instead). Anyway, I've just mapped the internal/SOAP debbugs status to the ones used by pkgreport.cgi, that should avoid misunderstandings. While at it, I also took some time to add a feature I've missed while using bug-triage myself: When browsing upstream bugs in search of a match for a Debian bug, it's necessary to read the upstream bug log; now double-clicking on a upstream bug on bug-triage will open it's log on a browser (the same way that selecting a Debian bug and clicking "Go to" in the toolbar works). It's only small changes by now, and I'm not sure if I'll be able to dedicate myself much more to this in the (near) future, but I'll try my best.