frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Computerpoker.ai – Learn GTO tournament poker strategy vs. GTO bots

https://computerpoker.ai
1•abbadadda•14s ago•0 comments

Emissions trading with clean-up certificates to increase climate ambition levels

https://www.sciencedirect.com/science/article/pii/S0095069626000276
1•PaulHoule•24s ago•0 comments

Agentic Slop PRs

https://blog.fsck.com/2026/03/31/slop-prs/
1•lsschmidt•45s ago•0 comments

Go Ahead and Use AI. It Will Only Help Me Dominate You

https://www.hamiltonnolan.com/p/go-ahead-and-use-ai-it-will-only
1•speckx•1m ago•0 comments

Breaking Enigma with Index of Coincidence on a Commodore 64

https://imapenguin.com/2026/03/breaking-enigma-with-index-of-coincidence-on-a-commodore-64/
1•erickhill•2m ago•0 comments

TinyCard Text Game Maker

https://www.hackster.io/news/tinycard-text-game-maker-93af35b97f05
2•chrisjj•2m ago•0 comments

'System malfunction' causes robotaxis to stall in middle of the road in China

https://www.theguardian.com/technology/2026/apr/01/system-malfunction-causes-robotaxis-to-stall-i...
3•billybuckwheat•4m ago•0 comments

Unsubscribe from the Church of Graphs

https://www.adorableandharmless.com/p/unsubscribe-from-the-church-of-graphs
4•devonnull•5m ago•0 comments

Ukrainian Drone Holds Position for 6 Weeks

https://defenceleaders.com/news/ukrainian-combat-robot-holds-frontline-position-for-six-weeks-in-...
1•AftHurrahWinch•6m ago•1 comments

Vibometer – The perfect vibe coder companion

https://github.com/GTP95/Vibometer
1•GTP•6m ago•0 comments

The AI Marketing BS Index

https://bastian.rieck.me/blog/2026/bs/
1•speckx•8m ago•0 comments

Recruiting (From Cavemen to LinkedIn Spam)

https://www.classet.ai/blog/history-of-recruiting
1•coopernewby•9m ago•0 comments

California's "Trusted AI" Order Is a Blueprint for a Censorship Weapon

https://twitter.com/amuse/status/2039367467022106689
1•11thEarlOfMar•10m ago•0 comments

Any good 2026 April Fools Pranks

1•ninju•10m ago•3 comments

Show HN: MinimumReleaseAge-style protection for Agent Skills

https://github.com/skill-mill/agent-skill-porter
1•hatappo•11m ago•1 comments

Designing for the Aliens

https://rajavijayaraman.com/writing/designing-for-alien/
1•rajavijayaraman•11m ago•0 comments

I built a Middle East conflict tracker that incorporates ground truth news

https://middleeastsignal.com/
1•amgadellaboudy•12m ago•1 comments

Show HN: Docs over SSH for Agents

https://github.com/supabase-community/supabase-ssh
1•gregnr•12m ago•0 comments

Federated and Independent [Plugin] Repositories in WordPress (Linux Foundation)

https://github.com/fairpm/fair-plugin
1•password4321•13m ago•0 comments

SpaceX Files to Go Public

https://www.nytimes.com/2026/04/01/technology/spacex-ipo-elon-musk.html
1•nutjob2•13m ago•0 comments

Run KataGo on iOS with Metal GPU Acceleration

https://github.com/eliotfowler/katago-metal-ios-demo
2•m-hodges•15m ago•0 comments

The Subprime Technical Debt Crisis

https://blog.happyfellow.dev/the-subprime-technical-debt-crisis/
1•birdculture•19m ago•0 comments

Rapid snow melt-off in American west stuns scientists

https://www.theguardian.com/us-news/2026/apr/01/snowmelt-american-west
2•dboreham•19m ago•1 comments

"attention is all you need" in screen recording

https://old.reddit.com/r/macapps/comments/1s938er/not_only_autozoom_also_spotlight_and_lightbox_for/
1•jiabins0303•20m ago•1 comments

Fungi could transform leftovers into lifelines

https://phys.org/news/2026-02-fungi-leftovers-lifelines.html
2•PaulHoule•22m ago•0 comments

Mercury 2, a diffusion LLM, outperforms StepFun 3.5 Flash on OpenClaw tasks

https://pinchbench.com/?view=graphs&graph=radar&models=inception%2Fmercury-2%2Cstepfun%2Fstep-3.5...
3•arpittarang•23m ago•1 comments

Banning All Anthropic Employees

https://joeyh.name/blog/entry/banning_all_Anthropic_employees/
4•speckx•27m ago•1 comments

Apple turns 50: tech company started with hobbyist computers

https://www.tomshardware.com/laptops/macbooks/apple-turns-50-one-of-the-worlds-biggest-tech-compa...
2•heresie-dabord•28m ago•0 comments

AI companies charge you 60% more based on your language, BPE tokens

https://tokenstree.com/newsletter-article-5.html
22•vfalbor•29m ago•13 comments

Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM

https://flight-viz.com
2•coolwulf•29m 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 ...