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.
Computers don't solve problems, they execute solutions.
Build and Make
Sunday, February 12, 2006 by digitalpeer
Cons is an interesting spin that replaces make by using Perl scripts instead of Makefiles.
CMake is an alternative to make that aims to make compiler and platform independent configuration files.
amake make utility.
tmake make utility.
BuildBot automates the compile and test cycle. The primary goal behind this one is to notice breaks in the code quickly.