-
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. […]
-
JWT-Brute: Cracking JWT Tokens with Python
A brief exercise in cracking insecure JWT tokens using Python. Code available on Github.
-
Asteroids using Pyglet & Python
I’ve been busy lately. Thanks to a wonderful tutorial by Steve Johnson, I’ve managed to create a clone of the arcade classic ‘Asteroids’ in Python using a 2D library known as Pyglet. The experience was good, very frustrating at times. I decided to jump off of the tutorial at a certain point and just do […]
-
LearnPython.org: Good, not great
Like I had mentioned in my post from a few days ago, I’ve been dabbling in Python as a way to expand my knowledge of web apps — a lot of large scale web apps were created using Python as a flexible back end. One example that comes to mind is reddit. Not-So-Oddly enough, I […]