Categories
Free Software

Cool stuff

I found a music sharing plugin for gaim plugin today. It’s part of the google summer of code challenge. Can’t wait to try it out 🙂

Categories
Personal

Back

So I’m back in Denmark. Niagara Falls was really something. It was especially beautiful one of the nights when they colored the sky with fireworks 🙂 I also liked New York a lot. The city felt more international than American mostly because of all the different cultures living together.

Categories
My Media System

When C++ scares even small children

Ran into the bug described here today while cleaning up some code in mmsv2 1.1.0. Luckily I it manifested itself as a link error and not calls to strange functions I don’t want to be calling 8)

Categories
Gentoo

Another "birthday"

3 Days ago mmsv2 was 3 years old and now it seems that I have been a gentoo developer for more than a year. Ohh yeah and my real birthday was just last month 🙂

Categories
Free Software

Updated Nanoblogger to 3.2.2

I updated nanoblogger to latest cvs and added RSS feeds to the
different categories. Maybe I can get listed on planet gentoo now 🙂

Categories
Free Software

New filter for MPlayer

There was some discussion on the MPlayer mailinglist about a new filter so I though I would check it out. I was in for quite a nice suprise. The filter is very effective in removing ugly artifacts from the mpeg family of codecs. The only downside is the massive CPU usage. You can try it with -vf fspp. The code is based on this paper.

Screenshots normal:

normal

normal

Screenshots filter:

nice

nice

Categories
Free Software games

new GPL quake-style FPS

Stumpled upon new FPS, Nexuiz, based on the ancient quake1 (GPL) engine but with lots of goodies added. Reminds me a lot of Quake1 and Quake3 and it generally looks promising (17 maps, 10 music tracks). Even worked on 64 bit with my Radeon 8500 using the built-in dri drivers 🙂

Categories
Free Software Hacking games

Fixing mindless automaton

My friend Bo wanted to play magic online over apprentice today with me, so I installed mindless automaton to play with him. Apparently mindless doesn’t work 100% with amd64. It crashes when you either connect to another computer or wait for someone to connect to you. So I began investigating and came up with a patch. I had my old language patch applied to be able to write danish chars, but it didn’t work very well with an UTF-8 locale. So I had to redo the patch, which you can find here. It now works with UTF-8 and non UTF-8 locales 🙂

Categories
Free Software Hacking

Disable analyzer feature in imms

I’ve created a patch for imms 2.0.2a which allows you to disable the very cpu intensive BPM and frequenzy analyzer feature of imms. On my machine (AMD64 3000+) it takes almost 10 seconds to analyze a single track. While you could still install imms without sox and by
doing so disable this feature you would still need the fftw library installed for no reason. I’ve emailed the patch upstream, so I hope to see it in the next version of imms 🙂

You can download the patches here: patch part one patch part two.

Categories
Free Software python

Python for Series 60

Just found out today that its possible to run Python on Series 60 phones. How insanely great! I really need to start experimenting with coding something for my phone now. Already a great free software game for them 🙂