frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Now you can securely link multiple phones to one Signal account

https://www.theverge.com/tech/975407/signal-linked-devices-sync
1•Cider9986•23s ago•0 comments

William Orbit, pop producer for Madonna, All Saints and more, dies aged 69

https://www.theguardian.com/music/2026/aug/07/william-orbit-pop-producer-madonna-all-saints-dies-...
1•tomduncalf•49s ago•0 comments

Man Running from Cheyenne Cops Tries to Break into Laramie County Jail

https://cowboystatedaily.com/2026/08/07/oops-man-running-from-cheyenne-cops-tries-to-break-into-l...
1•Bender•2m ago•0 comments

Linux Patched for Safe RET Interrupt Vulnerability

https://www.phoronix.com/news/Linux-Safe-RET-Interrupt-Vuln
1•Bender•2m ago•0 comments

Autonomous Buying of Experiment Equipment

https://chillphysicsenjoyer.substack.com/p/autonomous-buying-of-experiment-equipment
1•crescit_eundo•4m ago•1 comments

Show HN: Have your coding agent fix web UI issues without leaving the browser

https://github.com/montanaflynn/agent-feedback
1•anonfunction•5m ago•0 comments

Show HN: Audit Any Page. Find SEO Gaps. Improve Rankings

https://checkpageseo.com/
1•not_wowinter14•6m ago•0 comments

If AI Is Taking Jobs, Your HR People May Be First to Go

https://news.bloomberglaw.com/daily-labor-report/if-ai-is-really-taking-jobs-your-hr-people-may-b...
2•johnbarron•6m ago•0 comments

Cpdlc over ATN-B1 Vulnerabilities

https://www.cisa.gov/news-events/ics-advisories/icsa-26-219-01
1•anonymousiam•6m ago•1 comments

Ask HN: If you had to relearn Emacs today, how would you?

1•Varelion•13m ago•0 comments

A 0-Click Exploit Chain for the Pixel 10

https://blackhat.com/us-26/briefings/schedule/#a-0-click-exploit-chain-for-the-pixel-10-53404
2•bordercontrol•13m ago•1 comments

Lynn Hill – First free ascent of the sheer rock face of The Nose on El Capitan

https://en.wikipedia.org/wiki/Lynn_Hill
2•gurjeet•17m ago•0 comments

Show HN: SwiftUI/React/Compose keyframe editor

https://inertiagraphics.com
1•hpen•19m ago•0 comments

Tyler Cowen: You'll Learn to Love AI Writing

https://www.thefp.com/p/tyler-cowen-youll-learn-to-love-ai-writing
1•gwintrob•19m ago•0 comments

Modernizing 10-Year-Old PHP Applications Without Breaking the Monolith

https://www.gridphp.com/blog/modernizing-10-year-old-php-applications-without-breaking-the-monolith/
1•gridphp•20m ago•0 comments

From unchecked AI spend to complete control: How Rippling built AI Spend Console

https://www.rippling.com/blog/introducing-ai-spend-console
1•jaredwiener•20m ago•0 comments

Show HN: Samudra Manthana, an asymmetric strategy board game in the browser

https://mighty840.itch.io/samudra-manthan
1•sharang33•26m ago•0 comments

In-terminal browser: do Kitty animation deltas beat full-frame updates?

https://www.reddit.com/r/browsers/comments/1vidk09/interminal_browser_do_kitty_animation_deltas_b...
1•syumei•26m ago•0 comments

Metabase – Please Upgrade Now

https://www.metabase.com/blog/security-update
2•karakanb•27m ago•0 comments

A shell exclamation mark is not for yelling. Be lazy

https://refp.se/articles/your-shell-and-the-lazy-exclamation-mark
2•birdculture•31m ago•0 comments

Will Your First Home Robot Have Legs or Wheels?

https://itcanthink.substack.com/p/will-your-first-home-robot-have-legs
1•hasheddan•31m ago•0 comments

I'm excited for Intel after testing the XPS 13

https://www.jeffgeerling.com/blog/2026/excited-for-intel-efficiency/
2•isagues•31m ago•0 comments

Show HN: Arena for Speech-to-Speech Models

https://voiceduel.com/
2•armaanp23•35m ago•0 comments

Email Personalization That Gets Read

https://www.maxprog.com/site/blog/post.php?id=2984&topic=Email-Personalization-That-Gets-Read
1•maxprog•36m ago•0 comments

Astronomers Find a New Object from the Early Universe Using Webb Data

https://www.universetoday.com/articles/astronomers-find-a-new-object-from-the-early-universe-usin...
2•rbanffy•36m ago•0 comments

Show HN: Podiom – Persistent project context, goals and scheduling for AI agents

https://github.com/Podiom/Podiom
1•Maphielbso•38m ago•0 comments

Collapse OS - Bootstrap post-collapse technology

https://collapseos.org/
1•sedatk•38m ago•0 comments

Opus5/low can do CryptoNote base58 decoding toolless, in working memory alone

https://bsky.app/profile/jleclanche.bsky.social/post/3msji47npvk2y
10•scrollaway•41m ago•3 comments

Chip design from the bottom up – Reiner Pope [video]

https://www.youtube.com/watch?v=oIk3R-sMX5o
2•__rito__•42m ago•0 comments

Water system controllers don't belong on the internet, says ex-NSA chief

https://www.theregister.com/security/2026/08/07/water-system-controllers-dont-belong-on-the-inter...
23•Bender•43m ago•5 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 ...