Finally wrote some proper documentation for my to-be discord replacement
now to figure how tf to make a proper app for this thing because im getting really impatient using discord so much
oh and it doesn't use any javascript! yay
https://freechat.shockrah.xyz
Got to implement a Berger Table Generator today
Even though it was simple it felt really nice to think about a janky little algorithm instead of features or deadlines
Also never heard of this stuff before so I felt like a first CS student again lots o fun :^)
Ref: https://en.wikipedia.org/wiki/Round-robin_tournament#Berger_tables
Disclaimer: rocket.rs is actually incredible especially for writing up simple web servers _really_ quickly
things breaking on rust nightly every other day has finally pushed me to straight up drop using rocket entirely
I'd rather just do things myself than be at the mercy of a massive library from now on
Hyper here I come!
Ran some tests querying data off a firebase instance from python with synchronous and asynchronous methods and wow.
I really want to refactor a lot of code for those massive query time gains but the code but I have in mind is already fraught with problems and missing features oh well maybe one day I'll get to it, for now it goes on the todo list
I make stuff on the internet