September 18th, 2006
Yesterday I needed to open a zip file on my mobile phone, so I had my first encounter with ZipMan, which was preinstalled on the phone; I knew it was there, but I never used it in two years with my Nokia 6600. After the program started, I was presented with this cryptic message (in Italian):
“Lime del Zip del socio con ZipMan?”
It’s so completely meaningless that it took me a few seconds to realize what it meant, then I almost fell on the floor laughing. I don’t know if “to file” in English is used in the sense of working on an object with a file (the tool, not the computer abstraction), but if that’s the case, the back-translation to English could be (with some interpretation, as the original is incorrect to start with):
“File the Zip of the associate with ZipMan?”
I’m sure none of my associates would like me to apply a file to their zips.
Read the rest of this entry »
Posted in computers | Comments Off
September 14th, 2006
My father got a TomTom GO 510 as a gift. Interesting piece of hardware and it runs Linux, so there’s no way I’ll keep my hands off of the internals for long.
Posted in computers, hardware | Comments Off
September 6th, 2006
git is wonderful. I converted my repository from CVS to git and set up gitweb in minutes (save the time needed to read the docs thrice to make sure I was doing things correctly).
Posted in Linux, fglrx, scm | Comments Off
September 3rd, 2006
Finally I bought a Bluetooth adapter to manage my Nokia 6600 mobile phone. It’s marketed as a “Hamlet Bluetooth USB Adapter”, but it really is a “Cambridge Silicon Radio, Ltd Bluetooth Dongle” according to lsusb. It works fine on Debian GNU/Linux using kernel 2.6.17, the BlueZ stack and kdebluetooth, but I had to update bluez-utils and bluez-libs to version 3.4 otherwise the phone wouldn’t see the PC…
Here’s a very nice add-on called GnuBox for your Symbian phone: it allows you to browse the Internet on your phone through your PC’s connection when you’re at home.
Read the rest of this entry »
Posted in Linux | Comments Off
March 5th, 2006
Yesterday I recovered two nice Sun Ultra 30 workstations (and one big Sun monitor) that were about to be thrown away at my office. They’re in quite good condition, apart from lots of dust and a cut keyboard cable. Apparently some smart guy thought that the quickest way to detach the keyboard was to cut the cable. In case you didn’t know, Sun keyboards have a small connector not unlike a standard PC keyboard or mouse, so just unplugging it certainly takes less effort than finding a cable cutter and applying the necessary force.
Of course I plan to install Debian GNU/Linux on at least one of them. In fact, I think I’ll put all the memory and both hard drives into one workstation and keep the other for parts.
Posted in computers, hacks, hardware | Comments Off
May 18th, 2005
Just found an online copy of Pirsig’s Zen and the Art of Motorcycle Maintenance and I thought I’d let you know it’s my favorite book…
And what is good, Phædrus,
And what is not good…
Need we ask anyone to tell us these things?
Posted in books | Comments Off
April 17th, 2005
[ I'm reproducing here a comment I left on Groklaw in response to someone claiming that BK was bad because you couldn't extract the metadata. ]
I’ve been using the free (as in beer) BK client for a while, about since Linus started using it I think. Did you? Where did you (or anyone else, for that matter) get the impression that you couldn’t extract all the metadata information with it? You can get diffs between any two revisions. You can export changesets as diffs, with all the comments and other data: try “bk export -tpatch -r1.2291,1.2292″ on a recent linux-2.5 tree for example.
What is undocumented is the actual format of the BK files and the protocols between client and server, but there’s no reason to get at them since you can export everything you need in other ways. Or, if you don’t want to use BK yourself, you can ask someone who does to export what you need. In this respect, and I’m quoting Linus here, it’s exactly the same as someone not wanting to use CVS: (s)he could ask someone else to export what (s)he needs. And I bet Linus would have been glad to export just about everything if asked politely.
When I first saw news of this matter, I thought “Larry is a bad guy”, but after I read the points of view of those involved I completely agree with Linus. Those who did not want to use BK had absolutely no reason to feel “left out in the cold”: as Linus himself said when he started using BK (and repeated ad nauseam), nothing would change for the worse for them. To the contrary, it was so easy to get snapshots out of BK that the -bk tarballs were made available daily.
BK is head and shoulders above other SCMs. If you dont’want to use it for ethical reasons, fine; if you want someone else to stop using it, either write a better tool (or at least a tool “good enough”, as Linus often said) or shut up. Tridge was not writing a better tool, only another tool to extract data from a repository, and that was useless. When asked to stop, he refused. When asked to stop Or Else, he refused. If what he wanted was really acess to the metadata from BK, I’m sure Linus and Larry would have worked out something, like exporting all changesets in a reasonable format. By doing what he did after knowing that he would disrupt a well-working and provably useful system, he did only a disservice to the community that he has otherwise served so well with his work on Samba.
Posted in Linux | Comments Off
April 15th, 2005
I knew setuid scripts are a security risk, but finally I found a thorough explanation.
Posted in Unix | Comments Off
April 14th, 2005
If you were expecting an email from me, or if you tried to subscribe to the fglrx mailing list and didn’t get a confirmation request, here’s the most likely reason:
SMTP protocol diagnostic: 553 5.3.0 Error:554 – Mail from 212.216.176.141 refused – See http://dnsbl.sorbs.net
212.216.176.141 is one of the SMTP servers of my ISP, Tin.it, which is most definitely not spammer-friendly. It’s been listed for a while — I don’t know if Tin.it adminstrators are unaware of this issue or if the folks at SORBS are not removing it for whatever reason, but unfortunately, there’s nothing I can do.
Posted in Spam | Comments Off
April 14th, 2005
Today I found my first computer bug. Real bug, I mean. It was trapped inside a power supply and it didn’t cause any real problems, except for a bit of smell that was interpreted as a dying power supply. It was just a dead bug.
Posted in computers | Comments Off