1940 bookmarks

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

2025-03-14

# font
1815.
# font,pdf
1814.

2025-03-11

Proof of work instead of captcha

1811.

We make products to celebrate and explore the history of video games with the respect it deserves.

They implement retro game console hardware in FPGA, adding support for high resolution, external displays and whatnot. I especially like their Analogue Pocket thingie that runs all pre-DS handhelds. Super cool!

1808.
remarked

Johnny.Decimal is designed to help you find things quickly, with more confidence, and less stress.

# pim

2025-03-07

1806.
1805.

On perspectives.

1804.
1803.

Беларусы попробовали 4/3 и довольны.

1802.

Even though we often hear terms like L1, L2, cache block size, etc., most programmers have a limited understanding of what cache really is. This is a beginner-friendly primer on how cache works.

1801.

Other dip pens need to be re-inked every few words, but we wrote an entire 5" x 7" notebook page on a single dip in Kakimori Pigment Ink.

1800.

2025-03-06

Как в России летают на воздушных шарах. Фестиваль в Переславле-Залесском

# russia
1799.

Joey lives in an off-grid house.

1798.

building worthwhile things that might last

1797.

Author proposes to replace modern browsers with the following architecture. You make HTTP requests, server return you WASM blobs, they get executed. No built-in DOM.

DOM and its three languages are among the best technologies ever made, despite being so misused. It not being the default way will probably be disastrous. Think about accessibility!

But the idea is cool 🤔

1796.

Why and how to preserve digital content in plaintext format for long-term accessibility and reuse

The author actually doesn't think Markdown is the only correct storage format. All lightweight markup languages will do. They just use Markdown themselves. It's good they allow Mycomarkup, I'd've written a remarque here otherwise.

I myself am not sure if it's the right way. Maybe the websites should be preserved closer to the way they were made? I'll now archive this page, in HTML.

1794.

2025-03-04

Давайте посмотрим на историю и устройство Palm OS, а также поговорим о философии дизайна ПО Palm и его наследии

# palm
1793.

A RTS game where you program your units with UXN. Reminds of that one spacefaring game, where you also do UXN. Super cool!

There's a devlog linked on the page, I liked reading it.

# game,uxn
1792.

Actually, complete history of innovation in pencils in Japan. For some years I wanted to get my hands on one of these, but it was hard to justify it. I have so many pencils left over from school days, my pencil consumption rate, which is probably higher than yours, is low, and I'll probably never finish them all. But maybe there's truly some magic in those Mitsu-Bishis?

1791.

without JavaScript in a weird browser

# search
1790.
# html
1789.

Marginalia got a new design and a new domain.

1788.

2025-03-03

remarked

The new official hand-drawn font powering Excalidraw. Download Excalifont under MIT license and learn more about its specifics.

# font

Sophisticated Linux key remapper. Supports per-device and per-application settings. Wayland and X. I should look into this.

1786.

2025-03-01

The logotype has different colors every time you load the page.

1785.

I used it to create the Betula logo.

# svg
1784.

CW: Body horror

When Brent Chapman’s doctor first pitched him on the idea of having one of his own teeth surgically embedded in his eye to restore his sight, he says he felt “a little apprehensive.”

1783.

2025-02-26

Я вам сейчас скажу мысль, которая возможно взорвет вам мозг. Если разработчику дать денег, то он их просто спустит в унитаз. Деньги не просто не помогут, они вредны для людей, у которых нет сформированного понимания функционирования бизнеса, которое можно получить либо через свой опыт, либо находясь внутри какой-то компании, на позициях близких к коммерческой части. Да бывают исключения, но глобально оно вот так.

И история про Хекслет.

1782.

2025-02-25

Как же это круто, как же мне туда надо!

# russia
1781.

2025-02-24

remarked

Меня опять очаровал го. Может, вступить? Первого марта Кубок мэра Казани, но судя по рейтингу участников, мне там делать нечего. Надо разузнать про сообщество, короче.

1779.

2025-02-23

On how Jag Talon set up Mycorrhiza and Betula

1778.
1777.

2025-02-20

# floss
1776.

2025-02-19

The simplest syntax highlighter. I might copy it for Mycomarkup implementations. The script is in ed(1) of all languages, but it really takes next to no effort to copy it. Aartaka is truly the pioneer of technology choices.

1775.

2025-02-18

At long last! I haven't bought it and going to atm, but I'm already sure it's the best dithering software. It's powered by the library makew0rld had made before. Nice.

1774.

2025-02-17

Browser extended with Common Lisp

1773.

2025-02-16

От 19 века до начала 80-х. Как человечество придумывало сенсорные экраны и рукописный ввод

# palm
1772.

Неудачи, торжество дизайна, борьба с бумагой и Microsoft. Давайте проследим историю зарождения Palm и её мировой известности

# palm
1771.

Very long article about Palm. I shall read it now.

UPD. Images are broken. Well then, I'll resort to Limows' Russian translation.

# palm
1770.
1769.

Do not provide too many choices in your interface. The author talks about user interface, but I think it also applies to programming interfaces. I try to follow this principle.

1768.

2025-02-14

1767.

2025-02-13

HTMX in PostgREST!

create or replace function api.index() returns "text/html" as $$
  select $html$
    <!DOCTYPE html>
    <html>
    ...
    </html>
  $html$;
$$ language sql;
1765.

PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.

Sounds like a way to write less code. I skimmed through the reference, looks cool. PostgREST is written in Haskell for some reason though.

1764.

2025-02-10

Exploring unseen concepts of design and opportunities of design-driven transformation and change

1763.

ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API.

curl \
  -d "Backup successful 😀" \
  ntfy.sh/mytopic

Free notifications!

UPD. Used it in my SystemD service files to notify me of service restarts. It was extremely easy to do so. Will use it for now, until I migrate to a proper monitoring system.

1762.

A collection of web pages from across the Internet that have a curated collection of bookmarks and/or links.

I'll apply.

1759.

A programming language that is compiled for NES. Has a built-in map editor and a bank switching. Sometimes I think how it would've been cool to make a game for NES. Maybe this could be a good tool for that.

1758.

This wiki is dedicated to cataloging games from Japanese Feature Phones (pre-Android/iPhone mobile devices). (e.g. i-Mode game, i-Appli game, EZweb game, S!Appli game)

1757.
1756.

Don't waste your time checking if some software is updated. Get Email, Webhook or notifications on Slack and other instant messengers.

# ci
1755.

2025-02-08

Fighting the undefined behaviors.

# c
1754.
remarked

Write it. Show it. Rock it. A fresh, fast and fun way to create and hold presentations.

Ansible looks cool. We also use it at work. Should I learn it?

1752.

embeddable ffmpeg,ffprobe WASM binaries with a small Go library wrapper

1751.

2025-02-07

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

1750.

2025-02-04

Not really a wiki engine though... I'm categorizing it as such due to its history.

1749.

Runs on Cardigan Bay. Has a long history

1748.

2025-02-02

У автора умер сайт на Нотионе, и он сделал вот эту прекрасную вещь.

1747.
1746.

2025-02-01

remarked
# webdev

A dictionary with keys "wiki" → "bencode" and "meaning" → 42 is encoded as d4:wiki7:bencode7:meaningi42ee.

1744.
1 2 3 4 5 7 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31