Viewing profile — bcardarella
bcardarella
HN member- Joined
- Wed, Jul 23, 2008, 3:35 AM UTC
- HN karma
- 2,995
- Public activity
- 398 items
- HN profile
- View on Hacker News ↗
About bcardarella
Twitter: @bcardarella GitHub: bcardarella
Recent public activity
- story
-
comment
Comment #48339216
I'm very glad to see the work, thank you for all of the efforts.
-
comment
Comment #48339091
I wonder how much this work being pushed forward right now is a response to the Bun drama.
-
comment
Comment #48286083
Phantasy Star remains to this day my favorite RPG. I was the kid in the neighborhood who's parents bought a SEGA Master System instead of a NES. I would play Final Fantasy a bit ov…
- story
-
comment
Comment #46117060
I agree that borrowing against unrealized gains is crap, it's lead to major economic divide. However, just make borrowing against unrealized gains illegal. Taxing unrealized gains …
-
comment
Comment #46034795
"written in Rust" ok
-
comment
Comment #45946354
I only ran both with `cargo build --release`
-
comment
Comment #45945551
Just a small comparison, compiled for release: Boa: 23M Brimstone: 6.3M I don't know if closing the gap on features with Boa and hardening for production use will also bloat the co…
-
comment
Comment #45765081
One that was tossed in 0.15 was `usingnamespace` which was a bit rough to refactor away from.
-
comment
Comment #45356459
You may be correct, but the rate of change in baseball is glacially slow compared to the other sports. One of baseball's intrinsic values is it's legacy, tradition, and history. So…
-
comment
Comment #45163582
This is how CSS should be written. I will never understand why class names need to repeat the semantic purpose for a given element.
-
comment
Comment #45007435
How far should I be able to progress? I can out of the first room and open the cabinet in the second room, but cannot progress further.
-
comment
Comment #45003159
Epic paintball venues
-
comment
Comment #44916306
The issue in this case was Opus was pretty crap at C. It kept introducing segfaults.
-
comment
Comment #44914489
I tried to do this a few weeks ago, I tried to build a NIF around an existing C lib. I was using Claude Opus and burned over $300 (I didn't have Pro) on tokens with no usable resul…
- story
-
comment
Comment #44784756
This is another extraction from the project that I discussed in this HN thread: https://news.ycombinator.com/item?id=44651539#44652356 tldr; we're building a headless browser in El…
- story
-
comment
Comment #44774240
> Increased submission quantity and quality So everybody just LLM'd this, right?
-
comment
Comment #44693965
How does the performance compare to projects like Wasmtime?
-
comment
Comment #44693211
This is one of the fundamental differences for what we're doing. We are not building a write-once-run-everywhere solution. SwiftUI will have its own templates, Jetpack (Android) wi…
-
comment
Comment #44654622
Apple also doesn't allow JITs, and you cannot hot load code to modify the application.
-
comment
Comment #44654308
The LVN Elixir libraries are pretty much done and those really shouldn't change out side of perhaps additional documentation. I have been back and forth on the 2-arity function com…
-
comment
Comment #44654234
You'd have to refer to all of the applications running on the BEAM that are distributed across multiple datacenters. Fly.io's entire business model is predicated on globally distri…