Viewing profile — daenney
daenney
HN member- Joined
- Tue, Sep 18, 2012, 4:48 PM UTC
- HN karma
- 5,705
- Public activity
- 965 items
- HN profile
- View on Hacker News ↗
About daenney
No profile information was provided.
Recent public activity
-
comment
Comment #46211897
> We want to help people in the EU, but with laws like replaceable batteries, it's going to push us further and further away from being able to do that. We want to help people, but…
-
comment
Comment #46168107
Incredibly corrupt sports organisation awards incredibly corrupt politician the peace prize. Something neither party have any concept of, nor seem to understand the definition of. …
-
comment
Comment #46104776
No. They do not.
-
comment
Comment #46104732
There’s a lot of history there: Rethinkdb is shutting down https://rethinkdb.com/blog/rethinkdb-shutdown/ (2016) Why we failed https://gist.github.com/ramalho/93b87e961b6e019be8e1f…
- story
-
comment
Comment #45087512
“Millionaire steals from child.”
-
comment
Comment #45074527
The title is interesting but the article lacks a lot of background information. There’s no explanation of what the CPU-bound endpoints are, what causes them to be CPU-bound etc. Th…
-
comment
Comment #44629630
In the mean time, the author: * Has claimed to quit Replit only to be back at it the next day. * Asked the agent 6-7 times to generate apology letters. * Is apparently spending $80…
-
comment
Comment #43599664
> While there’s no research to prove its effectiveness [..] > Originally published in 1996, this article was republished on February 20th, 2025.
- story
-
comment
Comment #42918099
Ahhh the free market. In which we make sure to protect OpenAI’s profits.
-
comment
Comment #42539020
It’s not landing gear failure. They overshot the runway but that can happen for a variety of reasons. It’s nothing close to the other two.
-
comment
Comment #42469806
There’s one useful paragraph of information in there, and the rest is Matt whining about the consequences of his own actions.
-
comment
Comment #42285149
You can’t fix it. LLMs making things up is a consequence of what they are. The blog post admits as much, because the “fix it” section is actually titled “How To Mitigate AI Halluci…
- comment
-
comment
Comment #41960531
File name doesn’t necessarily include the whole path. The last 16 characters of CHANGELOG.md is the full file name. If we interpret it that way, that also explains why the filepath…
-
comment
Comment #41792805
I’ve been very happy and impressed with the Framework AMD edition. I’d steer clear of their Core Ultra Intel edition since that’s Meteor Lake. I use mine for open source developmen…
- story
-
comment
Comment #41384233
This has been invented multiple times in JSON. For a widely deployed example, take a look at how JSON-LD uses IRIs for keys and how the context object plays into that. The whole fe…
-
comment
Comment #41265207
This is largely the same stuff Wired pushed. The folks over at GrapheneOS have a much better analysis of this whole thing: https://grapheneos.social/@GrapheneOS/112967309987371034
-
comment
Comment #41263850
This story is bogus. The vulnerability lives in a demo app that’s disabled by default. Enabling that app would require the attacker to have physical access to the device and your p…
-
comment
Comment #41118986
The WASM solution doesn’t rely on a custom libc or transpiler to convert C code to Go. The transpile is an amazing feat of engineering, but it’s hard to debug. I can wrap my head a…
-
comment
Comment #41117104
Has been done and works pretty great: https://github.com/ncruces/go-sqlite3 . Though doesn’t convert the WASM to C, it runs the WASM in Wazero instead.
-
comment
Comment #41117094
In the specific case of SQLite, you can use it through WASM now [1]. It uses the dependency and Cgo-free Wazero runtime. Performance so far has been better than the modernc transpi…
- story