frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Free Tool to Analyze Content Security Policies

https://cspradar.com/tools/csp-analyser
1•itsdevdaniel•30s ago•0 comments

Iris: Local native Mac app for displaying your filesystem-based photo library

https://irisphotos.app/manifesto/
1•jonpurdy•41s ago•1 comments

First thing you see when Googling "OpenAI Codex app" is a fake malware website

https://twitter.com/vashchylau/status/2059995154199572843
1•vashchylau•2m ago•0 comments

Creating got easier. Meaning got harder

https://emot.substack.com/p/creating-got-easier-meaning-got-harder
1•emot•2m ago•0 comments

WinMerge 2.16.56.2 – A Windows tool for visual difference display and merging

https://github.com/WinMerge/winmerge/releases/tag/v2.16.56.2
1•neustradamus•2m ago•0 comments

'Hidden datacentre tax' costing Irish households millions

https://www.theguardian.com/technology/2026/may/28/irish-datacentres-household-bills-electricity
2•tzmlab•4m ago•0 comments

AI agents get their own phone directory built atop DNS

https://www.theregister.com/ai-ml/2026/05/28/ai-agents-get-their-own-phone-directory-built-atop-d...
1•Bender•4m ago•0 comments

Coding Agents in the Social Sciences

https://www.anthropic.com/research/coding-agents-social-sciences
1•rnmag•5m ago•1 comments

Comparisons as Predictable as the Sunrise

https://pudding.cool/2026/05/similes/
1•gmays•5m ago•0 comments

Proxmox Datacenter Manager 1.1

https://www.proxmox.com/en/products/proxmox-datacenter-manager/overview
1•neustradamus•6m ago•0 comments

What is the problem to which cognitive outsourcing is the solution?

https://markcarrigan.net/2026/05/27/what-is-the-problem-to-which-cognitive-outsourcing-is-the-sol...
1•speckx•6m ago•0 comments

Turn your PC, Mac, or Linux box into an AI server

https://github.com/Light-Heart-Labs/DreamServer
1•dreamserver•7m ago•0 comments

Lawmakers propose banning all U.S.-Chinese research collaborations

https://www.science.org/content/article/lawmakers-propose-banning-all-u-s-chinese-research-collab...
1•ceejayoz•9m ago•0 comments

Why AI-generated draw.io AWS diagrams have empty squares (and a fix)

https://github.com/vidanov/aws-architecture-diagram-skill
1•vidanov•9m ago•0 comments

Know Your Point C

https://pointc.co/know-your-point-c/
2•benwerd•10m ago•0 comments

How should we think about Starship?

https://mceglowski.substack.com/p/how-should-we-think-about-starship
1•simonebrunozzi•11m ago•0 comments

Bare: Small and modular JavaScript runtime for desktop and mobile

https://github.com/holepunchto/bare
1•janandonly•11m ago•0 comments

Show HN: Scan your AI agent's code for tool calls with no checks

https://github.com/Diplomat-ai/diplomat-agent-ts
1•jguarnelli•11m ago•0 comments

Malware dev tries to steal Claude users secrets NPM slop, leaks own GitHub token

https://www.theregister.com/cyber-crime/2026/05/27/supply-chain-brain-drain-npm-attacker-foolishl...
1•Bender•13m ago•0 comments

Taste Is Necessary but Not Sufficient When Working with Agents

https://www.ssp.sh/brain/having-taste-with-ai/
2•zazuke•14m ago•0 comments

Show HN: Open-source alternative to Codex Chronicle, using Apple's local OCR

https://github.com/familiar-software/familiar
2•talsraviv•14m ago•0 comments

Where Are the Economies of Scale in Homebuilding?

https://www.construction-physics.com/p/where-are-the-economies-of-scale
3•crescit_eundo•15m ago•0 comments

Why does it take so long to mend an escalator? (2002)

https://www.lrb.co.uk/the-paper/v24/n05/peter-campbell/why-does-it-take-so-long-to-mend-an-escalator
2•downbad_•15m ago•0 comments

Vibe Gets to Work

https://mistral.ai/news/vibe-agent/
2•hacb•16m ago•0 comments

Never Pay for Claude

https://github.com/RyanKung/rotom
4•ryankung•16m ago•2 comments

How to avoid being outsourced or open sourced (2008)

https://www.johndcook.com/blog/2008/02/12/how-to-avoid-being-outsourced-or-open-sourced/
3•tapanjk•18m ago•0 comments

SpaceX-Stasy

https://substack.com/@edwardelson/p-199273735
2•simonebrunozzi•18m ago•0 comments

The Long, Bitter Fight at the Park Slope Food Co-Op

https://www.nytimes.com/2026/05/28/nyregion/the-long-bitter-fight-at-the-park-slope-food-co-op.html
2•brandonb•18m ago•0 comments

Check our new AI developer tool and please REVIEW

https://github.com/pwnaxe/squick
2•TrueSTRX•18m ago•0 comments

En Svensk Tiger

https://en.wikipedia.org/wiki/En_svensk_tiger
2•verandaguy•18m 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 ...