HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ntonozzi

no profile record

comments

ntonozzi
·il y a 2 mois·discuss
Everyone said that except for 538. That's why 538 was worth reading.
ntonozzi
·il y a 4 mois·discuss
Something like Cloudflare's Code Mode fixes both of these! No privileged bash environment, no VM necessary, no exposing credentials to the LLM.

As the article states, LLMs are fantastic at writing code, and not so good at issuing tool calls.
ntonozzi
·il y a 4 mois·discuss
The UK is begging for people to build datacenters: https://www.theguardian.com/technology/2026/mar/09/revealed-...
ntonozzi
·il y a 4 mois·discuss
Perhaps because he is a journalist whose job is to report reality, not avoid threats?
ntonozzi
·il y a 4 mois·discuss
Yeah you can: https://thinkingmachines.ai/blog/defeating-nondeterminism-in....
ntonozzi
·il y a 4 mois·discuss
Why do they need to run benchmarks to confirm performance? Can't they run an example prompt and verify they get the exact same output token probabilities for all prompts? The fact that they are not doing this makes me suspicious that they are in fact not doing the exact same thing as vLLM.

It is also a bit weird that they are not incorporating speculative decoding, that seems like a critical performance optimization, especially for decode heavy workloads.
ntonozzi
·il y a 4 mois·discuss
IMO the core of the issue is the awful Github Actions Cache design. Look at the recommendations to avoid an attack by this extremely pernicious malware proof of concept: https://github.com/AdnaneKhan/Cacheract?tab=readme-ov-file#g.... How easy is it to mess this up when designing an action?

The LLM is a cute way to carry out this vulnerability, but in fact it's very easy to get code execution and poison a cache without LLMs, for example when executing code in the context of a unit test.
ntonozzi
·il y a 4 mois·discuss
Wow that is wild, that is exactly along the lines of my fantasy language. It'd be so easy to go into the deep end building tooling and improving a language like this.
ntonozzi
·il y a 5 mois·discuss
That argument was dead _at least_ 2 years ago, when we gave LLMs tools.
ntonozzi
·il y a 6 mois·discuss
Many privacy regulations enforce full deletion of data, including GDPR: https://gdpr-info.eu/.
ntonozzi
·il y a 6 mois·discuss
I've given up on soft delete -- the nail in the coffin for me was my customers' legal requirements that data is fully deleted, not archived. It never worked that well anyways. I never had a successful restore from a large set of soft-deleted rows.
ntonozzi
·il y a 6 mois·discuss
Hopefully it gets more tightly integrated.
ntonozzi
·il y a 6 mois·discuss
Home affordability is getting better anyways, which is great, because we are finally having a surge in new & denser home building in popular regions and there mortgage rates are more reasonable than they were in the COVID-era.
ntonozzi
·il y a 6 mois·discuss
Maybe the best part of this legislation will be that people will realize it's not institutional investors that are driving up home prices. No, that's far too optimistic.
ntonozzi
·il y a 8 mois·discuss
It's not debouncing, it's delaying. Ideally you can still update a specific dependency to a more up to date version if it turns out an old version has a vulnerability.
ntonozzi
·il y a 8 mois·discuss
One of my favorite blog posts of all time: https://aphyr.com/posts/342-typing-the-technical-interview
ntonozzi
·il y a 8 mois·discuss
There are some good reasons it is lower now, like defense lawyers and Miranda rights. Obviously it'd be good if we had both good civil rights AND high murder clearance, but they seem in obvious tension with each other.
ntonozzi
·il y a 8 mois·discuss
If you haven't, give Cursor's Composer model a shot. It might not be quite as good as the top models, but in my experience it's almost as good, and the lightning fast feedback is more than worth the tradeoff. You can give it a task, wait ten seconds, and evaluate the results. It's quite common for it to not be good enough, but no worse than Sonnet, and if it doesn't work you just wasted 30 seconds instead of 10 minutes.
ntonozzi
·il y a 8 mois·discuss
My question is genuine.

Not really the point, but an idea that springs to mind is selling fighter jets to allied countries.
ntonozzi
·il y a 8 mois·discuss
Check out this graphic:

https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect#...

This is the only thing Dunning-Kruger found.

Actual performance is correlated with perceived performance, mediated by the fact that everyone thinks they are a bit above average.