Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Clay Shirky: Institutions vs. collaboration
Monday, July 14, 2008
This is a rather interesting talk that takes some very foundational ideas from open source software development, P2P networks, and social networking and implies that these paradigms can apply to a lot more.
Programming is like sex: sometimes something useful comes out, but that is not the reason we are doing it.
Code Snippets
An assorted list of code snippets.
Using Arrays with Macros by digitalpeer, updated Friday, July 1, 2005
An attempt to interface with arrays and provide bounds checking using macros in C.
Print Hex and Bits by digitalpeer, updated Tuesday, June 21, 2005
Print the hex and binary representation of memory in C.
Debug Macros by digitalpeer, updated Wednesday, May 18, 2005
Some C/C++ debug macros I commonly use including one that demonstrates variable argument function macros.