20 random bookmarks

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

2025-05-27

1921.

Inboxes are Underrated

borretti.me/article/inboxes-are-underrated

On inboxes as application-specific todo lists.

2025-04-02

1854.

Haskell: A Great Procedural Language

entropicthoughts.com/haskell-procedural-programming

2025-03-04

1793.

Удивительный и забытый Palm: операционная система, которая изменила всё

trashbox.ru/link/udivitelnyj-i-zabytyj-palm-chast-3

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

2024-08-12

1439.

Why RichText facets in Bluesky

pfrazee.com/blog/why-facets

Today in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?

// slightly simplified
{
  text: "Hello @bob.com",
  facets: [
    {feature: "mention", index: {start: 6, end: 14}}
  ]
}

2024-06-17

Reposted 1329.

a fast CLI tool for converting markdown to html

github.com/thebigbone/markhtml

Useful to save web pages as local markdown files, for search

Also useful to output PDF from pages!

1328.

XXIIVV — paradise

wiki.xxiivv.com/site/paradise.html

In Paradise, you are but a force acting upon places, objects, words — vessels. Paradise is a kind experimental file-system and operating system.

2024-06-06

1295.

A gallery of cross-references and automatically numbered headings

www.uninformativ.de/blog/postings/2024-05-23/0/POSTING-en.html

2024-05-05

1240.

Andrew M. Bishop's Homepage

www.gedanken.org.uk

2024-03-27

1207.

Emissary | Developer Site | Resources

emissary.dev/fediverse-resources

Building on the Fediverse is hard. Here is a list of ActivityPub and other developer resources that have been helpful in developing Emissary.
This is not a canonical or official list by any means, but hopefully this list of bookmarks is valuable to others who are building their own Fediverse apps.

2024-02-05

1117.

News from WWDC23: WebKit Features in Safari 17 beta

webkit.org/blog/14205/news-from-wwdc23-webkit-features-in-safari-17-beta

The <model> element will provide a way to easily present 3D content in a web page without any scripting. Just like with <img> and <video>, HTML makes it possible for <model> to work in a robust and simple manner across web browsers on any platform. Model is still undergoing specification and is subject to change, but we expect it will work like this:

<modelsrc="asset/example-3d-model"width="400"height="300"></model>

New WebKit brings easy 3D-models to web.

2024-02-04

1102.

How Doom didn't kill the Amiga

www.datagubbe.se/afb

2024-02-03

1093.

akavel's digital garden

akavel.com

2023-12-16

978.

Jamie Brandon

www.scattered-thoughts.net
976.

About | #Seppo! Personal Social Media

seppo.social/en/about

2023-08-23

581.

Ancient Computers

ethw.org/Ancient_Computers

2023-08-13

565.

Nature for Nerds

www.datagubbe.se/nerdnat

In a city, you can find harvestable plants if you look hard enough. This is true. In Ufa, I've seen apple trees, for example. The author invites readers to learn more about it. Maybe I will.

2023-08-09

548.

The Project Gutenberg eBook of Moby Dick; Or the Whale, by Herman Melville

www.gutenberg.org/files/2701/2701-h/2701-h.htm

The text of Moby-Dick. I take lorem-ipsum-level texts from here. Also, a good book!

2023-07-17

474.

dosyago/DiskerNet

github.com/dosyago/DiskerNet

DiskerNet empowers you to be the master archivist of your own internet browsing. As a robust, lightweight tool, DiskerNet seamlessly connects to your browser, saving and organizing your online discoveries in real-time. With an option to archive everything or only bookmark-worthy content, DiskerNet places you in full control of your browsing history. No special plugins or extensions required.

2023-03-08

87.

Где и когда видели снежного человека на Южном Урале?

nashural.ru/article/zagadki/gde-i-kogda-videli-snezhnogo-cheloveka-na-yuzhnom-urale

Описания о встречах с шурале

2023-02-19

71.

cognate-lang/cognate: A human readable quasi-concatenative programming language

github.com/cognate-lang/cognate

Cognate is a small dynamic quasi-concatenative language for functional programming. Cognate aims to express complex programs in a simple and readable way through its unique syntax, which emphasises embedding comments into statements. This makes programs very readable and helps a programmer better express their intentions.