20 random bookmarks

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

2026-06-09

982.

Working with product managers

www.seangoedecke.com/working-with-product-managers

At its worst, a product manager relationship is like an unhealthy family: driven by condescension, emotional manipulation, lies, and mistrust. This isn’t because product managers are bad people! It’s because the structure of the relationship creates conflict. Both sides must make commitments (about the technical system or goals of the organization) that are (a) often wrong, and that (b) the other side is unable to independently verify. To avoid the trap, both sides have to be generous, willing to trust each other in their areas of expertise, and most importantly competent.

2026-04-21

Reposted 966.

Push Ifs Up And Fors Down

matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html

2026-03-30

Reposted 948.

Why So Many Control Rooms Were Seafoam Green

bethmathews.substack.com/p/why-so-many-control-rooms-were-seafoam

The Color Theory Behind Industrial Seafoam Green

Pretty pictures! Reminds of Merveilles' seafoam green and of Soviet half-wall-tall colouring. Due to the latter, this colour also bears additional doomer connotations.

I wonder if this colour could work well in computer UIs? Does it work the same on glowing screens?

2026-03-26

946.

Modern Code Review: A Case Study at Google

dl.acm.org/doi/pdf/10.1145/3183519.3183525

2026-03-06

937.

Российский дзен. Бессмысленный и беспощадный

zenrus.ru

Финансовый дзен мониторинг: наблюдение за курсами доллара, евро и нефти. Медитация. Релаксация.

2026-03-04

935.

Anti-patterns: things to avoid - Agentic Engineering Patterns

simonwillison.net/guides/agentic-engineering-patterns/anti-patterns

2026-01-21

926.

I'm addicted to being useful

seangoedecke.com/addicted-to-being-useful

2024-10-14

785.

БАР(биполярное): третий год лечения, полет нормальный

vas3k.club/post/26020

Моя знакомая Ульяна рассказывает про опыт с БАР

2024-08-23

747.

НА БАЗЕ Кримсон: позитивные последствия СВО и будущее России

www.youtube.com/watch?v=7u5d-Ygdm4k

2024-08-03

730.

То что

ilyabirman.ru/meanwhile/all/to-chto

2024-07-17

712.

Obvious travel advice

dynomight.net/travel

2024-05-24

664.

Feature Flags: What They Are and How to Use Them | The Space Blog

blog.jetbrains.com/space/2022/06/16/feature-flags

The concept of feature flags is simple – it’s essentially just an if. This makes it a very powerful concept!

Жетбрейнсы рассказывают о концепции фича-флагов

2024-03-06

Reposted 546.

Task

taskfile.dev

Task is a task runner / build tool that aims to be simpler and easier to use

version: '3'

tasks:
  hello:
    cmds:
      - echo 'Hello World from Task!'
    silent: true

2024-03-02

540.

The Blessing of Interactive Development

tonsky.me/blog/interactive-development

In this post I describe a couple of practice that makes the process of writing code faster, more predictable and straightforward

2024-02-28

536.

How to Feel 20 Percent Better

www.raptitude.com/2024/02/how-to-feel-20-percent-better

2023-12-29

474.

Горизонтальное масштабирование

ambment.cat/posts/2023-12-26-1.html

если в процессе обсуждения архитектуры вы пришли у выводу, что в проекте потребуется настоящее горизонтальное масштабирование — вам не обойтись без конечных автоматов (так-то лучше вообще любую бизнес-логику строить именно на конечных автоматах, но в автономной системе можно подкостылить и без них, а вот в кластере — уже никак)

Так или иначе, если вы хотите оказаться готовым отмасштабироваться в горизонталь — стройте критические процессы на конечных автоматах и полностью асинхронно

Зато асинхронные взаимодействия поверх FSM — сделают в дальнейшем масштабирование безболезненным, ведь в такой парадигме не имеет никакого значения, на какой ноде выполнится код, отвечающий на запрос.

2023-12-03

449.

Git Query language

amrdeveloper.github.io/gql

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the query on the fly without the need to create database files or convert .git files into any other format, note that all Keywords in GQL are case-insensitive similar to SQL.

2023-11-15

417.

Sort-Merge Join in SQL databases: Oracle, SQL Server, PostgreSQL

use-the-index-luke.com/sql/join/sort-merge-join

Sort-merge joins do not need indexes on the join predicates.
MySQL does not support sort-merge joins at all.

2023-11-09

401.

BORSCHT - Full Classic Russian Restaurant Recipe

www.youtube.com/watch?v=7obedUwIK68

Мой любимый рецепт борща

2023-10-08

358.

Monodraw

monodraw.helftone.com

Powerful ASCII art editor designed for the Mac.