20 random bookmarks

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

2026-04-19

959.

The most powerful force in the universe, and how to use it

www.raptitude.com/2013/01/the-most-powerful-force-in-the-universe-and-how-to-use-it

About compound interest

2026-03-06

936.

Шпаргалка. Александр Лесь

gurianoff.livejournal.com/352866.html

2025-04-29

855.

A cheat sheet for why using ChatGPT is not bad for the environment

andymasley.substack.com/p/a-cheat-sheet-for-conversations-about

Arm yourself with knowledge

2024-12-04

Reposted 806.

Retcon

retcon.app

Rewrite Git history with a single drag-and-drop.
Undo anything with ⌘Z. All speed, no bumps.

2024-11-15

Reposted 796.

Don't Do This - PostgreSQL wiki

wiki.postgresql.org/wiki/Don't_Do_This

2024-10-14

Reposted 784.

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

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

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

2024-09-30

778.

Is my blue your blue?

ismy.blue

2024-08-10

736.

Переход в айти

grishaev.me/enter-it

2024-08-03

729.

Про доверие, деньги и воспитание детей — интервью с Кримсоном - YouTube

www.youtube.com/watch?v=F7fv2kKkj6M

2024-06-11

681.

Loop

links.danilax86.space/681

2024-06-08

673.

GitButler

gitbutler.com

A Git client for simultaneous branches on top of your existing workflow.

  • Виртуальные ветки !!! (Теперь, если нашёл внезапный баг, не относящийся к текущей задаче, его исправление можно сразу же переместить в новую ветку, не теряя текущие изменения)

  • Отмена действий, сквоши, смена коммитов местами перетаскиванием!

2024-05-13

Reposted 638.

Hits-of-Code Instead of SLoC

www.yegor256.com/2014/11/14/hits-of-code.html

How about we measure the amount of times programmers touch the lines. Instead of counting the number of lines we’ll count how many times they were actually modified—we can get this information from Git (or any other SCM). The more you touch that part of the aircraft—the more effort you spent on it, right?

I called it Hits-of-Code (HoC) and created a small tool to help us calculate this number in just one line.

What a nice idea! I installed this program and ran it on Betula and Mycorrhiza codebases. For Betula it's 26350 HoC, for Mycorrhiza it's 137208 HoC. Yeah, Betula is still comparatively young! Hey, what about Mycomarkup? 23443. Oh wow, just a little less than Betula. I expected a small number.

2024-04-11

604.

How I write tests in Go

blog.verygoodsoftwarenotvirus.ru/posts/testing-in-go

In many other languages, you have to not only evaluate testing libraries, but also write your tests in a style that complies with that library’s expectations. Gophers are blessed to have a thoroughly adequate solution out-of-the-box, and even further blessed to have an active ecosystem where folks are making in-depth testing a walk in the park.

2024-04-01

Reposted 597.

Trunk Based Development

trunkbaseddevelopment.com

A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *,
resist any pressure to create other long-lived development branches by employing documented techniques. They
therefore avoid merge hell, do not break the build, and live happily ever after.

2024-03-27

590.

Подкасты с «продакшеном»

ilyabirman.ru/meanwhile/all/podsasts-production

Бесит, что всё больше подкастов монтируют и оформляют всякими джинглами, перебивками и эффектами. Такое ощущение, что туда понаприходили люди с радио и телевидения, которые не понимают, как устроен интернет, и притащили с собой весь эфирный мусор. Причём многие слушатели, кто открывают для себя подкасты только в последнее время, думают, что так и надо, и не видят в этом абсурда — другого-то они не слышали!

2023-12-03

447.

Computers can be understood - Made of Bugs

blog.nelhage.com/post/computers-can-be-understood

This belief is, for me, not some abstruse theoretical assertion, but a deeply felt belief that essentially any question I might care to ask (about computers) has a comprehensible answer which is accessible with determined exploration and learning.

2023-11-15

414.

Indexing SQL range conditions less than, greater than and between

use-the-index-luke.com/sql/where-clause/searching-for-ranges/greater-less-between-tuning-sql-access-filter-predicates

Rule of thumb: index for equality first—then for ranges.

2023-08-01

264.

Workspaces

www.workspaces.xyz

Коллекция рабочих мест

2023-05-13

182.

Walk Appeal | the Original Green | Steve Mouzon

originalgreen.org/blog/2012/walk-appeal.html

Заметка о разной привлекательности улиц для прогулок

2023-02-26

46.

Reinventing How We Use Computers

ploum.be/2022-12-03-reinventing-how-we-use-computers.html