Toots from 2025-12-02#
S3 continues to add valuable capabilities: <https://aws.amazon.com/blogs/aws/amazon-s3-vectors-no…#
S3 continues to add valuable capabilities: https://aws.amazon.com/blogs/aws/amazon-s3-vectors-now-generally-available-with-increased-scale-and-performance/
Tags: #awsreinvent
Mastodon Source 🐘#
“There are a lot more ways that systems break, and the difference between an incident that last…#
“There are a lot more ways that systems break, and the difference between an incident that lasts, say, 20 minutes and one that lasts four hours can come down to whether someone with a relevant bit of knowledge happens to be around and can bring that knowledge to bear.”
https://surfingcomplexity.blog/2025/11/27/fun-with-incident-data-and-statistical-process-control/
Mastodon Source 🐘#
“But I think it’s a mistake to attribute primary responsibility to the engineers at those com…#
“But I think it’s a mistake to attribute primary responsibility to the engineers at those companies. If you could wave a magic wand and make every engineer twice as strong, you would still have bad code, because almost nobody can come into a brand new codebase and quickly make changes with zero mistakes.”
https://www.seangoedecke.com/bad-code-at-big-companies/
Mastodon Source 🐘#
“There are many ways to do work that don’t matter and there are many ways to do work that mat…#
“There are many ways to do work that don’t matter and there are many ways to do work that matters but fail to articulate that value well. Owning a graph solves both of these problems.”
https://staysaasy.com/strategy/2025/11/25/own-a-graph.html
Mastodon Source 🐘#
Wrote a small xplat app in go with Wails (https://wails.io) and Claude. The front end is Svel…#
Wrote a small xplat app in go with Wails (https://wails.io) and Claude. The front end is Svelte and CSS, which was made at least presentable by Claude. “Make this look nice” was as much direction as I gave it.
Wails has been nice to work with and go’s fast compile time is an excellent feedback signal.
I’ve manually refactored some of the code to be more interface based and then updated CLAUDE.md to follow similar patterns going forward. I’ve also provided guidelines for code organization and a bunch of static analysis tools (errcheck, gofumpt, etc.) that must pass before done. I’m curious to see how well Claude abides by these constraints over time.
