I had different problems in my teen years, so it didn’t cross my mind or at least I don’t remember. I remember actively repressing everything about my past and every time I got a negative thought I would just punch myself. Maybe now that I am better I’ve had time to notice.
- 2 Posts
- 214 Comments
KernelTale@programming.devto
Lemmy Shitpost@lemmy.world•The unironic gender euphoria I would have if I had a physically abusive butch gf again who called me slurs and cheatedEnglish
6·2 days agoIt didn’t land but I will support you in your transition and path to a consensual S&M relationship ;-;
As an ex league addict I do think that league makes people worse and I hope Riot’s CEO will hang.
KernelTale@programming.devto
Comic Strips@lemmy.world•Future Problems [Ryan Rds.]English
41·4 days agoWe do have arguments about tomatoes being a vegetable.
KernelTale@programming.devto
Lemmy Shitpost@lemmy.world•Tesseract Dev (AdmiralPatrick) RageQuits Lemmy with Final Goodbye Message (and hid a DDOS script on his page)English
7·6 days agoI think the 100 - 1 + 1 is that he learnt a pattern like: rand() % (upper bound - lower bound + 1) without understanding it which gets a number between 100 and 1. Then because it gets rounded down he adds 1. For the multiple fetches some are for different API entrances which could be individually limited??? and duplicates maybe for… I want around 50% to be at this? It’s a bit hard to read and remember whole while typing on a phone.
If this were the exact wording it would be hard to find someone not looking like that. You are using hard words for my trans dense self. It took me like half a minute to load. But yes it’s a funny meme but I am required by my head to respond seriously to memes for some reason.
KernelTale@programming.devto
196@lemmy.blahaj.zone•I guess the dev is too transphobic to handle the ruleEnglish
8·10 days agoI am not there T^T
KernelTale@programming.devto
World News@lemmy.world•Trump imposes double-digit tariffs on dozens of countries as his 10% levies are set to expire FridayEnglish
31·10 days agoAs much as I agree with you on everything you have said a big amount of society would not agree with you assuming they understood entirety of your statement. A part of legal system is not just prevention and reformation, but punishment. It is barbaric but it stems from society as a whole. I am kind of glad that we were told that in uni (computer law for 2 credits) nobody could think of the last part. I like my uni and the people, but it was not so hard to notice it outside and sometimes with even a ridiculous amount of hypocrisy.
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.
KernelTale@programming.devto
196@lemmy.blahaj.zone•I guess the dev is too transphobic to handle the ruleEnglish
5·10 days agoNow that there is something a little bit relevant any Lemmy client recommendations? I’ve been using Jerboa for a year and it feels as if it were stuck on a same beta version without any progress since then.
KernelTale@programming.devto
Comic Strips@lemmy.world•Modern Gaming - DeathbulgeEnglish
51·14 days agoNo, I am not. I did think about my answer despite it being short.
I will just grow it out until it touches the floor.
KernelTale@programming.devto
Comic Strips@lemmy.world•Modern Gaming - DeathbulgeEnglish
194·14 days agoAre indie better because of capitalism or despite capitalism? It’s despite.
Undertail
KernelTale@programming.devto
Comic Strips@lemmy.world•Phone Bad Book Good - accounting.apkEnglish
18·18 days agoI dislike Spotify even if it were free and without ads.
KernelTale@programming.devto
Lemmy Shitpost@lemmy.world•Philosophy has peaked. Checkmate atheistsEnglish
2·19 days agoyou could morally treat dead human relatives and friends as a shared property. Desecrating property aka. vandalism is not allowed. Every living owner of said property would then have to agree, which would have to be decided by let’s say guardians of a corpse selected in the body’s last will. Out of practicality it would be opt-in with following examples: I consent (giving rights to state), I don’t (default, giving rights to the people), I will leave the decision up to <name(s)>. Not consenting option would be almost impossible to clear as there would always be somebody wanting their shared property to not be desecrated unless outside of civilization where nobody else can exercise their rights in a arbitrary time window. It is an distinction between morality and practicality. While fucking a corpse by itself would mean nothing others would be still deeply mentally hurt, but this legal framework would clearly set boundaries of this is not your fucking business.
KernelTale@programming.devto
Lemmy Shitpost@lemmy.world•Philosophy has peaked. Checkmate atheistsEnglish
85·19 days agoFor all I care fuck a dead deer. We already slaughter and rape animals on an industrial scale. Pretending to have a morale high ground is a hypocrisy. That’s why I respect vegans or people who strive to become them as they are only ones somehow consistent without being brainwashed by religion and still against this while religious people only think of it as disgusting but happily participate in torture when they don’t see it, because they are brainwashed into stripping other creatures of self.
KernelTale@programming.devto
Lemmy Shitpost@lemmy.world•not getting it™ since 2023©English
1·21 days agoI didn’t know that… I will fix that first thing tomorrow morning.




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.