myxi
A computer science enthusiast.
- 14 Posts
- 119 Comments
Well, it depends on how you interpret their emotes. They constantly use that clown emoji, and so on. I interpret it as “not interested in talking to you” because, uh, I can’t explain why. It’s kind of because of all the circumstances in which I use those emotes when talking to my friends. I interpret their intent as how mine would have been. I frankly can’t take them as anything else; it’s a flaw.
Also, I didn’t just start ghosting them for just this reason; it was usually for a few other reasons as well. For example, one of my former friends had habituated herself to calling people slang like dumbfuck on a regular basis. But I don’t use such words when talking to my friends; I find them harsh. I kind of used to get upset whenever she’d call me by such slang, even when I had done nothing that could hurt her. We simply aren’t compatible enough to remain friends. Her constant use of such emojis was merely a cherry on top, but a considerable one.
myxi@feddit.nlto
News@lemmy.world•More young people choosing permanent sterilization after abortion restrictions, new research showsEnglish
191·2 years agoThe simplest way is to be a Reddit mod.
A lot of teenagers use it for some reason. It’s annoying because I’m a teenager myself, so I have to deal with my friends using it all the time. I went as far as ghosting some of my friends because they use annoying emotes all the time.
Which instance? We should maintain a list of these instances to ensure we don’t lose our data due to idiots like them.
myxi@feddit.nlto
Videos@lemmy.world•Am I the only one whose "shorts" feed is all basically softcore porn?English
8·2 years agoI disabled shorts everywhere. Before I saw your post, I couldn’t even recall YouTube having shorts.
Also, Google tracks your everything, not just your YouTube history. You likely use Google Search a lot for adult content. Even a VPN and browsing on incognito mode might not save you. They have lots of ways track you.
I use those mouse gesture browser extensions. Hold the right-click button, then swipe right or left. It’s probably even more ergonomic than clicking those extra buttons (I have only ever used generic mice). Not that I am against extra buttons for other purposes, though.
I concur. It is also very hard to make a rationale for whether your date is ghosting you, is just busy, or is not in a good mood. Obviously, if she is not in a good mood or is busy, she would prefer not to reply to me (because she might unintentionally ruin the bond), but what if she’s just not interested in me and thus is ignoring me?
If you like this person a lot, your feelings will likely corrupt your rationale. Your hopes won’t let you move on; you will keep suffering, deciding whether to move on or not.
myxi@feddit.nlto
Firefox@lemmy.world•A woman cosplaying the Firefox mascot depicted in the browser's logoEnglish
91·2 years agoThis loser spends his days trolling everywhere. He is an insecure jobless brat that nobody IRL gives a shit about, so he lives with negative attention online. This is the second time I am seeing him somewhere.

A woman is a lot more than a just bearer of a child, you fucking delusional piece of rat shit. I am confident this incel created this account solely for the purpose of trolling.
That just attracts certain creeps even more. They like nudes of unattractive people because it is its own kind of a validation that her boyfriend entirely demolished her trust for him (and that’s a big kink of them), because there’s no way she’s couldn’t tell she’s not attractive and therefore wouldn’t want everybody to body-shame her and that’s why she shared the pictures with utmost trust.
I have seen such degenerates. They make incredibly disgusting and disheartening comments on the victim.
I also leave out little syntax errors and only only focus on the rough idea during my train of thoughts. And the variables, aren’t really supposed to be implied as private or unused – I do eventually meaningfully use them. If I have to prefix all my variables with a underscore to avoid the LSP, I might instead just disable the LSP. When I eventually turn the LSP back on, it tells me the actually unused variables and imports that I can now get rid of.
Because of the LSP, I used to write maybe three hundred lines of code per hour, but now I probably average at least five hundred or more.
I turn off LSPs during my train of thoughts. I don’t want all red and yellow underline bullshit to disrupt my thoughts. Like, calm the fuck down. I WILL write the correct code eventually; just give me some fucking time.
Well, I use Neovim, so turning off the LSPs or restarting them is sufficiently simple.
When I work on a new project, or on a new feature, I temporarily turn off the LSP, and rely on the compiler to figure out where the code errors. Plain white text gives me the freedom to write whatever the fuck I want without any disruption. Of course, I eventually turn on the LSP again to fix the little issues.
I wish I was some animal or something. I am so tired of all the shit that I am going through.
myxi@feddit.nlto
News@lemmy.world•"Shame must change sides": a Belgian model warns about deepnudesEnglish
3·2 years agoWhatever I search on Pinterest, Google, Bing, the images there nowadays are mostly just AI generated. I am so used to them by now, I just don’t care anymore. Whatever makes me feel like it’s cool, I praise it. Recently hyper realistic AI generated videos have been popping up, and once there’s enough of datasets of free porn videos, which is most definitely coming out in a few years, the Porn industry is going to be filled with AI generated porn videos as well.
I think AI generated porn videos are going to be very realistic because there’s so much free porn.
myxi@feddit.nlOPto
Programming@programming.dev•I Made a English Dictionary Front-End for TerminalsEnglish
21·2 years agoThanks for note. Do they currently have that backend?
That aside, you might want to try Nim. It’s pretty cool. It can compile to C and C++, and JS. There have been browser extensions made with it. Heck, it even has an LLVM backend. And the C code it generates it pretty fast on benchmarks. It’s filled with tons of metaprogramming stuff and AST-level macros. And it has this cool thing where it can ignore name casing of identifiers like variables and functions; so
isSome==is_some.
myxi@feddit.nlOPto
Programming@programming.dev•I Made a English Dictionary Front-End for TerminalsEnglish
21·2 years agoI will try porting this project to Haskell and Coconut later. I am currently doing a rewrite of this in Nim.

myxi@feddit.nlto
Linux@lemmy.ml•Proton Mail Finally Releases Desktop Apps With a Linux Beta VersionEnglish
61·2 years agoThey said competition, not alternatives. As things are right now, and knowing people, not just trying to make a technical point, Firefox is the only competition.













There’s a "the’ in the quote.
>>> sorted(set("The quick brown fox jumps over the lazy dog"))[2:] ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']