frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Stable, self-hosted macOS VFS that works in 2026?

1•buibuibui•30s ago•0 comments

1•mikecaps•34s ago

A short quest to build some Web Feeds

https://lzon.ca/posts/site/feeds/
1•jpmitchell•36s ago•0 comments

Scopeon – AI Observability – token breakdown, cache ROI, cost tracking, CI gates

https://github.com/sorunokoe/Scopeon
1•sorunokoe•51s ago•0 comments

(Gated) Secure Coding AI Prompt Library

https://newsletter.shehackspurple.ca/c/securemyvibe
1•shehackspurple•54s ago•1 comments

How the UK Retreated on Cloud and Called Its Local Media Band-Aid a Plan

https://www.techpolicy.press/how-the-uk-retreated-on-cloud-and-called-its-local-media-bandaid-a-p...
1•ripe•3m ago•0 comments

The blast radius problem with coding agents in bypass mode

https://www.arnaudp.dev/the-blast-radius-problem-running-your-coding-agent-in-yolo-mode/
1•gentle_bubble•4m ago•0 comments

College instructor turns to typewriters to curb AI-written work

https://sentinelcolorado.com/uncategorized/a-college-instructor-turns-to-typewriters-to-curb-ai-w...
2•gnabgib•5m ago•0 comments

Adobe Has Run Out of Allies

https://petapixel.com/2026/04/18/adobe-has-run-out-of-allies/
3•MBCook•9m ago•0 comments

50% of AI datacenters have been cancelled or "delayed"

https://www.youtube.com/watch?v=w-DVTHH1ux8
3•amanaplanacanal•12m ago•0 comments

Widgetfied: Multi-tenant widget platform and hosted pages for service businesses

https://widgetfied.com
1•guymorganb•13m ago•0 comments

Digital Ecosystems: Interactive Multi-Agent Neural Cellular Automata

https://pub.sakana.ai/digital-ecosystem/
2•SebastianSosa•13m ago•0 comments

What Emotion Goes Viral the Fastest? (2014)

https://www.smithsonianmag.com/science-nature/what-emotion-goes-viral-fastest-180950182/
1•chistev•17m ago•1 comments

Music discovery that works like flipping through record store bins

https://app.vinylbins.com/
1•dclatfel•18m ago•0 comments

Deep Scan Page Reader WCAG 2.2 Accessibility

https://webpossum.com
1•raphaelheide•19m ago•0 comments

How Are Calories in Foods Measured?

https://www.merckmanuals.com/home/multimedia/table/how-are-calories-in-foods-measured
1•georgecmu•20m ago•0 comments

One-command local AI stack setup for Ubuntu (CUDA, Ollama, llama.cpp, chat UIs)

https://github.com/chsbusch-dot/Ubuntu-AI-Tools-Install
1•christianbusch•20m ago•0 comments

IPv8

https://datatracker.ietf.org/doc/draft-thain-ipv8/
1•monista•20m ago•1 comments

I'm a history major who built an air-gapped Bluetooth mesh to kill bots

https://jaww.io
1•williamny•22m ago•1 comments

In the AI propaganda war, Iran is winning

https://www.economist.com/culture/2026/04/17/in-the-ai-propaganda-war-iran-is-winning
2•hebelehubele•26m ago•1 comments

Enemies Captured by War Robots in Ucraine

https://old.reddit.com/r/ukraine/comments/1skw0g4/zelenskyy_for_the_first_time_in_the_war_an_enemy/
1•hochmartinez•28m ago•0 comments

Traders placed over $1B in perfectly timed bets on the Iran war

https://www.theguardian.com/world/2026/apr/18/iran-war-bets-ethics-concerns
8•trocado•29m ago•2 comments

America will come to regret its war on taxes

https://economist.com/leaders/2026/04/16/america-will-come-to-regret-its-war-on-taxes
39•andsoitis•31m ago•23 comments

Claude Mythos and Cybersecurity

https://www.schneier.com/blog/archives/2026/04/mythos-and-cybersecurity.html
4•abhisek•39m ago•0 comments

Show HN: OCI MicroVMs for Proxmox VE

https://github.com/rcarmo/pve-microvm
3•rcarmo•40m ago•1 comments

Show HN: Pyinc – From-scratch consistency in native Python

https://github.com/Brumbelow/pyinc
1•brumbelow•40m ago•1 comments

Audio transcription is worse in 2026 than it was in 2016

https://write.as/shantnu/audio-transcription-is-worse-in-2026-than-it-was-in-2016
3•shantnutiwari•40m ago•1 comments

The next phase of enterprise AI

https://openai.com/index/next-phase-of-enterprise-ai/
3•gmays•41m ago•0 comments

Divergent creativity in humans and large language models

https://www.nature.com/articles/s41598-025-25157-3
1•wslh•42m ago•0 comments

AI is about to make the global e-waste crisis worse

https://restofworld.org/2026/global-ewaste-crisis/
3•Brajeshwar•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 ...