Viewing profile — fossa1
fossa1
HN member- Joined
- Wed, Jul 02, 2025, 12:27 PM UTC
- HN karma
- 22
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About fossa1
Recent public activity
-
comment
Comment #46304578
The real question isn't whether the market is saturated, it's whether it still exists once Docker gives away the core value prop for free.
- story
- story
-
comment
Comment #44519204
Very cool, this feels like a missing piece for integrating structured tool use into local LLM workflows without building everything from scratch
-
comment
Comment #44454723
Glad to see JAX featured alongside PyTorch. JAX still feels like the best-kept secret in deep learning
-
comment
Comment #44454696
[dead]
-
comment
Comment #44454668
[dead]
-
comment
Comment #44454629
I think hatchling or setuptools are still better options (for now). Would be great to see a clean, declarative hook system in the future
-
comment
Comment #44454094
[dead]
-
comment
Comment #44454070
[dead]
-
comment
Comment #44454059
This kind of work reminds me of early WSL1-era hacks
-
comment
Comment #44443258
We’re being told AI will “augment” workers, but it increasingly looks like it’s augmenting them right out of a job. Meanwhile, Microsoft’s stock is near record highs. Shareholders …
-
comment
Comment #44443183
It’s ironic: for years the open-source community was trying to match GPT-3 (175B dense) with 30B–70B models + RLHF + synthetic data—and the performance gap persisted. Turns out, si…
-
comment
Comment #44443168
> Welch was just very good at understanding that some invisible boundaries didn’t apply anymore, and that the zeitgeist was shifting in that direction Agreed, Welch didn’t invent s…
-
comment
Comment #44443140
This is a textbook case of micro-architectural reality beats theoretical elegance. It's fascinating how replacing 5 loads with 2 loads + 3 vextq_f32 intrinsics, which should reduce…