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.
If I have seen further, it is by standing on the shoulders of giants.
- Isaac Newton
Pipes on Linux and Win32
Tuesday, June 21, 2005 by digitalpeer
IBM has a nifty
article on the performances of pipes on Linux, Windows 2000, amd Windows XP. Unsurprisingly, Linux stomps the others and XP is substantially worse than 2000 according to the seemingly accurate article. It also provides some nice examples of how to actually use pipes (named or not) on both platforms.