Live data from Hacker News

Viewing profile — kevpie

kevpie

HN member
Joined
Wed, Oct 06, 2010, 6:25 AM UTC
HN karma
5
Public activity
3 items

About kevpie

No profile information was provided.

Recent public activity

  1. comment
    Comment #40796004

    I was going to say this sounds like Go Go Red Ball. Wonderful to see the nod to Nate Heagy in the repo!

  2. comment
    Comment #16402053

    You are right, no changes. With a change, most objects are still valid as cached and can result in similar speedup. I'm also wary of caching introducing bugs and intend to continue…

  3. comment
    Comment #16399464

    Larger projects can now effectively be TDD'd in. Or rather you modify or fix a test in a test file and the tests compile and execute very fast. Or even simply the call to `go run`,…