frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

apmc – measure hardware performance counters – perf stat for macOS

https://github.com/0ax1/apmc
1•0alxdte1•1m ago•0 comments

Refusal to Review

https://irisvanrooijcogsci.com/2026/04/08/refusal-to-review/
1•jruohonen•3m ago•0 comments

Show HN: Lazyagent – a local TUI for watching what your coding agents are doing

https://github.com/chojs23/lazyagent
3•neozz•5m ago•0 comments

Ask HN: Have you found a fulfilling way to handle multi-line text with JSON?

1•seph-reed•6m ago•0 comments

Show HN: Claude Code Context – Auto-resume Claude Code sessions per Git branch

https://github.com/paterlinimatias/claude-cc
1•paterlinimatias•6m ago•0 comments

Ask HN: How do you find / validate niches for an online business?

1•shakermaker83•8m ago•0 comments

Shipping Fast Requires a High Degree of Trust

https://www.shayon.dev/post/2024/7/shipping-fast-requires-a-high-degree-of-trust/
1•shayonj•9m ago•0 comments

Why Your SaaS Offer Doesn't Convert (things you can fix now) [video]

https://www.youtube.com/watch?v=GORVmSCNkbA
1•riley-i•9m ago•0 comments

Show HN: Project Parliament – a multi-model workflow for choosing OSS ideas

https://github.com/hardstone1998/Project-Parliament
1•1395291968•9m ago•0 comments

Apple's UK age verification brings identity checks to the iPhone

https://proton.me/blog/apple-uk-age-verification-iphone
3•akyuu•10m ago•1 comments

Iran's Nuclear Program Has Survived, Posing Problem for U.S. Negotiators

https://www.wsj.com/world/middle-east/iran-uranium-stockpile-strategy-333bcc1e
2•ceejayoz•10m ago•0 comments

Kissinger 2 (a competitor of Unifont with 8×16 and 16×16 glyphs)

https://typedesign.replit.app/kissinger2.html
2•PiotrGrochowski•13m ago•1 comments

5,877 Messages Later: Lessons in Controlling Agents with Telegram

https://vita-reports.ham.xyz/s/6020b089f389
1•zackham•14m ago•0 comments

The Center Has a Bias

https://lucumr.pocoo.org/2026/4/11/the-center-has-a-bias/
1•doppp•14m ago•0 comments

Mugib – AI agents that work across every channel–chat, voice, web, and live data

https://mugib.com/
1•anaspro•15m ago•0 comments

Why IBM Turned to Microsoft for Basic

https://nemanjatrifunovic.substack.com/p/why-ibm-turned-to-microsoft-for-basic
1•whobre•16m ago•0 comments

Malicious Job Assessments

https://thecout.com/blog/flexibleferret/
1•taubek•16m ago•0 comments

Show HN: The cutest WhatsApp concierge for dog friendly travel

https://kaliconcierge.com/
1•BuleBule•21m ago•1 comments

Rust Coreutils v0.8.0: performance gains, WebAssembly support, online playground

https://github.com/uutils/coreutils/releases
1•maxloh•23m ago•0 comments

Show HN: Run AI coding agents in real sandboxes, not Git worktrees

https://superhq.ai/
2•harshdoesdev•23m ago•0 comments

The Future of Everything Is Lies, I Guess: Psychological Hazards

https://aphyr.com/posts/416-the-future-of-everything-is-lies-i-guess-psychological-hazards
2•aphyr•24m ago•0 comments

Show HN: Accessyo – CLI to Debug DNS, TCP, TLS and HTTP Issues

https://www.npmjs.com/package/accessyo
1•tmszcncl•28m ago•0 comments

X slashes aggregator payouts to boost original creators

https://www.nbcnews.com/tech/social-media/x-slashes-aggregator-payouts-boost-original-creators-rc...
2•ceejayoz•28m ago•1 comments

Error Translation in Go Services

https://rednafi.com/go/error-translation/
2•Brajeshwar•29m ago•0 comments

PSA Crypto: The P is for Portability

https://danielmangum.com/posts/psa-crypto-portability/
1•hasheddan•30m ago•0 comments

The Sad Decline of Trenchant Exec Who Stole and Sold Zero Days to Russian Buyer

https://www.zetter-zeroday.com/trenchant-exec-says-he-had-depression-money-troubles-when-he-decid...
1•badcryptobitch•30m ago•0 comments

Entangled Systems Reveal Reversible Information Exchange, Defining Flow of Time

https://quantumzeitgeist.com/entangled-systems-subtime-time-emergence/
2•bookofjoe•30m ago•0 comments

Ask HN: Can you cut off AI usage immediately?

1•markus_zhang•35m ago•2 comments

Researchers discover new type of cell that's seen only during pregnancy

https://www.livescience.com/health/reproductive-health/no-one-knows-what-they-are-researchers-dis...
1•gmays•37m ago•0 comments

Why Europe Has Underground Power Lines and America Doesn't [video]

https://www.youtube.com/watch?v=BYuYGxLmwK8
1•dataflow•37m 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•11mo ago

Comments

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