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
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 🙂

Categories
Free Software

Radeon 9700 driver

Found the r300 sourceforge project today. Seems they are writing a free software driver for the Ati r300 family. Wanted to try it out but it seems very beta, has only been developed for 3 months and requires xorg-x11 cvs.