20 random bookmarks

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

2026-04-11

956.

Someone Has to Fly the Plane

www.raptitude.com/2026/01/someone-has-to-fly-the-plane

When I want a thrill, I walk to the corner store without my phone.

2026-03-11

941.

Getting Rich: from Zero to Hero in One Blog Post

www.mrmoneymustache.com/2013/02/22/getting-rich-from-zero-to-hero-in-one-blog-post

2026-01-17

924.

You can't design software you don't work on

www.seangoedecke.com/you-cant-design-software-you-dont-work-on

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

2025-02-12

836.

Profiling Go programs with pprof

jvns.ca/blog/2017/09/24/profiling-go-with-pprof

2025-01-18

825.

Анапа

alexandrakhlebnikova.ru/anapa

Документальная фотосъемка работы волонтеров по ликвидации последствий розлива мазута в Черном море. Январь 2025.

2024-09-04

757.

Теория и практика психоанализа - Олешко Т.С. О двух типах нарциссических пациентов

vol2-2016.ecpp-journal.ru/1030.html

Олешко Т.С. О двух типах нарциссических пациентов

2024-07-17

712.

Obvious travel advice

dynomight.net/travel

2024-05-17

652.

16 Don'ts of Career Growth

www.yegor256.com/2017/01/24/career-advice.html

I often hear the question of how to become a senior developer; this is my story and my advice; hope it helps you.

2024-03-11

Reposted 572.

Правда

grishaev.me/truth

Есть фееричное по своей глупости выражение: на правду не обижаются. Это верно: обижаются не на правду, а на бестактность, грубость, фамильярность, непрошенное мнение и все то, что сопутствует правде.

Если собеседник обижается на правду, стоит подумать, как лучше ее донести и вообще — стоит ли ее доносить.

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

2023-12-18

462.

Massive Study Finds a Link Between Commuting And Poor Mental Health

www.sciencealert.com/massive-study-finds-a-link-between-commuting-and-poor-mental-health

Long daily commutes can leave little time around busy work days for commuters, who tend to be less physically active, overweight, drink more alcohol, and sleep poorly as a result.

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

354.

Про кофе

ambment.cat/posts/2023-10-05.html

2023-10-02

Reposted 347.

Локализация шрифта Брайля

bolknote.ru/all/lokalizaciya-shrifta-braylya

В лифте написано УП вместо ВВЕРХ.

2023-06-10

203.

Open Source Alternatives to Proprietary Software

www.opensourcealternative.to

2023-04-14

176.

David Rumsey Historical Map Collection

www.davidrumsey.com

Коллекция карт

2023-04-07

173.

Фотографии транспорта со всего света

transphoto.org

2023-03-07

55.

Async

levels.io/async

Заметка про асинхронную работу