Viewing profile — ryanoptimus
ryanoptimus
HN member- Joined
- Tue, May 09, 2023, 12:22 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About ryanoptimus
No profile information was provided.
Recent public activity
-
comment
Comment #40655651
Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
-
comment
Comment #35873305
The argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's type…