As an ex league addict I do think that league makes people worse and I hope Riot’s CEO will hang.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: March 12th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Debian (for 2 days because I broke it) -> Mint -> Arch (for an hour) -> CachyOS. I like Cachy and it has been half a year. With the package optimization I don’t really see myself switching to anything else.


Sadly yes. I do write python code myself but in the end C/C++ is my home. When I talk to python friends they are like: I can either use this library and make it work or spend hours to make inferior version of the same thing. Bitch I told you to look at queue and that a circular buffer could be an option of it were not JavaScript for faster stack allocation, and they chose to cache it. Sure let’s spend time on reading somebody’s documentation instead of using one of the well known data structure and have “object’s” lifetime being time based rather than as needed. The program requires data of 10 objects loaded at all times. Never less never more with first in first out and once it’s out it never returns.