frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trump says Iran downed Apache helicopter, US must react

https://www.reuters.com/world/middle-east/trump-says-us-helicopter-pilots-who-went-down-strait-ho...
1•onemoresoop•29s ago•0 comments

Indian Numbering System

https://en.wikipedia.org/wiki/Indian_numbering_system
1•tosh•1m ago•0 comments

Ask HN: Is Apple Cringe?

1•mijustin•1m ago•0 comments

Automating Myself Out of Development

https://www.thoughtfultechnologist.com/p/automating-myself-out-of-development
1•nisabek•2m ago•0 comments

Brexit Ten Years On: The Economy

https://ukandeu.ac.uk/brexit-ten-years-on-the-economy/
3•mooreds•4m ago•0 comments

The Design of the Q'Nial (2017) [pdf]

https://www.nial-array-language.org/ndocs/Design%20of%20QNial%20V7.pdf
1•tosh•4m ago•0 comments

Cache Stampede Prevention: Distributed Locking, Pub/Sub, and Request Coalescing

https://engineeringatscale.substack.com/p/cache-stampede-distributed-locking
1•birdculture•5m ago•0 comments

Ask HN: What's your AI agent's funny/mocking name?

1•Stitch4223•6m ago•0 comments

US Mint launches $1 coin featuring Cray-1

https://www.datacenterdynamics.com/en/news/us-mint-launches-1-coin-featuring-cray-1/
1•dgacmu•6m ago•0 comments

What Is Gravity?

https://qunabu.github.io/Gravity/#what-is-gravity
1•smooke•6m ago•0 comments

Fable 5 System Prompt Comparison to Opus 4.8

https://TwelveTables.blog/comparing-claude-fable-5s-system-prompt-to-opus-4-8/
1•jackson12t•7m ago•0 comments

Paleontologists Just Found the Peacock of the Dinosaur Era

https://gizmodo.com/paleontologists-just-found-the-most-extra-bird-of-the-dinosaur-era-2000763953
1•gmays•8m ago•0 comments

Claude Fable 5 and Mythos 5 pricing: Anthropic's new $10/$50 top tier

https://www.aipricing.guru/news/claude-fable-5-mythos-5-pricing-june-2026/
1•alexmercerdev•8m ago•0 comments

How to build a cancer vaccine, and whether they will work this time

https://www.owlposting.com/p/how-to-build-a-cancer-vaccine-and
1•abhishaike•10m ago•0 comments

Invisible limitations on Claude Fable 5's effectiveness for frontier LLM dev

https://twitter.com/Hangsiin/status/2064397550434816088
1•pr337h4m•11m ago•0 comments

Apple's AI Can Now Change Your Passwords. What Could Possibly Go Wrong?

https://www.kylereddoch.me/blog/apples-ai-can-now-change-your-passwords-what-could-possibly-go-wr...
3•speckx•11m ago•1 comments

Tailscale ships a non-reproducible crypto downgrade

https://github.com/tailscale/tailscale/issues/20067
1•nimih•12m ago•0 comments

Limits of LLM Based "Intelligences"

https://yalereview.org/article/melanie-mitchell-jagged-intelligence
1•levischoen•12m ago•0 comments

Sovereign

https://lemire.me/blog/2026/06/09/22693/
1•usdogu•12m ago•0 comments

Ask HN: Are you still using your Vision Pro?

19•y1n0•14m ago•5 comments

Two Brains

https://www.cringely.com/2026/06/09/two-brains/
1•dxs•14m ago•0 comments

Car Cutaway Illustrator J Yamada Turned Technical Briefs into Fine Art

https://flashbak.com/car-cutaway-illustrator-jiro-yamada-turned-technical-briefs-into-fine-art-48...
1•dxs•14m ago•0 comments

CEOs Who Think AI Replaces Their Employees Are Just Bad CEOs

