The Art of Writing Non-Portable Code: When It's Beneficial to Lock-In

The Art of Writing Non-Portable Code: When It's Beneficial to Lock-In

We’ve been preached a gospel for decades: write portable code, avoid vendor lock-in, keep your options open. It’s like being told to never burn bridges or always leave yourself an exit strategy. Sensible advice, sure. But what if I told you that sometimes the best bridge to burn is the one you never needed to build in the first place? Here’s the uncomfortable truth that nobody in a conference talk wants to admit: pursuing absolute portability is often a form of premature optimization that masquerades as architectural wisdom....

November 9, 2025 · 8 min · 1657 words · Maxim Zhirnov
Искусство написания непереносимого кода: Когда выгодно использовать Lock-In

Искусство написания непереносимого кода: Когда выгодно использовать Lock-In

Нам десятилетиями внушали: пишите портативный код, избегайте привязки к поставщику, держите свои возможности открытыми. Это как если бы вам говорили никогда не сжигать мосты или всегда оставлять себе путь к отступлению. Разумный совет, безусловно. Но что, если я скажу вам, что иногда лучший мост, который нужно сжечь, — это тот, который вам вообще не нужно было строить? Вот неудобная правда, которую никто в докладе на конференции не хочет признать: стремление к абсолютной портабельности часто является формой преждевременной оптимизации, которая маскируется под архитектурную мудрость....

November 9, 2025 · 5 min · 1058 words · Maxim Zhirnov
Should Programming Languages Have Built-in Ethical Constraints? A Practical Deep Dive

Should Programming Languages Have Built-in Ethical Constraints? A Practical Deep Dive

Ever tried to explain to a non-technical person why you can’t just “add ethics” to a programming language? It’s like trying to explain why you can’t just add sarcasm to calculus—technically possible, utterly confusing, and nobody asked for it anyway. Yet here we are, in 2025, and the conversation about embedding ethical constraints directly into programming languages is becoming increasingly impossible to ignore. Let me be upfront: this isn’t a question with a simple yes or no answer....

November 3, 2025 · 10 min · 1921 words · Maxim Zhirnov
Должны ли языки программирования иметь встроенные этические ограничения? Практичное глубокое погружение

Должны ли языки программирования иметь встроенные этические ограничения? Практичное глубокое погружение

Вы когда-нибудь пытались объяснить нетехническому человеку, почему нельзя просто «добавить этику» в язык программирования? Это всё равно что пытаться объяснить, почему нельзя просто добавить сарказм в математику — технически возможно, крайне запутанно и никто об этом не просил. И всё же мы здесь, в 2025 году, и разговоры о внедрении этических ограничений непосредственно в языки программирования становится всё сложнее игнорировать. Позвольте мне быть откровенным: это не вопрос, на который можно ответить простым «да» или «нет»....

November 3, 2025 · 6 min · 1180 words · Maxim Zhirnov
Why You Should Sometimes Ignore Usability Concerns

Why You Should Sometimes Ignore Usability Concerns

Hold up. Before you grab your pitchforks and start drafting angry emails about how I’ve lost my mind, hear me out. Yes, I’m about to argue against one of the most sacred cows in software development: the almighty usability principle. But sometimes – just sometimes – the best thing you can do for your project is to completely ignore what users want and build something that makes them scratch their heads....

September 4, 2025 · 10 min · 1926 words · Maxim Zhirnov