frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I added achievements to my portfolio site

https://charlie.dudzik.me
1•cd-4•1m ago•0 comments

Power bills more than 250 per cent higher near data centres

https://www.theglobeandmail.com/investing/investment-ideas/article-market-factors-power-bills-mor...
1•cdrnsf•1m ago•0 comments

1.96.0 pre-release testing – Inside Rust Blog

https://blog.rust-lang.org/inside-rust/2026/05/26/1.96.0-prerelease/
1•kazu11max17•5m ago•0 comments

You Can't Stop This Data Center, a Mom Was Told. She Won't Quit

https://www.nytimes.com/2026/05/26/us/data-centers-kassi-solberg.html
1•1vuio0pswjnm7•8m ago•0 comments

Skills Folder Is a Junk Drawer

https://james-pritchard.com/blog/skills-junk-drawer
1•ArcaneMoose•10m ago•0 comments

Ambsheets: Spreadsheets for Exploring Scenarios

https://www.inkandswitch.com/ambsheets/notebook/
1•antran22•13m ago•0 comments

Micro-Expert-Router: Running Mixtral-Class Moe Models on NVMe SSDs Without a GPU

https://github.com/randyap8-wq/Micro-Expert-Router-SSD-Streamed-MoE-MER
1•randyap8•13m ago•0 comments

OpenAI's Altman says AI unlikely to lead to 'jobs apocalypse'

https://www.reuters.com/world/asia-pacific/openais-altman-says-ai-unlikely-lead-jobs-apocalypse-2...
2•1vuio0pswjnm7•14m ago•0 comments

Finding deadlocks in CuTe kernels with SPIN

https://metaworld.me/blog/public/Statically-finding-races-in-CUTE-kernels-or-Proving-absences-of-...
2•matt_d•15m ago•0 comments

A Case for Tracing Based DSL Kernel Languages

https://metaworld.me/blog/public/A-Case-for-Tracing-Based-DSL-Kernel-Languages
2•matt_d•17m ago•0 comments

Billionaire Mark Cuban says bye-bye Bitcoin: Why he is 'disappointed' by crypto

https://fortune.com/2026/05/26/mark-cuban-bitcoin-disappointed-crypto/
3•1vuio0pswjnm7•23m ago•0 comments

Google's Angle Merges Wayland Support, Unblocking Chromium Embedded Framework

https://www.phoronix.com/news/ANGLE-Merges-Wayland
3•DefineOutside•24m ago•0 comments

We reduced RAG retrieval cost 10× with a hippocampus-inspired memory substrate

https://www.bricbybric.ae/blog/hippocampus-memory-engine
3•aneesalsajir•24m ago•0 comments

The Codex Showcase

https://www.augmentedswe.com/p/openai-shows-you-how-to-use-codex
4•wordsaboutcode•27m ago•0 comments

Arias: Human Proof for FOSS Contributions

https://lwn.net/Articles/1074534/
2•prakashqwerty•28m ago•0 comments

The Coming Coordination Calamity

https://surfingcomplexity.blog/2026/05/24/the-coming-coordination-calamity/
2•wapasta•40m ago•0 comments

Ask HN: Looking for experienced web dev to make math website

2•marysminefnuf•47m ago•1 comments

Researchers Warn of WiFi 7 Routers as 'A Potential Means for Surveillance'

https://gizmodo.com/researchers-issue-warning-about-tech-that-could-turn-every-router-into-a-pote...
4•transpute•51m ago•3 comments

Clanker: A Word for the Machine

https://lucumr.pocoo.org/2026/5/26/clankers/
4•doppp•52m ago•1 comments

Solo founder building SaaS. looking for partner

2•albedim•56m ago•0 comments

How to Build an API-First Front End with OpenAPI, Orval, TanStack Query, Zod

https://reactdevelopment.substack.com/p/how-to-build-an-api-first-frontend
2•javatuts•56m ago•0 comments

Gear Commit: Dev gadget box personalized from GitHub activity

https://gearcommit.nanocorp.app/
3•silversharck•58m ago•0 comments

I built a 28-tool AI video SaaS solo with Python, Flask and OpenAI APIs

https://snipforge.video
2•gandhamvimala•1h ago•0 comments

ACM Conference on AI and Agentic Systems – ACM CAIS 2026

https://www.caisconf.org/
2•ddl•1h ago•0 comments

Modos Flow – A paper-like monitor for reading, writing, and focused work

https://www.crowdsupply.com/modos-tech/modos-flow
4•nickt•1h ago•0 comments

TSDuck: Open-source toolkit for MPEG-TS analysis and manipulation

https://tsduck.io/
4•phantomathkg•1h ago•0 comments

Supercarrier to Act as Floating Nuclear Power Plant

https://www.twz.com/nuclear/supercarrier-uss-gerald-r-ford-to-act-as-floating-nuclear-power-plant...
3•Gaishan•1h ago•0 comments

ClearCompli: AI Compliance Solution

https://app.clearcompli.com
2•brainstorm23•1h ago•0 comments

Jefferson's Republic

https://tkentlongrepublic.substack.com/p/jeffersons-republic-aeb
3•thehappypm•1h ago•0 comments

Steve Jobs in Exile: NeXT and the Making of a Comeback [video]

https://www.youtube.com/watch?v=WnZeiw8q4Wk
4•tambourine_man•1h 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 ...