Viewing profile — rundev
rundev
HN member- Joined
- Wed, Dec 20, 2023, 1:27 PM UTC
- HN karma
- 9
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rundev
No profile information was provided.
Recent public activity
-
comment
Comment #46442585
The difference being that yt-dlp isn't a business partner (and/or competitor) of YT.
-
comment
Comment #46392615
"The few dozen people I killed pale in comparison to the thousands of people that die in car crashes each year. So society should really focus on making cars safer instead of sendi…
-
comment
Comment #46287809
The claim of linear runtime is only true if K is independent of the dataset size, so it would have been nice to see an exploration of how different values of K impact results. I.e.…
-
comment
Comment #46191651
The compiler also tells you that even if you cover all enum members, you still need a `default` to cover everything, because C enums allow non-member values.
-
comment
Comment #40960383
`yield` being a function that is passed into the iterator seems like suboptimal design to me. Questions like "What happens if I store `yield` somewhere and call it long after the l…
-
comment
Comment #40919126
[flagged]
-
comment
Comment #40916732
1. If you are first to market and still can't make money off your amazing invention, that might be a skill issue. 2. Patents wouldn't be as forceful if they didn't last that long. …
-
comment
Comment #38708589
Not really. `import type` just means that this import is guaranteed to be removed when compiling to JS. TS already fully erases types during compilation, and this is just a way to …