20 random bookmarks

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

2026-01-26

2083.

mission-center-devs / Mission Center

gitlab.com/mission-center-devs/mission-center

Task manager like the one in Windows but for GNOME. It looks better in GNOME. A bit sad I've migrated away from GNOME just a few days ago.

2025-07-23

1985.

The Chambers Beneath by Cyningstan

cyningstan.itch.io/the-chambers-beneath

A role-playing dungeon crawler game for DOS

2025-06-17

1947.

ICU Message Format | Tolgee

docs.tolgee.io/platform/translation_process/icu_message_format
{dogsCount,plural,=0{No dogs}one{One dog is}other{# dogs are}} here.

2025-04-16

1866.

Омар Хайям стих В окно смотрели двое

stihi.ru/diary/ivarin/2018-08-13

В одно окно смотрели двое.
Один увидел дождь и грязь,
Другой — листвы зеленой вязь,
Весну и небо голубое.
В одно окно смотрели двое.

Омар Хайям этого не писал.

2025-01-03

1688.

Archival with a universal virtual computer (UVC) ⁑ Dercuano

dercuano.github.io/notes/uvc-archiving.html

2025-01-02

1686.

Don't Do Complex Folder Hierarchies - They Don't Work and This Is Why and What to Do Instead

karl-voit.at/2020/01/25/avoid-complex-folder-hierarchies

2024-08-13

Reposted 1445.

Edit - Home Brewed Text Editor

c9x.me/edit

2024-07-28

Reposted 1413.

Copying is the way design works || Matthew Ström: designer & developer

matthewstrom.com/writing/copying

2024-05-19

1265.

Questioning the JS frontend paradigm

thomasorus.com/questioning-the-js-frontend-paradigm.html

An ever growing list of links questioning the JavaScript paradigm

2024-04-12

1227.

PROGRAMMING A PROBLEM-ORIENTED-LANGUAGE by Charles H. Moore

colorforth.github.io/POL.htm

2024-04-06

1219.

XXIIVV — modal

wiki.xxiivv.com/site/modal

Modal programs are represented as a series of rules, formatted as tokens delimited by brackets and parentheses, applied to a given tree which gets continually modified until no rules match any given part of the tree.

<> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?x)
<> ( ?x pop) ()

.. (1 2 3) (4 5 6) swap pop dup
01 (4 5 6) (1 2 3) pop dup
02 (4 5 6) dup
00 (4 5 6) (4 5 6)
<> (if (#t) ?b) (?b)
<> (if (#f) ?b) ()

.. (if (eq bat bat) reached!)
02 (if (#t) reached!)
00 (reached!)

2023-11-25

915.

The role of cat eye narrowing movements in cat–human communication - Scientific Reports

www.nature.com/articles/s41598-020-73426-0

Domestic animals are sensitive to human cues that facilitate inter-specific communication, including cues to emotional state. The eyes are important in signalling emotions, with the act of narrowing the eyes appearing to be associated with positive emotional communication in a range of species. This study examines the communicatory significance of a widely reported cat behaviour that involves eye narrowing, referred to as the slow blink sequence. Slow blink sequences typically involve a series of half-blinks followed by either a prolonged eye narrow or an eye closure. Our first experiment revealed that cat half-blinks and eye narrowing occurred more frequently in response to owners’ slow blink stimuli towards their cats (compared to no owner–cat interaction). In a second experiment, this time where an experimenter provided the slow blink stimulus, cats had a higher propensity to approach the experimenter after a slow blink interaction than when they had adopted a neutral expression. Collectively, our results suggest that slow blink sequences may function as a form of positive emotional communication between cats and humans.

2023-10-18

783.

mobydick.txt

gist.github.com/StevenClontz/4445774

Plain text Moby-dick.

2023-10-12

702.

Game Boy Macro Build Retains DS Compatibility

hackaday.com/2021/06/14/game-boy-macro-build-retains-ds-compatibility

Building a so-called “Game Boy Macro” is a great way to salvage a Nintendo DS that has a broken hinge or top screen, as the system only needs the lower display to play Game Boy Advance

2023-09-23

625.

Followers of the one good browser

www.triapul.cz/automa/followers-of-the-one-good-browser

Prahou teaches us how to browse the webs.

2023-08-17

576.

File System Alternatives

wiki.c2.com?FileSystemAlternatives

I am tired of hierarchical FileSystems. They grow into big messes over time (LimitsOfHierarchies). Let's discuss alternatives. Some have suggested using various kinds of databases so that one can query or view based on a wide variety of potentially orthogonal traits.

The C2 Ancients have good ideas.

P. S. Trying to save this page in Betula shows how bad and unfriendly the new “design” of WikiWikiWeb is.

2023-07-24

505.

Semmy: Social knowledge fabrics

discuss.coding.social/t/semmy-social-knowledge-fabrics/76

Somebody proposes something like a federated wiki. I'm skeptical.

Agora is mentioned in the thread!

2023-06-18

364.

Корректура в PDF

grishaev.me/pdf-correct

Если кто не знает, откуда столько ненависти к PDF, сейчас объясню.

2023-01-20

11.

Fun with text user interfaces

felix.plesoianu.ro/blog/tui-fun.html

The venerable Dialog utility (based on ncurses, and maintained by the same person for the past couple of decades) is one option: a small program that can handle a variety of common interactions like choosing a file to open, or entering dates, while looking good and being easy enough to use.

The utility is as at https://invisible-island.net/dialog/dialog.html.

10.

Command Line Interface Guidelines

clig.dev

Probably an allusion to Human Interface Guidelines by Apple.