frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Readers can't identify watermarked AI text

https://www.seangoedecke.com/readers-cant-identify-watermarked-ai-text/
1•gfysfm•1m ago•0 comments

Full Interview: Sam Altman on OpenAI, New AI Model, Governments and Global

https://www.youtube.com/watch?v=cRX84IvyVNU
1•gilfoyle_7•3m ago•0 comments

Show HN: I got BPM detection from 42% to 85% on GiantSteps with TempoCNN

https://www.audioforges.com/guides/bpm-detection-tempocnn
1•dipak8080•4m ago•0 comments

An Interview with OpenAI President Greg Brockman About Astra and Alignment

https://stratechery.com/2026/an-interview-with-openai-president-greg-brockman-about-astra-and-ali...
1•swolpers•5m ago•0 comments

Data from drones in Ukraine is fueling a new Wild West marketplace

https://www.technologyreview.com/2026/09/04/1143452/drone-data-wild-west/
1•joozio•6m ago•0 comments

Tgrep: Trigram-Indexed Grep

https://github.com/microsoft/tgrep
1•peterfication•7m ago•0 comments

Show HN: Sponsee – The Sponsorship CRM for Streamers

https://sponsee.app/
1•not_wowinter14•8m ago•0 comments

A Texas rancher grazes more than 8k sheep across solar farms

https://siliconcanals.com/b-a-texas-rancher-grazes-more-than-8000-sheep-across-solar-farms-and-th...
1•thinkcontext•8m ago•0 comments

Transplanted pig kidney works in US man's body for record 271 days

https://www.bbc.com/news/articles/c305qn2jeggo
1•vinni2•8m ago•0 comments

Smolts: A pedagogical IDE for a teaching language

https://eighty-twenty.org/2026/09/04/smolts
1•tonyg•9m ago•0 comments

Chinese businesses giving away AI tokens with coffee, credit cards, dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
2•thm•9m ago•0 comments

Uber ceases operations in Nigeria, catching drivers and riders by surprise

https://www.washingtonpost.com/world/2026/09/03/uber-stops-operating-nigeria-uganda-surprising-dr...
1•Michelangelo11•9m ago•0 comments

O&O ShutUp10 – The antispy tool for Windows 10 and 11

https://www.oo-software.com/en/shutup10
1•embedding-shape•11m ago•0 comments

Collider: An Experimental Minecraft Server in 5500 lines Clojure

https://github.com/Nozistance/collider
1•tosh•12m ago•0 comments

Nvidia Agrees to Buy AI Platform Hugging Face for $13B

https://www.wsj.com/tech/ai/nvidia-agrees-to-buy-hugging-face-for-13-billion-11929060
1•santiago-pl•16m ago•0 comments

When the Compiler Is a PCB Factory

https://www.kevin.md/my-pcb-has-a-compiler.md/
1•Bluestein•18m ago•0 comments

US diesel prices hit a record high of $5.85 on average

https://apnews.com/article/gas-diesel-prices-us-iran-war-ebd01b9773365ee40550dcfd7d3ebf87
2•geox•25m ago•1 comments

Conserved water shapes the pathogenicity of missense variants in human proteins

https://academic.oup.com/mbe/advance-article/doi/10.1093/molbev/msag217/8776575
2•jkonc•26m ago•2 comments

NPM is experiencing elevated latency

https://github.com/npm/cli/issues/9950
2•mhfs•27m ago•1 comments

Motivating Myself for Exercise by Arbitrarily Withholding Rewards

https://blog.klungo.no/2026/09/04/motivating-myself-for-exercise-by-arbitrarily-withholding-rewards/
1•danielskogly•27m ago•0 comments

Avamorph – Change your avatar without losing anyone

https://ja.sperdeboer.nl/avamorph
1•eRzy•28m ago•0 comments

Show HN: A browser IDE that builds and deploys your project to a live URL

https://cloudeide.com/
1•laxmansubedi•28m ago•0 comments

Benchmarking Qwen3.8 27B quantizations: 4-bit holds up, 1-bit collapses

https://quesma.com/blog/qwen38-27b-quantizations-benchmarked/
2•stared•29m ago•1 comments

DeepSeek to use 160K+ of Huawei's Ascend 950DT chips at a Mongolia data center

https://bloomberg.com/news/articles/2026-09-04/deepseek-plans-big-huawei-ai-chip-order-to-power-n...
3•utiiiD•29m ago•0 comments

Before It's Lost – Rebuilding the Sega Saturn's Dev Environment on a Modern PC

https://www.yabasanshiro.com/blog/2026-08-02_before-it-is-lost
2•robin_reala•30m ago•0 comments

Peerseek – A Federated PeerTube Video Search Engine

https://polykit.rocks/peerseek-federated-peertube-search/
1•ColinWright•32m ago•0 comments

What if Zig and Rust could speak?

https://1matin.com/zig-vs-rust/
1•1matin•34m ago•0 comments

The complexity behind eCommerce ERP integration

https://shiftmag.dev/the-phrase-that-ruins-every-ecommerce-project-just-connect-it-to-our-erp-11689/
3•leachh•35m ago•0 comments

OpenAI agents hijacked German website in previously undisclosed AI breakout

https://www.reuters.com/world/europe/openai-agents-hijacked-german-website-previously-undisclosed...
10•negura•36m ago•4 comments

US Military personnel are being targeted using location data

https://www.reuters.com/business/media-telecom/pentagon-says-us-military-personnel-are-reportedly...
1•JumpCrisscross•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 ...