frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Did Trump Permanently Damage U.S.–Canada Relations? [video]

https://www.youtube.com/watch?v=lsRhHpwZfOk
1•mooreds•5m ago•0 comments

Flectar Mail – native cross-platform email client

https://flectar.com/mail/
1•bj-rn•5m ago•0 comments

Romania soccer introduces black card to 'combat abusive behaviour' from parents

https://www.nytimes.com/athletic/7586821/2026/09/12/football-black-card-referee/
2•thunderbong•6m ago•0 comments

The Smoital System – A method of timekeeping on Mars based on UTC

https://www.benjoffe.com/smoitus
1•mooreds•6m ago•0 comments

A fast, free, and open-source local AWS service emulator built for developers

https://floci.io/floci/
2•mooreds•7m ago•0 comments

Iris-mini – open search agent on Qwen3.6-35B-A3B

https://github.com/AllSpark-Research/Iris
1•iamsyr•8m ago•0 comments

Former CEO of AI Company Joonko Pleads Guilty to Securities Fraud

https://www.justice.gov/usao-sdny/pr/founder-and-former-ceo-artificial-intelligence-company-plead...
1•stikit•8m ago•0 comments

Recurrent Looped Transformer

https://yifanzhang-pro.github.io/recurrent-looped-tranformer/
2•meffmadd•10m ago•0 comments

Branch Ergonomic Chair Pro (Sega Edition) Review: Comfy, Not Boring

https://www.wired.com/review/branch-ergonomic-chair-pro-sega-edition/
1•joozio•12m ago•0 comments

Show HN: 1Baton – a no-code tool for chaining API calls

https://1baton.com
2•sagivy•15m ago•0 comments

MIT: Report on AI Use in Teaching, Learning, and Research Training

https://aiandeducation.mit.edu/
1•trauco•17m ago•0 comments

Mushroom leather may be ready for mass production

https://www.anthropocenemagazine.org/2026/09/plastic-free-fungus-based-leather-is-going-big/
2•speckx•21m ago•0 comments

David Sacks: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
10•kolanos•21m ago•0 comments

The Art and Science of Listening

https://www.gatesnotes.com/home/home-page-topic/reader/the-art-and-science-of-listening
1•andsoitis•23m ago•0 comments

A Cheesehead's View of the World

https://scottsumner.substack.com/p/a-cheeseheads-view-of-the-world
1•paulpauper•23m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one/
2•porridgeraisin•23m ago•0 comments

Iran 'blew the hell out of' base in Bahrain, acting Navy Secretary admits

https://taskandpurpose.com/news/navy-base-bahrain-iran-damage/
3•ilamont•24m ago•0 comments

Preventing AI Collusion: Are you paying attention now?

https://aiprospects.substack.com/p/preventing-ai-collusion-are-you-paying
1•paulpauper•24m ago•0 comments

A simple model of AI-aided economic growth

https://marginalrevolution.com/marginalrevolution/2026/09/a-simple-model-of-ai-aided-economic-gro...
2•paulpauper•24m ago•0 comments

Zuse Computer Museum Forced to Close

https://www.i-programmer.info/news/82-heritage/19142-zuse-computer-museum-forced-to-close.html
1•vitplister•26m ago•0 comments

JetKVM OS Services

https://jetkvm.com/blog/introducing-jetkvm-os-services
2•gainsurier•29m ago•0 comments

Korea closes lifetime pension loophole based on 1 month's work

https://twitter.com/Unveiled_ChinaX/status/2099026824990962021
2•ilamont•30m ago•0 comments

Are you committed to team or company?(economist)

https://economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-teamfromTheEc...
1•sunjain•32m ago•0 comments

Anthropic CEO Calls for A.I. Slowdown

https://www.nytimes.com/2026/09/12/technology/anthropic-dario-amodei-ai-slowdown.html
2•joe_the_user•32m ago•1 comments

Ask HN: If embeddings are so powerful, why are they mostly used for retrieval?

1•Pranav_Ghoghari•35m ago•1 comments

AI keeps stubbornly refusing to take our jobs

https://www.noahpinion.blog/p/ai-keeps-stubbornly-refusing-to-take
2•firasd•35m ago•0 comments

The Relation Between Mathematics and Physics by Paul Dirac

https://www.damtp.cam.ac.uk/events/strings02/dirac/speach.html
1•rramadass•36m ago•0 comments

Show HN: "Am I GPU Poor?" Check how your GPU stacks against PC Gamers Worldwide

https://gpupoor.sykah.com/
1•dshahrokhian•37m ago•0 comments

Collapse of Personal Computing: Investigation into the Destruction of Ownership [video]

https://www.youtube.com/watch?v=zyQwAhppWj8
1•soraminazuki•38m ago•0 comments

Chances of Survival (for AI and Humanity)

https://qosys.info/chances-of-survival
1•earlybuilder•38m 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 ...