Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. I just saw someone actually say that women cannot write assembly code.

I just saw someone actually say that women cannot write assembly code.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
46 Indlæg 31 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

    https://github.com/chrislgarry/Apollo-11

    jackielovescompchem32@scicomm.xyzJ This user is from outside of this forum
    jackielovescompchem32@scicomm.xyzJ This user is from outside of this forum
    jackielovescompchem32@scicomm.xyz
    wrote sidst redigeret af
    #5

    The woman who coded the Apollo Guidance Computer is Margaret H. Hamilton.

    She is still alive today.

    ghostonthehalfshell@masto.aiG dcnorris@scicomm.xyzD jackielovescompchem32@scicomm.xyzJ 3 Replies Last reply
    0
    • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

      I just saw someone actually say that women cannot write assembly code.

      🙄

      A woman wrote the assembly code that got humanity onto the moon. Be grateful

      kasperd@westergaard.socialK This user is from outside of this forum
      kasperd@westergaard.socialK This user is from outside of this forum
      kasperd@westergaard.social
      wrote sidst redigeret af
      #6

      During my years at university I was TA on a course on machine architecture several times. That’s one of the courses where students got to write the most assembly code.

      In total I got to teach around 100 students. And among those 100 the smartest student was a woman (even though among those 100 students there were less than 10 women overall).

      So my anecdotal evidence says it’s perfectly possible for a woman to outperform men in assembly programming.

      And let’s not forget the first computer program in history was written by a woman. Sadly the computer it was supposed to run on was never finished.

      1 Reply Last reply
      0
      • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

        The woman who coded the Apollo Guidance Computer is Margaret H. Hamilton.

        She is still alive today.

        ghostonthehalfshell@masto.aiG This user is from outside of this forum
        ghostonthehalfshell@masto.aiG This user is from outside of this forum
        ghostonthehalfshell@masto.ai
        wrote sidst redigeret af
        #7

        @jackielovescompchem32

        https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)#/media/File:Margaret_Hamilton_-_restoration.jpg

        oggie@woof.groupO 1 Reply Last reply
        0
        • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

          The woman who coded the Apollo Guidance Computer is Margaret H. Hamilton.

          She is still alive today.

          dcnorris@scicomm.xyzD This user is from outside of this forum
          dcnorris@scicomm.xyzD This user is from outside of this forum
          dcnorris@scicomm.xyz
          wrote sidst redigeret af
          #8

          @jackielovescompchem32 Wiki says she also coined 'software engineering'!
          https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)

          wronglang@bayes.clubW 1 Reply Last reply
          0
          • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

            All the women who are smart enough to disprove misogyny are, in one way or another, stripped of their femininity by others

            bmacdonald94@hostux.socialB This user is from outside of this forum
            bmacdonald94@hostux.socialB This user is from outside of this forum
            bmacdonald94@hostux.social
            wrote sidst redigeret af
            #9

            @jackielovescompchem32 ~ Something you may change if you are up to it. 👍

            1 Reply Last reply
            0
            • ghostonthehalfshell@masto.aiG ghostonthehalfshell@masto.ai

              @jackielovescompchem32

              https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)#/media/File:Margaret_Hamilton_-_restoration.jpg

              oggie@woof.groupO This user is from outside of this forum
              oggie@woof.groupO This user is from outside of this forum
              oggie@woof.group
              wrote sidst redigeret af
              #10

              @GhostOnTheHalfShell @jackielovescompchem32
              Don't forget Grace Hoper, who invented the idea of programming languages and wrote compilers.

              And Lovelace who built the mathematics underpinning the generalization of computer logic, effectively building assembler as a conceptual model ( since she didn't have real functioning machines of note to work with), the base structures of data encoding.

              Q 1 Reply Last reply
              0
              • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                The woman who coded the Apollo Guidance Computer is Margaret H. Hamilton.

                She is still alive today.

                jackielovescompchem32@scicomm.xyzJ This user is from outside of this forum
                jackielovescompchem32@scicomm.xyzJ This user is from outside of this forum
                jackielovescompchem32@scicomm.xyz
                wrote sidst redigeret af
                #11

                Here's some assembly I wrote, in an assembly language THAT WAS INVENTED BY A WOMAN

                @ rem - calculate remainder through repeated subtractions
                @ arguments:
                @ R0 - Number we are going to divide
                @ R1 - Number we are diving by
                @ only changes the value of R0
                rem:
                CMP R0, R1 @ compare the remainder and the divisor
                BLT end @ if the remainder is less than divisor, stop loop
                SUB R0, R0, R1 @ subtract divisor from remainder
                B rem @ loop back to the initial comparison
                end:
                BX LR @ return divisor

                jackielovescompchem32@scicomm.xyzJ 1 Reply Last reply
                0
                • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                  I just saw someone actually say that women cannot write assembly code.

                  🙄

                  A woman wrote the assembly code that got humanity onto the moon. Be grateful

                  geonz@mathstodon.xyzG This user is from outside of this forum
                  geonz@mathstodon.xyzG This user is from outside of this forum
                  geonz@mathstodon.xyz
                  wrote sidst redigeret af
                  #12

                  @jackielovescompchem32 Hmm. did they think the codewriters were nonbinary?

                  1 Reply Last reply
                  0
                  • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                    I just saw someone actually say that women cannot write assembly code.

                    🙄

                    A woman wrote the assembly code that got humanity onto the moon. Be grateful

                    snuffleupagus@mstdn.socialS This user is from outside of this forum
                    snuffleupagus@mstdn.socialS This user is from outside of this forum
                    snuffleupagus@mstdn.social
                    wrote sidst redigeret af
                    #13

                    @jackielovescompchem32 they probably don’t believe humanity made it to the moon…

                    1 Reply Last reply
                    0
                    • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                      I just saw someone actually say that women cannot write assembly code.

                      🙄

                      A woman wrote the assembly code that got humanity onto the moon. Be grateful

                      n1xnx@tilde.zoneN This user is from outside of this forum
                      n1xnx@tilde.zoneN This user is from outside of this forum
                      n1xnx@tilde.zone
                      wrote sidst redigeret af
                      #14

                      @jackielovescompchem32
                      "There's s fool born every minute" still passes its checksum test, sadly.

                      1 Reply Last reply
                      0
                      • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                        I just saw someone actually say that women cannot write assembly code.

                        🙄

                        A woman wrote the assembly code that got humanity onto the moon. Be grateful

                        kellyosullivan@mastodon.sdf.orgK This user is from outside of this forum
                        kellyosullivan@mastodon.sdf.orgK This user is from outside of this forum
                        kellyosullivan@mastodon.sdf.org
                        wrote sidst redigeret af
                        #15

                        @jackielovescompchem32 I wrote assembly code in high school.

                        jackielovescompchem32@scicomm.xyzJ 1 Reply Last reply
                        0
                        • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                          I just saw someone actually say that women cannot write assembly code.

                          🙄

                          A woman wrote the assembly code that got humanity onto the moon. Be grateful

                          smolbrain@floofy.techS This user is from outside of this forum
                          smolbrain@floofy.techS This user is from outside of this forum
                          smolbrain@floofy.tech
                          wrote sidst redigeret af
                          #16

                          @jackielovescompchem32 this is where the true "the moon landing was fake" myths originate

                          1 Reply Last reply
                          0
                          • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                            I just saw someone actually say that women cannot write assembly code.

                            🙄

                            A woman wrote the assembly code that got humanity onto the moon. Be grateful

                            charette@mstdn.caC This user is from outside of this forum
                            charette@mstdn.caC This user is from outside of this forum
                            charette@mstdn.ca
                            wrote sidst redigeret af
                            #17

                            @jackielovescompchem32 Tell them to look up Kathleen Booth ... the woman who came up with assembly and the first assembler!

                            1 Reply Last reply
                            0
                            • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                              I just saw someone actually say that women cannot write assembly code.

                              🙄

                              A woman wrote the assembly code that got humanity onto the moon. Be grateful

                              diazona@techhub.socialD This user is from outside of this forum
                              diazona@techhub.socialD This user is from outside of this forum
                              diazona@techhub.social
                              wrote sidst redigeret af
                              #18

                              @jackielovescompchem32 wtf how do these people exist 🤦

                              1 Reply Last reply
                              0
                              • oggie@woof.groupO oggie@woof.group

                                @GhostOnTheHalfShell @jackielovescompchem32
                                Don't forget Grace Hoper, who invented the idea of programming languages and wrote compilers.

                                And Lovelace who built the mathematics underpinning the generalization of computer logic, effectively building assembler as a conceptual model ( since she didn't have real functioning machines of note to work with), the base structures of data encoding.

                                Q This user is from outside of this forum
                                Q This user is from outside of this forum
                                qesuto@infosec.exchange
                                wrote sidst redigeret af
                                #19

                                @Oggie @GhostOnTheHalfShell @jackielovescompchem32 and Radia Perlman, spanning tree protocol

                                sobex@social.sciences.reS 1 Reply Last reply
                                0
                                • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                                  I just saw someone actually say that women cannot write assembly code.

                                  🙄

                                  A woman wrote the assembly code that got humanity onto the moon. Be grateful

                                  lindasgoluppiart@mastodonapp.ukL This user is from outside of this forum
                                  lindasgoluppiart@mastodonapp.ukL This user is from outside of this forum
                                  lindasgoluppiart@mastodonapp.uk
                                  wrote sidst redigeret af
                                  #20

                                  @jackielovescompchem32 Maybe post the name of the person who said that. They are people who need outing so they cannot lurk in the dark and so we know who's brain is contaminated.
                                  #fediverse #mastodon

                                  jackielovescompchem32@scicomm.xyzJ 1 Reply Last reply
                                  0
                                  • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                                    I just saw someone actually say that women cannot write assembly code.

                                    🙄

                                    A woman wrote the assembly code that got humanity onto the moon. Be grateful

                                    gins@mastodon.gamedev.placeG This user is from outside of this forum
                                    gins@mastodon.gamedev.placeG This user is from outside of this forum
                                    gins@mastodon.gamedev.place
                                    wrote sidst redigeret af
                                    #21

                                    @jackielovescompchem32 Here's my Lego display of a woman who can write assembly code, standing proudly on the shelf.

                                    1 Reply Last reply
                                    0
                                    • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                                      I write assembly code, and I'm a woman

                                      hanktank61@nerdjoy.socialH This user is from outside of this forum
                                      hanktank61@nerdjoy.socialH This user is from outside of this forum
                                      hanktank61@nerdjoy.social
                                      wrote sidst redigeret af
                                      #22

                                      @jackielovescompchem32 Cheers !

                                      From The Netherlands from an older married male. And the Promise I won´t spam here all the time. Grown up and always worked in gender-mixes. Still , as museum-volunteer. With Lucy Maud Montgomery 's "Anne Shirley" being the real eye-opener in 1999 .First 10 years on LMM-forums were the best on the net. Learned a lot here on M too. Einstein did not do it alone, Mahler did not do it alone, women brewing beer everywhere till 15th C.
                                      And So Much More.

                                      1 Reply Last reply
                                      0
                                      • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                                        All the women who are smart enough to disprove misogyny are, in one way or another, stripped of their femininity by others

                                        C This user is from outside of this forum
                                        C This user is from outside of this forum
                                        carl@chaos.social
                                        wrote sidst redigeret af
                                        #23

                                        @jackielovescompchem32 I’d word it “(…) are not included in the definition of femininity (…)” by the misogynists.
                                        The power of definition is real. Not only for them but for all of us.

                                        1 Reply Last reply
                                        0
                                        • jackielovescompchem32@scicomm.xyzJ jackielovescompchem32@scicomm.xyz

                                          I just saw someone actually say that women cannot write assembly code.

                                          🙄

                                          A woman wrote the assembly code that got humanity onto the moon. Be grateful

                                          starkrg@myside-yourside.netS This user is from outside of this forum
                                          starkrg@myside-yourside.netS This user is from outside of this forum
                                          starkrg@myside-yourside.net
                                          wrote sidst redigeret af
                                          #24

                                          @jackielovescompchem32 What a strange and utterly ridiculous thing to say. I, for one, do not use my genitals in coding at all. Not even a little bit.

                                          pagangod@hachyderm.ioP 1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper