frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Future of Everything Is Lies, I Guess: Annoyances

https://aphyr.com/posts/415-the-future-of-everything-is-lies-i-guess-annoyances
1•aphyr•5m ago•0 comments

Brazil seizes over 1,100 weapons and 1.5 tons of drugs from US, says official

https://www.reuters.com/world/americas/brazil-seizes-over-1100-weapons-15-tons-drugs-us-says-offi...
2•kaycebasques•6m ago•0 comments

Black traffic: the corporate sabotage technique you've never heard of

https://www.machinesociety.ai/p/black-traffic-the-corporate-sabotage-37e
1•mikelgan•7m ago•1 comments

Nexus AI

https://nexusai.run
1•nexusai26•7m ago•0 comments

BYD to open 20 car dealerships in Canada this year

https://financialpost.com/transportation/autos/byd-open-20-car-dealerships-canada-2026
2•pseudolus•10m ago•0 comments

Selective Test Execution at Stripe: Fast CI for a 50M-Line Ruby Monorepo

https://stripe.dev/blog/selective-test-execution-at-stripe-fast-ci-for-a-50m-line-ruby-monorepo
1•Wingy•11m ago•0 comments

QB64 Tutorial A beginner's introduction to game programming

https://www.qb64tutorial.com
1•AlexeyBrin•11m ago•0 comments

Show HN: Peer – health research chat, 6 medical databases, verified citations

https://frompeer.com/
2•uelbably•11m ago•0 comments

Published on Rapid API

1•CapianHolstrom•13m ago•0 comments

Canada Can't Pretend America Is Still the Good Guy

https://thewalrus.ca/the-us-torpedoed-an-unarmed-ship-who-are-the-good-guys-again/
6•Teever•17m ago•0 comments

The Case That More Openness Brings More Good to Society

https://danieltan.weblog.lol/2026/04/the-case-that-more-openness-brings-more-good-to-society
1•danieltanfh95•18m ago•0 comments

Measure coding productivity with this Claude Code Plugin

https://github.com/Facens/coding-productivity
2•Facens•19m ago•1 comments

Build Your Own Claw

https://github.com/tedhsieh1966/wofa_ide
1•tedhsieh1966•21m ago•0 comments

LineageScope – static analyzer for SQL, dbt, Airflow, Spark, and data contracts

https://github.com/kirannarayanak/lineagescope
2•kirannarayana•22m ago•1 comments

Show HN: I made a visual tool for EV vs. petrol/diesel running-cost breakeven

https://carcosttool.com/ev-vs-ice-breakeven
1•sensecall•22m ago•0 comments

Why Phishing Emails Keep Working on Smart People

https://cacm.acm.org/blogcacm/why-phishing-emails-keep-working-on-smart-people/
1•pseudolus•22m ago•0 comments

Rewriting a 20-year-old Python library

https://www.b-list.org/weblog/2026/mar/23/20-year-library/
1•PaulHoule•24m ago•0 comments

Clypi ― all-in-one for beautiful, prod-ready CLIs (Python)

https://danimelchor.github.io/clypi/
1•kaathewise•25m ago•0 comments

Sumochess

https://sumochess.org
1•pingou•26m ago•0 comments

Maker of Pet Toys in Ukraine Turns to Killer Drones

https://www.nytimes.com/2026/04/09/world/europe/ukraine-defense-technology-companies.html
1•bookofjoe•27m ago•1 comments

Cpuid hacked to deliver malware via CPU-Z, HWMonitor downloads

https://www.bleepingcomputer.com/news/security/supply-chain-attack-at-cpuid-pushes-malware-with-c...
1•Brajeshwar•29m ago•0 comments

Sad, Sad Video of Dude Checking on the Trump Phone He Ordered

https://www.youtube.com/watch?v=fduWfFM6eEE
2•OhMeadhbh•29m ago•1 comments

The Problem That Built an Industry

https://ajitem.com/blog/iron-core-part-1-the-problem-that-built-an-industry/
2•ShaggyHotDog•34m ago•0 comments

LinkedIn Pulse Lost 85% of Its Organic Traffic in the Last Two Years

https://growtika.com/blog/linkedin-pulse-research
1•Growtika•35m ago•0 comments

In Defense of Rediscovery

https://wilsoniumite.com/2026/04/11/in-defense-of-rediscovery/
1•Wilsoniumite•37m ago•0 comments

Framechart – Turn CSV data into animated chart videos

https://framechart.com
1•Don_Data•40m ago•0 comments

Can OpenClaw and Claude be better than therapy?

https://world.hey.com/cassio/openclaw-claude-are-better-than-therapy-e0ac3ad9
2•cacozen•41m ago•1 comments

Show HN: Helix – open-source self-healing back end for production crashes

https://88hours.github.io/helix-community/
1•NomiJ•41m ago•1 comments

Iran War and the great reset with Katherine Austin Fitts [video][1hr]

https://www.youtube.com/watch?v=Y7JdMLITSDU
1•Bender•41m ago•0 comments

America Has a New GLP-1 Playbook

https://www.theatlantic.com/health/2026/04/glp-1-pill-wegovy-weight-loss/686768/
1•01-_-•43m ago•0 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 ...