satoimo | 13 years ago | on: Play framework 2.10 released
satoimo's comments
satoimo | 14 years ago | on: Didn't see this coming: The Goldman Sachs Github Account
satoimo | 14 years ago | on: Watch Me Make Mistakes
satoimo | 14 years ago | on: F# 3.0 Developer Preview Now Available
satoimo | 14 years ago
satoimo | 14 years ago | on: The Node Beginner Book, an introduction to Node.js, is now complete
function sleep(milliSeconds) { var startTime = new Date().getTime(); while (new Date().getTime() < startTime + milliSeconds); }
Someone likes feeding the garbage collector.
satoimo | 15 years ago | on: Stop Telling Students Recursion is Hard
satoimo | 15 years ago | on: Paul Miller Leaves Engadget/AOL - Cites AOL Way Issues
satoimo | 15 years ago | on: Reeder Calls Out MobileRSS For Design Theft, Community Backlash Begins
satoimo | 15 years ago | on: UltraEdit text editor for Mac - Now Available
satoimo | 15 years ago | on: Japan to criminalize DVD ripping and breaking DRM even for personal use
satoimo | 15 years ago | on: Where Are the Android Killer Apps?
satoimo | 15 years ago | on: Ask HN: Anyone using Haskell in production?
The core Haskell module itself solved a specific problem beautifully, but it all got very messy outside the confines of the pure and pretty functional world.
satoimo | 15 years ago | on: Ask HN: Anyone using Haskell in production?