frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Axllm: DSPy for TypeScript

https://axllm.dev/
1•handfuloflight•1m ago•0 comments

Mathematics is undergoing the biggest change in its history

https://www.newscientist.com/article/2518526-mathematics-is-undergoing-the-biggest-change-in-its-...
1•jonbaer•2m ago•0 comments

Coding agents for production iOS: a senior engineer's setup for 2x the output

https://ignatovv.me/blog/coding-agents-for-production-ios/
1•tosh•2m ago•0 comments

Microsoft patents system for AI helpers to finish games for you

https://www.dexerto.com/gaming/microsoft-patents-system-for-ai-helpers-to-finish-games-for-you-33...
2•JeanKage•4m ago•0 comments

Millennium Challenge 2002

https://en.wikipedia.org/wiki/Millennium_Challenge_2002
1•vrganj•6m ago•0 comments

PromptVault free tool for multi agentic development

1•bohdokas•7m ago•0 comments

Ask HN: How to Plan for a Better GTM for a Digital SaaS Product B2B

1•sriramgonella•10m ago•0 comments

The 'number station' sending mystery messages to Iran

https://www.ft.com/content/86c4a4ca-ca06-4fc8-90fe-4f46357b804f
3•thm•10m ago•0 comments

White-Box Attacks on PhotoDNA Perceptual Hash Function

https://eprint.iacr.org/2026/486
1•_____k•12m ago•0 comments

Michael Faraday: Scientist and Nonconformist (1996)

http://silas.psfc.mit.edu/Faraday/
3•o4c•17m ago•0 comments

An open letter to Grammarly and other plagiarists, thieves and slop merchants

https://www.moryan.com/an-open-letter-to-grammarly-and-other-plagiarists-thieves-and-slop-merchants/
3•october8140•22m ago•0 comments

Reaching net zero by 2050 'cheaper for UK than one fossil fuel crisis'

https://www.theguardian.com/environment/2026/mar/11/reaching-net-zero-by-2050-cheaper-for-uk-than...
3•ljf•25m ago•0 comments

4n6Img Project

1•Hoxed•29m ago•0 comments

Capital Isn't Destiny

https://writing.nikunjk.com/p/capital-isnt-destiny
1•tosh•29m ago•0 comments

Show HN: CLI and TUI for Elasticsearch and OpenSearch

https://github.com/jillesvangurp/kt-search/tree/master/ktsearch-cli
1•jillesvangurp•30m ago•1 comments

FreeBSDKit: Swift Package to Write Capability-Aware FreeBSD Apps

https://christiantietze.de/posts/2026/03/freebsdkit-swift-package-write-capability-aware-freebsd-...
1•frizlab•31m ago•0 comments

At the Boundary of Self-Reference

https://changkun.substack.com/p/at-the-boundary-of-self-reference
2•changkun•33m ago•0 comments

Decoupled by Design: Billion-Scale Vector Search

https://www.databricks.com/blog/decoupled-design-billion-scale-vector-search
1•twalichiewicz•33m ago•0 comments

IamHacked Project

1•Hoxed•35m ago•0 comments

Bavaria 1930: How Beer Halls Became Town Halls

https://warcommons.com/2026/03/09/bavaria-1930-beer-halls-to-town-halls/
1•NENCMediaGroup•36m ago•1 comments

Double Descent

https://en.wikipedia.org/wiki/Double_descent
2•cl3misch•36m ago•0 comments

MacBook Neo Has Up to 8× Slower SSD Speeds Compared to New MacBook Pro

https://www.macrumors.com/2026/03/10/macbook-neo-slower-ssd-speeds/
1•tosh•37m ago•2 comments

Web Reading Assistant

https://speakoala.com/
1•yuhoayu•38m ago•0 comments

Gas Just Hit $8 a Gallon in This Major US City

https://www.slashgear.com/2120453/gas-8-dollars-gallon-los-angeles/
2•stopbulying•38m ago•2 comments

Ask HN: What is thick black row above top of header?

2•guiambros•41m ago•5 comments

Show HN: Access all your apps with a single AI

https://www.reflexion-labs.com
3•othm93•50m ago•0 comments

The Russian explosives plot that targeted the UK

https://www.bbc.com/news/articles/cpd83zwqlvno
2•MilnerRoute•52m ago•0 comments

X Users Find Their Real Names Are Being Googled in Israel by Using "Au10tix"

https://www.mintpressnews.com/x-users-find-their-real-names-are-being-googled-in-israel-after-usi...
5•vidyesh•55m ago•1 comments

Ask HN: What's the best computer science book you've read recently?

2•kothariji•58m ago•0 comments

Show HN: I built SinoName – gen Chinese names with culture meaning, in one day

https://sinoname.geekaa.com
2•quasimo•1h 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 ...