This was what my policy became with Sentry. Just because it’s open didn’t mean we wanted contributions for everyone’s random features.
Open source (and derivatives) means many different things, and imo the worst projects are design by committee
I'm beginning to close PRs for unsolicited changes I don't want to maintain with: "Thanks, I'm not interested in the transfer of maintenance for this to us, but I'm happy to see you're maintaining this for personal use in your fork. Enjoy." 🫡
Who's made some sick Claude skills that are useful in day to day development (in TS, Next.js, or general)?
Would love to see some canned setups for documentation, spec generation, testing, etc
Who's made some sick Claude skills that are useful in day to day development (in TS, Next.js, or general)?
Would love to see some canned setups for documentation, spec generation, testing, etc
6 months ago @Sentry acquired our company & since then I've been experimenting a lot with AI
I wrote up some of my thoughts on vibe coding & dealing with "AiDHD"
josh.ing/blog/aidhd
Everyone missed the joke 😅
k8s is one of the most complicated technologies I’ve ever dealt with. You should avoid it unless you need it, but many workloads need some scalable config management.
Hi everyone,
Grand Theft Auto VI will now release on Thursday, November 19, 2026.
We are sorry for adding additional time to what we realize has been a long wait, but these extra months will allow us to finish the game with the level of polish you have come to expect and deserve.
Kubernetes migration almost killed our startup.
Where we were:
- 8 EC2 instances
- Ansible for deploys
- Boring but working
- $1200/month AWS bill
Why we migrated:
- New investor wanted 'cloud-native'
- Engineers wanted K8s experience
- Competitors were using it
- Seemed like the future
6 months later:
- 3 engineers spending full-time on K8s
- AWS bill at $4500/month
- Deploys took longer than before
- More outages, not fewer
- Product development stalled
We rolled back:
- Moved to ECS Fargate
- 2 week migration
- Back to $1800/month
- Engineers back on features
K8s is amazing for scale. We weren't at scale. Technology should solve problems you actually have.