Well the maintainer updated x11/nvidia-driver today and my 7300GS is officially supported. So I decide to find something to push the GPU.
I’m not a graphic designer and I don’t play 3D games. The only graphic thing I can think off “cool” is a transparent terminal.
I’ve used mlterm and Terminal. The feature I like most is […]
On *nix systems the port number under 1024 are reserved and only root user can bind to it. But today I read a post saying a blog here says about disabling this:
Friday, May 26, 2006 FreeBSD 6.1: Disabling Reserverd Ports
A common misfeature found on UN*X operating systems is the restriction that only root can bind […]
Well I’ve used to use roundup as my ticket system. However the intergration of a ticket system and a version control system of trac attract me these days. So I decided to give it a try.
There’s noting to say about installation thanks to the FreeBSD ports system. And it really nice to have the version […]
Well my ASUS A8N5X works pretty good, except for the music play. The chip is Reltek ALC850. And my i386-6.1 recognize it:
pcm0: <nVidia nForce4> port 0xdc00-0xdcff,0xe000-0xe0ff mem 0xd5003000-0xd5003fff irq 23 at device 4.0 on pci0
pcm0: <Avance Logic ALC850 AC97 Codec>
I use the AC97 driver to drive and it could play. However, it hangs playing from […]
Well Emacs itself can’t play media files, it can call an external program to play them. I like have some music as the background when programming, so I have this (stealed from the net)
;;;; A little function that plays marked files in dired with xmms
(defun dired-xmms-play-mp3 (&optional arg)
"play mp3 files marked in dired buffer with […]
¶
Posted 10 May 2006
§
emacs
‡
A year has passed since I visited Python Challenge the last time. And it’s not easy to start it again I’ve got a project that deals with Python image process, so I spend some time on the PIL handbook. And after that, I think trying this challenge is a good practice
However after […]