Live data from Hacker News

Viewing profile — neofytos

neofytos

HN member
Joined
Mon, Apr 10, 2023, 11:35 AM UTC
HN karma
10
Public activity
5 items

About neofytos

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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 …

  5. 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 …