Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • 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
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. memes
  3. Only one generation knows how to fix tech...

Only one generation knows how to fix tech...

Scheduled Pinned Locked Moved memes
memes
300 Posts 186 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P [email protected]

    Younger GenX are basically Millenials (but cooler and less uptight), and older GenX are basically Boomers (but nastier and louder).

    V This user is from outside of this forum
    V This user is from outside of this forum
    [email protected]
    wrote last edited by
    #27

    No we're not!!

    1 Reply Last reply
    2
    • return2ozma@lemmy.worldR [email protected]
      This post did not contain any content.
      lemmie689@lemmy.sdf.orgL This user is from outside of this forum
      lemmie689@lemmy.sdf.orgL This user is from outside of this forum
      [email protected]
      wrote last edited by
      #28

      This is an older story, but I installed Xubuntu on an ssd in my boomer parents Vista era computer to keep it running. They really didnt know the difference, my mom only played solitaire while Thunderbird was managable for my dad. My millenial neice and nephews had no idea either, I'd find exe files they would download, but noone ever said anything about why they didnt work anymore. They have no idea about how computers work.

      I'm not very technical, but I had to move a jumper on my old 386 when I upgraded my modem.

      C 1 Reply Last reply
      0
      • moseschrute@lemmy.worldM [email protected]

        Let’s settle this once and for all.

        I’m Gen Z. Quiz me on how computers work.

        Edit: I bet I can run circles around some of you millennials 🙂

        V This user is from outside of this forum
        V This user is from outside of this forum
        [email protected]
        wrote last edited by
        #29

        How does computers work?

        moseschrute@lemmy.worldM B 2 Replies Last reply
        3
        • A [email protected]

          i figured gen z would start fixing my computer once i hit my current age (41); turns out i dont know any gen z's that understand how computers work.

          im really tired of being everyone's tech support 😞

          korne127@lemmy.worldK This user is from outside of this forum
          korne127@lemmy.worldK This user is from outside of this forum
          [email protected]
          wrote last edited by
          #30

          It’s funny how bubbles can change so much. In my personal experience, most Gen Z people know their way around computers and how to fix stuff. I regularly help my millennial sister with stuff like that.

          A 1 Reply Last reply
          6
          • return2ozma@lemmy.worldR [email protected]
            This post did not contain any content.
            jaymesrs@piefed.worldJ This user is from outside of this forum
            jaymesrs@piefed.worldJ This user is from outside of this forum
            [email protected]
            wrote last edited by
            #31

            Chromebooks and iPads as the primary devices in schools have hurt the kids in my opinion. Too locked down to allow for exploration.

            C 1 Reply Last reply
            2
            • N [email protected]

              Eh. Genx understood how to work a VCR and deal with the rat's nest of cables behind the TV

              Computers are millennials

              W This user is from outside of this forum
              W This user is from outside of this forum
              [email protected]
              wrote last edited by
              #32

              Older Millenial here. It was definitely GenX that paved the way for the computer world I learned, and it was mostly GenX who wrote the books and taught the lessons (often informal) that brought us what knowledge we have, at least in the beginning. Plus a small selection of exceptional individuals from older generations, including, dare I say it,… the baby boomers.

              N S 2 Replies Last reply
              13
              • return2ozma@lemmy.worldR [email protected]
                This post did not contain any content.
                P This user is from outside of this forum
                P This user is from outside of this forum
                [email protected]
                wrote last edited by
                #33

                Gen X, Millennials, Gen Z, etc. are marketing bullshit that need to stop being used in the common lexicon.

                kolanaki@pawb.socialK C djcas9@feed.djcas9.comD 3 Replies Last reply
                5
                • robolemmy@lemmy.worldR [email protected]

                  AOL instant messenger was late to the party. ICQ started the instant messaging fad… that little “uh oh” notification sound is permanently burned into my brain.

                  W This user is from outside of this forum
                  W This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #34

                  presses Ctrl+G to foghorn

                  1 Reply Last reply
                  1
                  • moseschrute@lemmy.worldM [email protected]

                    Let’s settle this once and for all.

                    I’m Gen Z. Quiz me on how computers work.

                    Edit: I bet I can run circles around some of you millennials 🙂

                    C This user is from outside of this forum
                    C This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #35

                    Oh you know computers? Name every group policy.

                    moseschrute@lemmy.worldM 1 Reply Last reply
                    4
                    • V [email protected]

                      How does computers work?

                      moseschrute@lemmy.worldM This user is from outside of this forum
                      moseschrute@lemmy.worldM This user is from outside of this forum
                      [email protected]
                      wrote last edited by [email protected]
                      #36
                      • The lowest level is transistors, which are electronic switches that have an on and off state. In other words, they are binary and can represent 0 and 1
                      • Those get combined into gates of two inputs. An “and” gate outputs 1 if both its inputs are 1. An “or” gate outputs 1 if either of its inputs are 1. And Xor gate outputs 1 if and only if one of its inputs is 1.
                      • A bunch of other complicated shit happens
                      • Boom assembly. Don’t try and read or write it, because it will make you wanna quit computers
                      • C comes into play. Designed to unfuck, assembly so you can actually write readable code. Just don’t forget to release your memory
                      • More complicated shit. Something about kernels and GNU. Userland vs kernel land? Idk
                        • ARM might be different since it can run process outside of userland and kernel I think? Something about secure compute/marketing BS
                      • Inside of user land, we have the web browser. This is there the cool shit happens.
                      • The browser runs JavaScript, CSS and HTML. JavaScript is a single threaded, but nonblocking language with an even loop and microtask queue.
                      • Inside of the browser we run React. React is a framework where UI is a function of state and the data flows in one direction. It can also be used to slam your CPU.
                      • Now that we’re into high level languages, it would only be fun if it looped back around to the beginning. So we invoke some C code that has been compiled to web assembly. Mmmm how efficient

                      Edit: I tried to do this all off the top of my head. After writing this, I think I meant user space vs kernel space. Idk if user land is a word

                      J V S 3 Replies Last reply
                      2
                      • robolemmy@lemmy.worldR [email protected]

                        AOL instant messenger was late to the party. ICQ started the instant messaging fad… that little “uh oh” notification sound is permanently burned into my brain.

                        J This user is from outside of this forum
                        J This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #37

                        Fuck that sound.

                        1 Reply Last reply
                        2
                        • C [email protected]

                          Oh you know computers? Name every group policy.

                          moseschrute@lemmy.worldM This user is from outside of this forum
                          moseschrute@lemmy.worldM This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #38

                          Fuck you Windows

                          C 1 Reply Last reply
                          2
                          • V [email protected]

                            Even Skynet will forget Gen X, trust me.

                            user224@lemmy.sdf.orgU This user is from outside of this forum
                            user224@lemmy.sdf.orgU This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #39

                            "Humanity eliminated!"

                            Meanwhile Gen X and New Zealand:
                            There used to be a picture

                            jomiran@lemmy.mlJ 1 Reply Last reply
                            3
                            • moseschrute@lemmy.worldM [email protected]
                              • The lowest level is transistors, which are electronic switches that have an on and off state. In other words, they are binary and can represent 0 and 1
                              • Those get combined into gates of two inputs. An “and” gate outputs 1 if both its inputs are 1. An “or” gate outputs 1 if either of its inputs are 1. And Xor gate outputs 1 if and only if one of its inputs is 1.
                              • A bunch of other complicated shit happens
                              • Boom assembly. Don’t try and read or write it, because it will make you wanna quit computers
                              • C comes into play. Designed to unfuck, assembly so you can actually write readable code. Just don’t forget to release your memory
                              • More complicated shit. Something about kernels and GNU. Userland vs kernel land? Idk
                                • ARM might be different since it can run process outside of userland and kernel I think? Something about secure compute/marketing BS
                              • Inside of user land, we have the web browser. This is there the cool shit happens.
                              • The browser runs JavaScript, CSS and HTML. JavaScript is a single threaded, but nonblocking language with an even loop and microtask queue.
                              • Inside of the browser we run React. React is a framework where UI is a function of state and the data flows in one direction. It can also be used to slam your CPU.
                              • Now that we’re into high level languages, it would only be fun if it looped back around to the beginning. So we invoke some C code that has been compiled to web assembly. Mmmm how efficient

                              Edit: I tried to do this all off the top of my head. After writing this, I think I meant user space vs kernel space. Idk if user land is a word

                              J This user is from outside of this forum
                              J This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #40

                              Did a solid effort.

                              moseschrute@lemmy.worldM 1 Reply Last reply
                              2
                              • W [email protected]

                                Older Millenial here. It was definitely GenX that paved the way for the computer world I learned, and it was mostly GenX who wrote the books and taught the lessons (often informal) that brought us what knowledge we have, at least in the beginning. Plus a small selection of exceptional individuals from older generations, including, dare I say it,… the baby boomers.

                                N This user is from outside of this forum
                                N This user is from outside of this forum
                                [email protected]
                                wrote last edited by [email protected]
                                #41

                                There is a big difference between having the people who invented something and being the people who families (and companies...) depend on to keep them running. This being about the latter.

                                Or, at least, in my family, we tended to not tell the engineers at Ampex to get their butts downstairs because dad didn't understand why the color was off on the football game he recorded last night

                                1 Reply Last reply
                                2
                                • J [email protected]

                                  Did a solid effort.

                                  moseschrute@lemmy.worldM This user is from outside of this forum
                                  moseschrute@lemmy.worldM This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by [email protected]
                                  #42

                                  I guess between C and assembly there’s abstract syntax trees and maybe LLVM, which is probably also written in C. Idk I skipped compilers in college.

                                  I also know the networking stack has a bunch of layers, but that felt like its own separate thing to “computers”. I think UDP makes more errors than TCP but UDP also go brrrrr

                                  J 1 Reply Last reply
                                  0
                                  • moseschrute@lemmy.worldM [email protected]

                                    Fuck you Windows

                                    C This user is from outside of this forum
                                    C This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by [email protected]
                                    #43

                                    Damn, you're good. Enjoy your lifetime of trimming Satan's pubic hair!

                                    moseschrute@lemmy.worldM O 2 Replies Last reply
                                    1
                                    • moseschrute@lemmy.worldM [email protected]
                                      • The lowest level is transistors, which are electronic switches that have an on and off state. In other words, they are binary and can represent 0 and 1
                                      • Those get combined into gates of two inputs. An “and” gate outputs 1 if both its inputs are 1. An “or” gate outputs 1 if either of its inputs are 1. And Xor gate outputs 1 if and only if one of its inputs is 1.
                                      • A bunch of other complicated shit happens
                                      • Boom assembly. Don’t try and read or write it, because it will make you wanna quit computers
                                      • C comes into play. Designed to unfuck, assembly so you can actually write readable code. Just don’t forget to release your memory
                                      • More complicated shit. Something about kernels and GNU. Userland vs kernel land? Idk
                                        • ARM might be different since it can run process outside of userland and kernel I think? Something about secure compute/marketing BS
                                      • Inside of user land, we have the web browser. This is there the cool shit happens.
                                      • The browser runs JavaScript, CSS and HTML. JavaScript is a single threaded, but nonblocking language with an even loop and microtask queue.
                                      • Inside of the browser we run React. React is a framework where UI is a function of state and the data flows in one direction. It can also be used to slam your CPU.
                                      • Now that we’re into high level languages, it would only be fun if it looped back around to the beginning. So we invoke some C code that has been compiled to web assembly. Mmmm how efficient

                                      Edit: I tried to do this all off the top of my head. After writing this, I think I meant user space vs kernel space. Idk if user land is a word

                                      V This user is from outside of this forum
                                      V This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #44

                                      Nice 👍🏽!

                                      Machin code comes to mind, and "more" high level languages like C++, template metaprogramming and other horror stories 💀

                                      And CD players!

                                      Cheers 😋

                                      moseschrute@lemmy.worldM 1 Reply Last reply
                                      0
                                      • N [email protected]

                                        Eh. Genx understood how to work a VCR and deal with the rat's nest of cables behind the TV

                                        Computers are millennials

                                        C This user is from outside of this forum
                                        C This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #45

                                        When I joined the company maintaining Unix, I was one of the younger ones. It's older X who knows how it's all built; because they did it.

                                        1 Reply Last reply
                                        1
                                        • D This user is from outside of this forum
                                          D This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #46

                                          By that logic, Bill Gates and Steve Wozniak were Boomers so Boomers all know how to fix computers.

                                          Let's face it, "generational" assumptions are all too coarse to be valuable - and are probably just another way to separate and divide us all so we stop thinking about how to take down the ruling classes.

                                          D 1 Reply Last reply
                                          26
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups