this post was submitted on 08 Sep 2024
611 points (93.5% liked)

Technology

58115 readers
4139 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] yoshisaur@lemm.ee 169 points 1 week ago (4 children)

I’m part of Gen Z, and no, we as a generation AREN’T tech savvy. just because we grew up with smart phones does not make us tech savvy. in fact, i actually think it made us dumber with tech. i’m the only one in my school who knows how to use a command line and code (i also use linux as my daily driver). meanwhile everyone else doesn’t even know what a freaking file manager is

[–] sp3tr4l@lemmy.zip 66 points 1 week ago (1 children)

Millennial here: I think what Gen X and Boomer authors mean when they say 'GenZ is more tech savvy' is basically just that they use social media apps on phones and play video games, and that more of their culture derives from such things.

Maybe tech-immersed would be a better term.

As far as actual tech competency goes?

Yeah I agree with you. Phones and apps are generally reliable enough now that there's far less need to figure out anything under the hood, unlike in my day where you kind of had to learn more about a system to do what is now common, and you had to type on a keyboard.

Another Millennial here, so take that how you will, but I agree. I think that Gen Z is very tech literate, but only in specific areas that may not translate to other areas of competency that are what we think of when we say "tech savvy" - especially when you start talking about job skills.

I think Boomers especially see anybody who can work a smartphone as some sort of computer wizard, while the truth is that Gen Z grew up with it and were immersed in the tech, so of course they're good with it. What they didn't grow up with was having to type on a physical keyboard and monkey around with the finer points of how a computer works just to get it to do the thing, so of course they're not as skilled at it.

[–] hddsx@lemmy.ca 23 points 1 week ago (2 children)

Hi, I’m a programmer. Most of my classmates didn’t know how to use Linux.

Now, I’ve realized that newer products are being developed via Visual Studio so……

Linux and command line knowledge aren’t the same as being tech savvy

[–] yoshisaur@lemm.ee 24 points 1 week ago* (last edited 1 week ago) (2 children)

linux can be used through mostly GUI now so i partly agree with you, but installing linux can be quite a hard task for those who aren’t tech savvy. i’m pretty sure being able to do the following can be considered tech savvy:

  1. change boot settings
  2. flash an ISO to a USB drive
  3. shrink windows partition into a new one for linux
  4. boot from USB
  5. actually install linux
  6. get used to linux

Edit: the thing is… everyone is so used to things being pre-installed (ie windows/macOS/iOS), being able to download apps easily from the apple App Store. anything even slightly more complicated than that is too hard for them. i’ve had a graphic design class with some people a few years ago and some of them had to ask me for help for how to open a file, save, and export. if something isn’t completely, 100% automated for them, they can’t do it.

[–] hddsx@lemmy.ca 3 points 1 week ago (1 children)

Can you not order Ubuntu on a DVD anymore? Also you’re explaining dual boot. You can just single boot linux

[–] yoshisaur@lemm.ee 7 points 1 week ago (1 children)

i’m not sure. most people at my school use a laptop at their main computer, so they couldn’t use an ubuntu DVD anyways. i personally prefer dual boot over single boot

[–] hddsx@lemmy.ca 0 points 1 week ago (2 children)

… did everyone remove the media drive off laptops? There are also external media drives.

[–] pmc@lemmy.blahaj.zone 13 points 1 week ago

New laptops don't have optical drives. I don't think there's a single manufacturer that still has them.

Hell, most new computer cases (much to my chagrin) don't even have 5 1/4" bays.

[–] AlternateRoute@lemmy.ca 4 points 1 week ago

I think it has been probably more than 5 years since I have seen an optical drive on a new laptop.

[–] Rai@lemmy.dbzer0.com 2 points 1 week ago

ultrahellabased.tar.gz

[–] someguy3@lemmy.world 8 points 1 week ago (2 children)

Um is there anything special to use Linux? Click the GUI.

[–] emax_gomax@lemmy.world 14 points 1 week ago (2 children)

Well installing it. That alone requires a challenge most folks probably couldn't overcome easily. People are accustomed to just getting a computer with a working os on it. Changing that os would be pretty hard for them.

[–] doctortran@lemm.ee 7 points 1 week ago (1 children)

And let's be real, you at least need a degree of tech savvy to deal with the inevitable issues that will come up. Even on the simplest distro.

[–] EngineerGaming@feddit.nl 3 points 1 week ago

IDK, only times when I broke things on Debian were when I made the unwise decisions to do things I don't fully understand (that doesn't really happen now). And my elderly mom uses Mint with less problems than she did Windows.

[–] hddsx@lemmy.ca 4 points 1 week ago (1 children)

