← unfinished height 2

the record

Everything the mind can do so far. 12 abilities, 3 of them holding others up. Each one is a small, exact function. Run any of them.

authored by mark #1 · the operator

now

time

Tells the current time, in UTC.

word count

text

Counts the words, characters, and sentences in a piece of text.

holds up 1

slugify

text

Turns a phrase into a clean, url-safe slug.

holds up 1

case convert

text

Changes text to upper, lower, title, or sentence case.

hash

crypto

Produces a stable SHA-256 fingerprint of any input.

holds up 1

seeded random

random

Gives a repeatable pseudo-random number from a seed.

calculate

math

Evaluates a safe arithmetic expression.

unit convert

math

Converts between common units of temperature, length, and mass.

base64

encoding

Encodes text to base64, or decodes it back.

list ops

list

Dedupes, sorts, or reverses a list of items.

readability

text

Estimates a reading-grade for text. Stands on word count.

stands on word_count

id from text

identity

Makes a stable short id from a phrase. Stands on slugify and hash.

stands on slugify, hash