frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Omnipresent availability risks in cloud software

https://surfingcomplexity.blog/2026/08/29/omnipresent-availability-risks-in-cloud-software/
1•azhenley•16s ago•0 comments

AI surveillance in schools raises safety and equity concerns

https://www.brookings.edu/articles/ai-surveillance-in-schools-raises-safety-and-equity-concerns/
1•hn_acker•2m ago•0 comments

US Kobo Sales Double?

https://www.publishersweekly.com/pw/by-topic/digital/content-and-e-books/article/101053-rakuten-k...
1•seam_carver•6m ago•0 comments

Research: Why You Shouldn't Treat AI Agents Like Employees

https://hbr.org/2026/05/research-why-you-shouldnt-treat-ai-agents-like-employees
1•njrc•8m ago•0 comments

Sony Music, Warner sue Anthropic, alleging a "brazen campaign" of intellectual

https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-i...
1•sbulaev•11m ago•0 comments

The Server Called Paranoia: Defend Autistici/Inventati

https://micahflee.com/the-server-called-paranoia-defend-autistici-inventati/
1•oriettaxx•13m ago•0 comments

California Passes AB-1856 for Open-Source Relief over Age Verification

https://www.phoronix.com/news/California-AB-1856-Passes
3•mdp2021•18m ago•0 comments

Scientific articles are increasingly cryptic due to excess use of jargon (2022)

https://revistapesquisa.fapesp.br/en/scientific-articles-are-increasingly-complex-and-cryptic-due...
1•anigbrowl•23m ago•0 comments

Palestinian woman and NBC News team attacked by masked Israeli settlers

https://www.nbcnews.com/world/middle-east/palestinian-nbc-news-team-attacked-masked-israeli-settl...
5•slowin•26m ago•0 comments

Did tvwatch.su also copy your GitHub profile?

2•chelm•26m ago•0 comments

Htdym (How to Deploy Your Model)

https://www.sailresearch.com/blog/htdym
1•simonpure•33m ago•0 comments

US Population Growth Atlas

https://countdown369.github.io/county-population-growth/
1•gmays•33m ago•0 comments

Simurg – free web search for your AI agents that aborts hallucinations

https://pypi.org/project/simurg/
1•lebagetdefrance•34m ago•0 comments

Will financing bottleneck AI compute? An Anthropic case study

https://epochai.substack.com/p/will-financing-bottleneck-ai-compute
1•gmays•36m ago•0 comments

The Dark Side of the Colonization of Palestine

https://medium.com/freedomofthought/the-dark-side-of-the-colonization-of-palestine-0e7bcfddab96
4•raynchad•38m ago•0 comments

Sandbox.watch: Agent Sandbox Comparison

https://sandbox.watch/
1•simonpure•38m ago•0 comments

From the Promised Land to the State of Israel

https://medium.com/freedomofthought/the-hebrews-the-jews-the-promised-land-the-state-of-israel-an...
2•raynchad•38m ago•0 comments

New Home Sales Decrease to 607,000 Annual Rate in July

https://calculatedrisk.substack.com/p/new-home-sales-decrease-to-607000
3•JumpCrisscross•38m ago•1 comments

Show HN: AI Agents for Osint/Sigint

https://www.makralabs.org/about
1•ritsource•39m ago•1 comments

$44M Solar-Powered EV Production Deal Struck

https://frequal.com/aptera/ProductionDealAug2026.html
12•TeaVMFan•41m ago•11 comments

Zero-Trust for Bloggers: Hardening Your Site Against AI-Driven Phishing Swarms

https://www.a1ho.com/2026/08/zero-trust-for-bloggers-hardening-your_9.html
2•alfotesr•41m ago•0 comments

You Probably Own This 7-Eleven (and That's Why It Looks So Sad)

https://www.thenewatlantis.com/publications/you-probably-own-this-7-eleven
1•JumpCrisscross•41m ago•0 comments

Tracexy – Trace the failure back to the app

https://rockxy.io/tracexy
1•jonbaer•41m ago•0 comments

Mammal ancestors gave live birth 90M yrs earlier than thought

https://www.livescience.com/animals/land-mammals/mammal-ancestors-may-have-given-live-birth-90-mi...
1•gmays•45m ago•0 comments

Universal International Freephone Number

https://www.itu.int:443/en/ITU-T/inr/unum/pages/uifn.aspx
1•yawndex•48m ago•0 comments

Learning to Draw Again with AI

https://surya.website/a-blog/learning-to-draw-again-with-ai
1•_doctor_love•48m ago•0 comments

American Airlines' Legendary Mechanic Passes Away at 100 After 80-Year Career

https://simpleflying.com/american-airlines-mechanic-passes-away-100-record-80-years/
5•NaOH•52m ago•2 comments

Maternity Care Deserts Across the U.S.

https://www.marchofdimes.org/maternity-care-deserts-report
2•toomuchtodo•53m ago•1 comments

Postscriptum on LLMs: pelicans on bicycles with a twist

https://danilo.segan.org/blog/llm/postscript-pelicans-on-bicycles
1•necovek•55m ago•0 comments

Recombinant shingles vaccination and the risk of cardiovascular events

https://www.nature.com/articles/s41591-026-04606-0
1•bookofjoe•55m 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 ...