frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TTP 0.3.0 – A transparent Tor proxy running in RAM

https://github.com/onyks-os/TransparentTorProxy
1•onyks•50s ago•0 comments

AI Defense Matrix: an open framework for defending AI systems

https://aidefensematrix.com/
1•escargot•1m ago•0 comments

Erlang/OTP 29.0

https://www.erlang.org/news/188
1•nifoc•1m ago•0 comments

Choosing the Right Agentic Design Pattern: A Decision-Tree Approach

https://machinelearningmastery.com/choosing-the-right-agentic-design-pattern-a-decision-tree-appr...
1•eigenBasis•2m ago•0 comments

A Rails proxy to enforce hard dollar caps on OpenAI usage

https://github.com/naurisSeglins/ai_budget_proxy
1•nseglins•2m ago•0 comments

Fragnesia

https://github.com/v12-security/pocs/tree/main/fragnesia
2•_ikke_•5m ago•0 comments

Show HN: MCPSafe – Free security scanner for MCP servers using 5-LLM consensus

https://mcpsafe.io
1•nhattruongadm•5m ago•0 comments

Forty Watts to Think With

https://atomsfrontier.substack.com/p/forty-watts-to-think-with
1•jpatel3•6m ago•0 comments

Subvert. The music platform owned by its community

https://www.subvert.fm/
1•riffraff•6m ago•0 comments

Red and Black Knights (extraordinary result) [video]

https://www.youtube.com/watch?v=UiX4CFIiegM
1•marvinborner•6m ago•0 comments

We Built a Custom Transport for Vercel's AI SDK

https://ably.com/blog/custom-transport-vercel-ai-sdk
1•zknill•7m ago•0 comments

Mojang adds Friends List and peer-to-peer multiplayer to Minecraft: Java Edition

https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-7
2•ObviouslyFlamer•10m ago•0 comments

The Physics–and Physicality–Of Extreme Juggling (2018)

https://www.wired.com/story/the-physicsand-physicalityof-extreme-juggling/
1•ColinWright•12m ago•0 comments

SaaS/DevTools Founders: Would You Acquire a Niche Tech Community?

http://towardsaws.com
1•kisanpakhreen•13m ago•1 comments

AI will soon be capable of telling convincing lies

https://www.theregister.com/ai-ml/2026/05/13/ai-will-soon-be-capable-of-telling-convincing-lies/5...
2•pluc•13m ago•1 comments

Top Business Ideas Under ₹5 Lakh in India – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/business-ideas-under-5-lakhs.aspx
1•saumyaraut11•13m ago•0 comments

Show HN: Diom – Open-source back end primitives with no runtime dependencies

https://github.com/svix/diom
1•tasn•14m ago•0 comments

Not so dusty: How tech is changing woodworking

https://www.bbc.co.uk/news/articles/c747n11933eo
1•neversaydie•15m ago•0 comments

Shai-Hulud: Open Sourcing the Carnage

https://github.com/PedroTortoriello/Shai-Hulud-Open-Source
1•lionkor•16m ago•0 comments

Lenovo buys its BIOS maker of 20 years – here's why that matters

https://gagadget.com/en/707143-lenovo-buys-its-bios-maker-of-20-years-heres-why-that-matters/
1•taubek•18m ago•0 comments

Gallup Begins Research on Simulated Responses

https://news.gallup.com/opinion/methodology/709373/gallup-begins-research-simulated-responses.aspx
1•ep_jhu•21m ago•0 comments

Better Auth 1.6

https://better-auth.com/blog/1-6
1•ms7892•22m ago•0 comments

1908 Tunguska Event

https://en.wikipedia.org/wiki/Tunguska_event
2•simonebrunozzi•23m ago•0 comments

Google finds first AI-developed zero-day that bypasses 2FA

https://www.tomshardware.com/tech-industry/cyber-security/google-finds-first-ai-developed-zero-da...
3•pkaeding•25m ago•0 comments

I Moved My Digital Stack to Europe

https://monokai.com/articles/how-i-moved-my-digital-stack-to-europe/
69•monokai_nl•25m ago•23 comments

Experts don't know what data centers are doing to the electric grid

https://blog.ucs.org/mike-jacobs/what-are-data-centers-doing-to-the-electric-grid-experts-dont-know/
2•giuliomagnifico•26m ago•0 comments

Language Is Cognitive Exhaust: How AI Reconstructs Thought from Text [pdf]

https://dn720908.ca.archive.org/0/items/language-cognitive-exhaust-thought-compression-ai/SFL-07_...
3•scaledsystems•28m ago•0 comments

PIM and ECommerce Integration: Complete Architecture Guide for B2B

https://virtocommerce.com/blog/pim-ecommerce-integration
2•lizzieyo•31m ago•0 comments

Talking to PIES: A journey from AI skeptic to skeptic AI shill

https://theawfultruthonagiletech.wordpress.com/2026/05/09/talking-to-pies-journey-from-ai-skeptic...
2•juliansark•31m ago•0 comments

Phage Therapy Gains Momentum in Antibiotic Resistance

https://www.medscape.com/viewarticle/phage-therapy-gains-momentum-antibiotic-resistance-2026a1000ay1
3•wjSgoWPm5bWAhXB•32m 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•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 ...