Fork your dependencies, trim them to only your use case, never update unless it breaks for your users. I’ve been vocal about this for 10+ years. I’ve always said that updating is way riskier than latent bugs (which can be tracked and CVEs monitored).
If you are updating a dependency, it’s on you to analyze every single commit in the full transitive set of dependencies. If you dont see anything compelling, dont update!
I remember at HashiCorp once in awhile an engineer would try to update a dep or replace a DIY lib with an external one and id always ask “show me the commit we need.” Dont update for the sake of it.
Feeling pretty swell about this mentality with all the supply chain attacks happening.
Ghostty is leaving GitHub. I'm GitHub user 1299, joined Feb 2008. I've visited GitHub almost every single day for over 18 years. It's never been a question for me where I'd put my projects: always GitHub. I'm super sad to say this, but its time to go. https://t.co/DQDemHdytV
There are now 7M developers using @supabase
Signups have been accelerating since the start of the year
Our growth rate right now is as fast as it was during YC, except that we are doing it from a base of millions of developers instead of thousands
Lines of code is a terrible productivity metric. So is pull requests per day. But tokens spent really tops it all; not even pretending to measure any outcome, just effort.
Go 1.25 ships with a Flight Recorder for runtime traces!
Instead of logging everything forever, it keeps a rolling in-memory buffer. When something goes wrong, capture a snapshot of exactly that moment.
https://t.co/ctcYFPHak3
I've updated the detection script for this to fix some incorrect syntax and make it clear that this looks for a specific string, it will NOT show you if nodes/proxy GET is inherited by something like a cluster admin role but if you're cluster admin....
https://t.co/swAFWYVchz
10 days into 2026:
- Terence Tao announces GPT & Aristotle solve Erdős problem autonomously
- Linus Torvalds concedes vibe coding is better than hand-coding for his non-kernel project
- DHH walks back “AI can’t code” from Lex podcast 6 months later
An acceleration is coming the likes of which humanity has never experienced before
One of the best engineers in the world is telling you there is a completely new game to play.
The market is wide open.
It is a competition to see who can win in many verticals.
Game on!
This is incredibly cool. Anthropic, OpenAI, and MCP-UI all working together on a common MCP Apps standard. This is going to be huge. https://t.co/cZpGxNQPUC
Just added support for Gateway API in cloud-provider-kind: https://t.co/YCHuOOHStu. Still a lot of work to do, but this will be enough for people to kick the tires and provide feedback