/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

warpainter.wordpress.com
| | kristalcantwell.wordpress.com
2.1 parsecs away

Travel
| | Mini-polymath 4 has started. It is based on question 3 of the IMO. The research thread is here. There is a wiki here.
| | localtvwhnt.wordpress.com
4.8 parsecs away

Travel
| | Reblogged on WordPress.com
| | wimwiddershins.wordpress.com
2.1 parsecs away

Travel
| | Here's a fascinating read by "Bunnie" of xbox hacking and Chumby fame on the subject of dodgy MicroSD cards. http://www.bunniestudios.com/blog/?p=918
| | ouroboros.rocks
29.8 parsecs away

Travel
| Cleaning up flows While I was browsing through some oping code (trying to get a feeling about how to do broadcast), I stumbled about the cleaner thread. As we can see, it was used to clean up 'stale' flows (sanitized): void * cleaner_thread(void * o) { int deadline_ms = 10000; while (true) { for (/* all active flows i */) { diff = /* diff in ms between last valid ping packet and now */; if (diff > deadline_ms) { printf("Flow %d timed out.