Viewing profile — Delgan
Delgan
HN member- Joined
- Sun, Apr 24, 2016, 9:12 AM UTC
- HN karma
- 363
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About Delgan
No profile information was provided.
Recent public activity
-
comment
Comment #48611930
I, too, was curious to see it in practice. Here is the ticket opened by @retr0id: https://github.com/oven-sh/bun/issues/28030 And here is the swarm of bots / LLMs / agents that ope…
-
comment
Comment #47911507
Alas, GitHub has been plagued by bugs and UX regressions year after year. I reported a bug last year about being unable to quote code blocks. It's quite a basic yet fundamental fea…
-
comment
Comment #44800906
I was baffled by the technical blog post they published on this subject, in 2023: https://github.blog/engineering/architecture-optimization/cr... They completely redesigned the cod…
- story
-
comment
Comment #36830348
There is also a linked Youtube channel. https://www.youtube.com/watch?v=7gi7nMuyUc4 He looks real.
- story
-
comment
Comment #30892480
It reminds me of the multiplayer section from CodinGame website: https://www.codingame.com/multiplayer/bot-programming Although there is no specific implementation for Battleship, …
-
comment
Comment #30886946
One month ago, I spent hours testing dozens of apps for "gamified todo list". I could not find any that would perfectly suits my needs (Habitica is too gamified for example). Your …
- story
- story
-
comment
Comment #17521139
On the contrary, loop-and-a-half is intended to avoid repeating stuff outside and inside of the loop body. while true: x = stuff if not x: break
- story
-
comment
Comment #16981061
Isn't it what Numba does quite successfully for a subset of Python? [1]: https://numba.pydata.org/
- story
- story
- comment