-
Learning COBOL
COBOL is such a funky language. It feels like the closest I’ll ever get to interacting with a computer via punch cards. I know it’s not that antiquated, but the language is something like 60 years old. I’ve been doing exercism.org (this link points to my public profile there). It’s a useful way to practice […]
-
My First Docker Image – MastodonReposter
Quick update to my previous post, embedded below: Using Mastodon.py and Docker to fix an issue I had with Akkoma The good news is I was able to clean up the code in my Github page, and then build it into a clean Docker image which I then published onto the Docker Hub as novakeith/mastodonreposter. […]
-
Using Mastodon.py and Docker to fix an issue I had with Akkoma
Using Mastodon.py in Python and Docker to create a Mastodon-to-Akkoma reposter for blogs that use the ActivityPub plugin for Wordpress.
-
JWT-Brute: Cracking JWT Tokens with Python
A brief exercise in cracking insecure JWT tokens using Python. Code available on Github.
-
KNovabot: A Discord bot in Python
Continuing my trend of trying to learn new things in Python, I have most recently been spending some time playing around the with Discord API. This was interesting to me for a few reasons: I use Discord to communicate with my friends when we play games on the PC; additionally, I’ve always had an interest […]