Viewing profile — nielskrijger
nielskrijger
HN member- Joined
- Sun, Oct 19, 2014, 8:23 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About nielskrijger
No profile information was provided.
Recent public activity
-
comment
Comment #9606555
Really? CPr_b: function() { var i = Z80._r.a; // Temp copy of A i -= Z80._r.b; // Subtract B Z80._r.f |= 0x40; // Set subtraction flag if(!(i & 255)) Z80._r.f |= 0x80; // Check for…
-
comment
Comment #9394108
This might be worth a read: http://codahale.com/the-rest-of-the-story/ http://codahale.com/downloads/email-to-donald.txt Having worked with Scala; I'd say I love it. Having worked …
-
comment
Comment #8479490
Without going into any level of technical depth, I'll offer my two cents. "Write-heavy" means your application processes thousands of records per minute. Three million orders on a …