20 random bookmarks

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

2026-03-31

950.

It's not your codebase

www.seangoedecke.com/not-your-codebase

Some degree of ownership over the code you write is inevitable and probably healthy. You should care about the things you build! But that doesn’t mean you have any actual ownership. The codebase you spend time on at work is the company’s codebase, and they can do whatever they want with it. You should communicate the risks and consequences of decisions, but ultimately it’s not your call.

2026-01-06

923.

It’s hard to justify Tahoe icons

tonsky.me/blog/tahoe-icons

Looking at the first principles of icon design—and how Apple failed to apply all of them in macOS Tahoe

2025-12-26

920.

Omarchy

omarchy.org

Beautiful, Modern & Opinionated Linux by DHH

2025-10-18

903.

Issuing multiple requests with `curl`

code.mendhak.com/curl-multiple-requests-sequences

2025-10-16

899.

I am sorry, but everyone is getting syntax highlighting wrong

tonsky.me/blog/syntax-highlighting

2024-10-14

Reposted 784.

Стажёр Вася и его истории об идемпотент­ности API | Блог | Яндекс Go Dev

dev.go.yandex//blog/intern-vasya-2019-03-12

Идемпотентность — звучит сложно, говорят о ней редко, но это касается всех приложений, использующих API в своей работе. Меня зовут Денис Исаев, и я руковожу одной из бэкенд групп в Яндекс Такси. Сегодня я поделюсь с читателями описанием проблем, которые могут возникнуть, если не учитывать идемпотентность распределенных систем в своем проекте.

2024-06-04

Reposted 672.

Staticcheck - The advanced Go linter

github.com/dominikh/go-tools

Staticcheck - The advanced Go linter. Contribute to dominikh/go-tools development by creating an account on GitHub.

2024-03-04

541.

Как я пишу HTTP-сервисы спустя 13 лет работы с Go

habr.com/ru/articles/793166

В этом посте рассматривается широкий спектр тем, связанных с созданием сервисов на Go:

  • Структурирование серверов и обработчиков с расчётом на максимальное удобство поддержки;

  • Советы и рекомендации по оптимизации сервисов под быстрый запуск и правильное отключение;

  • Обработка стандартных задач, применимых ко множеству типов запросов;

  • Глубокое исследование правильного тестирования сервисов.

2023-11-28

436.

Все жертвы Сталина

www.demoscope.ru/weekly/2003/0103/analit01.php

— О чем вы подумали, впервые открыв секретный архив ГУЛАГа и узнав, что число репрессированных значительно меньше, чем считалось и говорилось?

Земсков о репрессиях

2023-11-18

425.

Почему обучение — это новая прокрастинация

habr.com/ru/companies/productivity_inside/articles/322980

2023-11-16

421.

Case-Insensitive Search in SQL

use-the-index-luke.com/sql/where-clause/functions/case-insensitive-search

Using UPPER or LOWER for case-insensitive search is not a good practice. Prefer using a _CI collation if possible or at least add the right indexes to make your query fast.

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-10

403.

Centering in CSS: A Complete Guide

css-tricks.com/centering-css-complete-guide

Centering things in CSS is the poster child of CSS complaining. Why does it have to be so hard? They jeer. I think the issue isn't that it's difficult to do,

2023-10-11

362.

Macs and 4K 120Hz displays compatibility list

tonsky.me/blog/monitors-mac

2023-09-24

Reposted 338.

Writing safe-to-use Go libraries

blog.orsinium.dev/posts/go/safe-api

The Go standard library is full of bad design choices from the perspective of safety of use.

2023-08-06

275.

Коммунизм, социализм и плановая экономика: разбираемся от и до

rutube.ru/video/450e49b1d1fcbd4d3da08e739b6db4c8

Многие граждане нашей страны до сих пор мечтают о возрождении СССР, плановой экономике и о мороженом по 10 копеек, а от слова «капитализм» у них начинает идти холодный пот и резко подскакивает давление. Пришло время разобраться с коммунизмом, социализмом и плановой экономикой. И, неизбежно, поговорить и о капитализме.

2023-07-09

231.

SVG Repo

www.svgrepo.com

Коллекция свободных SVG картинок

2023-06-25

214.

Rek Bell — pandoc

kokorobot.ca/site/pandoc.html

Using Pandoc to generate a book

2023-04-04

163.

Visualping

visualping.io

Инструмент, который мониторит страницы и высылает уведомление об изменениях

2023-03-28

154.

Bicycle – Bartosz Ciechanowski

ciechanow.ski/bicycle

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