20 random bookmarks

Тут будут ссылки на всё-всё, что я найду интересным

2026-06-14

985.

Your Orchestrator Is a Finite Automaton in Denial

rocket-science.ru/hacking/2026/06/14/status-driven-orchestrator-in-denial

This is status-driven orchestration, and it is the most popular way in the industry to build a finite-state machine while loudly insisting you are doing nothing of the sort. The denial is the interesting part. Everyone agrees that explicit state machines are good in the abstract—the way everyone agrees that flossing is good—and then goes home and writes another cond/1 that branches on a string.

2026-04-06

953.

How Does Clean Code Work?

rocket-science.ru/hacking/2026/04/06/how-does-clean-code-work

Clean Code doesn't work—not because the principles are wrong, but because the real world is dirty, chaotic, unpredictable, and asynchronous. The best code I’ve ever seen violated a good half of Clean Code’s commandments.

2026-02-13

930.

On screwing up

www.seangoedecke.com/screwing-up

2026-01-22

927.

Results from the 2025 Go Developer Survey - The Go Programming Language

go.dev/blog/survey2025

The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.

2026-01-17

924.

You can't design software you don't work on

www.seangoedecke.com/you-cant-design-software-you-dont-work-on

2025-09-14

890.

Проективная идентификация для чайников

spectator.ru/entry/6719

ПИ«придумала» Кляйн, которая занималась«детским» психоанализом, и вот эти все«магические» штуки — это способы, с помощью которых дети, которые еще не умеют говорить, общаются с матерью. А потом это становятся способами, с помощью которых взрослые люди, которые не могут говорить,«общаются» с другими людьми.

2025-05-12

858.

The importance of virtue in software engineering

www.seangoedecke.com/character-in-software-engineering

Plenty of books and blogs will tell you how to develop your functional programming skills or teach you algorithms. But if you’re already pretty good at that stuff, you might be better off trying to become a more virtuous human being: more in control of your emotions, more able to hold your nerve in times of crisis, and humbler about the institutional power your technical knowledge grants you.

2024-12-20

812.

Naming is Hard

www.romainguy.dev/posts/2024/naming-is-hard

We all know that naming things in programming is hard. If you’ve read this entire post it just got a little bit harder.

2024-09-01

753.

БЕСЛАН | Норин | Sponsr

sponsr.ru/norin/64033/BESLAN

2024-08-28

748.

Сколько стоит эффективность терапии

spectator.ru/entry/6709

2024-06-30

697.

Yugo: the non-game by Petrit Hoxha

petrithxha.itch.io/yugo

When a player starts a session, they are the car driver, and each person that joins is seated in one of the other three passenger seats.

Players are automatically connected via voice chat.

The radios stations are real-life internet radio streams and several of them are available in the game world.

2024-05-22

663.

Writing commit messages

www.chiark.greenend.org.uk/~sgtatham/quasiblog/commit-messages

Гайд, как правильно писать сообщения для коммитов. О важности упоминания не просто того, что делает изменение, а зачем оно это делает. Очень мудро.

2024-05-13

639.

Кейс: идеальная тележка для Пятёрочки

blog.buro.cx/cx-telezhka

История о том, как наше Бюро проектировало лучшую тележку для торговых сетей группы X5

2024-01-27

503.

Изображая ответственность

grishaev.me/pseudo-resp

Казалось бы, программисты — люди с точным мышлением, а в жизни все наоборот: в голове кисель.

Для меня выход из ситуации простой: трусы или крестик. Либо ты выходишь из разработки со словами: хорош, я в этом не участвую. Либо пишешь качественный код, понимая, что мир огромен, и у тебя нет возможности контролировать, кто и как его использует. Оба варианта честные и снимают все вопросы.

2024-01-02

477.

Про свободу

ambment.cat/posts/2024-1-2-1.html

Нагавкать на слона и не получить по еблищу — это не свобода, и даже не доблесть; это бретёрство, жалкое позерство, свойственное пижонам и студентам.

2023-08-07

279.

Elements of C Style

www.teamten.com/lawrence/style

Заметки о том, как писать и оформлять код на Си

2023-07-03

225.

A Complete Guide to Flexbox

css-tricks.com/snippets/css/a-guide-to-flexbox

2023-05-07

180.

Critical Program Reading (1975) - 16mm Film

youtu.be/7hdJQkn8rtA

Видео о том, как писать понятный код

2023-03-28

154.

Bicycle – Bartosz Ciechanowski

ciechanow.ski/bicycle

Интерактивная статья о физике велосипеда.

2023-03-07

55.

Async

levels.io/async

Заметка про асинхронную работу