Showing stories from 2026-03. View all
I made an app that allows you to view Kubernetes resources just like the unix system in Jurassic Park :)
Unlikely to be used for anything serious, but with the tools available today I couldn't let the idea slip. Just a bit of nostalgic vibe.
An anonymous reader quotes a report from Ars Technica: Researchers say they have uncovered a takedown-resistant botnet of 14,000 routers and other network devices -- primarily made by Asus -- that have been conscripted into a proxy network that anonymously carries traffic used for cybercrime. The ma...
I built pancakemaker for myself as a dead-simple personal expense tracker that works fully offline and syncs when you're back online.<p>The core idea: SQLite runs in the browser via WASM as the local store, and Cloudflare D1 handles cloud sync β no traditional backend needed.<p>The whole stack ...
Swiss E-Voting Pilot Can't Count 2,048 Ballots After USB Keys Fail To Decrypt Them
(it.slashdot.org)
A Swiss e-voting pilot was suspended after officials couldn't decrypt 2,048 ballots because the USB keys needed to unlock them failed. "Three USB sticks were used, all with the correct code, but none of them worked," spokesperson Marco Greiner told the Swiss Broadcasting Corporation's Swissinfo serv...
Hey HN,<p>I guess this is just another SQLITE editor powered by WASM, I created this to help me write queries faster with AI like we have autocomplete in VS Code. I also added few features which are important to me as data scientist:<p>Copy results to clipboard, I dont want to always export to excel...