20 random bookmarks

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

2026-08-26

1011.

The origin of complexity

tengstrand.github.io/blog/2019-09-14-the-origin-of-complexity.html

2026-07-13

999.

Видеомания Сентябрь 2008

www.youtube.com/watch?v=UWWOn3SKYzE

То самое видео игромании, которое у меня было на диске

2026-07-06

995.

Opinion | I’m a Therapist. Not Everyone Should Be in Therapy.

www.nytimes.com/2026/07/05/opinion/therapy-loneliness-friendship.html

Many patients misunderstand what therapy reliably provides.

2026-04-20

961.

7 Years and 21 Self-Improvement Experiments: Where They All Are Today

www.raptitude.com/2015/12/7-years-experiments

Experiment 5

Goal: Go 21 straight days without complaining or uttering non-constructive criticism. (If I catch myself doing it, I must start again at day zero.)

This was inspired by Will Bowen’s book A Complaint Free World, in which he claims that if you stop pronouncing your negative thoughts, you stop having those kinds of thoughts, and that if everyone did this the world would change completely.

What happened: It took 55 days to get 21 complaint-free days in a row, but I did it. This experiment really does teach you not to complain, and I think everyone should do it once in their lives. But it didn’t create much of an inner change. My negative thoughts were unaffected, I just got more polite about whether to pass them on to others. Complaining can even be a worthwhile form of bonding, as I learned while I was working a painful manual labor job with new friends, and could never join in on the lighthearted griping. Still, it’s better to never complain than to complain freely.

Where I am with it today: Even though the exercise didn’t eliminate internal negativity like the book promised, the experiment left me much more conscious about expressing needless negativity, and I am pretty good at keeping it to myself most of the time. I’m also more patient with others when they’re complaining. This is one experiment I would recommend to almost anybody.

2026-03-30

949.

Pure and impure software engineering

www.seangoedecke.com/pure-and-impure-engineering

2025-03-10

Reposted 843.

A system to organise your life

johnnydecimal.com

Johnny.Decimal is designed to help you find things quickly, with more confidence, and less stress.

2025-01-12

821.

Четыре мифа о российской экономике

crimsonalter.livejournal.com/103957.html

2024-09-21

766.

KDE Eco – Handbook

eco.kde.org/handbook

Applying The Blue Angel Criteria To Free Software

2024-08-18

743.

Big Tech’s bid to rewrite the rules on net zero

archive.ph/2024.08.17-111259/https://www.ft.com/content/2d6fc319-2165-42fb-8de1-0edf1d765be3

Крупные технологические компании производят гораздо больше выбросов углерода, чем предполагают в своих отчетах об устойчивом развитии.

Они активно лоббируют переписывание правил о том, как рассчитываются выбросы, чтобы показать чистый ноль на бумаге, но не на практике.

2024-08-10

736.

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

grishaev.me/enter-it

2024-04-13

606.

SourceCodeSyntaxHighlight

github.com/sbarex/SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.

2024-03-09

557.

Кристина, добрый день!

podcast.ru/1450093548

Кристина общается с другими подкастерами, раскрывая внутреннюю кухню.

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

Reposted 456.

The Decline of Usability

www.datagubbe.se/decusab

The author doesn't like how modern UI:s are designed. Gives good examples.

2023-10-13

Reposted 364.

forlater.email — email-based bookmarking

forlater.email

an email-based bookmarking service

2023-08-07

278.

Don't write bugs

www.teamten.com/lawrence/programming/dont-write-bugs.html

If you want a single piece of advice to reduce your bug count, it’s this:
Re-read your code frequently. After writing a few lines of code (3 to 6 lines, a short block within a function), re-read them. That habit will save you more time than any other simple change you can make.

2023-07-19

240.

MapRoulette

maproulette.org

Сайт с заданиями для создания, редактирования, проверки данных ОСМ

2023-07-08

229.

Красные ночные палитры интерфейсов

protraktor.design/ru/2023/07/05/red-night-palettes

repost from bouncepaw:
Если делать дизайн только из красного света, то глаза не будут терять ночное видение, потому что ночные палочки не замечают красный свет. Так-то толку от этого мало, но в некоторых случаях супер-полезно. Например, морякам и астрономам.

2023-06-06

191.

Can We Make Bicycles Sustainable Again?

solar.lowtechmagazine.com/2023/02/can-we-make-bicycles-sustainable-again

Cycling is the most sustainable form of transportation, but the bicycle is becoming increasingly damaging to the environment. The energy and material used for its production go up while its life expectancy decreases.

2023-03-21

132.

Simple Icons

simpleicons.org

SVG иконки