lynamf@gmail.com - BlueSky - LinkedIn - GitHub
Resume
Hi! I'm Frank Lynam, and I'm a nuclear engineer. I've spent the last fifteen years or so working in cyber security and software development, mostly supporting federal agencies across the government. I've had a chance to work on fixing up some neat systems, and have been part of some great teams doing really interesting analyses. I thought it might be fun to start writing down some of the things that can be shared.
I'm just getting started here, but I hope to keep it up!
2025-06-07 - Measuring by Vibes
A neat way to measure maze generation through graph theory.
2025-05-09 - Basic Mazes
An explanation of an old maze generating algorithm my grandfather taught me.
2025-04-26 - Depth First Path List
An explanation of turning a depth first search into a list of paths through a graph.
2025-04-10 - Self-Pruning Spanning Tree
A solution for a graph question I couldn't find a pre-built answer to.