20 random bookmarks

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

2026-01-24

2073.

Geomys

geomys.org

A collective of Go developers maintaining popular and critical libraries, sometimes taking over the work when asked to. Should I join their ranks one day?

2025-11-16

2037.

Classic Theme - Windhawk

windhawk.net/mods/classic-theme-enable

Disables theming (enables Classic theme)

2025-09-07

2008.

DIY Soft Drinks Like Cola, Fanta and Sprite (Part 1)

karl-voit.at/2022/01/23/DIY-Soft-Drinks

2025-05-10

1897.

Versioning and Types in REST/HTTP API Resources

thereisnorightway.blogspot.com/2011/02/versioning-and-types-in-resthttp-api.html

Versioning API by including the version in MIME type. Never thought of that before!

2025-01-09

1717.

louis-e/arnis: Generate any location from the real world in Minecraft Java Edition with a high level of detail.

github.com/louis-e/arnis

Generate any location from the real world in Minecraft Java Edition with a high level of detail. - louis-e/arnis

2025-01-02

1684.

Oversimplified History of Retro Game Consoles for Programmers

pikuma.com/blog/game-console-history-for-programmers

As game developers, we can learn a lot from the past. Let's look at the history of game consoles to understand the driving forces that helped shape the modern gamedev technologies we use today.

2024-12-31

1672.

diaspora* federation protocol

diaspora.github.io/diaspora_federation

2024-12-06

1617.

Профсоюз работников ИТ

ruitunion.org

Новости о важных событиях для работников ИТ индустрии

2024-10-08

1546.

Handmade Manifesto

handmade.network/manifesto

Computers are amazing. So why is software so terrible?

2024-06-28

1351.

The XML Bookmark Exchange Language Resource Page

pyxml.sourceforge.net/topics/xbel

The XML Bookmark Exchange Language, or XBEL, is an Internet "bookmarks" interchange format.

2024-02-02

1088.

Don’t prefill config files

www.makeworld.space/2024/02/no_prefill_config.html

The biggest design mistake I made with Amfora, my first community open source project, was autogenerating config files. On startup, the application looks for a config file, and creates one if it doesn’t exist, full of all the application defaults. At the time, I thought this was great, as it documents all the existing options, and makes them very visible to the user in case they want to change them. In the end, this decision created a lot of headaches and is not something I’d ever do again.

makeworld is right! I had the same problem in Mycorrhiza but didn't suffer great consequences because the configuration design didn't change much.

2024-01-10

1028.

koki-develop/clive

github.com/koki-develop/clive

⚡ Automates terminal operations.

2023-11-12

Reposted 848.

Яндекс.Музыка + Winamp

yaamp.ru

Yaamp — aудио-плеер Winamp с интегрированным сервисом Яндекс.Музыка

2023-11-10

Reposted 843.

Pagefind

pagefind.app

Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.

2023-08-10

553.

tonsky/DarkModeToggle

github.com/tonsky/DarkModeToggle

Statusbar app to quickly toggle between light and dark modes

I might want to use it in the future. Now, I just bind the following script to something:

osascript -e 'tell application "System Events" to tell appearance preferences to set dark mode to not dark mode'

2023-07-14

458.

GitHub - aaronpk/Nautilus: Turn your website into an ActivityPub profile

github.com/aaronpk/Nautilus

This project is meant to run as a standalone service to deliver posts from your own website to ActivityPub followers. You can run your own website at your own domain, and this service can handle the ActivityPub-specific pieces needed to let people follow your own website from Mastodon or other compatible services.

2023-05-07

202.

Интернет всё забывает

bolknote.ru/all/internet-vsyo-zabyvaet

Нередко на статье о какой-нибудь очередной инновации я вспоминаю, что такое уже анонсировали лет 15—20 назад, но найти этого не удаётся, — все новостные издания, которые об этом писали, давно исчезли.

2023-05-05

192.

z3bra.org - monochromatic blog

blog.z3bra.org

Cool blog. Completed.

2023-03-22

132.

cstate/cstate: 🔥 Open source static (serverless) status page. Uses hyperfast Go

github.com/cstate/cstate

2023-02-19

48.

Some opinionated thoughts on SQL databases - Made of Bugs

blog.nelhage.com/post/some-opinionated-sql-takes

Unfortunately, in my opinion, those incredible storage engines — some of the finest pieces of systems engineering available to us — are hidden behind what I find to be a very frustrating interface. Let’s look at what I dislike about SQL.