14 bookmarks

2026-09-06

16.

Lua 5.1 Reference Manual

lua.org/manual/5.1/manual.html
14.

Monocypher manual

monocypher.org/manual

Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.

12.

Unison manual

html-preview.github.io?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html

Unison is a file-synchronization tool for POSIX-compliant systems (e.g. BSDs, GNU/Linux, macOS) and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.

(Also, this link uses html-preview.github.io, which seems to be a useful service in itself.)

11.

Built-in Functions

docs.python.org/3/library/functions.html

The Python interpreter has a number of functions and types built into it that are always available.

If what I'm looking for isn't here, it's probably in itertools.

10.

Python Built-in Types

docs.python.org/3/library/stdtypes.html

Built-in Types

The following sections describe the standard types that are built into the interpreter.

The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.

9.

Python library documentation: re

docs.python.org/3/library/re.html

The documentation for the re module. Since the re can be replaced with any module name, it's a useful springboard.

8.

Scribus Scripter API

impagina.org/scribus-scripter-api

Scribus Python interface module

This module is the Python interface for Scribus. It provides functions to control scribus and to manipulate objects on the canvas.

2026-09-05

7.

webgbcam

maple.pet/webgbcam

Useful for profile pictures!

gameboy camera-like experience in your browser!
made by maple - inspired by christine love's interstellar selfie station

6.

Domino Fit

dominofit.isotropic.us

A puzzle about domino dots

5.

Clues by Sam

cluesbysam.com

A daily logic puzzle where you deduce who is a criminal!

4.

Dumbing of Age - A college webcomic by David M Willis

www.dumbingofage.com

Dumbing of Age is a webcomic about a co-ed college dorm and its dysfunctional inhabitants.

3.

Questionable Content - Home

questionablecontent.net

Questionable Content is an internet comic strip created by Jeph Jacques about friendship, romance, and robots. QC began on August 1, 2003.

2.

Gunnerkrigg Court - By Tom Siddell

www.gunnerkrigg.com

Gunnerkrigg Court is a science-fantasy webcomic created by Tom Siddell. It is updated online three days a week.

1.

In Search of Lost Type

www.crowdsupply.com/oddly-specific-objects/open-book-touch/updates/in-search-of-lost-type

Source of the idea of using ASCII control characters for markup. I'm not comfortable with using stuff that could be part of the input text, and random Unicode characters are inconvenient, but why not ^V^N and ^V^O for Shift Out and Shift In?

My first sense of enchantment with the nooks and crannies of ASCII came from the U+000E <SO> and U+000F <SI> characters. These were, in the Teletype era, designed to shift the two-color printer ribbon: “out” to red, for emphasis, and then back “in”, to black, for normal text.

ASCII also gifted us this cluster of control characters in its legacy:

  • U+001C <FS> - File Separator

  • U+001D <GS> - Group Separator

  • U+001E <RS> - Record Separator

  • U+001F <US> - Unit Separator