frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Short-Term Dietary Intervention Alters Physiological Profiles Relevant to Ageing

https://onlinelibrary.wiley.com/doi/10.1111/acel.70507
1•bookofjoe•1m ago•0 comments

Claude -p headless mode cannot use Max limits, will fall under API plan

2•forgingahead•2m ago•0 comments

Israeli Tech Exposes Users of Musk's Starlink Satellite-Based Internet

https://www.haaretz.com/israel-news/security-aviation/2026-05-12/ty-article-magazine/.premium/sta...
1•bhouston•3m ago•0 comments

Show HN: Abliteration – made-to-order training data for classifiers and evals

https://abliteration.ai/use-cases/synthetic-data
1•thomadev0•4m ago•0 comments

I spent months fighting VS Code webviews, so I built a universal protocol

https://oxp.sh/
1•aldgar•9m ago•0 comments

Scorched Earth 2000 is back

http://www.scorch2000.com/web/
2•meshko•10m ago•1 comments

PSF Welcomes Hudson River Trading (HRT) as a Visionary Sponsor

https://pyfound.blogspot.com/2026/05/psf-welcomes-hudson-river-trading-hrt.html
1•lumpa•11m ago•0 comments

126 Chrome extensions collected WhatsApp data through undisclosed servers

https://malext.io/reports/WaSteal/
1•p_stuart82•13m ago•0 comments

Trump's Disappearing China Hawks

https://www.politico.com/news/2026/05/13/trump-disappearing-china-hawks-00919051
1•petethomas•13m ago•0 comments

Taking Control of the SQLite WAL

https://philipotoole.com/taking-control-of-the-sqlite-wal/
1•otoolep•14m ago•0 comments

What Is Code?

https://martinfowler.com/articles/what-is-code.html
1•nahimn•18m ago•0 comments

Toyota built a $10B private utopia–what's going on in there?

https://arstechnica.com/cars/2026/05/inside-toyotas-10b-private-utopia-big-ideas-few-people-camer...
1•PaulHoule•20m ago•0 comments

Who Trusts Sam Altman?

https://techcrunch.com/2026/05/13/who-trusts-sam-altman/
25•evo_9•20m ago•13 comments

Fame! A Misunderstanding: A new translation of Albert Camus's complete notebooks

https://lareviewofbooks.org/article/albert-camus-complete-notebooks-ryan-bloom-existentialism-abs...
1•Caiero•21m ago•0 comments

Anthropic carves all non-interactive use out of monthly subscriptions

https://venturebeat.com/technology/anthropic-reinstates-openclaw-and-third-party-agent-usage-on-c...
2•larryrubin•21m ago•1 comments

Use whatever brace style you prefer. But not this. Don't do this

https://twitter.com/akramcodez/status/2054099010571645430
1•stalfosknight•22m ago•0 comments

The Other Half of AI Safety

https://personalaisafety.com/p/the-other-half-of-ai-safety
7•sofiaqt•24m ago•2 comments

Proton's password manager passes audit by top security firm – Proton

https://proton.me/business/blog/proton-pass-audit-2026
2•abdelhousni•25m ago•0 comments

Nature's Harmonic Simultaneous 4-Day Time Cube

https://www.timecube.net
2•neko_ranger•26m ago•0 comments

End-to-end encrypted RCS messaging begins rolling out today in beta

https://www.apple.com/newsroom/2026/05/end-to-end-encrypted-rcs-messaging-begins-rolling-out-toda...
3•e12e•37m ago•1 comments

After Hours Line – Never miss another after-hours emergency call

https://afterhoursline.com/
1•joshuamaddux•42m ago•0 comments

Step.parts, 12,000 open source STEP parts

https://www.step.parts
3•softservo•45m ago•1 comments

When Prototypes Become Cheap, Judgment Becomes Priceless

https://medium.com/@jef.smith570/when-prototypes-become-cheap-judgment-becomes-priceless-4efdd247...
2•cebert•46m ago•0 comments

Canvas Just Sent a Dangerous Message to Hackers: Crime Pays If You Do It Right

https://www.pcmag.com/opinions/canvas-just-sent-a-dangerous-message-to-hackers-crime-pays-if-you-...
4•Cider9986•48m ago•1 comments

yeah – a command-line tool that answers yes/no questions using an LLM

https://github.com/crawshaw/yeah
3•indigodaddy•52m ago•0 comments

Solar Power Is So Big in Europe That Electricity Is Being Wasted

https://www.bloomberg.com/news/articles/2026-05-13/europe-solar-power-wasted-as-electricity-grids...
4•vipshek•56m ago•0 comments

Childhood and Education #18: Do the Math

https://thezvi.substack.com/p/childhood-and-education-18-do-the
3•paulpauper•1h ago•0 comments

Fragnesia: Linux Kernel Local Privilege Escalation via ESP-in-TCP

https://www.wiz.io/blog/fragnesia-linux-kernel-local-privilege-escalation-via-esp-in-tcp
1•keyle•1h ago•0 comments

Cyber Lack of Security and AI Governance

https://thezvi.substack.com/p/cyber-lack-of-security-and-ai-governance
2•paulpauper•1h ago•0 comments

OpenAI Daybreak

https://openai.com/daybreak/
3•jonbaer•1h 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•1y ago

Comments

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