Solving Wordle
2022-01-30
What is Wordle? Wordle is a web game that's recently become super popular, and I've seen a lot of articles on the internet about how to…
Schrödinger's Equation with Python and Numpy
2021-08-26
The Schrödinger Equation We start out with the equation which tells us how our state will change in time ( ), given its energy ( ): For a…
Wrapping the HTML Canvas for re-frame
2020-10-22
When working all high up in the ivory tower of PURE STATELESS DECLARACTIVE REACTIVE RE-FRAME, one can forgot that one sometimes has to dip…
A Practical Nix Reference
2020-08-10
I have trouble remembering the exact syntax needed to do stuff in nix. Here's a little reference on how to do those things (WITH A STRONG…
An Emacs + Nix Workflow
2020-07-29
This is a post which goes through my current workflow, and how to set it up for yourself. I use emacs as the editor, but I think it's…