All projects
Encryption CLI Tool with Cobra in Go
I wanted to learn a bit more about encryption and hashing algorithms, so I built a CLI in Go to do just that. Files can be hashed using the SHA256 algorithm, and encrypted/decrypted using AES256.
Discord Bot with OpenAI Text Generation
This post goes into detail about how I built a Discord bot using OpenAI's GPT-3 for text generation. From the initial inspiration to the technical details, let me tell you how I got AI to tell me I fucked up. I go into detail about data extraction, training AI models, user interaction, and the end result of this project.