frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An Open Letter on Hardware Sovereignty and the Future of Mobile Security

https://pastebin.com/RzRbzhwn
1•Sub-Root•30s ago•0 comments

China knows that governing new tech can be harder than inventing it

https://www.economist.com/china/2026/05/11/china-knows-that-governing-new-tech-can-be-harder-than...
1•andsoitis•32s ago•0 comments

The Internet Is a UGC Reaction Video Now

https://www.joanwestenberg.com/the-entire-internet-is-a-ugc-reaction-video-now/
1•surprisetalk•50s ago•0 comments

China knows that governing new tech can be harder than inventing it

https://economist.com/china/2026/05/11/china-knows-that-governing-new-tech-can-be-harder-than-inv...
1•andsoitis•1m ago•0 comments

Oversight chair seeks info from OpenAI's Altman re potential financial conflicts

https://www.latimes.com/politics/story/2026-05-11/oversight-chair-seeks-information-from-openais-...
1•1vuio0pswjnm7•2m ago•0 comments

Principia Softwarica: Plan 9 Code Explained

https://www.youtube.com/watch?v=blVTDhr4QN8
1•dharmatech•2m ago•0 comments

Designing a Custom Query Language for Non-Technical Analysts

https://nchammas.com/writing/custom-query-language-design
1•nchammas•2m ago•0 comments

CME to Create Futures Market for Computing Power Backing AI

https://www.bloomberg.com/news/articles/2026-05-12/cme-to-create-futures-market-for-computing-pow...
1•mfiguiere•3m ago•0 comments

Evershop: TypeScript E-Commerce Platform

https://github.com/evershopcommerce/evershop
1•nateb2022•3m ago•0 comments

Meta Sued by California County over 'Scam' Advertisements

https://www.bloomberg.com/news/articles/2026-05-11/meta-sued-by-california-county-over-scam-adver...
1•1vuio0pswjnm7•3m ago•0 comments

Red Hat blasts RHEL 10.1 into orbit aboard Voyager's micro datacenter

https://www.theregister.com/off-prem/2026/05/12/red-hat-gives-rhel-101-the-boot-into-orbit/5238373
1•Bender•4m ago•0 comments

Milkdown: Plugin driven WYSIWYG Markdown editor framework

https://github.com/Milkdown/milkdown
1•nateb2022•4m ago•0 comments

Gyroflow: Video stabilization using gyroscope data

https://github.com/gyroflow/gyroflow
1•nateb2022•4m ago•0 comments

Fedora Hummingbird Introduces a Container-Native Rolling Linux Variant

https://linuxiac.com/fedora-hummingbird-introduces-a-container-native-rolling-linux-variant/
1•losgehts•5m ago•0 comments

Show HN: Formal Verification with Lean

https://www.daniellowengrub.com/blog/2026/04/30/lean
2•lowdanie•5m ago•0 comments

Reactive Agents, Typed Event Handlers, and Agent Swarms: What's New in Mozaik

https://www.jigjoy.ai/blog/mozaik-reactive-agents
1•mijura•5m ago•0 comments

Instructure Reaches Deal with Hackers to Return Canvas User Data

https://www.bloomberg.com/news/articles/2026-05-12/instructure-reaches-deal-with-hackers-to-retur...
1•1vuio0pswjnm7•5m ago•0 comments

ICE Agents Have List of 20M People on Their iPhones Thanks to Palantir

https://www.404media.co/ice-agents-have-list-of-20-million-people-on-their-iphones-thanks-to-pala...
1•cdrnsf•6m ago•0 comments

Liquid Radius – standardize the corner radius of every app on macOS Tahoe

https://liquidradius.com/
1•microflash•6m ago•0 comments

The Most Surprising Capitalist Makeover Is Under Way in Sweden

https://www.wsj.com/world/europe/the-worlds-most-surprising-capitalist-makeover-is-under-way-in-s...
1•rawgabbit•6m ago•0 comments

ChatGPT encouraged FSU shooter, victim's family alleges in new lawsuit

https://www.cnn.com/2026/05/11/tech/fsu-shooter-victim-lawsuit-openai-chatgpt
1•Bender•7m ago•0 comments

Analyze LLM-generated posts: reasoning and rhetoric

https://gravity7.com/Modules/Light/prototype-3-reverse-standalone.html
1•gravity7•8m ago•1 comments

RmlUi – HTML/CSS User Interface Library Evolved

https://github.com/mikke89/RmlUi
1•nateb2022•9m ago•0 comments

Influencing factors of public electric vehicle charger usage in Great Britain

https://www.sciencedirect.com/science/article/pii/S0966692326001213
1•PaulHoule•10m ago•0 comments

What Is a REST API, and Why Yours Probably Isn't One

https://fagnerbrack.com/what-is-a-rest-api-and-why-yours-probably-isnt-one-7e5fb65ece4d?postPubli...
1•fagnerbrack•11m ago•0 comments

Measuring CPU core-to-core latency

https://github.com/nviennot/core-to-core-latency
1•foltik•12m ago•0 comments

Semantic Search Without Embeddings

https://softwaredoug.com/blog/2026/01/08/semantic-search-without-embeddings.html
1•fagnerbrack•12m ago•0 comments

Socialize Like It's 70s

https://muratcorlu.com/socialize-like-its-70s/
1•returnfalse•12m ago•0 comments

IBM Announced VMware Replacement

https://newsroom.ibm.com/2026-05-12-ibm-announces-red-hat-ai-inference-and-red-hat-openShift-virt...
2•bluesounddirect•12m ago•1 comments

Cache-poisoning caper turns TanStack NPM packages toxic

https://www.theregister.com/cyber-crime/2026/05/12/cache-poisoning-caper-turns-tanstack-npm-packa...
1•Bender•12m 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 ...