Learn Your Way: Reimagining Textbooks with Generative AI
research.google
Configuration files are user interfaces
ochagavia.nl
Launch HN: Cactus (YC S25) – AI inference on smartphones
github.com
Flipper Zero Geiger Counter
kasiin.top
TernFS – An exabyte scale, multi-region distributed filesystem
xtxmarkets.com
When Knowing Someone at Meta Is the Only Way to Break Out of "Content Jail"
eff.org
Luau – Fast, small, safe, gradually typed scripting language derived from Lua
luau.org
KDE is now my favorite desktop
kokada.dev
American Prairie unlocks another 70k acres in Montana
earthhope.substack.com
Aaron Levie: Startups win in the AI era [video]
youtube.com
The quality of AI-assisted software depends on unit of work management
blog.nilenso.com
OpenTelemetry Collector: What It Is, When You Need It, and When You Don't
oneuptime.com
OneDev – Self-hosted Git server with CI/CD, Kanban, and packages
onedev.io
PostgreSQL Maintenance Without Superuser
boringsql.com
The Last Days of the Managerial Class
eyeofthesquid.com
Slack has raised our charges by $195k per year
skyfall.dev
Midcentury North American Restaurant Placemats
casualarchivist.substack.com
Grief gets an expiration date, just like us
bessstillman.substack.com
CERN Animal Shelter for Computer Mice (2011)
computer-animal-shelter.web.cern.ch
Automatic differentiation can be incorrect
stochasticlifestyle.com
Show HN: The text disappears when you screenshot it
unscreenshottable.vercel.app
I happen to work with otel a lot so I'll offer a few of my thoughts:
- Consider decoupling your collector from whatever is consuming your traces with something like kafka. Traces can be pretty heavy and it can be tricky to scale collectors. If something goes down, it's probably a good idea to continue writing the traces to queue or topic.
- https://www.otelbin.io is a nice little tool to help with collector configuration