@babakhin.bsky.social

Ford has rehired hundreds of senior engineers after replacing them with AI backfired and has cost the company billions of dollars. AI adoption is blamed for Ford being the most recalled automaker in the U.S. with 51 recalls covering over 11 million vehicles in the first half of 2026 alone.

Bild

I’ve been working with a client who runs a lot of social media and ad campaigns, so we’ve been deploying the experimental `No-Vary-Search HTTP` header. It’s amazing to see it actually working! Read all about it here: csswizardry.com/2026/05/bett...

Better Browser Caching with No-Vary-Search – CSS Wizardry

No-Vary-Search lets HTTP caches ignore irrelevant query parameters such as UTM tags, while still keeping meaningful ones like product variants in the cache key.

csswizardry.com

You’re still hand-writing API types in 2026? Your OpenAPI spec can generate TypeScript types, API clients, Zod schemas, and network-level mocks — so you ship features before backend deploys anything. Yuri Mikhin walks through the full setup with Hey API, Nanostores, and MSW.

Life's too short to hand-write API types: OpenAPI-driven React—Martian Chronicles, Evil Martians’ team blog

Transform your React development with contract-first APIs. Generate TypeScript types, build type-safe clients, and develop with mocks while backend implements—no more waiting, no more integration chao...

evilmartians.com

Glad to stumble upon this post by Margaret-Anne Storey. It echos some of my recent experiences with Generative AI. It's very quick to spin up something that is quite large and complex and you don't know how it works. And a lack of understanding is technical debt. margaretstorey.com/blog/2026/02...

How Generative and Agentic AI Shift Concern from Technical Debt to Cognitive Debt

The term technical debt is often used to refer to the accumulation of design or implementation choices that later make the software harder and more costly to understand, modify, or extend over time...

margaretstorey.com

Every year we review @en.sitnik.ru’s post on favicons to make sure we have the best, most straightforward guide out there on the topic. 2026 is no exception. Turns out, you don’t need dozens of icons. You need five handcrafted ones and a single JSON file. This guide shows you exactly how to do it.

How to Favicon in 2026: Three files that fit most needs—Martian Chronicles, Evil Martians’ team blog

Prefer SVG over PNG, trust browsers to downscale, drop obscure formats—the ultimate, exhaustive guide to favicons for modern web. Includes steps for static HTML and Webpack.

evilmartians.com

Did you know? You can now build carousels with CSS! 🎠✨ They are responsive, accessible carousels and use only CSS. 🤯 🎯 Why CSS-only? ⋅ Simpler to maintain ⋅ Better performance ⋅ No external dependencies ⋅ Works out of the box Learn more 👇 developer.mozilla.org/en-US/docs/...

Creating CSS carousels - CSS | MDN

The CSS overflow module defines features enabling the creation of flexible and accessible pure-CSS carousels with browser-generated and developer-styled scroll buttons and scroll markers. This guide explains how to create a carousel using these features.

developer.mozilla.org