标签:#hack
找到 11772 篇相关文章
Podman 6: machine usability improvements
Hacked, leaked, and held for ransom: the worst breaches of 2026 so far
From a massive DOGE data breach and the hacking of critical energy and water systems to the hack of an FBI surveillance system, here are the most damaging security incidents and data breaches of 2026.
sqlite: A CGo-free port of SQLite/SQLite3
gonum
"Terrorists?": The Suffragette Arson and Bombing Campaign – Egham Museum
Anthropic, please ship an official Claude Desktop for Linux
Pockets of Humanity
LLMs are eroding my software engineering career and I don't know what to do
Ask HN: How are thinking efforts implemented?
Claude and ChatGPT have thinking efforts where you can tune the amount of thinking allowed. Like low, medium, high, xhigh and so on. But are they different models underneath? Or same model with different parameter? The reason I ask is because, if I change the effort param mid conversation in Claude code, I get a warning suggesting I’m breaking the cache. I don’t think this happens in Codex because when I change the effort, the responses are still quick.
Misguided Misstatements Continue to Dismantle Biomedical Research in the U.S.
Show HN: Inbox-beam – notifications in your inbox without sending email
We Need VAT and UBI
Google just made you a search quality rater. You won't get paid
The User Doesn't Care – But you should
The best relationships are all-encompassing.
Firefox confirms working on own adblocker [video]
The Grate Cheese Robbery
Reverse engineering the Creative Katana soundbar to control it from Linux
Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
Hey HN! Lathe is an experiment in using LLMs to teach me something new, instead of doing the work for me. It generates a hands-on, source-backed tutorial for any technical topic you want to learn. Then you work through it yourself by reading and typing the code by hand ( gasp ) in a local UI built for exactly that. It's a Go CLI plus LLM agent skills (Claude Code / Cursor / Codex). You prompt something like "/lathe build a 3D slicer in Erlang", run `lathe serve` to spin up a local webapp, and re