β² 801 βΌ Arch Linux is a Tamagotchi for IT nerds (lemmy.world) submitted 1 week ago* by cannedtuna@lemmy.world to c/linuxmemes@lemmy.world 259 comments fedilink hide all child comments nixCraft on Mastodon
[β] Miaou@jlai.lu 18 points 1 week ago (1 child) to open a python code This tells you everything you need to know about who wrote this. That's not a meme BTW, why is this even here. permalink fedilink source hideshow 2 child comments replies: [β] KernelTale@programming.dev -2 points 1 week ago 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. permalink fedilink source parent
[β] KernelTale@programming.dev -2 points 1 week ago 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. permalink fedilink source parent