It’s a different paradigm for windows users. “Why won’t this exe/msi install on my computer?”

But also, once you realize the unlimited potential to customize it’s pretty special. I, for one, hate using anything without a tiling windows manager.

[–] someguy3@lemmy.world 2 points 1 week ago (2 children)

So how do you install things?

[–] hddsx@lemmy.ca 5 points 1 week ago (1 children)

Red hat based? Install the RPM. Debian based? Install the deb, generally? Install from the repository. You can also install from source if you’d like

[–] someguy3@lemmy.world 1 points 1 week ago (4 children)

I don't know what any of that means.

[–] FourPacketsOfPeanuts@lemmy.world 3 points 1 week ago (1 children)

You don't generally download the file like you would an exe or MSI on windows. Rather you enter a command line that tells Linux to connect to the repository (like an app store) of that particular type of Linux, pull the latest installation file and install it.

You can still download the file and install it directly, but it's not a straightforward double click like on windows.

[–] someguy3@lemmy.world 2 points 1 week ago (1 children)
[–] FourPacketsOfPeanuts@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

There are GUI wrappers that issue the equivalent commands for you, but a lot of Linux users would just write something like this on the command line:

sudo apt install vlc

That's how you would install VLC (media player) on Debian linux without any prior file download or browsing. It connects to the Debian repository for you, downloads and installs.

[–] Zorsith@lemmy.blahaj.zone 2 points 1 week ago* (last edited 1 week ago)

Install app from native app repository of chosen Linux distribution.

[–] bane_killgrind@slrpnk.net 1 points 1 week ago

Well yeah this is like asking an oboe player how they control pitch, and they respond "different embouchure is the universal way to do it, but adjusting the reed is the best way"

Go look it up if you don't know what the terms mean

[–] hddsx@lemmy.ca 1 points 1 week ago

Look in the OS provided “App Store” first - GUI or not, your choice.

Can’t find what you’re looking for? Look for a TRUSTED alternative App Store source. Then check the App Store again.

Still can’t find it? Look to see if there is a package available that your OS can recognize (different based on what flavor of Linux you’re running)

Still can’t find it? See if you can find the code to build the dang thing yourself.

[–] imecth@fedia.io 1 points 1 week ago

Installing things on linux is generally the same as phones. There's a shop-like GUI where you can look up your applications and get them, they'll also update automatically.

If the software isn't in your distribution repository, that's when it starts to be like windows, you need to hunt it down and either get an appimage or something like that, or build and compile it yourself.

[–] Irremarkable@fedia.io 21 points 1 week ago (1 children)

The most common explanation I've seen, and imo it makes sense, is that things mostly just work now. Even XP required a helluva lot more troubleshooting and messing with stuff to make it work than today. So you not only have a bunch of people that have no troubleshooting experience, a large portion don't even know how to properly search for things.

On the flip side, you have a lot more people doing insanely impressive stuff at a lot younger ages because if you have the drive to do it, there's more material to learn than ever out there.

[–] kalleboo@lemmy.world 14 points 1 week ago (1 children)

I'm a millennial but I grew up with Macs which mostly just worked, I don't remember having to do much troubleshooting as a kid.

But for me it was more that there was nothing else to do. You got bored, and messed around with and explored the computer, figuring out what you could make it do. Even once we got internet, it was dialup, so you got online for a bit, checked some things, downloaded some shareware, then disconnected and were stuck with whatever was on the computer again to mess with.

These days the kids have a never-ending social media feed, they have no reason to ever be bored again.

[–] Ilandar@aussie.zone 8 points 1 week ago

These days the kids have a never-ending social media feed, they have no reason to ever be bored again.

And yet the evidence seems to suggest that social media has actually increased their boredom. They take fewer risks and try fewer things because the comfort of their doomscrolling feed is always there as a digital pacifier whenever they feel emotionally challenged. In turn, this is contributing to increasing rates of anxiety because these young people are not challenging themselves and learning what they are capable of. Their bodies and brains are being programmed to retreat from problems instead of facing and overcoming them. All of that leads to a life where you're just not getting out and doing stuff, meeting people or creating memories. That's a life of boredom.

[–] General_Effort@lemmy.world 13 points 1 week ago (1 children)

The boomers had cars and flexed being able to drive stick or know what a carburetor is, unlike those feeble Millennials. They had that greaser subculture. Hmm. I guess that makes the movie Grease the equivalent of War Games or Hackers.

So what is the zoomer thing? What eye-rolling help do they give to doddering old gen-Xers? What will they flex in their old age?

[–] 0x0@lemmy.dbzer0.com 6 points 1 week ago

The darned neural implant generation doesn't even know how to doomscroll with their fingers. Kids these days smh no cap.