Live data from Hacker News

Viewing profile — Throwaway234590

Throwaway234590

HN member
Joined
Tue, Dec 20, 2022, 1:30 PM UTC
HN karma
-1
Public activity
5 items

About Throwaway234590

No profile information was provided.

Recent public activity

  1. comment
    Comment #34564421

    This year's Advent of Code had a problem where you had to check the visibility of trees in a forest from both sides, (actually four sides, but consider two sides). You needed to re…

  2. comment
    Comment #34477006

    Was this blow up due to a dependency with an 'any' type somewhere, and your code fed the dependency library some garbage? That's what bit me, even with the strictest ts settings, t…

  3. comment
    Comment #34215454

    It's a hairpulling experience trying to write functionally in javascript. All those imperative apis like sort as you mention. I will sometimes copy as in [...xs] but I always feel …

  4. comment
    Comment #34214872

    [flagged]

  5. comment
    Comment #34065598

    Is the problem you mentioned not fixed by collision prediction? Check out ourcade on youtube, if you don't already know what this is, he has a video on it.