20 random bookmarks

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

2026-02-12

2095.

hugeping/ii-go

github.com/hugeping/ii-go

IDEC server software by hugeping.

2025-04-27

1873.

There’s a trick to help you hear better. It may surprise you

www.ctvnews.ca/health/article/have-trouble-hearing-a-conversation-try-tapping-your-fingers

In a noisy environment, you can simply tap your finger before someone speaks to hear better,

Gotta try it!

2025-03-20

1825.

Colonist: Play Settlers of Catan Alternative - Free Online Game

colonist.io

Played it with Optozorax. Works well!

2025-03-17

1820.

a very methodical thing to read about the inspection paradox | maya.land

maya.land/responses/2025/03/16/methodical-inspection-paradox.html

2025-02-23

1777.

Making A Lightweight Diary In Decker

jagtalon.net/hypha/making_a_lightweight_diary_in_decker

2025-02-07

1750.

A Well Known URL For Your Personal Avatar

blog.jim-nielsen.com/2023/well-known-avatar

/.well-known/avatar resolving to an image. Edge cases not considered at all. Might implement

2024-12-26

1655.

png2tal

codeberg.org/kira/png2tal

Converts a PNG to 2- or 4-colour uxntal data literals.

2024-12-25

1650.

gwit: gwit - Web sites over Git

sr.ht/~ivilata/gwit

gwit is a minimalist system for a Web of replicated, host-neutral, lightweight sites backed by Git.

2024-12-22

1639.

Short URLs: why and how | Derek Sivers

sive.rs/su

Instead of:
yoursite.com/blog/2022/05/08/short-urls-why-and-how.html
… consider just:
yoursite.com/short

2024-09-15

1514.

pub.solar

pub.solar

We're a friendly community creating a digital corner pub.

Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data.

We host online services for you and all the people you love. We do this transparently and democratically.

2024-08-08

1429.

Notation3 Language

w3c.github.io/N3/spec

2024-07-28

Reposted 1412.

Jade Rubick - How to avoid being a bottleneck leader

www.rubick.com/bottleneck-leaders

2024-02-06

1125.

GUIdebook: Graphical User Interface gallery

guidebookgallery.org

A collection of GUI screenshots.

2024-01-23

1074.

paperwm/PaperWM

github.com/paperwm/PaperWM

PaperWM is a Gnome Shell extension which provides scrollable tiling of windows and per monitor workspaces. It's inspired by paper notebooks and tiling window managers.

2023-12-04

956.

Научная фантастика у Куприна

bolknote.ru/all/nauchnaya-fantastika-u-kuprina

У Куприна в «Молохе» есть превосходный, пророческий отрывок. Я выделил одну фразу, но он хорош целиком, особенно про всё растущую стоимость времени

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.

2023-06-10

306.

cohost! - "i realize this might be swinging at the hornet's nest, but i have a genuine question about the Fediverse"

cohost.org/jkap/post/1652161-i-realize-this-might

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.

2023-03-19

99.

The right way to use go-sqlite3

web.archive.org/web/20210423132955/https://foxcpp.dev/articles/the-right-way-to-use-go-sqlite3

SQLite is a wonderful piece of software and it is completely meaningful to use it in a project written in Go even though SQLite itself is in C. Though people has been hitting lots of issues with it, mostly "database is locked" error that seems to appear out of nowhere.

First of all, SQLite allows concurrent readers but only a single writer. Unlike most places where you may encounter some sort of synchronization SQLite does not wait for the write lock to become available - instead it just returns an error, letting the caller deal with it. This is why you are getting "database is locked" errors.

2023-03-09

89.

PotatoP | Hackaday.io

hackaday.io/project/184340-potatop

Ploum:

A minimal computer which harvests power from the ambient light, offering
only a minimal LISP programming environment.

I feel that if it could become sufficiently powerful to run a shell and
a text editor, you could quickly expend it to read/send emails and even
browse Gemini.

Maybe I’m dreaming…