20 random bookmarks

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

2026-05-02

968.

Бизнесу надо

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

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

2026-04-20

962.

Getting What We Want Isn’t What We Really Want

www.raptitude.com/2016/05/what-we-want

2025-11-08

910.

Страшная правда о вышиванках. К проблеме городского одичания

matveychev-oleg.livejournal.com/6088646.html

2025-11-05

909.

Earn Simplicity

ajkprojects.com/earn-simplicity

2025-08-24

888.

Kids and Cleaning

www.jefftk.com/p/kids-and-cleaning

2025-05-12

859.

Feature Toggles are one of the worst kinds of Technical Debt

swreflections.blogspot.com/2014/08/feature-toggles-are-one-of-worst-kinds.html

2025-04-08

848.

Triangular bandage

rabbitwaves.ca/site/triangular_bandage.html

2024-10-18

786.

Rabbit Waves: signal flags

rabbitwaves.ca/site/flags_maritime.html

On communication on sea with flags

2024-09-26

772.

Artifacts: Image + Link Organizer app for macOS/iOS

artifacts.app

Artifacts is an image + link organizer app for macOS and iOS. A
completely native, local first way to save all that stuff you find
across the web.

2024-08-01

726.

Нефть

vas3k.club/post/18712

2024-05-27

667.

Don't Aim for Quality, Aim for Speed

www.yegor256.com/2018/03/06/speed-vs-quality.html

When project scope is perfectly decomposed and management rules are clear and strict, speed of delivery is the virtue, not the quality.

2024-05-19

662.

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

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

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

2024-03-09

559.

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

podcast.ru/1493871386

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

2024-03-06

547.

Dysfunctional options pattern in Go

rednafi.com/go/dysfunctional_options_pattern
package src

type config struct {
    // Required
    foo, bar string

    // Optional
    fizz, bazz int
}

// Each optional configuration attribute will have its own public method
func (c *config) WithFizz(fizz int) *config {
    c.fizz = fizz
    return c
}

func (c *config) WithBazz(bazz int) *config {
    c.bazz = bazz
    return c
}

// This only accepts the required options as params
func NewConfig(foo, bar string) *config {
    // First fill in the options with default values
    return &config{foo, bar, 10, 100}
}

func Do(c *config) {}

You’d use the API as follows:

package main

import ".../src"

func main() {
    // Initialize the struct with only the required options and then chain
    // the option methods to update the optional configuration attributes
    c := src.NewConfig("hello", "world").WithFizz(0).WithBazz(42)
    src.Do(c)
}

2023-12-29

475.

Проблема и решение

grishaev.me/problem-and-solution

Бывает, проблему можно поправить функцией или макросом, но в код тянут библиотеку. Или можно купить готовое решение, но тимлид говорит: мы напишем свое через три месяца. Или разработчик насмотрелся видосов со свежей конфы и хочет проверить чужие идеи.

2023-11-15

416.

Partial Objects in ORMs: loading a subset of properties

use-the-index-luke.com/sql/join/hash-join-partial-objects

Index the independent where predicates to improve hash join performance.

Indexing join predicates doesn’t improve hash join performance.

Indexing a hash join is independent of the join order.

Select fewer columns to improve hash join performance.

Hash joins do not need indexes on the join predicates. They use the hash table instead.
A hash join uses indexes only if the index supports the independent predicates.
Reduce the hash table size to improve performance; either horizontally (less rows) or vertically (less columns).
Hash joins cannot perform joins that have range conditions in the join predicates.

2023-10-08

358.

Monodraw

monodraw.helftone.com

Powerful ASCII art editor designed for the Mac.

2023-08-28

307.

unasanu — вселенная как число

unasanu.xyz/ru

Философская концепция, которая объясняет, почему существует любая вселенная и что будет после смерти

2023-04-14

176.

David Rumsey Historical Map Collection

www.davidrumsey.com

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

2023-02-25

40.

Период распада. Война в Приднестровье.

www.youtube.com/watch?v=IX7PAia9j_0