Summer of Code FAQ, calendar, more

Google’s posted a FAQ for Summer of Code in 2010, which includes a timeline.  There’s also a 2010 calendar, which is perhaps most useful in “Agenda” view.  Keep those dates in mind if you are planning to participate.  If you feel like doing some promotion, there’s a section with flyers in multiple languages.

Also, the GSOC 2010 logo.  Logo’s pretty, but typographically, it’s brutal.  More importantly, the student stipend has increased to USD $5,000 for 2010.

A week’s worth of posts for you

I can’t keep up with all the things to post.  I desperately want to clear my inbox, so here’s a week’s worth of posts all smushed together.  Enjoy!

Phew.

Messylaneous for 2010/02/05

I’m really behind on my posting (this is why), so I’m piling a lot of stuff in here:

Cache-data-as-swap project started

Matthew Dillon is setting up DragonFly to be able to use a fast disk (like a SSD) for disk cache, reducing the effect swap has on speed.  This means very large amounts of data could be read into memory – greater than the available RAM in the system – without having the normal paging out problems that happen when memory is exhausted.   It’ll work for any filesystem on the machine – HAMMER, UFS, or NFS.  His inital notes have more.  Other notes include details on the NFS benefits, and possibilities with SSDsWear-leveling may make SSDs last much longer.

Work has started, and there’s an update (with examples) that people can try, though it may destroy all your data at this point.  Test results in that update show, if I’m reading it right, a better than doubling of speed on a repeated md5 test on a large file when using the new caching system.  This should be a huge benefit.