Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gruntled-worker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
gruntled-worker
11d ago
It'll get rooted over the uplink/WiFi/BT long before that. Probably even more likely for non-SDVs.
2.
▲
by
gruntled-worker
12d ago
> used most of the time with a motive to downplay the abilities and faculties of AI models Exactly. We're dancing around the real argument: there's massive amounts of influencing going on (and not only about AI.)
3.
▲
by
gruntled-worker
12d ago
But the compiler won't necessarily generate any code for the destructor: https://godbolt.org/z/PMando5x4
4.
▲
by
gruntled-worker
13d ago
We're not asking the model to simplify something, we're asking it to perform a task. Its subtle preferences show up as an overcomplicated path to the goal. In some cases, there are also nuances that we don't pick up on. Here
5.
▲
by
gruntled-worker
13d ago
> massively overcomplicates almost all work People with high IQ often do this IRL. There's training tension in this area. Intelligence and overcomplication correlate and are hard to extricate.
6.
▲
by
gruntled-worker
15d ago
If new free projects had to have a "100% artisanal" pledge I wouldn't even consider starting one. Hand-crafting the core design is still superior. Not delegating the grunt work for copy-paste level stuff is just wasting time,
7.
▲
by
gruntled-worker
16d ago
We went from opt-in zones to opt-out zones. Living spaces with curtains drawn and the inside of your vehicle should really be opt-in though.
8.
▲
by
gruntled-worker
16d ago
Another strategy that's often used is to cause motion then detect the resulting transmission spike. That's also defeatable of course (cache+burst, CBR, etc). The ideal detector should incorporate multiple methods. Someone should m
9.
▲
by
gruntled-worker
16d ago
Likewise. I can't help but wonder how many people they're expecting to switch to enshittified reddit or to log in after this change. Maybe 1% will? I'm not installing a browser plugin. I'll just take a vacation until the
10.
▲
by
gruntled-worker
16d ago
Exactly. And it's not only about whether a specific job is safe from AI, but whether it's safe from the effects of those that aren't safe: competition from laid off people and downward wage pressure. Then there's the bac
11.
▲
by
gruntled-worker
17d ago
> My lethal trifecta model warns about the risks inherent in any agent system that combines access to private data with exposure to untrusted content and a way to communicate stolen information back to an attacker. > ChatGPT Work comb
12.
▲
by
gruntled-worker
17d ago
I'm curious and would like to see those reports. There's AI scraping for sure, but intentionally resource-consuming, increasingly-insidious AI scraping I've never actually read about. AI scraping might be bad, but if a partic
13.
▲
by
gruntled-worker
17d ago
There's something missing from the picture. The bots are: - Using a terribly inefficient way to redownload the same commits as e.g. HTML diffs, possibly the most inefficient. - Putting in tons of CPU cycles to surpass the Anubis PoC.
14.
▲
by
gruntled-worker
29d ago
I wouldn't even feel comfortable cloning from it, let alone contributing. If you decide to host your project there, please mirror it somewhere sane as well.
15.
▲
by
gruntled-worker
1mo ago
This is one of the better posts I've seen on HN. The comments that are putting it down are not from readers that engaged it a whole lot.
16.
▲
by
gruntled-worker
1mo ago
Claude, please write a paper proving Dunning-Kruger is false. I'm not an expert, but you'll have no difficulty finding sources as it's clearly 100% false.
17.
▲
by
gruntled-worker
2mo ago
I'm not arguing that it's great. I'm arguing that the future of human work in this area will be limited to dealing with the cases when it isn't great, i.e. the pile on your desk. Choosing the best model and highest effor
18.
▲
by
gruntled-worker
2mo ago
Is there any indication that it was a mini/fast/older model, or on a low effort level? My read of the reactions above is "ugh AI", not "ugh AI on the cheap". Not a single poster mentioned model or effort choice
19.
▲
by
gruntled-worker
2mo ago
That's my point, we won't bother reading it. We'll let agents read it. People will eventually stop getting ticked off at this stuff. One exception: if the model is poor or on 'low' and that leads to a crappy report.
20.
▲
by
gruntled-worker
2mo ago
Until ~2000, "cellphone user in public" equated with "smug asshole." We're at that icky rejection stage with AI. Two years ago, that writeup would have been viewed as a generous gift of time to the community. Now we
21.
▲
by
gruntled-worker
2mo ago
The Wikipedia version is simplified, but it bears mentioning that as written, it's going to be slower than the trivial version for most N's on 1983 compilers and systems. Fixed: register n = (count + 7) >> 3; switch
22.
▲
by
gruntled-worker
2mo ago
Me mechanic not speak English. But he know what me mean when me say "car no go", and we best friends. So me think: why waste time, say lot word when few word do trick?
23.
▲
by
gruntled-worker
2mo ago
Not surprising to see the WSJ skipping the surveillance angle entirely. Aside from classic sport cars and to a lesser extent manual transmissions, I've never even heard about someone preferring old models until surveillance started rol
24.
▲
by
gruntled-worker
2mo ago
California has self-driving vehicle fleets which, once municipally-owned like the older transport infrastructure eventually became, work way better than trains for almost all trip ranges up to planes. The sweet spot is when the fleet gets l
25.
▲
by
gruntled-worker
2mo ago
Yep. It's like rooting for a team or a rock star. Alice is a football stats wiz. Alice is a WR Jones fan because he has an incredible 40-yd dash time and leads the league in YAC. Bob is a WR Smith fan. Bob knows the stats are all cooke
26.
▲
by
gruntled-worker
2mo ago
Test-drive it with an individual Pro account (5x or 20x) for a month. Download the Codex CLI client from https://github.com/openai/codex and auth it in the browser via the URL it provides. Set the model to 5.6-Sol and
27.
▲
by
gruntled-worker
3mo ago
Waymo has a lead. Tesla's lead is about the same as a Roomba's. Seriously though, if you're considering an EV, please give the traditional US/EU/JP/KR automakers a chance. Don't try to help the planet in o
28.
▲
by
gruntled-worker
3mo ago
Resource leaks, crossing non-exception-safe library/system code, CPU-specific quirks like accidentally unrestored FP/vector/control state, etc. Granted it's always been highly system-specific stuff, but that's the w
29.
▲
by
gruntled-worker
3mo ago
No complaints about this in particular, but code that uses setjmp/longjmp often has a risk profile that's way bigger than memory safety alone. If you're stuck with them then by all means, mitigate all you can.
30.
▲
by
gruntled-worker
3mo ago
Thought experiment: what if you used AI in the sort of situation where you would consider adding an external dependency? The differences between the two are obvious, but the level of delegation is not that different. One difference is that
More ›