Viewing profile — davexunit
davexunit
HN member- Joined
- Wed, Apr 10, 2013, 3:41 PM UTC
- HN karma
- 7,688
- Public activity
- 2,080 items
- HN profile
- View on Hacker News ↗
About davexunit
No profile information was provided.
Recent public activity
-
comment
Comment #49243822
What are the best books/papers/blog posts to learn about Morphic's architecture? I'm not a user of any Smalltalk implementation but I'd like to learn more as the Smalltalk approach…
-
comment
Comment #49208906
Can't have wind power. Can't have bike lanes. Can't have trains. Can't have healthcare. Love this country!
-
comment
Comment #49168616
The moment I see anything LLM-generated it's an instant close tab.
-
comment
Comment #49168326
Posts like this remind me how much JavaScript could benefit from something like Lisp's quasiquote. JSX is a terrible creation but templating in JS is pretty unpleasant without quot…
-
comment
Comment #49092446
No it's not.
-
comment
Comment #49070510
This project is 5 days old going by the commit history and seems to be entirely vibecoded.
-
comment
Comment #49050561
I'm not sure what they mean by "native" here but (ref extern) is for host references, JS or otherwise. The i31 type is for "immediate" values, things that can fit in 31 bits and th…
-
comment
Comment #48994979
We're so close to a full circle moment. Next up is "npm stable", a curated set of packages (a "distribution", say) known to work well that are supported for a couple of years with …
-
comment
Comment #48923556
I sympathize with the developers. Mobile OS push notifications are a big impediment to the adoption of p2p technology and it's hard to do anything novel in the chat space because t…
-
comment
Comment #48877817
Hoot is also not a 2 day old vibecoded project.
-
comment
Comment #48844757
Such a refreshing take after all the marketing nonsense from Bun. Zig is a glimmer of hope in a world of slop.
-
comment
Comment #48830999
This was a nice little experience report. Most of the deficiencies in Hoot can be blamed on me. > The error messages can be cryptic. Apologies! Happy to receive issue reports about…
-
comment
Comment #48830905
The OCapN group is actively working on a milestone for 1.0, the first interop target. It's getting close! https://github.com/ocapn/ocapn/milestone/2
-
comment
Comment #48280516
I was wandering around the expo floor at PAX East last year when I noticed Earthion at the Limited Run demo arcade. I had a lot of fun playing it on the floor so I bought the full …
-
comment
Comment #48102672
Sure am glad I moved everything off of Gitlab awhile ago. Trainwreck of a company.
-
comment
Comment #47920454
It's my favorite comedy of all time. It's been going for over 10 years with a lot of little spin offs along the way. For those that want to take the plunge you can watch the first …
-
comment
Comment #47838921
From Decker vs. Dracula
-
comment
Comment #47838715
Tim Heidecker... from?
- story
- story
- story
-
comment
Comment #47572966
On one hand atproto has content-addressed storage and portable identity that AP still lacks (but could have!), on the other hand atproto is far more centralized. The data layer is …
-
comment
Comment #47550594
http://habitatchronicles.com/2017/05/what-are-capabilities/ https://files.spritely.institute/papers/spritely-core.html
-
comment
Comment #47349743
It couldn't get past a vote in the Wasm community group to advance from phase 1 to phase 2. Here's a quote from the "requiem for stringref" article mentioned above: > 1. WebAssembl…
-
comment
Comment #47349169
This is my main confusion, too! I have an existing Wasm GC language implementation and I'm not sure how to reconcile it with the component model.