frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

In-browser offline PDF tools

https://www.ihatepdf.cv/
2•porridgeraisin•2m ago•0 comments

Her Brain Was Broken. It Was Fixed with Sound–Not a Scalpel

https://www.wired.com/story/brain-focused-ultrasound/
1•nabbed•4m ago•0 comments

Linus Torvalds Endures a Debug Session from Hell, "Enormously Helped" by AI

https://www.phoronix.com/news/Linus-Torvalds-Debug-AI
1•meerita•4m ago•0 comments

Living at the Hinge of History

https://henryaj.substack.com/p/living-at-the-hinge-of-history
1•eatitraw•5m ago•0 comments

Crt.sh Seems Down

https://crt.sh/
3•gregsadetsky•6m ago•0 comments

HN: NIF – codec de imagem neural com benchmarks reproduzíveis vs. JPEG/WebP/AVIF

https://github.com/gabrielphilipus/NIF-Neural-Image-Format
1•gabrielphilipus•6m ago•0 comments

Show HN: ePub reader that lets your coding agent read along

https://github.com/baturyilmaz/readingisfun
1•arbayi•6m ago•0 comments

What broke when I stopped trusting my own validator

https://invoicehub.dev/blog/validation-harness-findings
1•dev_awesome•7m ago•0 comments

Manim: Framework for Creating Mathematical Animations

https://github.com/ManimCommunity/manim
1•pykello•7m ago•0 comments

MIT requires every student to know how to swim. But why?

https://www.wgbh.org/news/education-news/2026-02-16/mit-requires-every-student-to-know-how-to-swi...
1•gaws•7m ago•1 comments

Aussie visits Retrofest UK 2026 [video]

https://www.youtube.com/watch?v=c2mM-pLecK4
1•skibz•7m ago•0 comments

NetBSD and My Life (2005)

https://mail-index.netbsd.org/netbsd-advocacy/2005/09/10/0000.html
2•gnyeki•8m ago•0 comments

Ask HN: What's your daily driver keyboard?

2•robbiet480•9m ago•3 comments

If you're not using AI to attack your own systems, your adversaries will

https://www.theregister.com/security/2026/08/22/if-youre-not-using-ai-to-attack-your-own-systems-...
1•Alephinitesimal•9m ago•0 comments

hdiutil is deprecated in macOS 27 Golden Gate

https://lapcatsoftware.com/articles/2026/8/7.html
9•zdw•11m ago•0 comments

Nvidia Customers Notified About AI-Related Price Hikes Above 15%

https://www.bloomberg.com/news/articles/2026-08-22/nvidia-customers-notified-about-ai-related-pri...
1•spenvo•13m ago•0 comments

Watts My Bill: Monitor Data Center Effects on Electricity Prices

https://wattsmybill.org/
1•gaws•13m ago•0 comments

China joins Europe in scrapping Windows for Linux

https://www.zdnet.com/article/china-drops-windows-for-linux/
3•wslh•13m ago•0 comments

Half of Nigeria's population lives in cities

https://ourworldindata.org/data-insights/half-of-nigerias-population-lives-in-cities
1•karakoram•14m ago•0 comments

Victor Niederhoffer, Trader Who Went Boom and Bust (Twice), Dies at 82

https://www.nytimes.com/2026/08/21/business/victor-niederhoffer-dead.html
1•paulpauper•15m ago•0 comments

Rich Countries Spend 60 Times as Much on Healthcare per Person as Poor Countries

https://ourworldindata.org/data-insights/rich-countries-spend-60-times-as-much-on-healthcare-per-...
1•karakoram•15m ago•0 comments

Niall Ferguson: Elon's Favorite Sci-Fi Prophet Was Wrong

https://www.thefp.com/p/niall-ferguson-future-ai-tech-economics-space
1•paulpauper•15m ago•0 comments

Welcome to Model Constitution

https://modelconstitution.com/p/welcome-to-model-constitution
1•paulpauper•16m ago•0 comments

Did NYC pass SF Bay Area in tech? A perspective from job postings data

https://corvi.careers/blog/did-nyc-pass-sf-bay-area-tech-openings/
1•sp1982•16m ago•0 comments

Electric Cars Are Taking Off Quickly in Latin America

https://ourworldindata.org/data-insights/electric-cars-are-taking-off-quickly-in-latin-america
2•karakoram•17m ago•0 comments

World 7: A living-genome architecture for persistent digital organisms

https://zenodo.org/records/22058813
1•saeedfa•19m ago•0 comments

World Humanoid Robot Games [video]

https://www.youtube.com/watch?v=_Dl53o-je94
1•ustad•20m ago•0 comments

Cottontail, Electrobun 2.0, and Why I Decided to Jian-Yang Anthropic

https://blackboard.sh/blog/electrobun-2-0/
1•yoav•20m ago•0 comments

Faber – open-source coding agent that uses a code graph to navigate repos

https://www.npmjs.com/package/faberwright
1•jshial•21m ago•0 comments

Can an AI agent serve at a Foreign Office?

https://www.karlsnotes.com/can-an-ai-agent-serve-at-a-foreign-office/
2•valkrieco•22m 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 ...