Blog
List of blog posts
Hello, this is the top level page of my blog.
A Better Sieve
A series where I explore making a better Sieve of Eratosthenes.
Latest Update: 2023-05-06
Pages in Section: 3
Reflecting on #12in23 Challenge
A post reviewing my work for Exercism's 12in23 Challenge
Latest Update: 2024-01-15
This post will go over my experience with the Exercism #12in23 Challenge and what will happen next. Much of this will be a retrospective of what I remember feeling for each language rather than a walkthrough of my solutions, so expect a more stream of consciousness style of writing.
Introduction to Reinforcement Learning
An overview of reinforcement learning
Latest Update: 2023-03-01
This blog post will go over a simple high level introduction to reinforcement learning. I will focus on providing some major terms and explaining the common ideas for any reinforcement learning setup. My goal is to provide a good jumping off point for further research. Also, this is meant to be language and software agnostic, but I will provide some resources for a couple of concrete implementations towards the end of the post.