Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bcardarella
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
Agentic Code Must Be Human Auditable
(dockyard.com)
4 points
by
bcardarella
3mo ago
|
1 comments
2.
▲
by
bcardarella
4mo ago
I'm very glad to see the work, thank you for all of the efforts.
3.
▲
by
bcardarella
4mo ago
I wonder how much this work being pushed forward right now is a response to the Bun drama.
4.
▲
by
bcardarella
4mo ago
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 over their houses but it always paled in comparison to Ph
5.
▲
W3C Web Neural Net API Draft
(w3.org)
1 points
by
bcardarella
10mo ago
|
0 comments
6.
▲
by
bcardarella
10mo ago
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 is the wrong solution for a real problem.
7.
▲
by
bcardarella
10mo ago
"written in Rust" ok
8.
▲
by
bcardarella
10mo ago
I only ran both with `cargo build --release`
9.
▲
by
bcardarella
10mo ago
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 compilation size. Regardless, for passing 97% of the spec
10.
▲
by
bcardarella
11mo ago
One that was tossed in 0.15 was `usingnamespace` which was a bit rough to refactor away from.
11.
▲
by
bcardarella
1y ago
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. Some may scoff at that, and I think there are good a
12.
▲
by
bcardarella
1y ago
This is how CSS should be written. I will never understand why class names need to repeat the semantic purpose for a given element.
13.
▲
by
bcardarella
1y ago
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.
14.
▲
by
bcardarella
1y ago
Epic paintball venues
15.
▲
by
bcardarella
1y ago
The issue in this case was Opus was pretty crap at C. It kept introducing segfaults.
16.
▲
by
bcardarella
1y ago
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 results.
17.
▲
by
bcardarella
1y ago
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 Elixir that will embed on device, commun
18.
▲
Elixir Pack: Embed a complete Elixir OTP runtime directly in your iOS app
(github.com)
33 points
by
bcardarella
1y ago
|
3 comments
19.
▲
by
bcardarella
1y ago
> Increased submission quantity and quality So everybody just LLM'd this, right?
20.
▲
by
bcardarella
1y ago
How does the performance compare to projects like Wasmtime?
21.
▲
by
bcardarella
1y ago
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) will have its templates, WinUI3 will have its templates.
22.
▲
by
bcardarella
1y ago
Apple also doesn't allow JITs, and you cannot hot load code to modify the application.
23.
▲
by
bcardarella
1y ago
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 components that we introduced. I may change that back to 1
24.
▲
by
bcardarella
1y ago
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 distributing your application using the BEAM. I'm n
25.
▲
by
bcardarella
1y ago
Not sure as I haven't done any work with it. On a cursory glance it could have some overlap but it appears to not target the 1st class UI frameworks. It looks to be a UI framework unto itself. So more of a Flutter than what we're
26.
▲
by
bcardarella
1y ago
XAML will be a target as we intend to build a WinUI3 client. Of the big three native targets: Apple, Android, Windows the later may be the easiest as from what I've seen nearly everything is in the template already
27.
▲
by
bcardarella
1y ago
As far as how it is different from React Native. That's a good question, one that I think is worth recognizing the irony which is that, as I understand it, without React Native our project probably wouldn't exist. From what I unde
28.
▲
by
bcardarella
1y ago
That's correct, but we can make changes to the views at runtime and these merge into the SwiftUI viewtree. That part has been working for years. As far as how we take the document and convert to SwiftUI views, there is no reflection in
29.
▲
by
bcardarella
1y ago
We're delivering LVN as I've promised the Elixir community this for years, from LVN's perspective nothing really changes. We hit real issues when trying to support live components and nested liveviews, if you were to look at
30.
▲
by
bcardarella
1y ago
https://github.com/otp-interop/elixir_pack we compile without the JIT so we can satisfy the AppStore requirements
More ›