Viewing profile — davidsainez
davidsainez
HN member- Joined
- Wed, Nov 06, 2024, 3:57 AM UTC
- HN karma
- 152
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About davidsainez
Recent public activity
-
comment
Comment #48961727
The Maverick is a different class of vehicle: it has a unibody with no mechanical 4x4.
- story
-
comment
Comment #47155223
I put off podman for a while because of claims of compatibility issues, which is unfortunate because I've had an excellent experience since switching over. Can you point as specifi…
-
comment
Comment #46144822
Ever heard of Debian or Linux?
-
comment
Comment #46117657
Excited to put this through its paces. It seems most directly comparable to GPT-OSS-20B. Comparing their numbers on the Together API: Trinity Mini is slightly less expensive ($0.04…
-
comment
Comment #46117650
Why would that undermine its integrity? AFAICT there are a selection of "open" US-based LLMs to choose from: Google's Gemma, Microsoft's Phi, Meta's LLAMA, and OpenAI's GPT-OSS. Wi…
-
comment
Comment #46113585
I find the existence of opennext convincing proof of lock-in: https://blog.logrocket.com/opennext-next-js-portability/ Personally, I don’t bother with nextjs at all.
-
comment
Comment #46065591
But to determine its merit a maintainer must first donate their time and read through the PR. LLMs reduce the effort to create a plausible PR down to virtually zero. Requiring a hu…
- comment
-
comment
Comment #46065222
Not wanting to review and maintain code that someone didn't even bother to write themselves is childish?
-
comment
Comment #46065110
> works flawlessly > intermittent outages Those seem like conflicting statements to me. Last outage was only 13 days ago: https://news.ycombinator.com/item?id=45915731 . Also, ther…
-
comment
Comment #46040995
AFAICT, kimi k2 was the first to apply this technique [1]. I wonder if Anthropic came up with it independently or if they trained a model in 5 months after seeing kimi’s performanc…
- comment
-
comment
Comment #46040192
I never claimed that it was being done in secrecy. Here is another example: https://groq.com/blog/inside-the-lpu-deconstructing-groq-spe... . I have seen multiple people mention op…
-
comment
Comment #46039720
There are well documented cases of performance degradation: https://www.anthropic.com/engineering/a-postmortem-of-three-... . The real issue is that there is no reliable system cur…
-
comment
Comment #46006189
Thanks for sharing. I hear people make extraordinary claims about LLMs (not saying that is what you are doing) but it's hard to evaluate exactly what they mean without seeing the r…
-
comment
Comment #46000820
Access to virtually infinite cash had more to do with Android's success than the source being proprietary.
-
comment
Comment #45990580
Golang I think (mostly) successfully resisted this temptation
-
comment
Comment #45972646
Doesn’t have to be an in house system, just basic redundancy is fine. eg a simple hook that pushes to both GitHub and gitlab
-
comment
Comment #45934593
Sure, we are still closer to alchemy than materials science, but its still early days. But consider this blogpost that was on the front page today: https://www.levs.fyi/blog/2-year…
-
comment
Comment #45930458
Thanks for sharing! I am working on a rag engine and that document provides great guidance. And, agreed, each individual technique seems marginal but they really add up. What seems…
-
comment
Comment #45926398
> We tried multiple vectorization and classification approaches. Our data was heavily imbalanced and skewed towards negative cases. We found that TF-IDF with 1-gram features paired…
-
comment
Comment #45922413
web version sonnet is down for me as well. https://status.claude.com/
-
comment
Comment #45886462
I highly recommend How to Design Programs. I recall being repeatedly mind blown working through the book. It was great fun. The authors start by composing pure functions. IIRC you …
-
comment
Comment #45886330
It is difficult to understand the full beauty (or horror, depending on your pov) of functional programming with such a simple example. But as you scale up in complexity, it can be …