frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tool for building collaborative structured worlds in fiction

https://indignified.com/w3wu-what-it-is-why-it-matters/
1•ZguideZ•17s ago•0 comments

CUDA Proves Nvidia Is a Software Company

https://www.wired.com/story/cuda-proves-nvidia-is-a-software-company/
1•Brajeshwar•43s ago•0 comments

Heimdall MCP, a simple proxy to traces MCP tool calls

https://github.com/enmanuelmag/heimdall-mcp
1•cardor•1m ago•0 comments

Ask HN: I am 17 years old, which college should I apply if I have some projects?

1•Imustaskforhelp•1m ago•0 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•johnshades•4m ago•0 comments

577B Euro Hole in Europe

https://www.yahoo.com/news/articles/eu-auditors-sound-alarm-over-150413259.html
1•trilogic•4m ago•1 comments

Intel to Put Nvidia GPUs in Intel SoCs

https://nvidianews.nvidia.com/news/nvidia-and-intel-to-develop-ai-infrastructure-and-personal-com...
2•boplicity•5m ago•1 comments

Meditations on How I Got Into Y Combinator

https://nmn.gl/blog/meditations-on-make-something-people-want
1•namanyayg•5m ago•0 comments

Show HN: ESLabs

https://eslabs.web.app/
1•init0•5m ago•0 comments

Notesnook: An end-to-end encrypted note taking alternative to Evernote

https://github.com/streetwriters/notesnook
1•akyuu•7m ago•0 comments

I Went to an Illegal London Weed Coffeeshop

https://psychotechnology.substack.com/p/i-went-to-an-illegal-london-weed
1•paulpauper•8m ago•0 comments

Sticky Wages, Disequilibrium, and the Keynesian Revival in Modern Macroeconomics

https://nicholasdecker.substack.com/p/sticky-wages-disequilibrium-and-the
1•paulpauper•8m ago•0 comments

The Great American GLP-1 Experiment

https://www.nytimes.com/interactive/2026/04/15/opinion/glp1-health-effects.html
1•paulpauper•8m ago•0 comments

Licinexus-MCP – conversational access to Brazilian public bids

https://github.com/Licinexus/licinexus-mcp
2•laespinaworld•9m ago•0 comments

The Internet Used to Feel Smaller

https://tqs.bearblog.dev/the-internet-used-to-feel-smaller/
3•speckx•12m ago•1 comments

Find first 100 users on Reddit

2•redleadsapp•13m ago•0 comments

RPCS3 says "learn to code" as it bans (fully) AI-generated pull requests

https://www.neowin.net/news/rpcs3-says-learn-to-code-as-it-bans-ai-agents-from-project/
3•bundie•14m ago•0 comments

The Agent Stack Was Designed for the Wrong Workload

https://rmmod.com/posts/agent/agenticos-workshop/
3•guanlan•14m ago•0 comments

Amazon to stop selling 'hooligan e-bikes' in California

https://electrek.co/2026/05/11/amazon-to-stop-selling-hooligan-bikes-in-california-after-investig...
2•harambae•15m ago•0 comments

IP over Avian – The informal report from the RFC 1149 event

https://blug.linux.no/rfc1149/writeup/
3•moebrowne•16m ago•0 comments

Victory after a decade preventing Radio Lockdown

https://fsfe.org/news/2026/news-20260430-01.de.html
2•mkesper•16m ago•0 comments

Stop Writing YAML: Configuring ML Systems with Confingy

https://runwayml.com/news/stop-writing-yaml-configuring-ml-systems-with-confingy
2•nielka•16m ago•0 comments

Fragile Connectedness in Caregiver-Adolescent Relationships Confers Risk

https://onlinelibrary.wiley.com/doi/10.1111/famp.70131
3•PaulHoule•16m ago•0 comments

Half-assing it with everything you've got

https://mindingourway.com/half-assing-it-with-everything-youve-got/
4•syabro•18m ago•0 comments

A Field Guide to Learning

https://brianschrader.com/archive/a-field-guide-to-learning/
3•sonicrocketman•18m ago•2 comments

The Courtroom Circus with Elon Musk and Sam Altman

https://www.nytimes.com/2026/05/11/technology/courtroom-circus-elon-musk-sam-altman.html
2•1vuio0pswjnm7•18m ago•0 comments

Canvas got hacked, provost banned exams, professor responded by assigning Hayek

https://old.reddit.com/r/UIUC/comments/1ta8b3o/i_opened_my_email_expecting_exam_postponed_hang/
3•jdcampolargo•19m ago•0 comments

YSK: The Register is doing some report on Gemini API Key Compromises

https://old.reddit.com/r/googlecloud/comments/1ta5sim/comment/ol7a1pr/
2•crazysim•19m ago•1 comments

Ask HN: How often do you investigate issues in production vs. looking at logs?

2•aspectrr•19m ago•0 comments

OfficeOS: Open-source infrastructure for scaling and managing AI agents

https://github.com/officeos-co/officeos
2•Harro123•21m 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•12mo ago

Comments

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