Author Archives: admin
CPU frequency scaling
It did seem a bit odd that my fancy new 2.8GHz processor had troubles to seemlessly decode simple videos from youtube. The flash plugin process seemed to frequently change CPU and therefor hang every second or so. After investigating a … Continue reading
Bit of Nostalgy
I recently discovered the code of my last third years java class exercise …
Cisco AXP less annoying
Developping applications on top of Ciscos AXP router can be extremely annoying. The router reboots after each install or uninstall of a package, the process of building the signed installation packages is cumbersome, the packages need afterwards to be pushed … Continue reading
ICT Lyon 2008
Working for a small EU financed project (i will not tell which one) i was sent to the 2008 ICT in Lyon last week to represent the project. Even thought i have seen some exhibitions before, i was really surprised … Continue reading
SMTP-Auth with Telnet
(E)SMTP Most of you proably know how to “speak” SMTP. A basic session looks like: user@host:~$ telnet mail.example.com smtp Trying x.y.z.a … Connected to mail.example.com. Escape character is ‘^]’. ehlo d 250-hostX.example.com 250-PIPELINING … mail from: <some@address.org> 250 2.1.0 Ok … Continue reading