Tristan Melton
tristanmelton.com
Tristan Melton
@tristanmelton.com
Graduate student studying integrated photonics. SoCal Tekken FGC!

Webmaster of https://www.socaltekkenlocals.com/

https://tristanmelton.com/
Fun fact... there are 36,006 total players that I've detected that have played in competitive Tekken 8 tournaments! That's actually not too bad of a size.
December 26, 2024 at 5:48 PM
The matte white would look excellent!
December 4, 2024 at 4:27 AM
Also worth noting - I calculate based on set wins, not match wins, so if you go 3/2 vs 3/1 vs 3/0, the glicko2 differential is the same.
December 2, 2024 at 4:01 AM
Next steps are going to be prettying-up the interface, including match data (which I've already stored some basic information), and name searching so you don't need to use the slug.
December 2, 2024 at 3:57 AM
December 2, 2024 at 3:56 AM
Next up I think will be a private API that I can interact with (partially to help clean up and prevent SQL shenanigans) to drive the front-end.
November 26, 2024 at 8:45 PM
One thing I noticed pretty quick is that start.gg only returns up to 1000 entries per call, so I'll need to convert a lot of my calls to paginated API calls to handle this - that's something that's on my to-do list. If anyone can recommend an elegant solution please let me know!
November 20, 2024 at 7:18 AM
Once I have parsed the JSON to grab all the user IDs and their associated tournament sets, I go through and issue another API call per-set to get each slot's uID, winner status, and number of wins. My next step data-wise is to pass this through to a database (MariaDB maybe?) to store.
November 20, 2024 at 7:17 AM