Viewing profile — hiyfsch
hiyfsch
HN member- Joined
- Sun, Jun 28, 2026, 10:21 AM UTC
- HN karma
- 6
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About hiyfsch
No profile information was provided.
Recent public activity
-
comment
Comment #48820915
[dead]
-
comment
Comment #48816361
[dead]
-
comment
Comment #48816141
[dead]
-
comment
Comment #48803123
[dead]
-
comment
Comment #48799527
The best one for me is Mario Paint on SNES!
-
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…
-
comment
Comment #48789206
[dead]
-
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…
-
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.
-
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?
-
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!