20 random bookmarks

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

2025-08-16

886.

Don’t make kids miserable about the news • Otherwise

juliawise.net/dont-make-kids-miserable-about-the-news

The other day, on a beautiful Sunday afternoon, a neighbor I hadn’t seen in a long time said hello as she walked past the house. “I hope your family is doing well,” she said, and then looked concerned. “As well as you can do in times like these. You must be even more worried, with kids.“
“Uh, well,” I said, “The kids live in the present, and we try to enjoy the present.”

Inside I was thinking: “This is why liberals are so sad.”

2025-06-05

870.

Олег про рождение ребёнка

strizhechenko.github.io/2025/06/04/2025-05-12-UGMK.html

2025-05-31

867.

Возможности JSON_TABLE

grishaev.me/huge-sql-2

2024-10-14

Reposted 784.

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

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

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

2024-09-25

770.

What is io_uring?

matklad.github.io/2024/09/32/-what-is-io-uring.html

2024-07-25

724.

Just discovered in amazement that in Bash scripts,... | Nathan Manceaux-Panot

friends.grishka.me/posts/1392836

any variable named SECONDS will automatically increment every second. Bash is bonkers

2024-06-11

681.

Loop

links.danilax86.space/681

2024-05-19

662.

Садитесь, к вам подойдет официант

ilyabirman.ru/meanwhile/all/sadites-k-vam-podoydet-oficiant

Бывает, придёшь в кафе, там всякие круассаны и пирожные лежат красиво. Поразглядывал, выбрал, обращаешься к девушке. А она такая: «Вам с собой?» Нет, здесь. «Садитесь, к вам подойдет официант».

2024-05-17

642.

How to Be Lazy and Stay Calm

www.yegor256.com/2018/04/17/how-to-be-lazy.html

Solving technical problems in a large scope which is difficult to understand is a very stressful activity; I suggest we behave professionally.

2024-04-05

599.

Психополитика и нейрональное насилие

insolarance.com/psychopolitics

Психополитика – это совокупность властных инструментов управления неолиберальным «субъектом достижений», основанных на императиве «ты можешь», самодисциплине и самостимуляции для повышения эффективности в стремлении к новым свершениям, что мотивируется идеей о том, что каждый человек – предприниматель самого себя и жизнь каждого должна стать успешным экономическим проектом.

2024-03-09

559.

Извини, что голосовым

podcast.ru/1493871386

Сначала было про культуру общения в Интернете, а стало про культуры общения в разных странах.

2024-03-07

549.

SQL Polyglot

codapi.org/sql

SQL Polyglot is a quick way to see if a particular SQL feature is supported in different database systems. Write a query and see it run anywhere from PostgreSQL to DuckDB without leaving your browser.

2024-02-01

514.

Spreadsheets are the best

alexschroeder.ch/view/2024-01-22-spreadsheets

Most people are not autonomous in their use of computers to solve their problems because they cannot use the languages listed. They must hope for an app to solve their problem. But they can use a spreadsheet to solve their problem!
The sad reality is, however, that today we buy computers that essentially boot into the app store.

2023-11-16

419.

Slow Indexes in RDBMS

use-the-index-luke.com/sql/anatomy/slow-indexes

An index lookup requires three steps: (1) the tree traversal; (2) following the leaf node chain; (3) fetching the table data. The tree traversal is the only step that has an upper bound for the number of accessed blocks—the index depth. The other two steps might need to access many blocks—they cause a slow index lookup.

2023-10-30

Reposted 381.

Реклама из телефонного справочника Челябинска 1975 года

nobelfaik.livejournal.com/263962.html

2023-09-16

334.

Plain Text • Dylan Beattie • GOTO 2023

youtube.com/watch?v=4mRxIgu9R70

Выступление про текст, кодировки, шрифты, эмодзи, лигатуры, диакритику итп.

Хорошее

2023-05-20

183.

Как сматывать кабели

www.youtube.com/watch?v=cpuutP6Df84

2023-03-21

144.

Typst: Compose papers faster

typst.app

Проект, собравший преимущества Латеха и Гугл Доксов.

2023-03-10

64.

Трафик

ilyabirman.ru/meanwhile/all/traffic

Заметки о вождении

2023-02-19

9.

Write Plain Text Files

sive.rs/plaintext

I write almost everything important in my life: thoughts, plans, notes, diaries, correspondence, code, articles, and entire books.

They are my extended memory — my noted self — my organized thoughts. I refer to them often. I search them, update them, and learn from them. I convert them into HTML to make websites, or LaTeX to make books.

My written words are my most precious asset. They are also a history of my life. That’s why I only use plain text files. They are the most reliable, flexible, and long-lasting option. Here’s why.