20 random bookmarks

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

2026-02-21

2105.

strcpy: a niche function you don't need

nullprogram.com/blog/2021/07/30

If strcpy is not easily replaced with memcpy then the code is
fundamentally wrong. Either it’s not using strcpy correctly or it’s
doing something dumb and should be rewritten. Highlighting such problems
is part of what makes memcpy such an effective replacement.

2025-05-27

1921.

Inboxes are Underrated

borretti.me/article/inboxes-are-underrated

On inboxes as application-specific todo lists.

2025-01-26

1734.

There is no such thing as a static website

blog.wesleyac.com/posts/no-static-websites

2025-01-04

1701.

be organized from the very beginning

www.librarian.net/stax/5585/be-organized-from-the-very-beginning

A difficult part of technology instruction is not that things are unknowable, but that no one is ever starting at the beginning, not in 2024.

2024-12-15

Reposted 1630.

One big choice shapes a hundred more

sive.rs/ripple

Knowing the consequences I want, what choice would create them? What big choice would nudge a hundred others that way?

2024-07-03

Reposted 1361.

Как на самом деле запоминать всё, что прочитал

fedorovpishet.ru/kak-na-samom-dele-zapominat-vsyo-chto-prochital
  • Приложения для сбора хайлайтов из статей и книг не помогают запоминать прочитанное

  • Для того, чтобы запоминать прочитанное не нужна хорошая память

  • Лучший способ запомнить прочитанное — понять то, что ты прочитал

  • Чтобы на самом деле понять прочитанное, нужно приложить усилия

  • Объясняй другим идеи, чтобы лучше понимать и запоминать их

  • Заведи блог

  • Участвуй в сетевых дискуссиях

  • Откажись от автоматизации

2024-03-25

Reposted 1204.

Почему работодатель хочет, чтобы вы были ИП

ruitunion.org/posts/2024-03-25-employer-want-you-to-be-an-individual-entrepreneur

Оформление ИП даёт сиюминутную выгоду: в ближайшее время вы получите больше на руки (но это неточно), при этом рискуете больничными, отпускными, да и доходом в целом.

2024-01-08

1021.

The beauty of finished software

josem.co/the-beauty-of-finished-software

All these retrogrades usually forget about Unicode updates! If your finished software does not support the newest writing system, then something is wrong. Well, I'm just saying. Actually, I like finished software! One day, I'll write one.

2024-01-05

1011.

Есть табак, да нечем нюхать: Об использовании Питона в высшем образовании

shmat-razum.blogspot.com/2024/01/python.html

Смешной текст о том, что питон учить не надо. Я Питон не люблю, но тут совсем кринж!

2023-11-20

Reposted 887.

Gripes With Go

peppe.rs/posts/gripes_with_go
886.

GitHub - dimkr/tootik: A federated nanoblogging service with a Gemini frontend.

github.com/dimkr/tootik

2023-10-31

826.

Luxury Beliefs are Status Symbols

www.robkhenderson.com/p/status-symbols-and-the-struggle-for

Luxury beliefs have, to a large extent, replaced luxury goods.

Luxury beliefs are ideas and opinions that confer status on the upper class, while often inflicting costs on the lower classes.

2023-10-20

787.

banging errors in go

flak.tedunangst.com/post/bango

Tedu wrote a tool that lets you handle errors in Go like this:

func decomp(filename string) ([]byte, error) {
        fd := ^os.Open(filename)
        defer fd.Close()
        zd := ^gzip.NewReader(fd)
        data := ^io.ReadAll(zd)
        return data, nil
}

Funky!

2023-07-08

435.

microformats/mf2py: Microformats2 parser written in Python

github.com/microformats/mf2py

A Python library for handling microformats2. It parses Betula well.

2023-07-01

398.

Say No to Self-Deprecating Humor

denshi.org/blog/say-no-to-self-deprecating-humor

Very true! Some time ago I came to a similar conclusion, and since then try to not joke like that.

2023-06-19

384.

Encycla

encycla.com

2023-05-09

232.

The Sore Feet Song / Mushishi theme tune

musicallykerr.tumblr.com/post/69098622648/the-sore-feet-song-mushishi-theme-tune

The Sore Feet Song, that was used in a Mushishi opening, was, in fact, not originally written for Mushishi! The author of the song elaborates on that a little.

215.

Семь предметом для японской женщины — Haiku Daily

t.me/HaikuDaily/1425

В японской культуре есть такое расхожее выражение «нанацу доогу» — семь предметов (или семь инструментов), которые определяют человека по профессии или по его предназначению.

Например, есть список для воина, куда входят: кольчуга( панцирь), катана, длинный меч, лук, стрелы, накидка «хоро» и шлем.

2023-03-19

123.

Alex Schroeder: 2023-02-22 Adapting the game

alexschroeder.ch/wiki/2023-02-22_Adapting_the_game

How a Dune-inspired TTRPG might look?

2023-02-19

65.

HOT DOG Linux

hotdoglinux.com

HOT DOG Linux uses a custom lightweight Objective-C foundation on top of the GCC Objective-C runtime. The style of Objective-C is completely different from the one Apple uses, everything is basically id.

By design, Unicode is not supported.

Low DPI displays are preferred, since the graphics are bitmapped and fixed in size. The preferred aspect ratio for HOT DOG Linux is 5:4 in landscape, and 3:4 in portrait.