Message that the Amp extension is deprecated.
And this appearing out of nowhere, when I didn't open the extension for days, is just disrespectful.
Message that the Amp extension is deprecated.
And this appearing out of nowhere, when I didn't open the extension for days, is just disrespectful.
Ampโs decision to deprecate their VS Code extension is very questionable. Saying that CLI is a better way to use LLMs for coding is an opinion that many, myself included, donโt share. Iโm tired of changing my workflow every week just because someone decided that this is better for me. Itโs not.
> Will we see a lot of software re-emerging under more permissive licenses? Will we see a lot of proprietary software re-emerging as open source? Will we see a lot of software re-emerging as proprietary?
I think all that plus a lot of paid software replaced by cutom-vibed solutions made by users.
This is a curious article.
This is a curious article.
> When the cost of generating code goes down that much, and we can re-implement it from test suites alone, what does that mean for the future of software?..
I think all of that plus I expect a lot of paid software will be replaced by cutom-vibed solutions made by users.
Itโs fun to watch how LLM is randomly changing values in TypeScript/ESLint/Vitest/etc config files for a full hour until it somehow starts to work. I usually do exactly the same.
This is probably not a revelation to everyone but with CSS nesting adding reduced motion support is as easy as wrapping your transition (or animation) declaration in a no-preference media query.
div {
/* css styles */
@media (prefers-reduced-motion: no-preference) {
transition: โฆ;
}
}
This is your reminder that women exist in tech the rest of the year, not just in March. Same for queer, BIPoC, disabled people and every other marginalized group.
Stop inviting us just as a diversity token during the "month of" for your nice PR campaigns! And stop expecting free labor.
Thanks.
another good example of `tabular-nums` in action. must have for columns of right-aligned numbers (tables, invoices, dashboards).
normal table's columns have ragged left edges as digits swap between narrow ("1") and wide ("0", "8") glyphs.
where tabular stays perfectly flush ~
โจ What's New in ViteLand: February 2026 Recap
โ Oxfmt Beta: 100% Prettier conformance
โ @vite.dev 8 includes devtools
โ @vitest.dev 4.1 beta adds aroundEach/aroundAll hooks
โ @rolldown.rs becomes 9.6% faster
โ Oxlint now supports 59/61 ts-eslint rules
โ NestJS migrates to Vitest
โ and much more ๐
`tabular-nums` should be the default for any number that updates ( timers, counters, prices, percentages, scores, live data etc ).
you can enable this tnum OpenType feature using the CSS property `font-variant-numeric`.
.tabular-nums {
font-variant-numeric: tabular-nums;
}
โ Instead of:
if (map.has(key)) {
return map.get(key);
}
map.set(key, value);
return value;
โ
Write:
return map.getOrInsert(key, value);
This now works in all browsers!
I was just thinking how much it helps to express my assumptions in promts, like "I think it should be done this way..."
Introduction slide to the talk How to Convince People to Care and Invest in Accessibility by Stรฉphanie Walter at axe-con 2026, with an illustration of a woman smiling and watering yellow-leafed plants, one of which is in a pot marked with the universal accessibility symbol. Yellow flowers and purple leaves surround her.
Also, I've prepared a talk to help designers, who are tired of having accessibility pushed later, or ignored.
February 25, 9am ET (3pm CET) I'll open the design track at #axecon with my talk "How to Convince People to Care and Invest in Accessibility" : www.deque.com/axe-con/sess...
Little reminder that axe-con, organised by @deque.com is this week!!
It's a free online, two days (February 24 25) event, with a very nice line up of talks about accessibility and inclusive design.
Want to learn about accessibility? Register, check them live, or catch the replays!
#Accessibility
Local Llama 3.1 8B model is answering "How do I center an element using CSS Flexbox?" prompt by writing a bunch of JavaScript code.
I've been experimenting with local LLM models for coding ๐คฆ๐ปโโ๏ธ
Also on YouTube's Apple TV app, you can't change order in playlists. We're watching old seasons of Project Runway now, and every time I need to go back to the playlist and choose the _previous_ video, because they added them to the playlist backwards ๐คฆ๐ปโโ๏ธ
I do agree with this part:
> So when more and more people tell me they no longer know what code is in their own codebase, I feel like something is very wrong here and itโs time to reflect.
This!
I hate that the new iOS is so much worse with turned on reduced motion. It's waaaaay too much motion now, and of a very unpleasant kind โ when it's not just fade in or slide in, but the object is kind of wobbly and changes its shape during the transition ๐คฎ
Dear developers,
Please respect the reduced-motion preferences of your users.
I'm tired of your websites making me nauseous.
Motion is fun until it makes your users sick.
Here you go: developer.mozilla.org/en-US/docs/W...
An example of an image used to supplement other information. The image is a dog, the alt reads Off-duty guide dogs often wear a bell. Its ring helps the blind owner keep track of the dogโs location. The code for this alternative text is available with that example.
Accessibility tip of the day: a tool that claims to generate AI alt text, but starts the alt text with "the image is", is not a tool you should use.
Why? Because screen readers already announce images, so adding "image of" is annoying and useless.
Meanwhile another LLM agent was flying under the radar and had a bunch of its work merged in.
socket.dev/blog/ai-agen...
Obsidian uses local files, so all your standard terminal commands work for editing/moving/searching/etc
Obsidian CLI adds everything else:
- interacting with the UI
- internal functions e.g. base queries, orphans, etc
- devtools, console, screenshots, eval, etc
See the CLI docs!
Article cover with โProjectโ and โNewsโ tags and the title โWeb Standards. Daily web platform news.โ
For almost 10 years we published daily web platform news in Russian. I always wanted to do the same in English, and five months ago I started. Yesterday I hit the 100th news on @web-standards.dev ๐ Hereโs a story behind the project. Of course, built with @11ty.dev ๐
pepelsbey.dev/articles/web...
Testing accessibility issues at components level is a good first step to make your product accessible.
Hidde De Vries shares 5 quick tests you can run:
- test component keyboard accessibility
I've been using it quite a long time ago. Not sure how is it better, especially much...
Are there any other options in 2026?
Iโve started posting my photos again, this time on Substack โ follow me if youโre there:
substack.com/@sapegin
The first is real, for sure. Can't say much about how neurotypical folks write code.
January Google Search performance: only 208 clicks
The effect of AI on my blog: from 900 clicks per month down to 200 in the last two years...