Archive for May, 2007

aMule Hacking

Thursday, May 31st, 2007

aMule is an open source eMule-like client. It enforces a strict upload/download ratio at the client side: You set the maximum upload rate, and your down rate is limited accordingly. For example, if you allow aMule to use 5 kB/s for upload, your maximum download rate is 20 kB/s. 9 ...

Fwd: Spread this number

Tuesday, May 1st, 2007

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 This is the Processing Key that will allow viewing HD-DVD movies on Linux. What's happening now with this key is similar to what happened a couple of years ago with the DVD key and DeCSS. For ...

Fun with PDEs

Tuesday, May 1st, 2007

I just finished working on a numerical simulation of a set of partial differential equations (PDE). I developed these equations for a physics research project I'm involved in. The equations did not seem to be solvable analytically, so I had to do it numerically. This was my first attempt at ...