Viewing profile — stevedekorte
stevedekorte
HN member- Joined
- Tue, Sep 11, 2007, 4:25 AM UTC
- HN karma
- 414
- Public activity
- 237 items
- HN profile
- View on Hacker News ↗
About stevedekorte
Recent public activity
-
comment
Comment #48940705
Coroutines elegantly solve these problems.
-
comment
Comment #45918680
I've found this handy for repairing AI generated JSON.
-
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 …
-
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…
-
comment
Comment #42402066
Looks useful and powerful. Nice work!
-
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.
-
comment
Comment #42054087
How are state changes consistently tracked?
-
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…
-
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 …
-
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…
-
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/
-
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…
-
comment
Comment #35977758
Can it be used via an API?
-
comment
Comment #35267437
Enjoying the discussion. Here’s a related paper: https://docplayer.net/137462966-Towards-jit-compilation-for-...
-
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.
-
comment
Comment #35251500
Fixed, thanks!
-
comment
Comment #35251297
Yeah, good idea. I've updated it.
-
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/
-
comment
Comment #35234872
Can someone get this running on the Web with WASM?
-
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…
-
comment
Comment #34457971
Who would have predicted ever increasing inefficiency and decreasing service from an effective monopoly with little to no selection pressure?
-
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.
-
comment
Comment #34327547
Would love to see one of these that used Miller Columns for navigation, and supported VSCode task and launch files.
-
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…
-
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…