frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is "Agentic" Programming a Flop?

1•cyanregiment•2m ago•0 comments

macOS security bug went unreported due to Apple being deluged by AI slop reports

https://www.techradar.com/pro/security/a-potentially-dangerous-macos-security-flaw-went-unreporte...
1•josephcsible•2m ago•0 comments

How did Wikipedia layout become so bloated?

3•countWSS•5m ago•0 comments

Show HN: Open-source tool to check if ChatGPT recommends your business

https://github.com/d08m/crazyseo
1•Dom1•6m ago•0 comments

Will AI change how we evaluate the NIH syndrome?

https://www.nunodonato.com/will-ai-change-how-we-evaluate-the-nih-syndrome/
1•nunodonato•8m ago•0 comments

Apple Briefly Removes Telegram App for Child Abuse

https://www.forbes.com/sites/siladityaray/2026/08/04/telegram-briefly-removed-from-apples-app-sto...
2•binyu•8m ago•0 comments

Xbox goes down. You can't play games you own on disc

https://birchtree.me/blog/xbox-goes-down-you-cant-play-games-you-own-on-disc/
5•surprisetalk•8m ago•0 comments

The Hard Parts of Context Compaction

https://lopezb.com/articles/the-hard-parts-of-context-compaction
1•lopezb•9m ago•0 comments

EROSITA DR2 nearly doubles previously known eROSITA X-ray sources to two million

https://www.mpg.de/26891434/20260729-erosita-dr2-nearly-doubles-known-x-ray-sources-to-two-million
1•rbanffy•12m ago•0 comments

Exposure to CO2 and Human Cognitive Performance

https://www.researchgate.net/publication/283944378_Effects_of_Exposure_to_Carbon_Dioxide_and_Huma...
2•simonebrunozzi•13m ago•0 comments

Bending Spoons strikes $2.25B Airtable deal in first acquisition since IPO

https://sifted.eu/articles/bending-spoons-airtable-acquisition-post-ipo
1•napolux•14m ago•0 comments

Show HN: I built InvoRec – extract invoices to Excel/Sheets and verify charges

https://invorec.com/
1•dinoze•15m ago•1 comments

Show HN: Kern – Recall cards for the books you read, from just the title

https://kern.cards/
1•jpetric•18m ago•0 comments

Show HN: Evochess – AI feels more like human opponent

https://penkovsky.github.io/evochess/
1•penkovsky•19m ago•1 comments

Show HN: Made a Shuffle Cloned Instances Component for Framer

https://pixcodrops.com/articles/shuffle-cloned-instances-component-for-framer/
1•brownieman1325•19m ago•0 comments

Privacy Not Included

https://www.mozillafoundation.org/en/privacynotincluded/
1•RMPR•21m ago•0 comments

My newsletter is your email client, too

https://en.andros.dev/blog/685eb16f/my-newsletter-is-your-email-client-too/
1•8organicbits•21m ago•0 comments

A computer made of particles oscillating in a liquid

https://www.uni-konstanz.de/en/university/news-and-media/current-announcements/news-in-detail/a-c...
2•wjSgoWPm5bWAhXB•23m ago•0 comments

Prolog for Verification, Analysis and Transformation Tools Michael Leuschel [pdf]

https://arxiv.org/abs/2008.02933
1•jnpnj•23m ago•0 comments

Show HN: Kysera – a data layer for Kysely with RLS compiled into the SQL

https://kysera.dev/
1•old8man•23m ago•0 comments

Show HN: Archive Websites with Cloudflare Workers

https://github.com/kenobi-ai/breamer
1•sarreph•23m ago•1 comments

ICQ Reborn Community Project

https://icqr.net/
2•ElSchorschoDE•23m ago•0 comments

Arm's Cortex A55 – By Chester Lam

https://chipsandcheese.com/p/arms-cortex-a55
2•rbanffy•24m ago•0 comments

DeepSeek V4 Flash 2.98x faster, lossless

https://runinfra.ai/catalog/deepseek-v4-flash-b200x4-v4turbo
1•OsamaJaber•26m ago•1 comments

Building compliant AI medical software

https://geekyants.com/en-us/blog/how-to-build-medical-device-software-with-ai-compliance-architec...
2•varda_62892•26m ago•1 comments

Splint: Annotation-assisted lightweight static checking for C. (2004)

https://splint.org/
1•fanf2•27m ago•0 comments

Show HN: Draftlight – AI that makes you a better writer (leaves writing to you)

https://draftlight.xyz/
1•mlitwiniuk•28m ago•0 comments

Why Shouldn't Amazon Spinoff AWS and Annapurna Labs?

https://www.nextplatform.com/cloud/2026/08/04/why-shouldnt-amazon-spinoff-aws-and-annapurna-labs/...
1•rbanffy•29m ago•1 comments

Ask HN: What has your personal website/blog done for you?

3•chistev•31m ago•0 comments

OSS WebUI Llms.py v4: Projects, Agent Profiles, PDF Studio, 1-Click Sharing

https://llmspy.org/docs/latest
4•mythz•34m 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 ...