frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Oxide private cloud rack 3D explorer

https://explorer.oxide.computer/
1•wmf•4m ago•0 comments

A Self-Spreading Supply Chain Attack Compromises TanStack NPM Packages

https://www.stepsecurity.io/blog/mini-shai-hulud-is-back-a-self-spreading-supply-chain-attack-hit...
1•bpierre•6m ago•0 comments

Apple Releases iOS 26.5 and iPadOS 26.5 with End-to-End Encrypted RCS

https://www.macrumors.com/2026/05/11/apple-releases-ios-26-5/
1•JumpCrisscross•7m ago•0 comments

GM cutting up to 600 white-collar jobs, even as it seeks tech talent

https://www.detroitnews.com/story/business/autos/general-motors/2026/05/11/gm-to-cut-some-tech-jo...
1•littlexsparkee•9m ago•0 comments

Launching on Product Hunt Tonight

https://www.stackgraveyard.dev/
1•tlseternal•10m ago•0 comments

Show HN: Scholr – search 200M+ academic papers with citation-grounded synthesis

https://www.tryscholr.com/
1•JosephB07•10m ago•0 comments

We are not going to agree on AI

https://idiallo.com/blog/we-are-not-going-to-agree-on-ai
1•foxfired•11m ago•0 comments

Ask HN: What happens when eventually all E2E mess. apps removed from app stores?

1•kingleopold•12m ago•0 comments

Met Introduces Hi-Def 3D Scans of Dozens of Historical Art Objects

https://www.thisiscolossal.com/2026/03/metropolitan-museum-of-art-3d-models-art-history/
1•bookofjoe•13m ago•0 comments

Open-source endpoint detection engine for Windows and Linux

https://github.com/Karib0u/rustinel
1•nhatcher•14m ago•0 comments

Marco Polo: Finding a friend with only distance and motion

https://www.jackhogan.me/blog/marco-polo
1•amy1173•15m ago•0 comments

Searching over Session Transcripts > MEMORY.md

https://github.com/edwarddgao/agent-traces
1•edwarddgao•16m ago•1 comments

VGA memory access is complicated

https://www.os2museum.com/wp/learn-something-old-every-day-part-xxi-vga-memory-access-is-complica...
1•bananaboy•18m ago•0 comments

Natural Language Autoencoders Produce Unsupervised Explanations LLM Activation

https://transformer-circuits.pub/2026/nla/
1•Anon84•18m ago•0 comments

The Dome: A Simple Violation of Determinism in Newtonian Mechanics

https://sites.pitt.edu/~jdnorton/Goodies/Dome/index.html
3•antiquark•26m ago•0 comments

Show HN: I built an MCP server for narrative-driven trading intelligence

2•anish_mitta•28m ago•0 comments

Show HN: Origami – A simple workspace-oriented terminal manager

https://tryorigami.app
2•uniqid•29m ago•0 comments

Porn website at center of CNN investigation into sexual abuse taken offline

https://www.cnn.com/2026/05/08/europe/porn-site-motherless-taken-down-dutch-authorities-intl
3•Bender•30m ago•0 comments

Microsoft doesn't want you to know this [video]

https://www.youtube.com/watch?v=iuIdBfjL62s
2•janalsncm•31m ago•0 comments

Devon

https://grimfandango.substack.com/p/devon
2•lastdong•37m ago•0 comments

LinkLens: Protect Yourself from Clickbait

https://chromewebstore.google.com/detail/linklens/dbfidmikilfcnkngenffkinmknoblaap
2•philstahlfeld•37m ago•0 comments

After banning foreign routers, FCC says existing ones can get updates until 2029

https://arstechnica.com/tech-policy/2026/05/fcc-slightly-relaxes-foreign-router-ban-allows-softwa...
6•Bender•37m ago•1 comments

Chinese Powev Enters DDR5 Market with Up to 64 GB Udimm, Sodimm, and Rdimm

https://www.techpowerup.com/348936/chinese-powev-enters-ddr5-market-with-up-to-64-gb-udimm-sodimm...
6•SockThief•37m ago•0 comments

A Caddy Cert Expired Because Systemd-Resolved Was Selectively Broken

https://rant.mvh.dev/a-caddy-cert-expired-because-systemd-resolved-was-selectively-broken/
3•PaulHoule•39m ago•0 comments

Closure of Radio 4 on Long Wave (LW)

https://www.bbc.co.uk/reception/work-warning/news/radio4lw
5•austinallegro•42m ago•0 comments

A brain reward circuit inhibited by next-generation weight-loss drugs in mice

https://www.nature.com/articles/s41586-026-10444-4
2•Bender•43m ago•0 comments

I Disagree with Paul Graham

https://mrmarket.bearblog.dev/i-disagree-with-paul-graham/
2•seltzerboys•43m ago•0 comments

Show HN: Route optimization API that solves fleet planning as a single problem

https://demo.vepathos.com
1•pantherolive•43m ago•0 comments

PostHog Code

https://posthog.com/code
1•smitec•51m ago•0 comments

When readers would rather listen

https://blog.keyvan.net/p/ai-voiced-narration-for-articles
1•k1m•51m 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•12mo ago

Comments

qwertox•12mo ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•12mo 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•12mo 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•12mo ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•12mo 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•12mo ago
Who runs such an AI generated script without checking the code first?
qwertox•12mo 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•12mo ago
Right so lets just always run the code as is ?
qwertox•12mo 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•12mo 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•12mo ago
In which Roko's Basilisk fires a warning shot.
jethronethro•12mo ago
This is why you test code or a script before running it for real. Live and learn, I guess ...