frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Engineering Intelligence from Autocomplete

https://www.szia.ai/post/engineer-intelligence-from-autocomplete
1•mszel•59s ago•0 comments

Certificate Issuance through Let's Encrypt unavailable

https://www.cloudflarestatus.com/incidents/z3vgxxfvt3yb
1•hosteur•1m ago•0 comments

Why technology made the world richer and rich countries feel poorer

https://aesium22.substack.com/p/the-two-speed-economy
1•-__hn__-•1m ago•0 comments

The American, Intense World of High-School Debate

https://www.newyorker.com/magazine/2026/05/11/the-very-american-very-intense-world-of-high-school...
1•limitedfrom•1m ago•0 comments

AI's Big Messaging Pivot

https://www.noahpinion.blog/p/ais-big-messaging-pivot
1•paulpauper•2m ago•0 comments

Could development economics be more useful?

https://www.noahpinion.blog/p/could-development-economics-be-more
1•paulpauper•3m ago•0 comments

A simple point about diversification

https://marginalrevolution.com/marginalrevolution/2026/05/a-simple-point-about-diversification.html
1•paulpauper•4m ago•0 comments

Dirty Frag: Universal Linux LPE

https://github.com/V4bel/dirtyfrag
2•unbeli•5m ago•0 comments

Digg Is Back (Again)

2•basket278•6m ago•0 comments

NocTUI – Lightweight C Library for Building Terminal User Interfaces (TUIs)

https://github.com/UsboKirishima/noctui
1•333revenge•7m ago•0 comments

Real-Time Vibrotactile Stimulation and Inter-Brain Connectivity in Partner Dance

https://dl.acm.org/doi/10.1145/3731459.3773332
1•bookofjoe•8m ago•0 comments

Arena Physica

https://www.arenaphysica.com
1•skogstokig•9m ago•0 comments

Notes on Tanya M. Luhrmann's Book 'How God Becomes Real'

https://michaelnotebook.com/luhrmann/index.html
1•benbreen•9m ago•0 comments

Divorce Rates by Occupation

https://flowingdata.com/2026/05/07/divorce-and-occupation-2026/
3•tevon•15m ago•0 comments

Internet Archive Switzerland: Expanding a Global Mission to Preserve Knowledge

https://blog.archive.org/2026/05/06/internet-archive-switzerland-expanding-a-global-mission-to-pr...
3•rbanffy•16m ago•1 comments

Everything Vault – a local-first Markdown knowledge system for LLMs

https://github.com/AntlerForge/everything-vault
3•AntlerForge•18m ago•0 comments

From MemSQL to HorizonDB, an Engineer's Journey with Adam Prout

https://talkingpostgres.com/episodes/from-memsql-to-horizondb-an-engineers-journey-with-adam-prout
1•clairegiordano•22m ago•0 comments

When is your birthday? – The Math Behind Hash Collisions

https://0xkrt26.github.io/math_behind_security/2026/05/08/birthday-problem.html
1•denismenace•23m ago•0 comments

Beyond Human Syntax – The Logic of Future Coding Agents

https://www.thebigdatablog.com/nela-beyond-human-syntax-the-logic-of-future-coding-agents/
3•heikowag•24m ago•0 comments

AI, the Poor, and the Ignorant

https://user8.bearblog.dev/ai-the-poor-and-the-ignorant/
1•James72689•25m ago•0 comments

Using Claude Code: The Unreasonable Effectiveness of HTML

https://twitter.com/trq212/status/2052809885763747935
3•tchalla•27m ago•0 comments

Real-time collaboration will not ship in WordPress 7.0

https://make.wordpress.org/core/2026/05/08/rtc-removed-from-7-0/
1•pentagrama•29m ago•0 comments

A 3D explorer of the Bitcoin blockchain

https://blockparty-omega.vercel.app/
1•dca_mindset•29m ago•0 comments

1k-year-old archaeological site bulldozed during construction of border wall

https://www.theartnewspaper.com/2026/05/05/border-wall-construction-bulldozes-archaeological-site
1•YeGoblynQueenne•30m ago•0 comments

Félix Guattari – The Image Machine (1990)

https://www.e-flux.com/notes/6783490/the-image-machine
2•bondarchuk•30m ago•0 comments

Frontier models refuse to help organizers, so we built our own activist AI

https://www.outcryai.com/research/how-to-create-activist-ai
2•micahwhite•30m ago•0 comments

Rolo: Relationship Intelligence Tool

https://rolo.agentschool.io/
2•amahjoor•31m ago•0 comments

If You Read One Screenwriting Book, Read This

https://jamesgarside.substack.com/p/if-you-read-one-screenwriting-book
1•monkeymagick•32m ago•0 comments

Classification of Amino Acids

https://www.khanacademy.org/test-prep/mcat/chemical-processes/amino-acids-peptides-proteins-5d/v/...
1•kamaraju•34m ago•0 comments

A New Era of Security: Frontier AI Defense

https://www.paloaltonetworks.com/blog/2026/05/frontier-ai-defense/
1•yusufozkan•35m 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 ...