frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Daemons: A new category of AI for engineering teams

https://twitter.com/rileytomasek/status/2035042454483714317
1•mrbbk•1m ago•0 comments

Show HN: Kide – A CMS built inside Astro 6

https://github.com/mhernesniemi/kide-cms
1•zernobilly•1m ago•0 comments

Tell HN: Slow Down

1•jacquesm•2m ago•0 comments

Johnston, surrounding counties to receive broadband funding

https://www.johnstoniannews.com/news/johnston-surrounding-counties-to-receive-broadband-funding-b...
1•01-_-•3m ago•0 comments

Show HN: Refrain – Generate browser automations with AI, replay them without AI

https://therefrain.ai/
1•timakin•3m ago•0 comments

Agentic commerce runs on truth and context

https://www.technologyreview.com/2026/03/25/1134516/agentic-commerce-runs-on-truth-and-context/
1•joozio•4m ago•0 comments

Quantum Computing Is Today's Manhattan Project

https://www.wsj.com/opinion/quantum-computing-is-todays-manhattan-project-9746be3b
1•mathgenius•6m ago•0 comments

Open source isn't a tip jar – it's time to charge for access

https://www.theregister.com/2026/03/25/open_source_bill_opinion/
2•beardyw•7m ago•0 comments

Ask HN: Early stage Founders – How do you acquire early beta users?

1•KhushaliT•7m ago•0 comments

Losing my email account locked me out of my Digital Life

https://appsec.space/posts/email-lockout/
1•_zeta•7m ago•0 comments

Show HN: AgentPass – The credit check for AI agents

https://agentpass.co.uk
1•AskCarX•10m ago•0 comments

Ask HN: What are some ways you have limited AI slop

1•grahammccain•10m ago•0 comments

Spent too much on ads, so built an AI that makes converting product videos

https://instant-ugc.com/?red=abdelk
1•Locas•10m ago•2 comments

Native macOS/iOS eBook Reader

https://getbookshelves.app
1•carlosjobim•11m ago•1 comments

Rust reflection and a multi-array list

https://fnordig.de/2026/03/25/rust-reflection-and-a-multi-array-list/
1•hasheddan•12m ago•0 comments

VTAM: Video-Tactile-Action Models for Complex Physical Interaction Beyond VLAs

https://arxiv.org/abs/2603.23481
1•chrsw•12m ago•0 comments

Show HN: Anneal – model-agnostic; makes LLMs remember, obey, and stay private

https://annealit.ai/
1•cdbattags•13m ago•0 comments

A man who coined Metaverse now says Meta's glasses are creepy

https://www.theverge.com/tech/899797/metaverse-neal-stephenson-headsets-goggles-glasses-creepy-no...
1•speckx•13m ago•0 comments

Esp-IDF v6

https://developer.espressif.com/blog/2026/03/idf-v6-0-release/
2•hasheddan•14m ago•0 comments

Designing a Slider for Feeling

https://rajavijayaraman.com/writing/designing-slider-for-feeling/
1•rajavijayaraman•19m ago•0 comments

MolmoWeb: Give it a task, it clicks, types, and navigates the web itself

https://github.com/allenai/molmoweb/
1•steveharing1•19m ago•0 comments

The Missing OS for AI-Driven Development: From Hallucinations to High-Governance

https://www.haniweiss.com/the-missing-os-for-ai-driven-development-from-hallucinations-to-high-go...
1•BorrowBrain•20m ago•0 comments

Why Is Vogue Suing a Dog Fashion Magazine?

https://www.nytimes.com/2026/03/17/style/vogue-conde-nast-dogue-magazine-lawsuit.html
1•doener•21m ago•0 comments

Washington passes new AI laws to crack down on misinformation, protect minors

https://www.kuow.org/stories/washington-passes-new-ai-laws-to-crack-down-on-misinformation-protec...
1•greyface-•21m ago•0 comments

Obelix a Multi-Provider LLM ADK with Granular Control and A2A Deployment

https://github.com/GiulioSurya/Obelix/tree/main
1•GiulioSurya•22m ago•1 comments

MCP-Manticore: Let Your AI Assistant Write Manticore Queries for You

https://manticoresearch.com/blog/mcp-manticore-server/
1•snikolaev•23m ago•0 comments

Wallflowers, Rocketships, and Zombies: 29 ways to measure baby name popularity

https://three-things.medium.com/wallflowers-rocketships-and-zombies-29-ways-to-measure-baby-name-...
1•murph314•24m ago•0 comments

I used OpenClaw to analyze TrustMRR's top startups

https://www.webscraperapi.ai/blog/i-used-openclaw-to-analyze-trustmrrs-top-200-startups
1•mpereira•24m ago•0 comments

Show HN: JSON-to-PDF e-book generator for CJK content, built with Claude Code

https://github.com/dongsheng123132/gaokao-mentor-wisdom
2•17vibe•25m ago•0 comments

I built my own expense tracker

https://blog.kulman.sk/building-ledgee/
1•ig0r0•25m ago•1 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 ...