• ulterno@programming.dev
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 months ago

              I have already done 8085 and ARM6 (or was it 5?).
              How many more do I need?

              Guess I’ll need RISC V for a FOSS gender, but I also like performance and am not sure if it completely envelopes x64 performance.

        • thevoidzero@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Good read, thanks

          But I believe in generics, just write your functions so that it can work with all the types ;)

          translation: Just get rid of what is a boy or a girl thing. Just let people do what they like.

          • luciferofastora@feddit.org
            link
            fedilink
            arrow-up
            2
            ·
            3 months ago

            The idea of abolishing all gendering of things is a curiously contested one within LGBT+ spaces, as far as I can see.

            I can understand how people wishing to be identified a certain way have a vested interest in the existence of markers for that identity.

            On the other hand, I wish painting my nails wasn’t fem-coded on some level. Of course guys can do so too, but the only “guy” I knew who did so regularly eventually turned out not to be a guy, which doesn’t exactly help me ignore that connotation.

            • thevoidzero@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              3 months ago

              I can understand people wanting markers. But maybe we have like 10-20 markers and someone having 5-6 from the other side is not weird. Like if someone is presenting as a girl completely and is not, they could just reply with “oh, I’m a guy, I just dressed as a girl today” and people would be like “that’s fun” instead of being weirded out.

              Like long hair/short hair for example. Or how girls wearing pants is normal now.

              In my case, my culture does have people cross dressing during certain events so it’s not as ostracized. But that could also be because people didn’t actually think about wanting to be the other gender but just dressing up for one occasion.

              Few fun things:

              • My parents wanted a daughter but had me,
              • my nickname at home was a girl’s name version of my name,
              • only children close to my age and vicinity growing up were girls so I grew up playing “girl” games,
              • my mom didn’t stop me from painting my nails, or putting makeup or anything as a child. (I still paint my nails black sometimes),
              • In highschool I was the only guy among the group of students with nails too long on a biology lab,
              • a guy friend once told me I walk gay (I didn’t even know that was a thing?)
              • I don’t watch sports, so I don’t have many common things to talk to guys as much,
              • Good friends I had (guys) were based on either common interests (programming, philosophy, etc) or other nerds. And when I don’t have those and only friends are based on proximity then I don’t have as many things in common.

              All those considered I’m still a guy, I just don’t care about being “manly”, and just do things that interests me. Plus lots of the things people do to be manly seems to just make them spend even more time with other guys lol. And although I don’t want to do a lot of things that are for each genders, I just wish everyone was chill about doing whatever someone likes. Or for someone to just try it out to see if they like it not, instead of thinking “that’s what X do, I won’t do it”.

              • luciferofastora@feddit.org
                link
                fedilink
                arrow-up
                2
                ·
                3 months ago

                I just wish everyone was chill about doing whatever someone likes.

                Preach, sibling.

                As an aside:

                Like long hair/short hair for example.

                This reminds me of the song “Turn The Page”, specifically the lines “Always the same old clichés: Is it woman, is it man?”

                They refer to the issue rock musicians with long hair faced, back when Seger wrote it. ~30 years later, when I first heard it, I was a metalhead with long hair. On one hand, I felt it keenly because classmates made fun of my “girl” hair. On the other, it struck me as odd because I saw plenty of metalheads with long hair (nevermind people from other cultures where that was never an issue).

                Eventually, with figures like Thor making long hair “manly” enough, that stopped. It’s curious how culture shifts can be so irregular, once slow and uneven and then suddenly very quickly.

  • RoyaltyInTraining@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Programming in C++ is downright horrifying to me after trying other languages. The way it does generics is fucked up on so many levels…

    • UnderpantsWeevil@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Feels a bit like being told to do brain surgery and getting handed a hatchet, especially in the modern era.

      Like, its a great learning language precisely because it does force you to think about what’s actually under the hood of your objects and attributes. You actually have to learn what a pointer is. You actually have to think about memory usage and system states. Its like Bio 1 when they have you dissect a rat.

      But without a ton of library support, you’re doing so much heavy lifting. And with a bunch of library support… why not just use C#?

      • Pelicanen@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        …do you mean C++ or just C? Cause, sure, you can poke around with pointers and references in C++ but it can also be used just like any other OOP language, whereas in C it’s absolutely necessary since it’s not an OOP language.

    • missfrizzle@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      I’m old and remember when all the trans women were Haskellers. now they’ve all moved to Rust and here I am, still toiling away with my monads and combinators, a lonely spinster. 😔

      • Lena@gregtech.eu
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        I’m a trans woman and recently started learning Haskell :3

        It’s fun, I plan to eventually rewrite Lemvotes in Haskell (backend with Servant, frontend in Miso) as an exercise (and because the current codebase sucks and I didn’t know what I was doing when I wrote it)

  • KokusnussRitter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    having a C# dev boyfriend would be such a boon. “hey honeyyy? unity is not doing what I want it to, can you be my rubber ducky? <3” Wait, I remebered I am using Unreal/ C++ now. Nevermind. 10/10 accurate diagram.

  • saltesc@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    SQL enjoyer?

    Every time I use it I feels like I’m going back to the 90s. No variables, no functions; Oh but you can do a CTE or subquery…👍

    UNION ALL, UNION ALL, UNION ALL… “There’s got to be a better way, surely…”

    looks up better way

    “Oh, what the fuck?!.. Nope, this will just be quicker…” UNION ALL, UNION ALL, UNION ALL…

    Join in a table sharing column names… Everything breaks. You gotta put the new prefixes in front of all the headers you called in now. In every select, in every where, etc… Which is weird because that kinda works like a variable and it’s fine…

    “When you see this little piece of text, it means all this, got it?”

    “Okay. Yep. Easy.”

    “So why can’t you do that with expressions?”

    SQL SCREAMS MANICALLY

    “Okay, okay, okay!.. Jesus…”

    And then you try put a MAX in a where and it won’t let you because you gotta pull all the maxes out in their own query, make a table, join them in, and use them like a filter…

    I hate it. It has speed, when you can finally run the script, but everything up to that is so…ugh.

    • jjjalljs@ttrpg.network
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Personally I feel like SQL syntax is upside down, and things are used before they are defined.

      SELECT 
      a.id -- what the fuck is a?
      , a.name
      , b.city -- and b??
      from users a -- oh 
      join city b on a.id = b.user_id -- oh here's b
      

      I’d expect it to instead be like

      From users a
      join city b on a.id = b.user_id
      SELECT
      a.id,
      a.name,
      b.city
      
      • invictvs@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Well, in this case a and b are only aliases of table names, and it is assumed that tables were already “defined”, i.e. they already exist. And aliases in my opinion are meant to shorten long table names, or give a name that will be more appropriate in the context of the query, considering more than tables names can be aliased, at least that’s how I’m using them. But they still have to be descriptive enough so it’s clear what kind of data we are working with without the need to look for what they are actually aliasing in advance. In your example if the table was named users_who_won_the_company_lottery (intentionally bad name) then aliasing it as users or even as winners will be nice, even necessary, and you do not have to ask "What the fuck is winners?

        For me, although I have seen a lot of people do this in SQL in real scenarios, using a and b in SQL is not a bad practice, it’s a terrible practice. Feels like using them in function declarations in other programming languages, like doing a function declaration in C, at the top of the file like that:

        int some_func(char a, bool b, char *c);
        

        And letting whoever has to read the code after you go look at the definition and figure out by themselves what any of that is supposed to mean.

        Or naming your variables a, b, c, etc.

        Aliases are meant to improve readability imo, not worsen it.

    • edinbruh@feddit.it
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      It places you one year ago before they rebranded in rocq (obviously to stop the puns)