Live data from Hacker News

Viewing profile — thechewanater

thechewanater

HN member
Joined
Sun, Aug 16, 2015, 5:18 AM UTC
HN karma
21
Public activity
4 items

About thechewanater

No profile information was provided.

Recent public activity

  1. comment
    Comment #48653670

    Elden Ring quests are implemented in a totally different set of systems from the one described in TFA, mostly something called EzState (dialogue trees) and EMS (map events). These …

  2. comment
    Comment #15455254

    python3 seems to do much better than either of those for me when using an unbuffered write(1, ...) syscall (plus it prints the correct thing) $ cat yes3.py stdout = open(1, 'wb') w…

  3. comment
    Comment #15277230

    In coffeescript 1.x fat arrow functions already bound "this", although binding "arguments" is an actual change. http://coffeescript.org/#breaking-change-fat-arrow

  4. comment
    Comment #13400112

    No it's not, it's illegal to use _ as a lambda parameter.