Live data from Hacker News

Viewing profile — simlrh

simlrh

HN member
Joined
Sat, Sep 15, 2012, 5:11 PM UTC
HN karma
2
Public activity
2 items

About simlrh

No profile information was provided.

Recent public activity

  1. comment
    Comment #14263693

    Also the lack of variable declaration in `y = Date.now()` made y an implicit global, so it couldn't be optimised out no matter what. Even doing `let y = Date.now()` cuts out 400 li…

  2. story