Viewing profile — TrayKnots
TrayKnots
HN member- Joined
- Mon, Feb 03, 2025, 7:25 PM UTC
- HN karma
- 26
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About TrayKnots
No profile information was provided.
Recent public activity
-
comment
Comment #46400672
I usually don't see the importance of speed in one-time costs... But hey, same discussion with npm, yarn, pnpm...
-
comment
Comment #43549739
Interesting point. But I usually prefer `(lower..upper).choose()`. So, if I want it inclusive, I can simply do `(lower..=upper).choose()`. No downcasting required. And perfectly ob…
-
comment
Comment #43545501
I am actually worried about the self-hosting pandemic. We self-hosters will stop flying under the radar. Wonder how long it will take until our matrix instances require to be backd…
- comment
-
comment
Comment #43527626
Well, I have in essence nothing against this post. I agree with the notion that too many dependencies are not necessary. That we can keep lots of things simpler. I have nothing aga…
-
comment
Comment #43518011
Fair enough. Video doesn't play, but I believe you. I don't know where I heard froodian slip and frood, but I checked a few places where they pronounce it and all agree with you. B…
-
comment
Comment #43517647
Yea, I hate that. Words are pronounced differently in foreign languages. Do we say Moscow or Moskwa? Do we say ka-tana or ka-ta-na? If Freud is not spoken with the typical Gemran d…
-
comment
Comment #43491716
When I heard about abs neg value my mind immediately jumped to abs(INT.min())... But then again, JS...