home
about
logo
blog
contact
portfolio music conlangs video games board games puzzles square dancing food

posts tagged programmingview all ยป


The SHA256 of this title starts with 1b0b029d

2025-04-29
short (670 words) programming

Here is a true sentence:

My name is Andy Tockman, and the SHA256 of this sentence starts with 10823817b8.

Splitting hairs

2024-01-11
very long (3990 words) programming

The split function, near-universal in modern programming languages, for separating a string into a list of strings on a delimiter: how hard could it be?

Factorial in Mathematica

2020-08-21
very short (70 words) programmingmathematica

Here is a list of (mostly) increasingly stupid ways of calculating the factorial of n in Mathematica.