Learn Your Way: Reimagining Textbooks with Generative AI
research.google
Slack has raised our charges by $195k per year
skyfall.dev
Configuration files are user interfaces
ochagavia.nl
Launch HN: Cactus (YC S25) – AI inference on smartphones
github.com
TernFS – An exabyte scale, multi-region distributed filesystem
xtxmarkets.com
Flipper Zero Geiger Counter
kasiin.top
KDE is now my favorite desktop
kokada.dev
Luau – Fast, small, safe, gradually typed scripting language derived from Lua
luau.org
American Prairie unlocks another 70k acres in Montana
earthhope.substack.com
The quality of AI-assisted software depends on unit of work management
blog.nilenso.com
Aaron Levie: Startups win in the AI era [video]
youtube.com
OneDev – Self-hosted Git server with CI/CD, Kanban, and packages
onedev.io
When Knowing Someone at Meta Is the Only Way to Break Out of "Content Jail"
eff.org
OpenTelemetry Collector: What It Is, When You Need It, and When You Don't
oneuptime.com
Midcentury North American Restaurant Placemats
casualarchivist.substack.com
Grief gets an expiration date, just like us
bessstillman.substack.com
PostgreSQL Maintenance Without Superuser
boringsql.com
Automatic differentiation can be incorrect
stochasticlifestyle.com
CERN Animal Shelter for Computer Mice (2011)
computer-animal-shelter.web.cern.ch
Show HN: The text disappears when you screenshot it
unscreenshottable.vercel.app
If the the OP is the author, did consider filing a bug with errcheck? It should be possible for errcheck to check if the comparison is being done within an `Is(err error) bool` method and skip the warning in that case, or even better: it could check if your using `errors.Is` within an `Is` method and warn in that case!