Category Archives: Programming

Time for some HDL

I read the excellent book The Elements of Computing Systems which is the text book of Nand to Tetris a while ago. And since I have nothing else todo 😀 I thought that it could be a good time to … Continue reading

Posted in Hardware, Programming | Leave a comment

Corrupted initramfs during boot

What would you do when your embedded Linux suddenly starts to break in mysterious ways? I was faced by this problem “recently” and this is a compilation of my notes when faced with this somewhat strange problem. I worked for … Continue reading

Posted in Linux, Programming | Leave a comment

C++0x approved

“The final ISO ballot on C++0x closed on Wednesday, and we just received the results: Unanimous approval.” Yay! Now we just need a stable GCC with official support then.

Posted in Programming | Comments Off on C++0x approved