frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Orchestra – an org layer for your Claude Code skills/agents

https://github.com/Momo2323-ui/claude-orchestra
1•mokshmittra•1m ago•1 comments

Tesla Cybertruck driver arrested after driving into lake to use 'wade mode'

https://www.bbc.co.uk/news/articles/c072x1kml44o
1•LaSombra•3m ago•0 comments

Apalache: Symbolic model checker for TLA+ and Quint

https://github.com/apalache-mc/apalache/
1•stevefan1999•3m ago•0 comments

PhD student finds lost city in Mexico jungle by accident (2024)

https://www.bbc.com/news/articles/crmznzkly3go
1•thunderbong•4m ago•0 comments

European Parliament plenary debate on 'Stop Destroying Videogames' [video]

https://www.europarl.europa.eu/plenary/en/vod.html?mode=chapter&vodLanguage=EN&internalEPId=20170...
1•michalhosna•4m ago•0 comments

Schooling Has a Meaning Crisis

https://saigaddam.medium.com/schooling-has-a-meaning-crisis-4313decd5da8
2•ChaitanyaSai•6m ago•0 comments

Open Sourcing the European Transmission Grid Ten-Year Network Development Plan

https://github.com/open-energy-transition/open-tyndp
1•lyoncy•9m ago•0 comments

Is Huawei Too Slow on AI?

https://developer.huawei.com/consumer/en/hiai/
3•xiaoluolyg•11m ago•0 comments

FatGid: FreeBSD 14.x kernel local privilege escalation

https://fatgid.io/
2•WhyNotHugo•13m ago•0 comments

SpaceX's IPO paperwork has landed

https://www.businessinsider.com/spacex-ipo-s1-public-filing-2026-5
2•soared•14m ago•0 comments

Opal Pathtracer

https://nano-optics-opal-pathtracer.pages.dev/
2•rslice•14m ago•0 comments

India to monitor Boeing fuel-switch test tied to Air India London incident

https://www.reuters.com/world/india/india-monitor-boeing-fuel-switch-test-tied-air-india-london-i...
2•gmac•15m ago•0 comments

The Original Doom Soundtrack Is Officially in the Library of Congress

https://www.engadget.com/2173357/the-original-doom-soundtrack-is-officially-in-the-library-of-con...
2•speckx•15m ago•0 comments

"I'll buy 10 of those"–NASA science chief yearns for mass-produced satellites

https://arstechnica.com/space/2026/05/ill-buy-10-of-those-nasa-science-chief-yearns-for-mass-prod...
2•rbanffy•15m ago•1 comments

Why Patagonia?

https://hec.works/blog/why-patagonia/
2•dividedcomet•17m ago•0 comments

Dell Bulks Up Hardware as AI Infrastructure Shifts to On-Premises

https://www.nextplatform.com/compute/2026/05/19/dell-bulks-up-hardware-as-ai-infrastructure-shift...
3•rbanffy•17m ago•0 comments

Show HN: Daily word puzzle game based on polysemy

https://omitten.com
4•tomburgs•17m ago•1 comments

Opus 4.7 vs. Sonnet 4.6

2•vdelpuerto•20m ago•0 comments

SpaceX IPO filing filled with AI bets, Starship dreams, and Musk at the center

https://techcrunch.com/2026/05/20/the-spacex-ipo-filing-ai-bets-starship-dreams-elon-musk/
2•misswaterfairy•22m ago•0 comments

Sadiq Khan blocks £50M Met police deal with Palantir

https://www.lbc.co.uk/article/sadiq-khan-blocks-50m-met-police-deal-with-palantir-5HjdZTn_2/
4•testfrequency•23m ago•0 comments

Show HN: GoKubeDownscaler – Off-Hours Kubernetes Scaling Cuts Costs by 70%

https://kube-downscaler.io/
2•samuel_esp•24m ago•0 comments

Ask HN: What are you working on? (May 21)

2•Armonsrer•25m ago•3 comments

4.4 Magnitude Earthquake in Naples

https://www.euronews.com/my-europe/2026/05/21/naples-woken-by-strong-earthquake-as-tremors-hit-city
1•xg15•26m ago•1 comments

The Sovereign Retailer: Building a Spaceship in My Own Backyard

https://brewhubsystems.com/p/the-sovereign-retailer-building-a
1•tomc267•27m ago•0 comments

Show HN: I gave my AI video generator 86 MCP tools so Claude Code can drive it

https://github.com/openclaw-easy/ViralMint
1•tangxinzhi158•28m ago•0 comments

Show HN: See how much gold, plutonium and cocaine SpaceX's Bitcoin buys

https://bitcoinweighin.com/
1•hmg-ocean•28m ago•0 comments

Show HN: LoongForge-A high-performance training framework for LLM, VLM, VLA, Wan

https://github.com/baidu-baige/LoongForge
7•mindzzz•29m ago•2 comments

Amiga newspaper article from June 2000

https://old.reddit.com/r/amiga/comments/1tjhj5p/amiga_newspaper_article_from_june_2000/
1•doener•31m ago•0 comments

Mechanism design for large language models (2025)

https://research.google/blog/mechanism-design-for-large-language-models/
1•bayindirh•32m ago•1 comments

Show HN: (Better) Chrome Tab Manager

https://tabswish.in/
1•kanishkdan98•34m ago•1 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 ...