• MasterBlaster@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    No. The proper term is GEEK. Needs are uncoordinated, awkward, have no fashion sense, and occasionally tape their broken glasses (or say sheepishly, “did I do that?”)

    Geeks have in-depth, we’ll researched knowledge on topics that are obscure to the “mundanes”, have intellectual curiosity, and sometimes gain in wealth as a result. In many cases, they tend to make non-geeks (and geeks for other topics) completely befuddled. This sometimes results in insecurity on the part of non-geeks, which negatively impacts their social lives. On rare occasions, such geeks are so over the top smart that they transcend such petty attitudes (see: Neil deGrasse Tyson)

  • TimeSquirrel@kbin.melroy.org
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Cobol: you are old, and a nerd, and probably making some sweet cheddar right now propping up a mid to late 20th century beast somewhere.

    Assembly: you are a cyborg.

    • anomnom@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Assembly: you are a cyborg.

      Or programming a tiny microcontroller to blink a led as efficient as possible.

      • TimeSquirrel@kbin.melroy.org
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        Something wrong with:

        #include <Arduino.h>
        
        
        void loop()  {
        digitalWrite(13, HIGH);
        delay(1000);
        digitalWrite(13, LOW);
        delay(1000);
        }
        

        ? 😂🤮

        • Scrath@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Obviously the only correct way to blink an LED is to use a hardware timer to trigger a DMA transfer which stores a bit in the pin toggle register at a set interval

          • anomnom@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            yeah! Or or use the interrupt pins and a 555 timer! both options are better than python though at least.

  • QuazarOmega@lemy.lol
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    I know who made this included React and HTML specifically to trigger us programmers, to that I say… well played >:(

    • Log in | Sign up@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 month ago

      As a haskell nerd, I feel that I have the moral authority to declare you king of the nerds.

      “Ha! You think your language has macros? You call that a macro?! This list processing code is a list of tokens, why wouldn’t it be able to edit itself?”

      It breaks my brain.

        • Log in | Sign up@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Absolutely. It’s just that less fuss is being made about it on hacker news because the cool kids say you’ll be a better programmer in other languages if you learn rust when they used to say that you’ll be a better programmer in other languages if you learn haskell.

          With stack (consistent package version snapshot database based project starter and build tool) instead of cabal, you get the transferable and repeatable build benefits of docker with none of the hassle. Just stack new at the start and stack build or stack repl during development. Nothing gets bitrotten any more.

            • Log in | Sign up@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              1 month ago

              I’ve addressed both popularity (waned - rust is the cool new difficult-to-learn principled language now) and bitrottenness (rock solid). I’m not sure what else you were meaning if it wasn’t either of these.

      • wer2@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        When they said, “Don’t write self modifying code”, they obviously didn’t mean me! /s

  • echolalia@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 month ago

    R

    We can reject the null hypothesis that you are not a nerd at significance $\alpha < 0.001$.

    oh wait, shit let me run that again, my data frame is full of NA somehow, again.