标签:#ha
找到 15156 篇相关文章
DomainFlip — How I Started With an Empty Repo and Built a Full Domain Investment Platform
This is a submission for the GitHub Finish-Up-A-Thon Challenge. I’ll keep this short since the repo...
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