frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Limiting Overshoot – Navigating exceedance of 1.5°C and pathways towards return

https://www.unep.org/resources/limiting-overshoot-navigating-exceedance
1•matteoraso•12s ago•0 comments

Muse Spark 1.3

https://developer.meta.com/ai/models/muse-spark/
1•bvaldivielso•1m ago•0 comments

Privacy Policies Are Boring

https://nonconfirmed.com/privacy-policy
2•colenikol2•3m ago•0 comments

The Email Verification API

https://resend.com/blog/email-verification-api
2•mirzap•4m ago•0 comments

Study of Brain Proteins Spurs Optimism for Autism Treatments

https://www.nytimes.com/2026/08/27/science/autism-treatments.html
1•bookofjoe•6m ago•1 comments

Muse Spark 1.3

https://www.bloomberg.com/news/articles/2026-09-02/meta-releases-more-powerful-ai-model-edging-cl...
3•guybedo•6m ago•0 comments

New type of dice guarantees no tie when deciding who goes first

https://www.cbc.ca/radio/asithappens/dice-mystery-board-game-9.7328614
2•rdmuser•7m ago•0 comments

You may have heard of nohello.net, but have you heard of yesmuppets.net?

https://yesmuppets.net
3•haydenbarnes•10m ago•0 comments

Introducing Muse Spark 1.3

https://research.meta.ai/blog/introducing-muse-spark-1-3
6•scrlk•11m ago•0 comments

Scientists Observe Einstein's Gravity in the Quantum World

https://thequantuminsider.com/2026/09/02/scientists-observe-einsteins-gravity-in-the-quantum-world/
2•geox•13m ago•0 comments

SF's Tech Right Debates the Ideal Dictator

https://bayareacurrent.com/sfs-tech-caesar/
2•counteroptimize•13m ago•0 comments

Show HN: Sol, a fast, powerful music player for macOS, with Subsonic support

https://sol.fulltimefeline.com/
2•fulltimefeline•14m ago•0 comments

Clankers and Data Races

https://www.tbray.org/ongoing/When/202x/2026/09/01/Un-Racing
2•worik•15m ago•0 comments

Show HN: StealthOS, an iOS privacy sandbox with local AI and Tor

https://www.stealthos.app/
2•steffi_oliver•15m ago•0 comments

Explainable deep learning improves human mental models of self-driving cars

https://www.nature.com/articles/s41586-026-10950-5
1•aanet•17m ago•1 comments

Framamèmes

https://framamemes.org/en/
1•rdmuser•17m ago•0 comments

It's getting harder to get hired on HN

https://112358132134.xyz/blog/harder-to-get-hired-on-hn/
1•sdsd•17m ago•2 comments

Persistent Continuity MCP

https://api.willow-intelligence.com/mcp
2•haleykurtz•18m ago•1 comments

Uber to cut 3,300 corporate jobs in management overhaul

https://www.theguardian.com/technology/2026/sep/02/uber-to-cut-3300-corporate-jobs-in-management-...
3•tjwds•18m ago•0 comments

Russia Blocks GrapheneOS Infrastructure, Forcing Two Server Moves

https://reclaimthenet.org/russia-blocks-grapheneos-infrastructure
1•anonymousiam•19m ago•0 comments

Meta releases Muse Spark 1.3

https://www.axios.com/2026/09/02/meta-debuts-muse-spark-13-as-personal-agent-work-continues
3•zkmon•20m ago•1 comments

Digital Sovereignty Is Written in PHP

https://thephp.foundation/blog/2026/09/02/digital-sovereignty-is-written-in-php/
1•taubek•20m ago•0 comments

Bank of America Vice President Fatally Stabbed in Times Square

https://www.forbes.com/sites/antoniopequenoiv/2026/09/01/bank-of-america-vice-president-fatally-s...
3•Varelion•23m ago•1 comments

Perils of the New Armchair Scholarship

https://newsletter.dancohen.org/archive/perils-of-the-new-armchair-scholarship/
5•devonnull•25m ago•0 comments

The Digital Services Act

https://digital-strategy.ec.europa.eu/en/policies/digital-services-act
5•mooreds•26m ago•0 comments

Altman says countries have to use AI: 'I think it is non-negotiable'

https://www.cnbc.com/2026/09/02/g20-innovation-ministerial-live-updates.html
2•oxag3n•27m ago•1 comments

HiddenLayer nabs $100M as enterprises rush to secure their AI deployments

https://techcrunch.com/2026/09/02/hiddenlayer-nabs-100m-as-enterprises-rush-to-secure-their-ai-de...
2•jacobr1•27m ago•0 comments

Beef production in Brazil has been the largest driver of global deforestation

https://ourworldindata.org/beef-production-in-brazil-has-been-the-largest-driver-of-global-defore...
2•stared•28m ago•0 comments

A portable Agent Skill that grounds README claims in repository evidence

https://github.com/pekral/github-readme-generator
2•pekral•29m ago•0 comments

Rewiring the ribosome to translate proteins encoded in its own RNA

https://www.nature.com/articles/s41586-026-10962-1
2•sbulaev•29m 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 ...