Live data from Hacker News

Viewing profile — hiyfsch

hiyfsch

HN member
Joined
Sun, Jun 28, 2026, 10:21 AM UTC
HN karma
6
Public activity
11 items

About hiyfsch

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
  5. comment
    Comment #48799527

    The best one for me is Mario Paint on SNES!

  6. comment
    Comment #48791041

    I do realize this and the cat video mention was really me being facetious. And honestly software engineers don’t need roads anyway working a tough four-day work week with long comm…

  7. comment
  8. comment
    Comment #48775307

    Yeah I guess also depends on the problem space. For example, dedicated threads doing something versus a bunch of short-lived asynchronous tasks that need scheduling anyhow. If a bu…

  9. comment
    Comment #48769406

    Just because coroutines exist doesn’t mean everything should use them for concurrency. Why would it be better? It’s pretty easy to set up threads in general.

  10. comment
    Comment #48720883

    Honestly same as most socials. Unless people control their own algorithm, forget about it. Imagine buying a cooking magazine and it was full of political ads. Who wants that shit?

  11. comment
    Comment #48706078

    https://www.tcl-lang.org/ Many people have made micro Tcl’s too if you want something even lighter. It has a built in subst command no need for a template engine!