Live data from Hacker News

Viewing profile — stottc

stottc

HN member
Joined
Fri, Sep 02, 2011, 6:03 AM UTC
HN karma
11
Public activity
9 items

About stottc

No profile information was provided.

Recent public activity

  1. comment
    Comment #6075583

    You can do something like : ag -G ".txt$" hello

  2. comment
    Comment #3592346

    ARC is nearly fully supported on 4.0

  3. comment
    Comment #3190784

    Changelists are a feature I really miss in other source control. It's nice to be able to keep orthogonal changes separate

  4. comment
    Comment #3178267

    Our team's been using node/mongo in production for nearly a year now - on large social games. The win on engineering productivity alone has made them a good choice for us.

  5. comment
    Comment #3176911

    There's something incredibly natural about node & mongo together.

  6. comment
    Comment #3065608

    It's remarkably easy to scatter a few process.nextTick() calls in long running functions to play nicely.

  7. comment
    Comment #3020439

    There's an option to do server-side receipt validation. That should prevent a hack like that.

  8. comment
    Comment #2999050

    Assembly = "as low as you can go". You can always build things on top of it, but you can never go any deeper. Javascript shares that much. Not too much else.

  9. comment
    Comment #2953100

    You can absolutely extend unity apps with Cocoa (Unity basically ends up rendering to a UIView).