Live data from Hacker News

Viewing profile — ryanoptimus

ryanoptimus

HN member
Joined
Tue, May 09, 2023, 12:22 PM UTC
HN karma
3
Public activity
2 items

About ryanoptimus

No profile information was provided.

Recent public activity

  1. comment
    Comment #40655651

    Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem

  2. 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…