20 random bookmarks

Bookmarks and whatnot. Закладки и всякое.

2026-02-12

2093.

The Timeless Way of Programming

tomasp.net/blog/2022/timeless-way

A thoughtful comparison of Christopher Alexander's ideas (the architect) with software engineering.

I have “A Pattern Language” in paper in my home library, with Flancian annotations! I guess I'll get to it after I finish Fowler's Patterns book.

2025-12-30

2054.

alecthomas/participle: A parser library for Go

github.com/alecthomas/participle
type INI struct {
  Properties []*Property `@@*`
  Sections   []*Section  `@@*`
}

type Section struct {
  Identifier string      `"[" @Ident "]"`
  Properties []*Property `@@*`
}

type Property struct {
  Key   string `@Ident "="`
  Value *Value `@@`
}

type Value struct {
  String *string  `  @String`
  Float *float64  `| @Float`
  Int    *int     `| @Int`
}

2025-09-16

2012.

ERGOHAVEN_EXPO 2025

ru.ergohaven.xyz/ee2025

Фестиваль эргономичных девайсов

2025-08-16

Reposted 1995.

Hackable Bookmark Manager

gosuki.net

2025-03-31

1849.

Composable SQL

borretti.me/article/composable-sql

Better SQL through typed, composable query fragments.

2024-11-18

Reposted 1597.

Welcome to Appropedia

www.appropedia.org/Welcome_to_Appropedia

Welcome to Appropedia, the sustainability wiki! We help build rich and sustainable lives by sharing knowledge, experiences, ideas and more.

2024-07-22

1399.

График и динамика цен аренды однокомнатных квартир в Казани.

kazan.restate.ru/graph/ceny-arendy-1komnatnih

График и динамика цен аренды однокомнатных квартир в Казани. Статистика обновляется Restate.ru в автоматическом программном режиме 1 раз в 2 недели, исходя из более,чем 1 млн. актуальных объявлений по всей России.

Что мы видим? Прошлый (2023) учебный год привёл к значительному скачку цен на квартиры где-то с 22к до 30к, что в принципе вполне сезонно. И этот пик не сошёл до сих пор! Более того, с апреля 2024 пошёл ещё один скачок цен, в этот раз вызванный, я так понимаю, подорожавшими ипотеками. Скоро будет ещё скачок, вызванный новым учебным годом, а в ноябре будет ещё один из-за КФУ. Полагаю, близость саммита ШОС не даёт ценам упасть.

Что имеет. Средняя цена -- 35 килорублей за однокомнатную квартиру. Исторический максимум! Вот за такую цену примерно придётся мне снимать...

2024-07-19

1395.

How to Make a Progressive Web App From Your Existing Website

blog.heroku.com/how-to-make-progressive-web-app

How to convert your existing website into a progressive web app.

2024-06-13

1317.

Виндоус и Мак в руках пожилого человека

ilyabirman.ru/meanwhile/2012/03/19/1

Дико интересно. Пожилой человек, который всю жизнь пользовался Виндоусом, пытается освоить Виндоус-8

2024-02-03

1095.

Paperless-ngx

docs.paperless-ngx.com

Turn paper documents into a searchable digital database.

2024-01-06

1016.

Flowers ‘giving up’ on scarce insects and evolving to self-pollinate, say scientists

www.theguardian.com/environment/2023/dec/20/flowers-giving-up-on-scarce-insects-and-evolving-to-self-pollinate-say-scientists

French wild pansies are producing smaller flowers and less nectar than 20 to 30 years ago in ‘startling’ act of evolution, study shows

2023-12-02

946.

Documents Are the Wrong Metaphor

screensresearchhypertext.com?stackedPages=/Documents-Are-the-Wrong-Metaphor

So the author says. They say, the right metaphor is songs! This is non-sensical, documents are the right metaphor, and we should do our best to preserve it.

The author of the website claims to know a bit about hypertext, and they do, but look at this URL! How to fix it? UPD. From the computer I managed to close the extra tabs on the page which were not visible on the phone and fix the URL.

939.

Unscii - a bitmapped Unicode font for blocky graphics

viznut.fi/unscii

2023-11-16

867.

NilAway: Practical Nil Panic Detection for Go

www.uber.com/blog/nilaway-practical-nil-panic-detection-for-go

A linter for Go that finds nil panics. It found several potential nil panic in Betula and Mycorrhiza codebases that I didn't bother fixing.

2023-10-01

Reposted 655.

Objective-See: LuLu

objective-see.org/products/lulu.html

LuLu is the free, open-source firewall that aims to block unknown outgoing connections, protecting your privacy and your Mac!

2023-07-09

439.

Save Your Threads

social.perma.cc

Save birdsite threads to PDF:s. I wonder if it still works.

2023-07-07

431.

Roguelike и Древняя История

nethack-rutext.info/doku.php/wiki/roguelike_ancient_history

2023-07-05

429.

NetHack Philosophy

nethack4.org/philosophy.html

2023-07-03

418.

A Complete Guide to Flexbox | CSS-Tricks

css-tricks.com/snippets/css/a-guide-to-flexbox

I check this one every time

2023-06-11

312.

Quipu: The Ancient Computer of the Inca Civilization

www.peruforless.com/blog/quipu

Learn about the history and purpose of quipus, the system of knotted strings that recorded data in the ancient Andean world.