frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Yare.io – 1v1 JavaScript coding game

https://yare.io
1•levmiseri•1m ago•0 comments

Blackbird: The homemade drone that hit nearly 700km/h

https://newatlas.com/drones/biggs-blackbird-411mph/
1•asdefghyk•2m ago•1 comments

Design-First Collaboration

https://martinfowler.com/articles/reduce-friction-ai/design-first-collaboration.html
1•donutshop•4m ago•0 comments

Show HN: Yet another colour palette generator, but it's a cool one

https://fungiboletus.github.io/MicroColourGPT3000/
1•speedgoose•5m ago•1 comments

Claude Code Or: How I Learned to Stop Worrying and Love the Agent

https://brian.jp/blog/claude-code-or-how-i-learned-to-stop-worrying-and-love-the-agent-34/
1•lofties•7m ago•1 comments

US troops were told war on Iran was 'all part of God's divine plan'

https://www.theguardian.com/world/2026/mar/03/us-israel-iran-war-christian-rhetoric
1•KnuthIsGod•8m ago•0 comments

US launches military operations in Ecuador

https://www.politico.com/news/2026/03/03/us-military-operations-ecuador-00811272
1•c420•8m ago•0 comments

A record number of objects went into space in 2025

https://ourworldindata.org/data-insights/a-record-number-of-objects-went-into-space-in-2023
1•m-hodges•9m ago•0 comments

npmx: a fast, modern browser for the npm registry

https://npmx.dev/blog/alpha-release
1•OuterVale•13m ago•0 comments

Feature led building vs. user led building

https://salah.louizy.com/blog/feature-led-building-vs-user-led-building/
1•losalah•15m ago•0 comments

I used the new Linux Terminal on Android and I'm impressed

https://www.makeuseof.com/used-new-linux-terminal-on-android-impressed/
1•thunderbong•15m ago•0 comments

Show HN: Deploy OpenClaw in Seconds

https://deplyclaw.ai/
1•Creator-io•17m ago•0 comments

Oval – Native macOS client for Open WebUI with on-device voice mode

https://github.com/shreyaspapi/Oval
1•shreyaspapi•23m ago•1 comments

Redesigning Mathematics for Elegant Physics

https://twitter.com/devrimyasar/status/2029006461267857637
1•aesopsfable•25m ago•0 comments

How Mossad hacked traffic cameras to track Ayatollah Khamenei

https://www.google.com/search?q=How+Mossad+hacked+traffic+cameras+to+track+Ayatollah+Khamenei
3•asdefghyk•28m ago•1 comments

Show HN: Hacking Sony A6000 for Fun

https://docodethatmatters.com/hacking-sony-a6000-for-modernization/
1•skittleson•28m ago•0 comments

How Anonymous Bettors Cashed in on the Iran Strike, Hours Before It Happened

https://www.nytimes.com/2026/03/03/upshot/prediction-markets-iran-strikes.html
3•jbegley•28m ago•0 comments

Better JIT for Postgres

https://github.com/vladich/pg_jitter
2•vladich•30m ago•0 comments

Earthquake-Proof Foundations

https://practical.engineering/blog/2026/3/3/earthquake-proof-foundations
1•vismit2000•31m ago•0 comments

Windows 12 will need 40 TOPS AI NPU chip to run

https://tbreak.com/windows-12-leaked-2026-ai-npu-requirement/
2•KnuthIsGod•31m ago•2 comments

Show HN: PardusAI – Data Science Agent (Not 2026 YC)

https://pardusai.org/
1•jasonEinstien•33m ago•0 comments

Show HN: Deploy OpenClaw in 60 Seconds

http://deployclaw.ai/
1•Creator-io•38m ago•0 comments

FBI stymied by Apple's Lockdown Mode after seizing journalist's iPhone

https://arstechnica.com/tech-policy/2026/02/fbi-stymied-by-apples-lockdown-mode-after-seizing-jou...
2•alwillis•41m ago•2 comments

Apple Does Fusiom

https://om.co/2026/03/03/apple-does-fusion/
1•noahmbarr•42m ago•0 comments

Human-written code died in 2025. Code reviews will die in 2026

https://www.latent.space/p/reviews-dead
2•tdchaitanya•43m ago•1 comments

Amazon S3 Paper Cuts

https://arturdryomov.dev/posts/amazon-s3-paper-cuts/
2•ming13•48m ago•0 comments

Triage Report

https://tria.ge/260303-v3afzaht5y/behavioral2
1•KaoruAK•49m ago•1 comments

The dry and the wet burn together: On the war against Iran

https://www.lrb.co.uk/blog/2026/march/the-dry-and-the-wet-burn-together
1•mitchbob•50m ago•1 comments

The Unreasonable Effectiveness of Nonstandard Analysis (2020)

https://www.alphaxiv.org/abs/1508.07434
1•measurablefunc•50m ago•0 comments

Show HN: I can't code – I built a bonded execution engine for AI agents anyway

https://github.com/selfradiance/agentgate/blob/main/docs/manifesto.md
1•selfradiance•52m 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•9mo ago

Comments

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