20 random bookmarks

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

2026-05-02

968.

Бизнесу надо

ambment.cat/posts/2026-4-29-1.html

Меня просто нечеловечески бесит, когда разработчики оправдывают собственную некомпетентность мантрой «бизнесу надо». Если программист любой степени квалификации, от стажёра — до принципала — использует в качестве аргумента в любой дискуссии фразу «бизнесу надо» — знайте, перед вами тупой самозванец, гоните его в шею.

2025-12-27

921.

You don't have to wait for a high income to have kids

juliawise.net/you-dont-have-to-wait-for-a-high-income-to-have-kids

Case study: it's possible to live on one income, and to raise kids in shared housing.

2025-10-18

903.

Issuing multiple requests with `curl`

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

2025-08-20

Reposted 887.

Выразительные тесты без testify/assert

antonz.ru/do-not-testify

2024-07-19

718.

Public Monitoring - IoT Project on the map

narodmon.ru

an Internet of Things (IoT Cloud) Project for collecting, processing, storing and displaying (on a map and in applications) sensor readings and webcams of its participants with public or private access on various platforms.

2024-05-17

655.

Good Programmers Don't Work for Equity

www.yegor256.com/2016/01/12/good-programmers-dont-work-for-equity.html

Equity or cash? These days, it seems that working for equity is the way to become a millionaire. I don't think it's true.

2024-05-13

637.

Max auf dem Mond

www.old-games.ru/game/7816.html

Макс на Луне. Одна из моих любимых поинт-н-клик игр. С милой анимацией и озвучкой на нескольких языках.

Также есть и другие части, но эта мне нравится особенно.

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

437.

My note-taking process

rubber-duck-typing.com/posts/2023-01-19-note-taking.html

Игорь рассказывает, как делает заметки.

Вложенные теги не нужны

Do not try to create a hierarchy (taxonomy) for your notes. It is not scalable and only works for narrow domain. Prefer tags.

Не понимал, зачем раскрашивать буквы в книжках, но Игорь пишет, что это полезно, когда есть комментарии

It is not useful to highlight without commenting. Writing summary is mandatory, highlighting is optional 1.

2023-11-18

424.

Miniflux

miniflux.app

a minimalist and opinionated feed reader.

2023-11-04

393.

Progopedia

progopedia.com

Free Encyclopedia of Programming Languages.

2023-10-11

362.

Macs and 4K 120Hz displays compatibility list

tonsky.me/blog/monitors-mac

2023-10-02

Reposted 345.

Power Moby-Dick, the Online Annotation

www.powermobydick.com

Full text of Moby-Dick by Herman Melville, with notes to help the reader

2023-09-30

343.

SQL

grishaev.me/sql

Представьте, какой гемор был бы построить это в Экселе, Гугле или даже на языке программирования вроде Питона. Там с одним только парсингом дат и времени наешься, а тут все из коробки.

2023-09-13

323.

Ukelele

software.sil.org/ukelele

Настройщик раскладки под макось

2023-08-14

287.

</> htmx - high power tools for html

htmx.org

Решение для серверсайд рендеринга

2023-08-06

276.

Продвинутый StreetComplete

telegra.ph/Prodvinutyj-StreetComplete-08-05

Рома рассказывает о неочевидных функциях StreetComplete.

2023-05-07

180.

Critical Program Reading (1975) - 16mm Film

youtu.be/7hdJQkn8rtA

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

2023-03-03

52.

Surviving the Release Version

www.codeproject.com/Articles/548/Surviving-the-Release-Version

OK, your program works. You've tested everything in sight. It's time to ship it. So you make a release version.

And the world crumbles to dust.

You get memory access failures, dialogs don't come up, controls don't work, results come out incorrectly, or any or all of the above. Plus a few more problems that are specific to your application.

Now what?

That's what this essay is all about.

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.