Viewing profile — neofytos
neofytos
HN member- Joined
- Mon, Apr 10, 2023, 11:35 AM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About neofytos
No profile information was provided.
Recent public activity
-
comment
Comment #44836901
I hear you, though I’m less focused on the choice of UI libraries and more on how little control we have over how prompts are routed internally. Sometimes I want a model that reaso…
-
comment
Comment #44836243
For web app generation, gpt-5 seems to route my prompt to the reasoning model. Interestingly, gpt-4.1 often produced more creative or aesthetically interesting designs. In some cas…
-
comment
Comment #41023751
> 2. Python, though great, has a global interpreter lock. TCL fits in with threaded programs excellently. This can be a make-or-break feature. Tcl's threading and event management …
-
comment
Comment #41023675
It's worth noting that we're in 2024, not 1994. While it's true that writing extensions for Tcl is necessary for richer data structures, it's definitely not an impossible task. As …
-
comment
Comment #41023628
I would like to point out that the Tcl C API is exceptionally well-written and provides a robust low-level interface that many developers appreciate. For those interested, you can …