Posts by Adrian Fâciu
A parady O'Reilly book cover with a pencil illustration of a horse as the main detail. The title is "Moving Fast and Breaking Things, Fragile Development Guide" At the top, text reads "Just put the technical debt on my credit card"
I generated this nearly 10 years ago in 2017 and it feels even more relevant now lol
If you are these three things:
- Founded in the last 2 years
- Raised less than $5M in venture capital
- New to paying for Sentry
Then you can apply for Sentry for Startups and get $5000 in credits for free 👀
sentry.io/for/startups...
The Obsidian team is growing from three engineers to four engineers.
Competitive SF salary. Fully remote, live anywhere. Apply below.
OpenAI released a plugin that allows you to use Codex to review code generated by Claude Code.
I assume this is some snarky way of implying you need OpenAI’s coding agent to review the bad code generated by Anthropic’s.
Pettiness abounds.
🚨 Active supply chain attack on axios@1.14.1. The latest version pulls in plain-crypto-js@4.2.1 -- a brand-new package that didn't exist before today.
We're still investigating. If you use axios, pin your version and audit your lockfile. socket.dev/blog/axios-n...
✂️ Knip v6 is out
It's finally here, and your favorite slop fighter is already speedier than expected!
Can't wait to see y'all tidying up bigger codebases, faster 🚀
Blogpost + release notes: knip.dev/blog/knip-v6
Knip: knip.dev
Node.js is moving to one major release per year starting with Node 27! 🚀
✅ Simpler: Every release becomes LTS.
✅ Predictable: Version numbers now align with the year.
✅ New: A 6-month Alpha channel for early testing.
https://bit.ly/4rnosLg
You know when you're asking for advice or whatever from people and then they reply with "I asked ChatGPT and here's what it said"
That's less than helpful! It's like horrendously wasteful on every single axis and also spectacularly literally thoughtless!
Why does working with AI agents in legacy systems feel so much harder than in all those vibe coding demos on YouTube? 🤔
Part of the answer:
😊 Popular language + Greenfield ☘️ = "AI heaven"
😯 Niche language + Brownfield 🟫 = "AI hell"
More about this topic: markusharrer.de/blog/2026/02...
Here is one of the dumbest things about vibe coding that I don't see a lot of people talking about
Imagine you're an open source maintainer and someone opens up a pull request against your repository that they vibe coded. They may or may not tell you they vibe coded it; it doesn't really matter… 🧵
Anything you can do in Obsidian you can do from the command line.
Obsidian CLI is now available in 1.12 (early access).
Introducing Public Beta for Shaders ✨
The wait is over 🎉 Try it now for @vuejs.org , @react.dev , @svelte.dev & @solidjs.com
Facebook launched 22 years ago this week.
In 2025, Meta paid an effective federal tax rate of 3.5% — its lowest on record.
Meanwhile, Meta is pumping at least $65 million into super PACs to stifle regulation of AI and tech.
Trickle-down economics isn't just a hoax, it's corrosive to democracy.
My contract is ending at the end of February and so I’d like to find a new role ASAP.
I am a senior-level design systems developer / design technologist / front-of-the-frontend developer that specializes in web accessibility.
I work remotely from my home in Winnipeg, Canada. 🇨🇦
Shares appreciated!
My boss vibe coded this over the weekend and now it’s my problem is going to be its own genre of developer complaints in the coming years.
“Software reliability is down across the industry; failure rate is up: and batch size is up.” @lauratacho.com + @nathenharvey.bsky.social
Basically, AI is generating larger changes (batch size) and we know from research (eg DORA) that larger batch size tends to result in exactly this!
🆕 npx unbarrelify
At last, an easy way get rid of barrel files!
Rewrites consumers to import directly from source, then deletes the barrels.
Safe and fully automated, read all about it at github.com/webpro/unbar...
📣 New blog post: The complete map of project anatomies
andreipfeiffer.dev/blog/2026/pr...
Finally, after several months of iterations, I've managed to publish my analysis on files and folders structure evolution in software projects and popular approaches applicability at different scales.
> Europeans enjoy more free time than Americans, a higher life expectancy and lower levels of inequality – all with roughly comparable productivity.
Oh hey, come work with me!
We're seeking an earlier-career front-end dev who is able to work in-office (multiple US locations).
Check it out if you have interest and experience in: #designsystems #CSS #a11y #webcomponents
adobe.design/jobs/job-pos...
A new academic paper from CMU analysing ~800 OSS repos shows AI is still making code worse.
AI speeds up code generation briefly, but code quality degrades quickly. Complexity rises faster than the amount of code added.
I wrote up the findings and my thoughts 👇
We just scheduled our next tim.js edition. Meet us on Nov 26th for a topic that goes beyond JavaScript. www.meetup.com/tim-js/event...
ECMAScript excitement 😉
Congrats to Eemeli Aro @mozilla.org on advancing Import Text to Stage 2 at TC39 today 🎉
It uses an import attribute for easy loading.
import text from "path/to/file.txt" with { type: "text" };
github.com/eemeli/propo...
Storybook-MCP-early-access-program
🧵 (1/3) Most AI-generated code looks good until you try to merge it. Wrong props, odd states, subtle regressions.
Storybook MCP fixes that.
It turns your stories, docs & tests into machine-readable context so agents actually follow your patterns.