Live data from Hacker News

Viewing profile — stevedekorte

stevedekorte

HN member
Joined
Tue, Sep 11, 2007, 4:25 AM UTC
HN karma
414
Public activity
237 items

About stevedekorte

@stevedekorte

Recent public activity

  1. comment
    Comment #48940705

    Coroutines elegantly solve these problems.

  2. comment
    Comment #45918680

    I've found this handy for repairing AI generated JSON.

  3. comment
    Comment #45170543

    Io ( http://iolanguage.org ) can work this way, as the message tree (maybe including comments - I don't recall) is what the interpreter used to evaluate the code and is accessible …

  4. comment
    Comment #42730231

    But street lights don't have to use harsh 3000 kelvin LEDs, there are warm light LEDs (2400-2700 kelvin). For example, these lights are widely available for home, yet most people j…

  5. comment
    Comment #42402066

    Looks useful and powerful. Nice work!

  6. comment
    Comment #42368145

    It’s great that this can run on a laptop but FWIW, llama 70B model is no where near “GPT-4 class” in my own use cases. 405B might be, though I haven’t tested it.

  7. comment
    Comment #42054087

    How are state changes consistently tracked?

  8. comment
    Comment #42045312

    Congrats! I have strong nostalgia for the ones I worked on and owned in the 90s. Using those machines felt more like living in the future than any tech I've experienced since, incl…

  9. comment
    Comment #40930318

    "In JavaScript, neither weak references... is generally available". I think that was true with the old weak collation classes, but doesn't the newer JS WeakRef provide proper weak …

  10. comment
    Comment #40917104

    Great to see work like this being done. Javascript is often a "good enough" language, but an efficient Smalltalk (or Self) language with support for things like system images, beco…

  11. comment
    Comment #39632307

    At first, I though this was a link to another cool language with a very similar name: http://www.redwoodsoft.com/~dru/cel/

  12. comment
    Comment #38179728

    I've run into many of the problems mentioned with Apple Feedback and gave up on using them many years ago. It's pretty disheartening when you spend a bunch of time getting an OS cr…

  13. comment
    Comment #35977758

    Can it be used via an API?

  14. comment
    Comment #35267437

    Enjoying the discussion. Here’s a related paper: https://docplayer.net/137462966-Towards-jit-compilation-for-...

  15. comment
    Comment #35251527

    That might be right, but I'm not familiar enough with early Smalltalk to say. Self was a bigger inspiration than Smalltalk.

  16. comment
    Comment #35251500

    Fixed, thanks!

  17. comment
    Comment #35251297

    Yeah, good idea. I've updated it.

  18. comment
    Comment #35250878

    Thanks for the suggestion. I've added a first pass at samples page and a link on the main page. https://iolanguage.org/samples/

  19. comment
    Comment #35234872

    Can someone get this running on the Web with WASM?

  20. comment
    Comment #35184481

    "Society depends on this mismatch existing. It must exist somewhere." I see no reason why bank deposits can be fully backed, and ppl who choose to can buy into bonds funds separate…

  21. comment
    Comment #34457971

    Who would have predicted ever increasing inefficiency and decreasing service from an effective monopoly with little to no selection pressure?

  22. comment
    Comment #34417531

    The environment I grew up in (NeXTstep with Miller Column FileBrowser + Edit + InterfaceBuilder) effectively did, but I'd love to see them tightly integrated.

  23. comment
    Comment #34327547

    Would love to see one of these that used Miller Columns for navigation, and supported VSCode task and launch files.

  24. comment
    Comment #32487671

    Economics is more complicated that a short term price move. If there is sufficient unpayable dollar denominated debt, the central banks and governments will be forced to once again…

  25. comment
    Comment #31685454

    On the instance. My understanding is that in this example, the instance itself is the key and is only stored in a dictionary owned by the related class. Maybe there are other or br…