frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI in SRE: Where and how Google is deploying agentic AI to improve operations

https://cloud.google.com/blog/products/devops-sre/how-google-sre-is-using-agentic-ai-to-improve-o...
1•geoffbp•24s ago•0 comments

BrandOS – An AI Company Brain for Autonomous Marketing

https://www.getbrandos.site/
1•absmugz•1m ago•0 comments

Sandboxes that lie about their secrets

https://microsandbox.dev/blog/sandboxes-that-lie-about-their-secrets
1•makeboss•1m ago•0 comments

One Character in an HTTP Header Just Bypassed Authentication on 325M Servers

https://medium.com/@tbelbek/one-character-in-an-http-header-just-bypassed-authentication-on-325-m...
1•rdstrtwlkr•1m ago•0 comments

BNF Was Here

http://grammarware.net/writes/#BNF-WAS-HERE2012
1•t-3•2m ago•0 comments

Pa-RISC Processors from Pa-7000 to Pa-8900

https://www.openpa.net/pa-risc_processors.html
1•naves•2m ago•0 comments

Steven Heller's Font of the Month: Brutal Types

https://ilovetypography.com/2026/06/01/steven-hellers-font-of-the-month-brutal-types/
1•jjgreen•2m ago•0 comments

Storj announces new pricing changes

https://www.storj.io/pricing/change-faqs
1•Shank•3m ago•0 comments

Show HN: OpenMerch – Turning software into atomic jobs

1•nordic_lion•10m ago•0 comments

Meta whistleblower's lawyer says he too is prevented from promoting her book

https://www.theguardian.com/technology/2026/jun/01/meta-whistleblower-lawyer-prevented-promoting-...
1•lyoncy•13m ago•0 comments

Review: Anabasis, by Xenophon

https://www.thepsmiths.com/p/review-anabasis-by-xenophon
1•jger15•13m ago•0 comments

How People Are Using AI in 2026

https://hbr.org/2026/06/how-people-are-really-using-ai-in-2026
1•geox•14m ago•0 comments

Readest: Free, open-source, multi-platform ePub and PDF reader

https://readest.com/
2•cl3misch•15m ago•0 comments

Darvy: a voice-first assistant we built for my blind brother

https://darvy.ai/
2•AmeenDarwish•16m ago•0 comments

We reversed the service marketplace model so providers bid on customers

https://www.ulobo.com
1•ulobo•17m ago•1 comments

Bond Graph

https://en.wikipedia.org/wiki/Bond_graph
2•num42•21m ago•0 comments

We reduced core unit boot time from hours to minutes

https://blog.cloudflare.com/optimizing-core-unit-boot-time/
1•eldridgea•21m ago•0 comments

Welcome to Uruky, AlternativeTo's new official partner

https://alternativeto.net/news/2026/5/welcome-to-uruky-alternativeto-s-new-official-partner-/
2•BrunoBernardino•22m ago•1 comments

Florida AG sues OpenAI, seeks to hold CEO Altman personally liable for harms

https://www.cnbc.com/2026/06/01/florida-ag-open-ai-altman-lawsuit.html
2•onlyrealcuzzo•25m ago•0 comments

Install web apps with the new HTML install element

https://developer.chrome.com/blog/install-element-ot
4•pentagrama•27m ago•1 comments

Security Specialist Warns of Bizav Cyberattack Threats

https://www.ainonline.com/aviation-news/business-aviation/2026-06-01/security-specialist-warns-bi...
1•stoicanalyst•28m ago•0 comments

Animorphs: A Great Series Turns 30

https://compostedbooksreview.substack.com/p/animorphs-the-greatest-achievement
2•rmdmphilosopher•29m ago•0 comments

PithTrain – a compact, agent-native MoE training system

https://blog.mlc.ai/2026/06/01/pithtrain-compact-agent-native-moe-training-system
3•ruihangl•31m ago•0 comments

Making Debian or Fedora persistent live images

https://sigwait.org/~alex/blog/2026/05/28/smdBC8.html
2•henry_flower•31m ago•0 comments

Autopoiesis (from Greek αὐτO- (auto) 'self' and ποίησις (poiesis) 'creation')

https://en.wikipedia.org/wiki/Autopoiesis
2•jackbravo•31m ago•0 comments

Pokémon TCG: 30th Celebration – Available September 16 [video]

https://www.youtube.com/watch?v=05w9UVH6zoQ
2•HelloUsername•32m ago•0 comments

How do computers work? (from scratch, no prior knowledge needed) [12 hours long] [video]

https://www.youtube.com/watch?v=rl0jkP9kOMw
1•Imustaskforhelp•32m ago•0 comments

United 767 diverted mid-Atlantic after teenager named Bluetooth speaker BOMB

https://www.airtraveler.club/news/united-767-diverted-bluetooth-bomb-passengers-stranded/
2•raffael_de•33m ago•1 comments

Show HN: AI Sandbox based on FEP now online – no LLM

https://aic-ai-lab.site/login
1•luzifer333•33m ago•0 comments

WordPress malware campaign hides payloads in Steam profiles

https://www.bleepingcomputer.com/news/security/wordpress-malware-campaign-hides-payloads-in-steam...
1•rndsignals•35m 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 ...