frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Small U.S. town, big company. Can it weather the tariff Blizzard? (Digi-Key)

https://www.npr.org/2025/04/24/nx-s1-5332209/digikey-tariff-small-minnesota-town-big-company
1•upofadown•56s ago•0 comments

Show HN: What if your synthesizer was powered by APL (or a dumb K clone)?

https://octetta.github.io/k-synth/
1•octetta•2m ago•0 comments

Show HN: OpsOrch – a unified API for incidents, logs, metrics, and runbooks

https://www.opsorch.com/
2•yusufaytas•3m ago•0 comments

Munchy Cow – Audio cleanup in Elixir/Rust with per-second billing

https://munchycow.com/
1•qeonda•3m ago•1 comments

Cert Authorities Check for DNSSEC from Today

https://www.grepular.com/Cert_Authorities_Check_for_DNSSEC_From_Today
1•amaccuish•6m ago•0 comments

XDR Display issues with the M3 pro MacBook

https://aidistillery.dev/apple_xdr_studio_m3/
1•muro•8m ago•0 comments

A Theory of the World as run by large adult children

https://tomclancy.info/harold-and-george.html
2•tclancy•12m ago•0 comments

Ouroboros: AI research loop that rewrites methodology with lineage logs

https://github.com/Kargatharaakash/ouroboros
1•k_aakash•12m ago•1 comments

Show HN: ResonanceNet – Proof-of-Training Blockchain

https://github.com/Kristian5013/resonancenet
1•kristianXXI•12m ago•0 comments

GotHub All the Things

https://x61.sh/log/2026/03/14032026191148-gothub.html
1•renehsz•13m ago•0 comments

Thundering Herd Problem Visual Guide with Analogies

https://dvcoolarun.com/2026/03/15/Thundering-Herd-Problem-visual-guide-with-analogies.html
1•dvcoolarun•13m ago•0 comments

UK government publishes guidance on AI coding assistants

https://www.gov.uk/government/publications/ai-insights/ai-insights-ai-coding-assistants-for-devel...
1•santiago-pl•14m ago•1 comments

Show HN: Auditor Core–CLI security auditing engine with mathematical SPI scoring

https://github.com/auditor-core-systems/auditor-core-demo
1•EldorZ•16m ago•0 comments

PSA: Top Google Result for Claude Code Is Malicious

https://onemillionwords.substack.com/p/top-google-result-for-claude-code
2•rahulyc•16m ago•0 comments

Ask HN: How do you search things like YouTube and Reddit from before the AI slop

3•sdfkjasdfo89a7•17m ago•0 comments

Structural Coloration

https://en.wikipedia.org/wiki/Structural_coloration
1•thunderbong•18m ago•0 comments

Hollywood Enters Oscars Weekend in Existential Crisis

https://www.theculturenewspaper.com/hollywood-enters-oscars-weekend-in-existential-crisis/
1•RickJWagner•18m ago•0 comments

What's Behind the Historic Drop in U.S. Crime

https://www.wsj.com/us-news/whats-behind-the-historic-drop-in-u-s-crime-7cf72353
2•RickJWagner•19m ago•0 comments

Show HN: Bringing back organized 5v5 CS:GO

https://fluidrush.com
1•shreyaspapi•19m ago•0 comments

New study raises concerns about AI chatbots fueling delusional thinking

https://www.theguardian.com/technology/2026/mar/14/ai-chatbots-psychosis
4•Brajeshwar•22m ago•0 comments

I'm 60 years old. Claude Code killed a passion

5•fred1268•25m ago•3 comments

Ax Visio Designed by Marc Newson

https://www.swarovskioptik.com/int/en/hunting/products/binoculars/ax-visio
1•la_fayette•25m ago•0 comments

Puzzle Challenge

https://puzzle.alperenkeles.com/
1•simonpure•26m ago•0 comments

Coffeezilla – Investigating AI Deepfakes [video]

https://www.youtube.com/watch?v=srr0rRgF2Fw
2•Topfi•26m ago•0 comments

Show HN: API Key Speedrun- A parody where generating an API key is the challenge

https://gemini-speedrun.vercel.app/
1•rpst•27m ago•0 comments

Can you decommodify real estate?

https://thehustle.co/originals/can-you-decommodify-real-estate
1•Anon84•30m ago•0 comments

Structure Dictates Behavior: golden signals for agentic development teams

https://ambient-code.ai/2026/03/10/structure-dictates-behavior-golden-signals-for-agentic-develop...
1•Anon84•31m ago•0 comments

HN: Syntro – Simple API and Node.js hosting and managed databases

https://syntro.run/
1•vivuusik•34m ago•1 comments

How North Korean IT Workers Infiltrated Western Tech Companies

https://www.nbcnews.com/investigations/north-korea-it-worker-scheme-nisos-fbi-rcna245025
2•squiggy22•36m ago•0 comments

Show HN: Code Royale – Play and learn poker with Claude Code (skill)

https://github.com/BohdanPetryshyn/code-royale
2•BohdanPetryshyn•39m 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•10mo ago

Comments

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