Viewing profile — Throwaway234590
Throwaway234590
HN member- Joined
- Tue, Dec 20, 2022, 1:30 PM UTC
- HN karma
- -1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Throwaway234590
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …
-
comment
Comment #34214872
[flagged]
-
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.