ARM interrupt processing

this tinyurl pints to a good description on how ARM interrupt processing works.

doubango

doubango just wrote that the first alpha release of openvcs is ready to download. unfortunatly the linux version is under dev state currently, but clients are avail for a couple of os#s

html parser comparison

I found html parser comparison in a comment while reading tagsoup being used from groovy

ssh tunneling trick

nice usage

Bash scripting guide

this scripting guide is a wortwhile read. I had some aha effects while skimming through it, like at the beginning that using sh script is different from using bash script

programmin socket and ipc

Brian Beej Hall has written 2 good docs about IPC Programming and socket programming

EDM Ollydbg for Linux

EDB looks nice. only thing is the ptrace interface he’s (understandable) struggling with.

Linux kernel report

Jonathan Corbet presented a informative presentation about the recent linux kernel work. It was held at the 11′th realtime Linux workshop, and offers some insides and statements not always presented in the normal press, like from 2.6.27 -> 2.6.31++ rough timeframe (October 9, 2008 to September 18, 2009) 48,000 changesets was merged by 2,500 developers and 400 employers. This result is that the kernel grew by 2.5 million lines, or better 140 changesets merged per day and 7267 lines of code added every day. But he also depicts some major functionality added by each version and why it’s needed. paired with some funny pictures a nice walk through. The other papers from the conference are also a good read, take a look at them by yourself

60 GHZ ECMA-387 demonstrated

TUD presented EASY-A and achieved a record in transmission. They claim its very energy efficient in that the emitter and receiver only need one bit resolution for transmission. The signals use 4GHz bandwith and it took 6.4 seconds for 8 Gigabyte.
one have to admit, that they (still) used cable for transmission, but they’ve designed/created the demonstrator using the concept of their 60 GHz wireless transmission. They estimate about 5 years before this could be used in commercial products.

File system

File System and Storage Lab provides a wealth of informations about various issues in that space