@[email protected]
@sitnikcode
Author of @PostCSS. Now I moved to @andreysitnik. 🦋 @ru.sitnik.ru 🐘 @[email protected]
In this Twitter account you will find new open source tools, software development jokes, and stories around developing @Autoprefixer, @PostCSS, and @logux_io. Subscribe to my other accounts about fun STEM facts from Wikipedia @lostinwiki and popular linguistics @linguopunk.
🚀 We just released Zed v0.196! Our debugger now includes a memory view!
🎉 TanStack DB now has @sveltejs support! Thanks @wobsoriano! 🫡
My current rough sense of history is that the last "moral panic" about social media turned out to be accurate warnings. The bad things actually happened, as measured by eyeball and by instrument. Now we all live in the wreckage. Anyone want to dispute this?
And everyone still calls it Twitter to this day
2 years ago today, Twitter became X
Good code is not just “beautiful” code. It's code you can modify fast. That speed is crucial for the business and the key to building a successful product.
It’s more than a year. I still talk with people about this approach for better security
How do I isolate my open source projects to protect from stealing browser’s cookies by malicious script from node_modules. I use Dev Container, because we need to isolate the text editor as well (many plugins like Prettier use untrusted code from node_modules). ↓
Because of some strange false-positive mistake npm blocked very popular stylus package. And for now there is zero communication from npm team. github.com/stylus/stylus/… Another example why community need to support alternative package registry like JSR. jsr.io
I am the current maintainer of Stylus. The Stylus library has been flagged as malicious lib, which has caused many lib and frameworks that depend on Stylus to fail to install. Please help me retweet this msg in the hope that the npmjs official team will take notice of this issue
Frontend engineers, if you’ve ever felt the burn of mismatched expectations between your team and the backend team, this post is for you. We explain how API Contracts can align teams, reduce bugs, and up delivery speed. evilmartians.com/chronicles/api…
When girls were behind in school, society asked, "What's wrong with the system?" and made reforms. Now, as boys have fallen behind, people ask, "What's wrong with boys?" Maybe it’s not them, but us! Education systems must adapt for our boys too, with hands-on learning, more male…
Since when is being a citizen of a country equivalent to supporting its government? This is the perverse logic of dictatorships. By this standard, as a U.S. citizen, Mike @McFaul is a supporter of Donald J. Trump.
Former U.S. Ambassador to Russia Michael McFaul, in an interview with Yuri Dud, a co-author of sanctions against Russia, called on Russians who have left Russia to renounce their Russian citizenship, emphasizing that dual citizenship is not acceptable. He stated: "You cannot…
I've added Baseline status to the CSS property documentation tooltips I previously implemented in @ChromeDevTools. #DX #DevEx #DeveloperExperience #UX #UserExperience #Baseline
📢 I've implemented displaying @MozDevNet docs for CSS properties in @ChromeDevTools. 🧑💻 And yes, it works in virtual and mixed reality! 🥽 #DX #DeveloperExperience #UX #UserExperience #VR #MR #XR
Very proud that my reader has exactly 0% JS. Everything is in TS. The main difficulty there is with configs but now most tools have also switched to TS for configs. With satisfies it's really convenient: both autocompletion and migrations are easier. github.com/hplush/slowrea…

It’s not just BYD. Six of the world’s top 10 EV brands are now Chinese restofworld.org/2025/chinese-e…
🇪🇸Spain and 🇫🇷France recorded EU’s largest population increase in 2024. By contrast, 🇵🇱 Poland’s population fell by over 123,000.
My @FrameworkPuter has arrived. @dhh’s proselytism in full effect! Eager to see what this religion feels like.
We use Zed to run our meetings, using our collaboration tooling. We organize our projects via Markdown in our channel notes. Here, we are prioritizing work we are doing for Zed's official Windows support. windowswen.com
Practical alchemy: a scientific paper on how mercury can be transformed into gold in thermonuclear reactors on an industrial scale (2 tons of gold per 1 GW of thermal power per year). 18 years of waiting, and the gold will stop being radioactive. marathonfusion.com/alchemy.pdf

Introducing the first-ever set of style-glass icons! ✦ 100 free SVG icons ✦ Copy-paste into Figma or web projects ✦ More icons coming soon
Rich Harris talks about Svelte taking advantage of the new `using` keyword in JavaScript for explicit resource management and cleanup in your components.