frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I built a tool showing how AI providers (should) throttle their models

https://arxiv.org/abs/2608.23986
1•eliotho•29s ago•0 comments

Wikivibes – Write the truth you wished existed

https://wikivibes.org/
1•rfghsdh•55s ago•0 comments

Trump administration issues pause on immigrant visa ()

https://www.reuters.com/legal/government/trump-administration-issues-pause-visa-appointments-appl...
1•TorontoTheGood•1m ago•0 comments

Utility and tech firms 'educate' regulators with big donations, secret retreats

https://www.washingtonpost.com/business/2026/08/10/how-utility-tech-firms-educate-regulators-with...
1•newsomix9xl•1m ago•1 comments

How we use AI at Stalwart

https://stalw.art/blog/how-we-use-ai/
2•benibr•1m ago•0 comments

Oxymel, a Culinary Oxymoron

https://nunc.ch/en/oxymel-a-culinary-oxymoron/
2•speckx•3m ago•0 comments

Qwen3.8-Flash-Next Technical Report [pdf]

https://github.com/QwenLM/Qwen3.8-Flash-Next/blob/main/tech_report.pdf
2•Philpax•3m ago•0 comments

"Theory of Evolving Self-Representations (Tevser)" [video]

https://www.youtube.com/watch?v=vzEqlf_KKmE
2•surprisetalk•4m ago•0 comments

Most Physicists Don't Agree on Most Things

https://qspace.fqxi.org/news/165326/most-physicists-dont-agree-on-most-things
2•Luc•4m ago•0 comments

Sharing Linear's growth with the people building it

https://linear.app/now/sharing-growth-with-the-people-building-linear
2•946789987649•4m ago•0 comments

Meta's AI dream reels on more than lab-rat revolt

https://www.reuters.com/commentary/breakingviews/metas-ai-dream-reels-more-than-lab-rat-revolt-20...
2•cramer4next•5m ago•0 comments

AWS Acquires DuckDB

https://ducklabs.com/news/2026/08/26/ducklabs-to-join-aws
6•onderkalaci•5m ago•0 comments

Show HN: Fake-bpy-module – Blender/UPBGE Python autocompletion for external IDEs

https://github.com/nutti/fake-bpy-module
2•nutti•7m ago•0 comments

Compare Value – 100% client-side developer sandboxes and price normalizer

https://compare-value.com
2•yhammadieh•9m ago•0 comments

I use Home Assistant to automate and monitor my aquariums

https://michaelharley.net/posts/2026/08/26/how-i-use-home-assistant-to-automate-and-monitor-my-aq...
3•speckx•11m ago•0 comments

Show HN: Kuma Voice – OSS Apple Watch voice assistant, no iPhone needed

https://github.com/itsperini/kuma-voice
3•itsperini•11m ago•0 comments

AI Review Loops Don't Always Stabilise

https://kevinmahoney.co.uk/articles/ai-review-loops/
2•kpmah•11m ago•0 comments

Most popular Xkcd comics on Hacker News

https://www.orangecrumbs.com/xkcd-on-hacker-news/
2•oyster143•11m ago•0 comments

A Hit Chinese Legal Drama Reopens an Old Question About Lawyers

https://www.pekingnology.com/p/a-hit-chinese-legal-drama-reopens
2•iamnothere•12m ago•0 comments

Qwen3.8-Flash-Next: A New Architecture, Towards Ultimate Cost-Efficiency

https://qwen.ai/blog?id=qwen3.8-flash-next
5•tosh•12m ago•1 comments

Shrine of Singularity, a votive altar for AI worship

https://www.thesingularityshrine.org/
4•theberns•12m ago•0 comments

An Archive of a Different Type (2020)

https://blog.archive.org/2020/08/26/an-archive-of-a-different-type/
1•EndXA•13m ago•0 comments

Cloudways' Cloudflare Enterprise integration is a crock of shit

https://www.jemjabella.co.uk/2026/cloudways-cloudflare-enterprise-integration-is-a-crock-of-shit/
1•edent•13m ago•0 comments

Agents are a security nightmare... are they?

https://write.as/z2x3hj2ph6zhf
1•j-bu•14m ago•0 comments

Futurism Is Always Extreme

https://borretti.me/article/futurism-is-always-extreme
1•ibobev•14m ago•0 comments

Adding diagrams to my static site generator with D2

https://www.gilesthomas.com/2026/08/adding-d2
1•ibobev•14m ago•0 comments

Qwen3.8-Flash-Next: A New Architecture, Towards Ultimate Cost-Efficiency

https://qwen.ai/blog?id=qwen3.8-lash-next
2•_ache_•15m ago•0 comments

Memory Ordering in CPUs

https://fgiesen.wordpress.com/2026/08/25/memory-ordering-in-cpus/
1•ibobev•15m ago•0 comments

Show HN: Witstep – daily math and logic puzzle game (Free No Sign-up)

https://witstep.vercel.app/
1•SpyNinja•15m ago•0 comments

Australia's First Dairy Cooperative

https://australianfoodtimeline.com.au/first-dairy-cooperative/
1•thunderbong•15m 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 ...