# Personal note list This is a collection of stuff I write & document for later reference, as useful info disappears all the time from the internet. - [Algorithms][algorithms]: A collection of algorithms with a brief explanation and an implementation. - [Concepts][concepts]: A collection of ideas I came up with and worked out. This includes anything from simple speed tricks & squirrels to custom ISAs, engines and flying pigs. - [Links][links]: A list of links to resources I've found useful in my quest for knowledge and tools. - [Trivia][trivia]: A list of trivial facts that I find interesting and / or had difficulties with finding. - [Source code of this site]. You will also need Pandoc and Bash. [algorithms]: algorithms [concepts]: concepts [links]: links [trivia]: trivia [funny]: funny [Source code of this site]: source ## Other stuff - [Advent of Code solutions][aoc] [aoc]: advent_of_code