• F04118F@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      29 days ago

      The majority of “programmers in the past” should be women actually, but our meme formats are still too patriarchal to express that in 2025.

      • snooggums@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        29 days ago

        The moon landing by hand wouldn’t have been as funny without the over the top body builders first.

      • moomoomoo309@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        28 days ago

        “Creates a whole game in assembly” is probably referring to roller coaster tycoon, which was written by a man. (lots of other games were written in asm, like many NES games, but I’d wager RCT was what they were alluding to)

        • dejected_warp_core@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          That was my immediate thought. There were many that came before RCT, but it has the distinction of being (possibly) one of the last in an industry that had already moved on to higher-level languages to do merely half as much.

      • rtxn@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        29 days ago

        We need to bring back 2010-2012 rage comic memes. All we needed was a badly cut-out blonde wig to trans Derp’s gender.

      • merc@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        28 days ago

        No, I don’t think so. It’s true that many of the earliest programmers were female, but there were very few of them, and that was a long time ago.

        In a way, Ada Lovelace was the first programmer, but she never even touched a computer. The first programmers who did anything similar to today’s programming were from Grace Hopper’s era in the 1950s.

        In the late 1960s there were a lot of women working in computer programming relative to the size of the field, but the field was still tiny, only tens of thousands globally. By the 1970s it was already a majority male profession so the number of women was already down to only about 22.5%.

        That means that for 50 years, a time when the number of programmers increased by orders of magnitude, the programmers were mostly male.

      • reactionality@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        29 days ago

        “too patriarchal” no one was thinking of “furthering the goals of the patriarchy” or whatever your delusions tell you.

        It’s just people making memes, and most people who make memes who are guys will make memes with guys in them, because they identify with them the most.

        Your brain dead take is pure cancer.

        • Kichae@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          29 days ago

          Dude. Chill. Ain’t nobody giving a shit about your take on someone else’s take.

        • F04118F@feddit.nl
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          29 days ago

          I agree with you: I never intended to imply explicit anti-diversity intentions or even awareness of the biases embedded in our culture.

          Implicit bias refers to the attitudes or stereotypes that affect our understanding, actions, and decisions in an unconscious manner. Implicit biases are activated involuntarily, unconsciously, and without one’s awareness or intentional control (see, e.g., Greenwald & Krieger, 2006; Kang, et al., 2012; Nier, 2005; Rudman, 2004a)

          Source

          • barsoap@lemm.ee
            link
            fedilink
            arrow-up
            0
            ·
            29 days ago

            The large initial percentage of female coders was due to computer having been a female job, because secretary was. Their role within companies didn’t change, what changed is that they were using machines to do the computing instead of doing it by hand.

            We’re kinda lucky to have the woke trifecta (Ada, Grace, Alan) (first programmer (woman), inventor of compilers (woman), absolute unit (gay)) to keep the chuds at bay. Even if we weren’t all socially inept nerds (or pretending to be so to bosses) there’s only so much you can do, culturally, if the population is growing exponentially. Uncle Bob (yes I know he’s a chud) did the maths at some point IIRC it was something like the number of programmers doubling every two years. Which also means that at any one point in time roughly 2/3rds of programmers have no idea what they’re doing, which explains the javascript ecosystem.

              • andioop@programming.dev
                link
                fedilink
                English
                arrow-up
                0
                ·
                28 days ago

                At first I thought this was the Wicked Witch of the West’s actress and thought she must have been multitalented. Then I looked it up to verify. Nope, same name, different women.

                • merc@sh.itjust.works
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  28 days ago

                  If you want famous actresses who contributed to technology, you want Hedy Lamarr:

                  At the beginning of World War II, along with George Antheil, Lamarr co-invented a radio guidance system for Allied torpedoes that used spread spectrum and frequency hopping technology to defeat the threat of radio jamming by the Axis powers.

      • letsgo@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        28 days ago

        Depends how far you go back. The top half is pretty representative of the professional dev team I was in in 1992.

    • Lemminary@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      29 days ago

      I swore up & down that I’d learn at least two ways of exiting VIM. I even went through basic training to learn all the shortcuts, but it interfered with my regular workflow, so I dropped it “for a bit”. It’s been a year and I can’t remember a damn thing.

  • hope@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    I feel very confident in my understanding of random 8 bit CPUs and their support chips, but asking me to center a div is like this xkcd.

        • Ethan@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          29 days ago

          I almost never create a tarball, so I have to look up the syntax for that. Which is as simple as man tar. But as far as extracting it almost couldn’t be easier, tar xf <tarball> and call it a day. Or if you want to list the contents without extracting, tar tf <tarball>. Unless you’re using an ancient version of tar, it will detect and handle whatever compression format you’re using without you having to remember if you need z or J or whatever.

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        29 days ago

        I got tired of looking up the options for each possible combination of archiving + compression, so today I have a “magic” bash function that can extract almost any format.

        Then for compressing, I only use zip, which doesn’t need any args other than the archive name and the thing you’re compressing. It needs -r when recursing on dirs, but unlike “eXtract” and “Ze”, that’s a good mnemonic.

      • merc@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        28 days ago

        One reason is that tar supports both traditional style args “tar tf <filename.tar>” and unix-style args “tar -tf <filename.tar>” but there are subtle differences in how they work.

        • Ethan@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          27 days ago

          Literally the only time I’ve ever run into that is when I was trying to manipulate the path it extracted to. In 99% of cases I’m doing tf, xf, or cf plus flags for the compression type, etc, and those differences are irrelevant.

          • merc@sh.itjust.works
            link
            fedilink
            arrow-up
            0
            ·
            27 days ago

            I used something recently where it wasn’t possible to use the traditional-style args. I think it was a “diff”, which meant I needed a “-f”. It wasn’t a big deal, but, occasionally it does happen.

            • Ethan@programming.dev
              link
              fedilink
              English
              arrow-up
              0
              ·
              26 days ago

              I’m not saying it doesn’t happen. This thread started because I said I’ve never understood why people talk like tar is some indecipherable black magic. Common tasks are easy and there’s a man page for everything else.

    • Rin@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      29 days ago
      .parent {
          display: grid;
          place-items: center;
      }
      

      couldn’t be easier in 2025.

      • PoPoP@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        28 days ago

        probably a lot less performant than doing it the old fashioned way. sometimes that matters. you should have the non-grid non-flex method half committed to memory. abusing flex or grid to save 2 lines of code is not a great practice, and having only one child element is usually a pretty clear sign that flex/grid is the wrong tool for the job

        at the end of the day though do whatever you want, in fact why not just write a javascript function to recenter it every frame at 60fps cause 99.9% of the software 99.9% of people interact with is pure shit made by developers who don’t care for users who don’t care.

        we live in a slop world, made by and for slop people who love slop. can you tell i’ve been awake for 30 hours? anyways…

  • tiredofsametab@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    It’s 2025 and I have no idea what the current way to center something is. Then again, my job is that of a backend engineer so it’s rare I’m outputting anything that isn’t a log statement. They can pry tables and center tags from my cold, aging hands.

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      29 days ago

      IMO tables should be more used for… tabular data. Shocking, I know, but the amount of websites that try to emulate a table with divs and uls out there is crazy.

    • bisby@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      29 days ago

      Nano… Like… The one that has all the keybinds permanently shown at the bottom of the screen?

    • dejected_warp_core@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      Huh? Isn’t it like right there at the bottom of the screen?

      I guess not knowing that ^X means Control+X could be the issue, but still…

      • andioop@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        28 days ago

        TIL!

        Can exit nano on my own, have the common sense to not call in a panic about it before at least looking it up. (Which is how I learned how to exit it: looking it up.) But was never taught about ^ meaning “Control+” until your comment, especially since nowadays people write it out as “Control+” or “CTRL+”.

        I might have put two and two together when dealing with everything else in nano after I learned to exit, but never really internalized the rule “^ means Control+”. So thank you for your comment!

        Disclaimer: I feel like I am too stupid for most of programming.dev but participate here anyways because I learn stuff from the comments.

        • dejected_warp_core@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          Don’t feel stupid. It’s bad enough that all of IT is one giant impostor-syndrome support group. There’s literally too much for any one person to know, and it’s been that way for a very long time. Just give it your all, and memorize how to reliably search and look things up; take notes for the really important stuff. The rest will filter into your memory with practice.

          Also: anyone that holds this kind of thing over your head is attempting to distract from how much they don’t know. Most people in this industry understand and don’t judge.

          As for the ^ thing, I recall seeing that as far back as the 1990’s. I want to say Microsoft actually popularized it, but it could easily be OS2 (IBM) or Apple. In hindsight, it’s kind of wild to have a TUI (terminal user interface) hold your hand like this. Nano (and Pico) are kind of in a special category like that.

      • Zagorath@aussie.zone
        link
        fedilink
        arrow-up
        0
        ·
        29 days ago

        Read as in, with their eyes? Or how to ingest it into some other app/script? Cos I’m vaguely aware that awk can be used in some way for this, but wouldn’t have a clue how.

    • bufalo1973@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      Do you remember the “press any key to exit”? Someone asked where is the “any” key.

  • wer2@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    I know someone that still uses ed for all their code editing.

  • lobut@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    I started with C++ and went to Java to .NET to Javascript and now to Terraform.

    I know this is all a joke but there’s something definitely different with the ones above and the ones below. There’s a bit of satisfaction you can get sometimes when you’re working with memory directly and getting faster feedback (yes, there’s more math back then and it wasn’t easy to look stuff up, for sure). However, there’s new challenges nowadays … there’s so many layers on top of layers. I feel as though Stack Overflow and ChatGPT are so needed because the error messages and things we give are obfuscated or unclear (not always any library author’s fault as there’s compatibility issues, etc)

    We’re doing serverless stuff at my current company and none of our devs run code locally. They have to upload it using CDK or Serverless Framework to run on the cloud. We don’t use SST so we can’t set breakpoints but like that’s a lot of crap inbetween just running your code already. Not even getting into the libraries and transpilers and stuff we use. I spent like a few weeks over Christmas to get our devs to run the code locally. Guess what? None of them use it because they’re so use to uploading it. I was like, "you can put breakpoints in it! you can have nodemon and it instant reloads! nope, none of them care … "

      • andioop@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        28 days ago

        First learning is last learning.

        I’ll be the dumb one to ask: what do you mean? Is this that making a mistake that costs a lot is the best teacher, because you only have to mess it up once to learn it forever?

        • mindbleach@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          It’s a mantra about teaching people and then expecting them to forget it. Doesn’t work. They’ll default to what they already know.

          My freshman English teacher got married in October and I called her by her maiden name the entire year.

          Like all programming mantras, it’s not universally true, but it’s annoyingly reliable. It reflects the shape of the human brain.

        • Arcane2077@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          0
          ·
          28 days ago

          Pretty sure they mean people don’t learn something again when they already learned it. Once you learn how to do something, willingness to learn it again but a different way dries up, and so you stick to bad habits as long as they ‘work’

  • jubilationtcornpone@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    QA: “Yeah, Hi. Can you look at this defect ticket?”

    Reading ticket details…

    Me: “Let me guess. Is [whatshisname] responsible for this?”

    QA: “Yeah.”

    Me: “Get him to fix it.”

    QA: “I tried. Like four times.”

    Me: Sigh “I’ll take care of it.”

    QA: “Thank you!”

  • ButteryNickel@lemmy.wtf
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    I once had an intern attempt to install sudo using NPM and when that didn’t work he asked ChatGPT “Why can’t I install sudo from NPM?” while I’m trying to explain it to him.

    He was smart, but somehow knew very little about commercial computers despite being on the verge of getting his master’s in computer science.

    • impedans@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      28 days ago

      If you define what you mean by centering I’ll give you a straight answer.

      Vertically? Horizontally? Center the text or the entire box? Compared to the viewport, the parent container or the entire page?

      “Centering” isn’t as straight forward as you’d think, and what you actually want usually depends on the situation.

        • impedans@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          Yeah that works if you wanna center a box of content it relative to the parent container, either horizontally or vertically. For other situations we’ve got different tools

      • Schadrach@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        28 days ago

        Fuck it, align=‘center’. That’ll center it horizontally relative to some context and if that’s not good enough then you should have been more precise in your request.

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      0
      ·
      28 days ago

      Depends if you’re centering the div or the things in the div. Which has probably been the main issue since CSS was invented.

    • letsgo@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      28 days ago

      Same way you did it in 2024 but it’s easier because the springgirdles have been replaced with rotated manglebrackets.

    • Rose@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      If using plain CSS, usually it’s enough to set width appropriately, and margin-left and margin-right to auto.

      If using a Modern Frontend/CSS Framework, then may God have mercy on your poor soul.

      (Seriously I just started a new project with TailwindCSS and I’m so confused. But not entirely desperate yet.)

      • Ricaz@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        28 days ago

        I’m doing a small hobby project (a ladder/ranking system for playing beer sports with my community), and I tried out Tailwind.

        I gave up and loaded Bootstrap instead, but I will probably end up just writing all the CSS myself.

        Seems so silly to have 15 CSS classes on a single DOM element…

          • gradual@lemmings.world
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            28 days ago

            Shouldn’t they be designed in an intuitive manner that makes misuse more difficult than regular use?

            Otherwise, why even bother using them? It’s like now you need to know all the ins and outs of CSS and a trendy framework that will lock you into their ecosystem.

            • Ricaz@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              0
              ·
              28 days ago

              Kidding aside, I think the popular frameworks these days are incredibly well made. Frontend web has always been hell, and if your job is producing functional web GUIs, you can’t do it on a large scale without them.

              • gradual@lemmings.world
                link
                fedilink
                arrow-up
                0
                ·
                28 days ago

                Based on my own experience developing GUIs, I’ve reached the conclusion that creating them through code is obsolete.

                We should be focusing on developing GUIs to develop GUIs, like Godot, instead of ‘frameworks’ that make an obsolete method of doing things even more cumbersome and complex.

      • loics2@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        28 days ago

        w-... mx-auto, replace the 3 dots with your desired width value, and that’s it with tailwind

        • toddestan@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          Generally I find many these frameworks will make some complicated things simple, but the cost is some things that were once simple are now complicated. They can be great if you just need the things they simplify - or in other words can stick to what they were intended for, but my favorite way of keeping things simple is to avoid using complicated and heavy frameworks.

        • Ricaz@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          28 days ago

          If you spend a lot of time on a single framework, you will transcend and become a sort of frontend diety, growing multiple extra limbs allowing you to type in CSS classes faster than any mere mortal

            • gradual@lemmings.world
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              28 days ago

              What’s sad is that web development is only a nightmare so websites can be worse.

              I genuinely believe it’s part of the concerted effort by the cabal to make us accept a ‘new normal.’

              They don’t want an environment where anyone feels like they can make a website. They want us to believe we need to spend years studying before we can do anything, and even then we can only do what our bosses tell us to.

              • Ricaz@lemmy.dbzer0.com
                link
                fedilink
                English
                arrow-up
                0
                ·
                26 days ago

                This is a bit of a stretch I think…

                Web development is complicated because it’s indredibly poorly “designed” from the beginning, and doing a full redo is impossible.

                It is 100x easier today than it was in 2006 when I started.

        • gradual@lemmings.world
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          I think they exist because of ignorance.

          People who don’t understand how to do a task will usually choose the wrong tools for that task.

          If someone is trying to cover up their lack of knowledge, they will usually make things more complicated than they need to be.

  • applemao@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    I still want to get into coding the OG manual way (because I enjoy pain and disappointment apparently) but now it seems like a waste of time since vibe coders and 13 year olds already are lightyears ahead of me. Also I have no reason to learn it, all apps are already built xD

    • OldChicoAle@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      I’m in the same boat. I used to be an amateur front and back end web developer. Almost made a text based RPG in middle school. I had to stop when shit got crazy in high school and college, but I don’t feel like any programming is worth my time right now. I’m focusing on gardening and maybe some cooking. You know, human activities that we can still enjoy.

      • applemao@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        28 days ago

        Yeahh exactly. AI has pretty much ruined computer based fun now. Which in some ways is good, we should all learn physical hobbies again and not be reliant on tech. I still enjoy my hobby desktop computers though, I just enjoy learning how it really works under the surface.

    • gradual@lemmings.world
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      all apps are already built

      Couldn’t be further from the truth. You also have to consider competition.

      • andioop@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        28 days ago

        Can’t think of anything that could serve a major need right now, but I absolutely identified things in my life where I could use a preexisting tool to accomplish my goal, but it’s much less hassle for me to use the one I made for myself. You don’t have to transform the world, sometimes you can help yourself with a minor inconvenience and then put it out there for anyone who might find themselves with the same inconvenience.