Saturday, February 8, 2025

API calls from inside the house

A big part of my current idea is using a public API to get info on specific mods.  Once I implement the calls I'll do a simple cli command to get the output to start, then try and build a webpage to show it.  

Overcomplicating Recursion

As I study recursion and begin applying it in my homework, I notice some similarities, or at least tenuous connections between recursion ste...