frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Spherical Cow

https://en.wikipedia.org/wiki/Spherical_cow
1•kaycebasques•39s ago•0 comments

Ultima Online Retrospective – The Last Hurrah [video]

https://www.youtube.com/watch?v=35SKawn2SDI
1•danso•4m ago•0 comments

MiMo-v2.6-RL-OSS dataset

https://huggingface.co/datasets/XiaomiMiMo/MiMo-V2.6-RL-oss
1•miyuru•6m ago•0 comments

New in Chrome 154: iframes that automatically resize themselves to their content

https://www.bram.us/2026/09/23/responsive-iframes/
1•eustoria•6m ago•0 comments

Improving site performance by shipping more CSS

https://github.blog/engineering/architecture-optimization/improving-site-performance-by-shipping-...
1•torutofu•7m ago•0 comments

It all fits: wgpu, Metal, Vulkan, WebGL, WASM, WebGPU, Luau [video]

https://www.youtube.com/watch?v=CgcS2OxcV6k
1•cs1996•8m ago•1 comments

Show Keystrokes – Keystroke and Shortcut Visualizer Custom Element

https://show-keystrokes.netlify.app/
1•eustoria•9m ago•0 comments

How Work Network Works: A Multi-Activity Mobile Rewards Platform

https://work-networks.com/how-work-network-works.html
1•onlineiqbal•10m ago•0 comments

Codetta: High-Capacity, Keyless, and Undetectable Multi-Agent Collusion

https://arxiv.org/abs/2609.28900
1•sbulaev•10m ago•0 comments

Minecraft random seed world record (with a particle accelerator) [video]

https://www.youtube.com/watch?v=Kd5-1IXqiDQ
1•Zusor•10m ago•0 comments

Understanding the Impact of LLM Watermarking on AI Agent Behavior

https://www.lasso.security/blog/the-provenance-tax-understanding-the-impact-of-llm-watermarking-o...
3•nisosguy•11m ago•0 comments

Meta Expands Private Processing Confidential Computing to AI Glasses

https://www.unite.ai/meta-expands-private-processing-confidential-computing-to-ai-glasses/
1•eustoria•11m ago•0 comments

OpenAI Accuses Plaintiffs' Lawyers of Funding and Laundering Copyright Evidence

https://www.techdirt.com/2026/09/25/openai-accuses-plaintiffs-lawyers-of-paying-for-hiding-and-th...
1•m-hodges•12m ago•0 comments

No Blind Trust in AI-Generated Code

https://wearecommunity.io/communities/jacov/articles/8709
1•kvolque•18m ago•1 comments

CEO of Mistral: AI is software. It can be controlled

https://www.lemonde.fr/en/economy/article/2026/09/24/arthur-mensch-ceo-of-french-start-up-mistral...
5•thibaut_barrere•25m ago•2 comments

The Discovery Tax: Why Coding Agents Waste 2,500 Tokens Before Writing Code

https://blog.jarv.dev/the-discovery-tax
4•runtooldev•29m ago•0 comments

Google's orbital AI data center test packs four TPUs and 1,000W of solar power

https://www.tomshardware.com/tech-industry/data-centers/google-is-blasting-an-experimental-ai-dat...
3•pseudolus•29m ago•1 comments

How to Freelance Now?

4•Alexadar•30m ago•0 comments

Typed-lm: a Rust jev open source alternative

https://github.com/neurono-ml/typed-lm
2•andrelgcclaudin•33m ago•1 comments

LaserActive

https://en.wikipedia.org/wiki/LaserActive
3•tosh•33m ago•0 comments

Catching Rogue Agents in Real Time with Synchronous Control Monitoring

https://max.ax/writing/synchronous-control-monitoring/
2•k5hp•35m ago•0 comments

Enabling the next-generation trait solver on nightly

https://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/
2•bucket2015•37m ago•0 comments

What Does Your Data Reveal About Sports Betting Apps? Help ProPublica Find Out

https://projects.propublica.org/sports-betting-uploader/
1•beatrixlockwood•37m ago•0 comments

Gameboy Macro (2016)

https://www.instructables.com/Gameboy-Macro/
1•tosh•38m ago•0 comments

Maze Toys

https://maze.toys
1•momentmaker•39m ago•0 comments

In Silicon Valley, the End of Humanity Has Always Been Part of the Plan

https://gizmodo.com/in-silicon-valley-the-end-of-humanity-has-always-been-part-of-the-plan-200081...
2•poopcat•39m ago•0 comments

How to Feel Good

https://evanjconrad.com/posts/how-to-feel-good
1•momentmaker•39m ago•0 comments

Many surgical interventions are little better than placebo

https://www.economist.com/science-and-technology/2026/09/23/many-surgical-interventions-are-littl...
1•sohkamyung•44m ago•0 comments

The computer hacker who tried to take down Man City

https://www.bbc.co.uk/sport/football/articles/cwywld5v28jo
2•birdmania•47m ago•1 comments

The use of humor in depression: An integration of benefits and risks

https://www.sciencedirect.com/science/article/pii/S0272735826000905?via%3Dihub
1•bookofjoe•48m 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 ...