A computer science enthusiast.

https://myxi.envs.net

  • 7 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle

  • myxi@feddit.nlto196@lemmy.blahaj.zonepangram rule
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 months ago

    There’s a "the’ in the quote.

    The quick brown fox jumps over the lazy dog.

    >>> 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']
    

  • myxi@feddit.nltomemes@lemmy.worldIt runs Doom
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    5 months ago

    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.nltomemes@lemmy.worldIt runs Doom
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    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.



  • Yesterday, I made a choice that was very tough for me to make. So three years ago, I had a best friend, and we both liked each other. Things got hard because my feelings went too far, I became emotionally unstable and turned into an attention seeker. So because of that, I then ended the friendship.

    Recently, she added me back. I thought we could be friends again because I felt like I improved my mental state in the last two years and won’t turn into an attention seeker again. Well, a week later, I was the same as I was three years ago.

    It was ruining my mental health severely. I couldn’t focus on anything. But I still wasn’t ready to give up on the friendship because she was a very nice friend, and I still liked her for some reason. So I refused to give up. But things got worse real quick, and then I decided to write a long message to her explaining why I can’t continue this friendship and then I blocked her everywhere.

    At the cost of ending all probabilities of a future with her, I feel much better now.

    Gotta do something about this attention-seeking thing, though.








  • Thanks 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.





  • Hi, I spent some time trying out the dictd package. I also read this protocol’s specification. As things are right now, each host-name would require its own parser, because I couldn’t notice a very similar pattern between them. Webster, Jargon, wn, all these have their own standardization for including synonyms and examples.

    The specification doesn’t enforce any pattern on the definitions either. I don’t think it’s going to be very useful even if I do implement it because the parsers are going to be quite complicated.