frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ebola outbreak with uncommon strain erupts in Congo and Uganda; 65 deaths

https://arstechnica.com/health/2026/05/ebola-outbreak-confirmed-in-congo-and-uganda-246-suspected...
1•rbanffy•50s ago•0 comments

An Empty Room: Each voice fades after 21 days

https://www.icried.today/
1•Teever•8m ago•0 comments

Protéger Mastodon contre les bots IA avec Anubis – Techno-Fil et faits divers

https://blogs.gayfr.social/barbapulpe/proteger-mastodon-contre-les-bots-ia-avec-anubis
1•rodrigo975•8m ago•0 comments

Where Are the Vibecoded Photoshops?

https://indiepixel.de/blog/posts/where-are-the-vibecoded-photoshops/
2•gizmo64k•9m ago•0 comments

Open and Free Security Books

https://nocomplexity.com/documents/securityarchitecture/securitylibrary/libraryintro.html#open-an...
1•runningmike•10m ago•1 comments

Safety Paradox: How RLHF Creates the AI Psychosis Problem It's Meant to Prevent

https://www.promptinjection.net/p/ai-psychosis-the-safety-paradox-how-rlhf-creates
1•JustMyNews•13m ago•1 comments

Are modern precision EDC knives worth the premium build cost?

https://www.paragon-knives.com/
1•bgzlsxaz•13m ago•0 comments

Don't Answer the First Question

https://lalitm.com/post/dont-answer-the-first-question/
1•lalitmaganti•17m ago•0 comments

Satellites May Be Driving a Concerning New Form of Atmospheric Pollution

https://thedebrief.org/satellites-may-be-driving-a-concerning-new-form-of-atmospheric-pollution-e...
1•JeanKage•17m ago•0 comments

Balance of Nature

https://en.wikipedia.org/wiki/Balance_of_nature
1•soupspaces•18m ago•0 comments

Fireside Chat with Bjarne Stroustrup at CTO Summit 2025 Hamburg [video]

https://www.youtube.com/watch?v=hqUItF7m3tk
1•pjmlp•22m ago•0 comments

Review: 50 Years of Text Games, by Aaron Reed

https://www.thepsmiths.com/p/review-50-years-of-text-games-by
1•NewCzech•26m ago•0 comments

Multiple commencement speakers booed for AI comments during graduation speeches

https://www.nbcnews.com/video/multiple-commencement-speakers-booed-for-ai-comments-during-graduat...
2•wrxd•26m ago•0 comments

Harmony Infra Ventures Reflects the Leadership of Harmandeep Singh Kandhari

https://sites.google.com/view/harmandeep-singh-kandhari
1•KirtiKKapoor•28m ago•1 comments

Screen record more – Applied Cartography

https://www.jmduke.com/posts/screen-record-more.html
1•rhazn•30m ago•0 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
1•rhazn•30m ago•0 comments

Germany goes from labour shortages to hiring freezes

https://www.ft.com/content/2a6c1cb9-6c11-41c8-a8ea-a367b8799126
2•doener•30m ago•1 comments

From Kubernetes Dev Setup to Production: What Changes

https://georg-schwarz.com/blog/from-kubernetes-demo-to-production-platform/
1•rhazn•31m ago•0 comments

LKML: Linus Torvalds: Linux 7.1-rc4

https://lkml.org/lkml/2026/5/17/896
3•Tomte•34m ago•1 comments

Colombian singer Shakira acquitted of tax fraud in Spain

https://www.reuters.com/world/americas/colombian-singer-shakira-acquitted-tax-fraud-spain-2026-05...
9•fodmap•38m ago•1 comments

Humans are better at coding than AI

https://github.com/Mattbusel/pre_execution_validator
1•Shmungus•39m ago•1 comments

What Is a Risk in Compliance?

https://www.probo.com/blog/2026-05-13-what-is-a-risk-in-compliance
1•gearnode•41m ago•0 comments

I've been shipping 'multi-tenant' wrong for a decade

https://adriacidre.com/blog/multi-tenant-isolation-vs-awareness/
1•kumulo•42m ago•0 comments

Stripe seems friendly to "friendly fraud"

https://www.gingerlime.com/2026/stripe-seem-friendly-to-friendly-fraud/
1•gingerlime•42m ago•0 comments

Instant AI answers can trivialise human intelligence, warns Royal Observatory

https://www.bbc.com/news/articles/c2023l60370o
1•01-_-•44m ago•1 comments

Microsoft admits Windows 11's dedicated Copilot key breaks certain workflows

https://www.windowscentral.com/microsoft/windows-11/microsoft-admits-windows-11s-dedicated-copilo...
5•01-_-•45m ago•0 comments

Visualizing FX Options: From Yield Curves to 3D Volatility Surfaces

https://medium.com/@DolphinDB_Inc/from-yield-curves-to-3d-vol-surfaces-a-practical-guide-to-fx-op...
1•CrazyTomato•45m ago•0 comments

How TCP Works – Handshake, Sequence Numbers, Congestion Control

https://toolkit.whysonil.dev/how-it-works/tcp/
5•otterwilde2•45m ago•0 comments

A Python lattice simulation showing emergent topological solitons

https://zenodo.org/records/20262720
1•kisnorbert•49m ago•0 comments

The jobs apocalypse: a (very) short history

https://www.economist.com/finance-and-economics/2026/05/14/the-jobs-apocalypse-a-very-short-history
1•svara•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•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 ...