Jujutsu (jj) Cheat Sheet: A Git Alternative?

2025-02-12

This post introduces a cheat sheet and reference for Jujutsu (jj), a version control system compatible with git repositories. The author finds jj more intuitive than git and provides learning resources including a reference describing the repository's state and a visual cheat sheet for common editing operations. For newcomers, reading a tutorial first is recommended to avoid preconceived notions from git. Both resources are concise and printable for easy learning.

Read more
Development

Non-Euclidean Mazes: Generating Mazes on Penrose Tilings

2024-12-31

Blogger Justin Pombrio shares his maze generation algorithm based on Penrose tilings. Unlike traditional mazes built on regular grids, the aperiodic nature of Penrose tilings results in unique, non-repeating mazes filled with circles and stars, featuring ten different wall angles. While the generation algorithm is inefficient, the resulting mazes offer a visually striking and challenging experience.

Read more