frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hacker News has been pretty quiet on X. Time to fix that

https://twitter.com/hackernews/status/2092359322433191997
1•n2d4•31s ago•0 comments

America's Desert Metropolis Is on the Short List to Lose Water

https://www.nytimes.com/2026/08/23/us/arizona-canals-colorado-river.html
1•littlexsparkee•51s ago•1 comments

AI Realist Radar:GPT‑5.6 Sol Pricing, Stripe's OpenRouter Deal

https://msukhareva.substack.com/p/ai-realist-radar-gpt56-sol-pricing
1•Airealist•52s ago•0 comments

Smart Toilets – Any serious opinions?

https://www.consumerreports.org/home-garden/toilets/best-smart-toilets-a5030436405/
1•josefritzishere•8m ago•0 comments

Let Me Click

https://ilyabirman.net/meanwhile/all/let-me-click/
2•herbertl•8m ago•1 comments

Nine life lessons from the happiest man in the world

https://www.theguardian.com/lifeandstyle/ng-interactive/2026/aug/14/life-lessons-from-happiest-ma...
1•herbertl•9m ago•1 comments

The Open Health Foundation

https://theopenhealth.foundation
2•xtracto•9m ago•0 comments

Short Squeeze in US Swaps, Options Shows 'Bessent Put' at Work

https://www.bloomberg.com/news/articles/2026-08-25/short-squeeze-in-us-swaps-options-shows-bessen...
2•petethomas•12m ago•0 comments

Reachpad CLI – Spin up free sandboxes in seconds to develop and host apps

https://github.com/Reachpad/reachpad-cli
1•sakuraiben•13m ago•0 comments

Vaccines and Forgotten Diseases with my Father (2025) [video]

https://vimeo.com/1049186263
1•arunc•13m ago•0 comments

Follow the Money: Why Financial Crimes Often Go Unpunished

https://www.forensicscolleges.com/blog/follow-the-money/unpunished-financial-crimes
3•paulpauper•14m ago•0 comments

Show HN: Agent Purge – Scrub any mention of anything agent related

1•aihatterer•18m ago•0 comments

Engineer who built DarkBloom (P2P GPU inference) – started coding at 10, now 18

https://twitter.com/pratikg/status/2091799024299086319
2•TheBengaluruGuy•20m ago•0 comments

Show HN: CaptureAgent – find, price, draft, grade, run and fund federal work

https://captureagent.us/
1•MTakla•21m ago•0 comments

New Mexico's clean energy success story

https://yaleclimateconnections.org/2026/07/new-mexicos-clean-energy-success-story/
2•MBCook•23m ago•0 comments

Tell HN: Microsoft Is at It Again

4•evo_9•30m ago•2 comments

Evaluating Time Series Foundation Model Claims

https://robjhyndman.com/hyndsight/foundation_models.html
1•bawis•31m ago•0 comments

Hot Chips 2026: Samsung makes LPDDR5X smart with logic unit in memory

https://www.tomshardware.com/pc-components/dram/hot-chips-2026-samsung-makes-lpddr5x-smart-with-l...
1•kristianp•31m ago•1 comments

The Qualcomm Oryon CPU is the first mobile CPU to reach 5GHz

https://www.qualcomm.com/news/onq/2026/08/oryon-cpu-5ghz-flexcache
2•afr0ck•31m ago•1 comments

How to rebuild your broken attention span

https://www.vox.com/life/498932/attention-span-focus-tiktok-brain
2•herbertl•32m ago•1 comments

The AI Health Agent That Will Know Me for Life

https://williamtp.substack.com/p/the-ai-health-agent-that-will-know
1•williamtp•34m ago•0 comments

Show HN: Agent skill to create HTML docs for planning

https://github.com/parthjshah95/visual-planning-skills
1•parthjshah95•40m ago•1 comments

A modest but open theorem in theoretical biology proved by AI

https://twitter.com/curiouswavefn/status/2092380964668534967
3•sajid•43m ago•0 comments

Towards precision psychiatry: initial foundations and future directions

https://www.nature.com/articles/s41573-026-01509-0
1•doener•45m ago•0 comments

Iterize IDE – open-source multi agentic coding platform

https://kosev-lex.com/page1#iterize
1•presencefactor•45m ago•0 comments

MindooDB – open-source end-to-end encrypted local-first sync database

https://mindoodb.com/
1•klehmann•46m ago•0 comments

AI Disruptors: How the Next Generation of Business Is Being Built

https://www.digitalocean.com/blog/ai-disruptors
1•mooreds•49m ago•0 comments

Semicolon Inspector

https://semicolon.trm.sh/
1•latchkey•50m ago•0 comments

Show HN: Highrise – one-tap tower stacker, every height is a real building

https://highrise.lol
1•eashish93•50m ago•0 comments

Trustworthy Data Visualization [video]

https://www.youtube.com/watch?v=mpj-zqkiiXQ
1•vavooom•51m 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 ...