frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Transformers now runs llama.cpp quants

https://huggingface.co/blog/transformers-llama-cpp-quants
1•vertigoruntime•20s ago•0 comments

Autoresearch on Jev: improving a Jev harness to beat Deekseek

https://kiln.tech/blog/auto_optimizing_jev_with_autoresearch
1•scosman•1m ago•0 comments

9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"

https://www.bristol.ac.uk/news/2026/september/world-cup-viewers.html
2•KellyCriterion•5m ago•1 comments

Where Jev worked for us, and where it didn't

https://gitloom.ai/blog/jev-in-production
1•aozisik•7m ago•0 comments

Fundraising advice for non-US founders

https://twitter.com/thatsallsal/status/2102120798899368070
1•salman10•11m ago•1 comments

A Self-Evident Essay Arguing for the Use of AI in Writing

https://github.com/Sheer-Economics/the-sins-of-AI-writing
1•sheereconomics•13m ago•0 comments

Londoner jailed for selling £2.7M of fake vinyl on "industrial scale"

https://www.nme.com/news/music/londoner-jailed-for-selling-2-7million-of-fake-vinyl-on-industrial...
1•01-_-•13m ago•0 comments

Migrating the GitHub Copilot Runtime to Rust, Using Copilot

https://github.blog/ai-and-ml/generative-ai/migrating-the-github-copilot-runtime-to-rust-using-co...
2•thatslast•15m ago•0 comments

Adventures in AI Apathy

https://iconsolutions.com/blog/adventures-in-ai-apathy
1•paltaie•16m ago•0 comments

Wikipedia's Plan to Survive the Answer Engine Apocalypse

https://www.adweek.com/media/wikipedia-survive-answer-engine-apocalypse/
1•giuliomagnifico•16m ago•0 comments

OMLX creator&maintainer Jun Kim joins Hugging Face to support the MLX community

https://huggingface.co/blog/omlx
1•sails01•17m ago•1 comments

ESP-MQTTunnel – A $3 hardware proxy over MQTT

https://github.com/hack-tramp/ESP-MQTTunnel
1•jjanissccv•17m ago•0 comments

Embeddable Mermaid Flowchart Editor

https://www.jointjs.com/demos/mermaid-editor
2•zoranjambor•19m ago•1 comments

How to Make Your Code Reviewer Fall in Love with You

https://mtlynch.io/code-review-love/
2•sodic•21m ago•0 comments

Texas Halts All Data Center Permitting Pending Audit

https://www.bloomberg.com/news/articles/2026-09-22/texas-governor-orders-data-center-permit-halt-...
1•master_crab•21m ago•0 comments

Can Apple Reference Image Make You Trust Photos Again

https://spectrum.ieee.org/apple-reference-image
2•rbanffy•25m ago•0 comments

Mac Studio M5 Ultra: Local Model Citizen Outpaces DGX Spark and Threadripper

https://www.tomshardware.com/desktops/mini-pcs/apple-mac-studio-m5-ultra-review
1•rbanffy•26m ago•0 comments

Tesla's record month: 4 fatal Autopilot and Full Self-Driving crashes

https://electrek.co/2026/09/15/tesla-four-fatal-driver-assist-crashes-july-2026/
2•Markoff•26m ago•0 comments

Did OpenAI solve the wrong Navier-Stokes problem?

https://www.scientificamerican.com/article/did-openai-solve-the-wrong-navier-stokes-problem/
1•algoth1•27m ago•0 comments

Making Games with Open Code

https://www.elliotclyde.nz/blog/making-games-with-opencode/
2•elliotclyde•29m ago•0 comments

C3 0.8.4: The Last Keyword Renaming Before the Syntax Freeze

https://c3-lang.org/blog/c3_0_8_4_last_renaming/
2•lerno•35m ago•0 comments

yt-audio: a yt-dlp wrapper for getting music into macOS Music

https://github.com/rib3ye/yt-audio
1•rib3ye•37m ago•0 comments

How software gets permission today

https://deask.com/notes/how-software-gets-permission
2•infomiho•40m ago•0 comments

Brownfield Agentic Engineering

https://addyo.substack.com/p/brownfield-agentic-engineering
1•northbridgedev•41m ago•0 comments

Clearing Kiro sessions and logs on macOS

https://patches.joao.town/clearing-kiro-sessions-logs/
1•joaopalmeiro•42m ago•0 comments

Code Reveal Shapes Programmers' Visual Attention

https://arxiv.org/abs/2609.24616
1•moatmoat•43m ago•0 comments

Saudi Arabia wants a car industry, launches Ceer with two EVs

https://arstechnica.com/cars/2026/09/saudi-arabia-wants-a-car-industry-launches-ceer-with-two-evs/
2•rbanffy•46m ago•0 comments

Six ways to integrate Jev into your application

https://vercel.com/i/jev-integrations
1•flashbrew•48m ago•0 comments

TypeSafe AI Jev vs. GPT-6 Astra

https://vercel.com/i/jev-vs-gpt-6-astra
2•flashbrew•48m ago•0 comments

Mudita Kompakt

https://www.mudita.com/products/phones/mudita-kompakt/
1•FinnLobsien•49m 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 ...