frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OrcaSlicer project shuttered after Bambu Lab threatens legal action

https://www.tomshardware.com/3d-printing/developer-re-enables-3d-printer-features-that-bambu-lab-...
1•josephcsible•2m ago•0 comments

I built an AI job search agent on Claude Code to run my own PM job search

https://github.com/ymuromcev/ai-job-searcher
1•ymuromcev•2m ago•0 comments

The $1 Visionary – transforming lives with affordable eye glasses

https://reasonstobecheerful.world/the-one-dollar-visionary/
1•susiecambria•2m ago•0 comments

Amanay – a terminal focused on predictable behavior (C, GTK4)

https://github.com/isuzano/amanay
1•isuzano•4m ago•0 comments

Germany has become the largest ammunition producer in the world

https://prm.ua/en/the-us-is-no-longer-the-leader-germany-has-become-the-largest-ammunition-produc...
2•doener•8m ago•0 comments

Shopify's AI-first engineering playbook

https://www.bvp.com/atlas/inside-shopifys-ai-first-engineering-playbook
1•deakhaus•9m ago•0 comments

Protecting Cookies with Device Bound Session Credentials

https://security.googleblog.com/2026/04/protecting-cookies-with-device-bound.html
1•Techbrunch•14m ago•0 comments

The Man Behind AlphaGo Thinks AI Is Taking the Wrong Path

https://www.wired.com/story/david-silver-ai-ineffable-intelligence-reinforcement-learning/
2•mikhael•16m ago•0 comments

Sony rolls out 30-day DRM check-in for PlayStation – stay online or lose access

https://www.tomshardware.com/video-games/playstation/sony-rolls-out-30-day-online-drm-check-in-fo...
2•josephcsible•19m ago•0 comments

Show HN: Nv – workspace orchestrator for jj built for parallel agent workflows

https://github.com/eersnington/jj-navi
1•Sreenington•19m ago•0 comments

Drones and AI will fragment the international order

https://www.thenewatlantis.com/publications/a-shakeup-is-coming-for-the-nation-state
2•SCEtoAux•20m ago•0 comments

Google told staff it is 'proud' of Pentagon AI contract after internal backlash

https://www.ft.com/content/e2f5f0a7-fa24-430f-b7f8-27b78041ea8a
5•merksittich•24m ago•2 comments

Vera: a programming language designed for machines to write

https://github.com/aallan/vera
1•unignorant•25m ago•0 comments

Canada selected to host new multinational defence bank, sources say

https://www.theglobeandmail.com/business/article-canada-host-multinational-defence-bank/
3•harwoodr•27m ago•0 comments

Scaling Pain of Coding Agent Serving: Lessons from Debugging GLM-5 at Scale

https://z.ai/blog/scaling-pain
3•zixuanlimit•28m ago•1 comments

AI agent deletes company's database in seconds

https://www.msn.com/en-us/news/technology/ai-agent-deletes-company-s-entire-database-in-seconds/a...
2•galaxyLogic•31m ago•0 comments

Ask HN: What would you build on bitesize.io?

1•oan•31m ago•0 comments

Universal Linux Password Recovery Tool (Tweet)

https://twitter.com/junorouse/status/2049531916463063049
1•aizk•31m ago•0 comments

Meta's Reality Labs lost over $4B in first quarter

https://www.cnbc.com/2026/04/29/metas-reality-labs-lost-over-4-billion-in-first-quarter.html
2•ZeidJ•32m ago•0 comments

Show HN: Stream iOS Simulators to a Browser Window

https://github.com/EvanBacon/serve-sim
2•EvanBacon•32m ago•0 comments

MiniRAT: A Go-based macOS RAT delivered via malicious NPM package

https://www.iru.com/blog/minirat
1•ZeidJ•32m ago•0 comments

"Young with Experience" Paradox: Einstein's Twin as a Critique of Modern Hiring

https://zenodo.org/records/19898846
1•Serena_Zayn•36m ago•0 comments

Ask HN: Are there any good open-source chat apps?

2•smj-edison•38m ago•0 comments

"Rat Run" Sudoku Series by Marty Sears

https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?chlang=en&id=000IFI
1•codechicago277•43m ago•0 comments

How dating app algorithms (likely) work in 2026

https://nsokolsky.substack.com/p/how-dating-app-algorithms-likely
2•paulpauper•45m ago•0 comments

The Copernican Model Was More Simple

https://jonasanksher.substack.com/p/the-copernican-model-actually-was
2•paulpauper•45m ago•0 comments

Most Swiss back initiative to cap population at 10M

https://www.reuters.com/world/europe/most-swiss-back-initiative-cap-population-10-million-poll-sh...
2•baal80spam•45m ago•0 comments

Show HN: Claude Code Web UI

https://github.com/alexjbarnes/cockpit
1•recouptreadmill•45m ago•0 comments

Hi, looking for Tester for my TD game

https://testflight.apple.com/join/unh5x9Vh
3•pompeii•48m ago•1 comments

US accuses China of industrial-scale AI model distillation, will share Intel

https://thenextweb.com/news/us-white-house-ai-model-distillation-china-theft
6•gmays•50m ago•2 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 ...