2026-09-06
Lua 5.1 Reference Manual
lua.org/manual/5.1/manual.htmlMonocypher manual
monocypher.org/manualMonocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.
Unison manual
html-preview.github.io?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.htmlUnison 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.)
Built-in Functions
docs.python.org/3/library/functions.htmlThe 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.
Python Built-in Types
docs.python.org/3/library/stdtypes.htmlBuilt-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.
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.
Scribus Scripter API
impagina.org/scribus-scripter-apiScribus 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
webgbcam
maple.pet/webgbcamUseful for profile pictures!
gameboy camera-like experience in your browser!
made by maple - inspired by christine love's interstellar selfie station
Domino Fit
dominofit.isotropic.usA puzzle about domino dots
Clues by Sam
cluesbysam.comA daily logic puzzle where you deduce who is a criminal!
Dumbing of Age - A college webcomic by David M Willis
www.dumbingofage.comDumbing of Age is a webcomic about a co-ed college dorm and its dysfunctional inhabitants.
Questionable Content - Home
questionablecontent.netQuestionable Content is an internet comic strip created by Jeph Jacques about friendship, romance, and robots. QC began on August 1, 2003.
Gunnerkrigg Court - By Tom Siddell
www.gunnerkrigg.comGunnerkrigg Court is a science-fantasy webcomic created by Tom Siddell. It is updated online three days a week.
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