frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fractal basins trap latent reasoning

https://arxiv.org/abs/2609.04963
1•wil3•1m ago•0 comments

Omarhy's work on Mac support, independent of Asahi

https://omarchy.org/news/2026/09/introducing-omarchy-m/
1•cromka•3m ago•1 comments

Elm-CRDT – Pure-Elm Conflict-Free Replicated Data Types

https://github.com/gampleman/elm-crdt/
2•TheWiggles•3m ago•0 comments

Lepton: Steam's tool for running Android games on Linux

https://gitlab.steamos.cloud/frame-public/lepton
1•NN708•4m ago•0 comments

Andrew Feldman on Building Cerebras and the Future of Chips [video]

https://www.youtube.com/watch?v=HFOhG1jH2tk
1•tosh•4m ago•0 comments

Anthropic's proposed AI watchdog METR has deep ties to Effective Altruism

https://nypost.com/2026/09/15/business/anthropic-ceo-dario-amodeis-handpicked-ai-watchdog-has-dee...
2•ilumanty•8m ago•1 comments

Find every missing music royalty in under 5 minutes (and fix the issues)

https://www.usemogul.com/royalty-finder
1•JeffPon•10m ago•0 comments

EU Floats Canada Becoming the Bloc's First 'Associate Member'

https://www.bloomberg.com/news/articles/2026-09-16/eu-proposes-canada-become-the-bloc-s-first-ass...
8•helsinkiandrew•10m ago•2 comments

More people are seeking emergency care for gambling and it's mostly men and boys

https://www.cbc.ca/news/health/gambling-addiction-emergency-visits-9.7344691
2•rdmuser•12m ago•0 comments

Mistral X Mozilla: Private, Multilingual AI Browsing

https://mistral.ai/news/mistral-x-mozilla/
3•vertigoruntime•13m ago•0 comments

Coding Agents Have Converged: Why the SWE-Bench Leaderboard Can No Longer Order

https://arxiv.org/abs/2609.17394
2•sbulaev•15m ago•0 comments

AI safety beyond the frontier labs: uncensored local models

https://languageops.com/blog/ai-safety-pdoom-local-vs-frontier/
1•luxpir•15m ago•0 comments

An updated look for the Raspberry Pi Desktop

https://www.raspberrypi.com/news/an-updated-look-for-the-raspberry-pi-desktop/
1•mariuz•21m ago•1 comments

Gemini for Go Developers: Building Agents in Go

https://danicat.dev/posts/gemini-for-go-developers-part-3-building-agents/
1•eigenBasis•29m ago•0 comments

iCloud+ Includes Apple TV, Arcade, and Curated Music Stations in 100 Countries

https://www.macrumors.com/2026/09/15/icloud-plus-includes-apple-tv-arcade-100-countries/
1•calme_toi•29m ago•1 comments

Omarchy ships its own Linux kernel in v4.0.4

https://github.com/omacom/omarchy/releases/tag/v4.0.4
4•djfergus•31m ago•0 comments

Organizing Context in a Multi-Agent Harness

https://www.langchain.com/blog/organizing-context-in-a-multi-agent-harness
1•gemanor•32m ago•0 comments

Never-again – so your AI agent stops repeating mistakes you fixed

https://github.com/malaysherasia-ai/claude-never-again
1•malaysherasia-a•33m ago•0 comments

There is NO realistic scenario where AI wipes out all of humanity

https://twitter.com/RichardSocher/status/2099889673153683766
3•tosh•33m ago•4 comments

Senate Blocks Cryptocurrency Regulation

https://www.latimes.com/world-nation/story/2026-09-15/senate-blocks-cryptocurrency-regulation-as-...
5•1vuio0pswjnm7•36m ago•0 comments

A backtest can pose a question its own data cannot answer

https://research.creativebyzuniga.com/rsi2/
2•CilantroCo•37m ago•0 comments

Potemkin Understanding in Large Language Models (2025)

https://arxiv.org/abs/2506.21521
2•mpweiher•37m ago•0 comments

Text Recognition techniques for premodern Italian and Devanāgarī manuscripts

https://uniqueatpenn.wordpress.com/2026/09/11/2025-2026-sims-fellows-applying-escriptoriums-handw...
1•bryanrasmussen•41m ago•1 comments

A Super-Accurate Clock Using a Tiny Microcontroller

https://hackaday.com/2026/09/15/a-super-accurate-clock-using-a-tiny-microcontroller/
2•fork-bomber•42m ago•0 comments

The structure and lasting impact of the Roman road system

https://www.nature.com/articles/s41467-026-75453-3
5•geox•46m ago•1 comments

Jev means structured output is interesting again

https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/
3•dondraper36•47m ago•0 comments

Qwen3.8 Max – Cost per task higher than Astra on Artificial Analysis

https://artificialanalysis.ai/models/qwen3-8-max
1•mydreamof•50m ago•1 comments

COBOL dev won .NET hackathon with help from AI

https://www.theregister.com/ai-and-ml/2026/09/15/cobol-dev-won-net-hackathon-with-help-from-ai-an...
3•theanonymousone•52m ago•1 comments

Valeriepieris Circle

https://en.wikipedia.org/wiki/Valeriepieris_circle
2•edward•56m ago•0 comments

Show HN: Point at anything in your app, say what you want, get a spec

https://dhamark.com/try
1•Femina•56m 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 ...