frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Pay.sh – Discover, access, and pay for any API autonomously

https://github.com/solana-foundation/pay
1•fmerian•2m ago•0 comments

Proof of Use against vibe coded software

https://fireharp.com/2026-05-06-proof-of-use-888c47815a
1•fireharp•2m ago•0 comments

EVs now holding their value longer than petrol cars

https://www.thetimes.com/business/companies-markets/article/evs-now-holding-their-value-longer-th...
1•littlexsparkee•2m ago•0 comments

Run multiple versions of the same Python library in one process

https://github.com/claude-at-work/Bubblev2
1•nexusanon•2m ago•0 comments

Recursive grep written in Go benched against a C++ and Rust variant

https://github.com/bep/grrep
1•bjornerik•4m ago•0 comments

MCP Agora open source and local cross-agent persistent memory for AI agents

https://github.com/cioffiAI/mcp-agora
1•cioffiAI•5m ago•0 comments

Lovelace.ai Launches with Context Engine Builder for Mission-Critical AI

https://lovelace.ai/articles/lovelace-emerges-from-stealth-with-industry-defining-context-engine-...
1•tmoertel•5m ago•0 comments

Sim1 – A world where you live alongside AI agents

https://www.sim1.world
1•RoniHenareh•5m ago•0 comments

Zyphra releases the ZAYA1-8B MoE model optimized for intelligence density

https://huggingface.co/Zyphra/ZAYA1-8B
1•mirzap•6m ago•1 comments

Reliable Web App Pattern for .NET

https://learn.microsoft.com/en-us/azure/architecture/web-apps/guides/enterprise-app-patterns/reli...
1•Brysonbw•6m ago•0 comments

Orbit VPS

https://github.com/KenyanRedwoods01/Orbit
1•RedwoodsKenyan•8m ago•0 comments

Data Roles Now Average 24.9 Interview Hours per Hire, Highest Across Tech Roles

https://www.interviewquery.com/p/data-roles-interview-process-2026
1•littlexsparkee•8m ago•3 comments

Mail2github: Send Email and create files in GitHub with Email content

https://github.com/ulrischa/mail2github
1•ulrischa•13m ago•0 comments

GB10 Solution Atlas is now open source, <2min cold start 100 tok/s Qwen3.6-FP8

https://github.com/Avarok-Cybersecurity/atlas
1•azeezish•15m ago•0 comments

Show HN: Vibeguard-dev/local – static AST analysis for AI-generated SQL

https://github.com/MuddySheep/vibeguard-local
2•MuddySheep•15m ago•1 comments

Teleport Contest: Porting NetHack to JavaScript and Dealing with LLM Religion

https://mazesofmenace.ai/announcement/
1•abgruszecki•16m ago•0 comments

Wall Street Millennial: OpenAI Lobbying for Gov Bailout

https://www.youtube.com/watch?v=tiv_LWUzEM8
1•nradov•18m ago•0 comments

China's cyber capabilities now equal to the US, warns Dutch intelligence

https://therecord.media/china-cyber-capabilities-match-us-dutch-intel-says
1•PaulHoule•18m ago•0 comments

Blink – AI Assistant. A knowledge destination

https://blink-oi.vercel.app
2•Pascal1997•20m ago•2 comments

French professor investigated for awarding himself fake prize

https://www.bbc.com/news/articles/c4g8pwjdp6do
3•billybuckwheat•20m ago•0 comments

First-ever 'quadsqueezing' quantum interaction

https://phys.org/news/2026-05-physicists-quadsqueezing-quantum-interaction.html
1•airstrike•20m ago•0 comments

Google's Prompt API

https://wil.to/posts/googles-prompt-api/
2•cdrnsf•21m ago•0 comments

Samsung.com serves lower prices to Archive.org

https://web.archive.org/web/20260506202901/https://www.samsung.com/us/memory-storage/sata-ssd/870...
2•paulnpace•22m ago•0 comments

Show HN: Sqlflow, a SQLite back end layer for Go

https://github.com/avalonbits/sqlflow
1•iccananea•24m ago•0 comments

Galactic Archives:Interactive atlas and timeline of the Star Wars canon universe

https://thegalacticarchive.com/
1•joebig•26m ago•0 comments

It Takes 6 Days to Change 1 Line of Code (2015)

https://edw519.posthaven.com/it-takes-6-days-to-change-1-line-of-code
1•downbad_•27m ago•1 comments

The Work Is Social

https://yusufaytas.com/the-real-work-is-social
7•aura_farmer•27m ago•0 comments

I've made a quick browser extension for screenshot and annotation

https://snap-annotate.netlify.app/
1•finiskyy•27m ago•0 comments

RuneBench: Agent Benchmark on RuneScape Gameplay Tasks

https://maxbittker.github.io/runebench/
2•frozenseven•28m ago•0 comments

Twitch Donations IRL

https://danangell.com/blog/posts/twitch-donations-irl/
1•teaearlgraycold•29m 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 ...