https://www.techdirt.com/2026/06/09/ceos-who-think-ai-replaces-their-employees-are-just-bad-ceos/
2•speckx•16m ago•0 comments

Louisiana senator helped secure Meta data center. Then sold the land beside it

https://floodlightnews.org/jay-morris-meta-louisiana-project-land-sales/
2•cdrnsf•17m ago•0 comments

Silicon Metabolism in Diatoms: Implications for GROWTH(2003)

https://onlinelibrary.wiley.com/doi/abs/10.1046/j.1529-8817.2000.00019.x
1•rolph•19m ago•0 comments

The Future of wasi-gfx and wasi:webgpu

https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
1•mendyberger•19m ago•0 comments

Elias in the Lighthouse, Again? Diagnosing Low Diversity in LLM Stories

https://arxiv.org/abs/2605.26492
1•danielrmay•19m ago•1 comments

Mythos found the bugs. Who pays for the fixes?

https://opub.dev/blog/mythos-found-the-bugs-who-pays-for-the-fixes
1•goodroot•20m ago•1 comments

No Token Left Behind: Demystifying Token-in-Token-Out in Miles

https://www.lmsys.org/blog/2026-05-13-no-token-left-behind/
1•kkm•20m ago•0 comments

Apple Wins Consumer AI by Default

https://spyglass.org/siri-ai/
2•thm•20m ago•0 comments
Open in hackernews

I asked Gemini for a script to move files to Cloudflare R2. It deleted them

https://twitter.com/levelsio/status/1921974501257912563
6•bundie•1y ago

Comments

qwertox•1y ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•1y ago
It was truncating filenames, so /pics/1003-46.png overwrote /pics/1003-45.png because both were renamed /pics/1003-.png, or something like that.
qwertox•1y ago
Truncating file names for the target. Then it proceeded to delete the source file. "Successfully deleted local file: ..."

I mean, look at the printout. It shows that it created the remote file with the truncated filename, then deletes the local file with the correct filename.

turtleyacht•1y ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•1y ago
Recently there was a story about an updater causing a $8,000 bill because there was a lack of basic automated tests to catch the issue. [0]

The big lesson here is that you should actually test the code you write and also write automated tests to check any code generated by an LLM that the code is correct in what it does.

It is also useless to ask another AI to check for mistakes created by another LLM. As you can see in the post, both of them failed to catch the issue.

This why I don't take this hype around 'vibe-coding' seriously since not only it isn't software engineering, it promotes low quality and carelessness over basic testing and dismisses in checking that the software / script works as expected.

Turning $70 problems found in development into $700,000+ costs in production.

There are no more excuses in not adding tests.

[0] https://news.ycombinator.com/item?id=43829006

victorbjorklund•1y ago
Who runs such an AI generated script without checking the code first?
qwertox•1y ago
To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

It turns 10 lines of code which is perfectly fine to reason about into 100 lines of unreadable code full of comments and exception handling.

weatherlite•1y ago
Right so lets just always run the code as is ?
qwertox•1y ago
No. Not at all. I've settled to discussing my code with Gemini. That way it works very well. I explicitly say "Comment on my code and discuss it" or "Let's discuss code for a script doing this and that. Generate me an outline and let's see where this leads. Don't put comments in the code, nor exception handling, we're just discussing it".

Or you create elaborate System Instructions, since it adheres to them pretty well.

But out-of-the-box, Gemini's coding abilities are unusable due to the verbosity.

I've even gone so far to tell it that it must understand that I am just a human and have limited bandwidth in my brain, so it should write code which is easy to reason about, that this is more important than having it handle every possible exception or adding multiline comments.

rsynnott•1y ago
> To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

In which case, it should simply be considered unusable. Like, the sensible response to "tool is so inadequate that there is no reasonable way to make sure its output is safe" is to _not use that tool_.

rsynnott•1y ago
In which Roko's Basilisk fires a warning shot.
jethronethro•1y ago
This is why you test code or a script before running it for real. Live and learn, I guess ...