Get Firefox 2
Hover v0.6.11 available
March 4th, 2010 :: Permalink :: Trackback

Starting with this release, Hover will respect case of search terms and no longer replace it with the one you specified, e.g. the following links are all generated with one definition:

Hover, hover, HoVeR, hOVEr, …

by bd in Foo
  Comments Off

xbacklight, squeeze and my NC10
March 1st, 2010 :: Permalink :: Trackback

I recently updated my NC10 from lenny to squeeze. After that xbacklight stopped working:

$ xbacklight -set 50
No outputs have backlight property

Looks like the solution is to upgrade to the latest BIOS (11CA, available from samsungpc.com).

I created a FreeDOS USB stick with information available from Smörgåsbord and fdos.org, copied the BIOS to it, bootet from the stick and successfully flashed my NC10.

Now xbacklight works again.

by bd in debian, nc10
  Comments Off

imapfoo 0.1.1 available
February 15th, 2010 :: Permalink :: Trackback

The new version of imapfoo adds support for:

  • generating checksums and testing them again.
  • reading config options from file.
  • reading password from file, possibly STDIN.
by bd in Software
  Comments Off

imapfoo v0.1.0 available
February 10th, 2010 :: Permalink :: Trackback

First public version of imapfoo, a tool to quickly add random or generated mails to a specified IMAP folder. The freshmeat project entry should appear soon.

by bd in Software
  Comments Off

Hover v0.6.10 available
November 15th, 2009 :: Permalink :: Trackback

This release adds Text Widgets support to Hover. Thanks to John Terry for the patch.

by bd in wordpress
  Comments Off

Lenny NetworkManager Patch
October 31st, 2009 :: Permalink :: Trackback

NetworkManager in Lenny writes it’s PID to /etc/resolv.conf:

### BEGIN INFO
#
# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager
# Process_id:   2869
#
### END INFO

This leads to etckeeper displaying a change every reboot:

This patch to the debian package stops NetworkManager from writing the INFO block to /etc/resolv.conf.

Alternatively, there is a backports package for lenny with an updated version of NetworkManager.

by bd in debian
  Comments Off

Goodbye Blizzard
September 12th, 2009 :: Permalink :: Trackback

A couple of days ago Blizzard decided to ban my Diablo 2 key from Battle.net, effectively cutting me off from online play.

After contacting their Online Support I was told, that my key was banned, because I had violated their Terms of Services, namely using “Third Party Software”.

Now the interesting part is, that I haven’t.

My first reaction was simple, “Well guys, I haven’t. Looks like a mistake, please fix”.

Their response however was that it was clear to them. I had been using some Software I was not allowed. Case closed.

I tried to get more details, e.g. what software I allegedly have been using and what I supposedly did wrong.

They replied by closing the support ticket and sending me a link to a feedback from where I was told “Please note, you will not receive a response regarding any information provided in this webform”.

I went back to my support contact and asked them (again) to provide a comprehensible explanation on what I did wrong exactly.

Guess what, they closed the ticket again.

In the end Blizzard banned my key for some reason which they refuse to tell me.

This leads to an interesting problem: Suppose I would buy another copy of Diablo 2 (which I won’t) to be able to play again. How can I be sure that I won’t get banned again? I have no idea what I allegedly did wrong. How am I supposed to not do it again?

For me, this leaves only one conclusion: No more Blizzard games.

Dear Blizzard, if you treat me like this, I don’t want to be your customer anymore.

by bd in Foo, Software
  Comments Off

Hover v0.6.9 available
August 2nd, 2009 :: Permalink :: Trackback

A new version of Hover is available. This release fixes an https related problem with the internal checks, problems with popups containg the character ‘ and introduces support in domTT for IE8.

Also the regex used for finding hovers has been changed, which leads to a minor incomatibility with the current scheme used by conditional replacement.

Please read the UPGRADE file contained in the archive.

by bd in wordpress
  Comments Off

Lyx: changing default label width
May 5th, 2009 :: Permalink :: Trackback

Here I found something to change the default label width for the whole document (note that I changed ‘lyxlist’ to ‘labeling’):

%adjust the labelwidth in the LyXlist environment
\newlength\extrawidth
\setlength\extrawidth{1eM} % default value

\renewenvironment{labeling}[1]
{\begin{list}{}
{\settowidth{\labelwidth}{#1}
\addtolength{\labelwidth}{\extrawidth}
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\renewcommand{\makelabel}[1]{##1\hfil}}}
{\end{list}}
by bd in lyx
  Comments Off

Change Thunderbirds Trash folder
November 3rd, 2008 :: Permalink :: Trackback

To change the folder Thunderbird uses for deleted items:

  • go to Tools > Options > Advanced > Config Editor
  • filter for mail.server
  • look for the server config you want to change, e.g. mail.server.server3
  • add a string to that server, e.g.: mail.server.server3.trash_folder_name
  • enter the name of the folder to use
  • restart thunderbird
by bd in thunderbird
  Comments Off

Too Cool for Internet Explorer