Who?

I’m a developer making stuff for fun in my free time.

What?

I use Rust, Java, Python, and PHP.
I make anything from Minecraft mods to websites to silly little command-line tools.

Contact me

Discord: sunkenpotato

Storing Passwords in SQL

Intro I’m sure everyone has had that moment where you create an account for something and then you have to write down the password somewhere, or store it in a password manager. Or, you had to store those backup keys for 2FA, and those are very annoying to remember, and even when they do give you a file to download, they’re always named backup-keys-discord.txt or something. Those are really annoying to store in my opinion, and today, since I’m too cheap to use a password manager, and too good to write them down, I’m storing in them in an SQL database.
Read more

New Website

As some may know, I had another website before this. I made it myself, since I thought, you know, maybe I’ll be good at CSS…(?) Nope. I’m awful at CSS. The elements were overflowing, grid elements not filling grids, etc., etc. So I’m using the Terminal theme instead by panr. It’s looking pretty good for now, and I’m happy about how it’s turned out. I’m now working on a Cloud-storage application called Homebase, made in Rust and Java(FX).
Read more