frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Skip drip emails when recipient has replied in Gmail

1•nishiohiroshi•19s ago•0 comments

California vet clinic warns of AI scam targeting lost dogs

https://ktla.com/news/california/lost-dog-ai-scam-fresno/
1•Bender•1m ago•0 comments

Externalizing Developers' Intuition as Code

https://github.com/elbanic/dev-sentinel
1•elbanic•1m ago•1 comments

Synchronized MIMD Computing [pdf]

https://people.csail.mit.edu/bradley/papers/Kuszmaul94.pdf
1•luu•4m ago•0 comments

Ask HN: Which nickname will President Trump choose for Claude?

2•thomassmith65•4m ago•0 comments

LXD 6.7 Released with AMD GPU Passthrough Support

https://www.phoronix.com/news/LXD-6.7-Released
1•Bender•4m ago•0 comments

Edge Case Poisoning

https://buttondown.com/hillelwayne/archive/edge-case-poisoning/
1•azhenley•5m ago•0 comments

Gnome GitLab Redirecting Some Git Traffic to GitHub for Reducing Costs

https://www.phoronix.com/news/GNOME-GitHub-GitLab-Redirect
1•Bender•6m ago•0 comments

Federal panel behind cancer screening recommendations hasn't met in one year

https://www.nbcnews.com/health/health-news/federal-panel-cancer-screening-recommendations-hasnt-m...
1•brandonb•7m ago•0 comments

Programmers on the Verge of Extinction

https://stevedylan.dev/posts/programmers-on-the-verge-of-extinction/
2•stevedsimkins•13m ago•0 comments

$500K exit approved for Bay Area CEO days before harassment findings surface

https://www.sfgate.com/bayarea/article/exit-bay-area-ceo-harassment-21943048.php
1•randycupertino•13m ago•1 comments

Heart attack deaths are rising in young adults. Here's why

https://www.empirical.health/blog/heart-attacks-rising-young-people/
1•brandonb•15m ago•0 comments

Show HN: Lneto – IEEE802.3/IP/TCP/HTTP in 8kB of RAM in Go

https://github.com/soypat/lan8720
1•soypat•15m ago•0 comments

Ask HN: 2026, where is the best place in the world to create a startup?

2•wewewedxfgdf•15m ago•1 comments

A tool to launch your OpenClaw in just 1 minute

https://clawhost.chat
1•vadimen•19m ago•1 comments

OpenAI is negotiating a deal with The Pentagon

https://fortune.com/2026/02/27/openai-in-talks-with-pentagon-after-anthropic-blowup/
3•doener•19m ago•1 comments

Not Found

https://www.anthropic.com/news/statement-comments-secretary-war
16•surprisetalk•19m ago•3 comments

Super Editor – Atomic file editor with automatic backups (Python and Go)

2•larryste•20m ago•0 comments

USA Designates Anthropic a Supply Chain Risk

https://www.pbs.org/newshour/politics/trump-orders-federal-agencies-to-stop-using-anthropic-tech-...
5•ssutch3•21m ago•1 comments

Show HN: I built a 0-CPU desktop app to track LLM limits,Python/DjangoPyWebView

https://github.com/PeterJFrancoIII/Antigravity-Model-Reset-Timer
2•Viper117•22m ago•0 comments

DeepSeek's Dualpath Paper explained with animations

https://mesuvash.github.io/blog/2026/dualpath/
2•mesuvash•23m ago•0 comments

Golem

https://en.wikipedia.org/wiki/Golem
2•downboots•24m ago•0 comments

Replace Resend dry-run emails with Gmail drafts for manual review

1•nishiohiroshi•24m ago•0 comments

Rubin Observatory has started paging astronomers 800k times a night

https://www.scientificamerican.com/article/rubin-observatory-has-started-paging-astronomers-800-0...
3•Brajeshwar•26m ago•1 comments

Show HN: Crypto volume anomaly scanner – a token at 127x its daily market cap

https://frog03-20494.wykr.es
1•agenthustler•26m ago•0 comments

A star 1,540 times the size of our sun transform into a hypergiant

https://www.space.com/astronomy/stars/astronomers-just-watched-a-star-1-540-times-the-size-of-our...
1•Brajeshwar•26m ago•0 comments

Keen bosses mistakes and a looming threat

https://www.theguardian.com/technology/2026/feb/26/workers-training-ai-to-do-their-jobs
1•Brajeshwar•26m ago•0 comments

The Armchair Historian: Retiring End of 2026 – My Last Year on YouTube [video]

https://www.youtube.com/watch?v=kbrjnNq3aoQ
2•mmarian•27m ago•0 comments

Ask HN: How do I use AI as a tool if some answers are objectivity incorrect?

2•truthbe•28m ago•0 comments

Will AI Replace You? – Roast My Career

https://candidate.perfectly.so/roast
2•z-mach9•30m 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 ...