355
submitted 6 days ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top new old
[-] [email protected] 62 points 6 days ago* (last edited 6 days ago)

When did Millennials get Boomer Brain anyway? If you took Boomers at their word thirty years ago, nobody under the age of 70 would know how to fix a car today .

Now these "Young people don't understand technology" memes are spreading like a nasty STD. Just endless posts of the most heinous ignorant horseshit.

Meanwhile, I've got kids flying homemade drones down at the park. I've got to fight through gaggles of teenagers on the way to robotics competitions and hack a thons when I'm downtown for lunch. My local Microprose is stuffed full of people under 30. All the active Linux geeks are practically in diapers, while millennials cling to Microsoft and fucking Apple.

But nobody is using the shitty VR that Zuckerberg is shilling, so Zoomers can't code? FFS, it's GenX that's forcing AI down all our throats.

Don't give me that "young people can't use computers" shit.

[-] [email protected] 34 points 6 days ago* (last edited 6 days ago)

I work with college students all day. They are computer illiterate. It’s like working with the old. Generalizations are sometimes kinda true.

[-] [email protected] 20 points 6 days ago

Cool, I ALSO work with college age kids all day and they navigate/troubleshoot our software fine.

I guess our two completely useless anecdotes will now cancel out into irrelevance.

[-] [email protected] 9 points 4 days ago

Navigating software is a hell of a lot different from troubleshooting, as OP/ The image was saying.

No rat in this race just pointing it out. (But everyone i know who's my age couldn't tell you shit about computers, why they work, how they work, and how to fix even the simplest of problems)

load more comments (8 replies)
[-] [email protected] 25 points 5 days ago

The divide is that zoomers don't NEED to understand technology. They instead default to learning the fluffy user interfaces. Older users were required to know the basics of file systems, and even touch on command line operations just to get by.

Modern kids aren't required to learn that. They are perfectly able to, but no longer required to. We currently have a lot of newer "mechanics" that are perfectly good at driving, but didn't really notice there as an engine thing up front to look at.

It creates a binomial split. Many don't notice the youngsters quietly getting good. They do notice the increase in idiots out of their depth due to overconfidence.

[-] [email protected] 19 points 5 days ago

Actually, that has always been true.

Yes the UI has become fluffier. But users have always just used first and most convenient way to do something.

  • They didn't need to know how file system worked, they just put all their files on their desktop.
  • Most never used a command line and never will. They would just shrug and do something else if it required it.
  • If a button is even slightly moved, to them it is a travesty that fucks over their whole workflow.

The subset of tech savvy users may be slightly bigger, but the majority never learned how computers worked beyond clicking around. That is in every generation. Our vision is just skewed because we grew up in a tech heavy environment.

But if you ever worked in IT support, you'd know that not knowing how computers work is the default in every generation.

[-] [email protected] 7 points 5 days ago

Oh, they can use them alright, limited to the ways they've seen. That's short version, here is a longer one:

Well, I don't have kids flying homemade drones at the park, and highly doubt that, say, devs behind Lutris are in diapers. But what I do have is this: https://lemmy.world/comment/17328375 (browse down to @Lightor comment). That goes along with continuously degrading UI (hello, the marginal user tyranny https://nothinghuman.substack.com/p/the-tyranny-of-the-marginal-user), the fact that Microsoft and Apple are still not sued to the ground with all the bullshit they pull off. These wildly unrelated points all fall in line with my personal feeling and general sentiment that percentage of people who know some very basic things about computers is going down. Don't give me that "I don't see it in my surroundings, so that's not happening" shit

[-] [email protected] 7 points 5 days ago* (last edited 5 days ago)

Us millenials are going to become the next boomers. The other generations around us like genX, zoomers and genA are comparatively smaller than the millenial generation, substantially so in the UK where I live.

Can't wait until my peers and I capture the legislators and start redirecting all of society's resources into our interests.

Edit: Already drafting comments to leave on the comments section of major newspaper articles about how genA need to pull themselves up by their bootraps, stop enjoying avocados, and cultivate some "stick-tuitiveness" (sub in other made-up phrase here).

load more comments (5 replies)
[-] [email protected] 8 points 5 days ago

I mean if you work in the industry you would absolutely see a rise, a significant one, in people generally inept at the technical requirements of their jobs that’s factual not “ignorant horseshit” - it’s not that young people can’t learn this stuff it’s that young people grew up in, and are still in, an environment that doesn’t foster learning of these skills or independence at a more personal level so those learning through traditional education are being failed by the system while simultaneously being given tools to make self sabotage easier than ever before and the values that tell people to seek out and do things on your own are quickly going extinct. If someone can’t do something, especially at a wide scale not like one individual who didn’t pick up a skill or something, this is a system problem and yes there are significant systemic problems young people are being faced with in their personal and professional/student lives acting like “that’s ignorant horseshit” is just denying something is wrong, it’s advocating for the status quo, something is wrong, young people are being failed and unless we acknowledge this problem we can’t address it

load more comments (10 replies)
[-] [email protected] 67 points 6 days ago

How does he know? Because he's that 35 yo pedophile NEET that lives in his mom's basement

[-] [email protected] 56 points 6 days ago

They really are terrible. They grew up in the age of apps and don't know how to actually use or maintain tech.

[-] [email protected] 42 points 6 days ago

What blew my mind was when I had a teacher telling me about their experiences with Zoomers and indicated that they seem to have a near universal inability to grasp the concept of a file structure. They just apparently can't wrap their heads around the fact that when you save something that it has to actually go somewhere on their device.

[-] [email protected] 1 points 3 days ago

To be fair, it's not an obvious concept.

If I pick up a notebook and scribble something in it, the next time I pick up the notebook whatever I scribbled will still be there. It's very unusual that when a computer shuts down the RAM is cleared. Making it worse for intuitive understanding, a lot of apps are constantly saving and restoring state without any user intervention, making it seem like a notebook that just keeps state whenever you use it.

The implementation detail that RAM is very fast but doesn't store state but flash is slightly slower but does store state is something that you have to learn. To actually understand why RAM doesn't store state you need to understand how it's built, and how capacitors can store charge for a short time but need to be refreshed. Why flash / electrically erasable memory works the way it does is yet another university-level class.

Add to that that the concept of a "file" and a "filesystem" are not obvious at all. The concept got its name from actual paper documents being strung together with wire. The name was used in early computer work as a skeuomorph to make understanding computer storage easier. This data on disk is grouped together in a "file" just like you'd group together pages of text into a "file".

If we were designing things from scratch today, the concept of a "file" or "filesystem" would probably not exist. We'd probably just go with a key-value store on top of some kind of B-tree stuff directly on the flash memory.

The only reason older people learned these things is that they dealt with computers that were not as user friendly. If someone is young enough, they probably experienced turning off a computer and losing all their stuff because they hadn't saved. And, saving was cumbersome for a long time. You had to actually decide what filename to use and where on the filesystem to store something. One of the biggest pushes in computing in the last couple of decades is to make all that easier, to make it so that files are saved automatically and you never have to see a file browser or a filename. Sure, the underlying system is still all files, directories, etc. But, that's just not something that people encounter anymore.

[-] [email protected] 17 points 5 days ago

I remember being flabbergasted the first time I had to explain this to some of the boomer teachers and admin staff with my part time college job. The secretary had no idea how to find documents outside of word recent list.

The idea that young people are even worse than that secretary is scary.

[-] [email protected] 6 points 4 days ago* (last edited 4 days ago)

I mean... entirely seriously:

A large percentage of them are also functionally illiterate.

https://www.newsweek.com/gen-z-parents-children-reading-literacy-crisis-2081875

The % of kids that 'read for fun everyday' has dropped from 35% in 1984 to 14% in 2023.

Functionally illiterate reading levels of the whole US population?

19% in 2017.

28% in 2023.

Again, for emphasis: 28% of all Americans are functionally illiterate.

They can't read beyond a 'Hop on Pop' level.

Nearly a third of the US population is at a 2nd grade reading level.

And that near 10% increase in 6 years... thats 6 years of Zoomers graduating high school and becoming adults.

... Only gonna be worse for Gen Alpha.

[-] [email protected] 1 points 3 days ago

Do you have to read for fun for it to be functional literacy?

It seems to me that kids are perfectly literate. They start texting, instant messaging, commenting on things, etc. from a very young age. That's all reading and writing, which is all literacy. Do you have a source for this 2nd grade reading level? Because, although the slang used by the youngs is annoying, it certainly doesn't seem 2nd grade level to me.

load more comments (1 replies)
[-] [email protected] 5 points 4 days ago

And on Nero fiddled while Rome burned... (aaand now I feel like I need to start appending eli5-esque, super simplistic breakdowns of what I'm saying at the end of my comments...)

Though, I gotta say, this does explain why I've noticed such a seeming up-tick in people staring just absolutely nonsensical arguments with me on here because they can't seem to understand that I'm making points im favor of their argument to begin with lol

load more comments (2 replies)
[-] [email protected] 15 points 6 days ago* (last edited 6 days ago)

I had the exact observation. It's crazy

[-] [email protected] 9 points 5 days ago

Yeah, the only zoomers who really understand computers beyond the surface are gamers, especially ones who played stuff like modded minecraft before there were dedicated launchers for it

[-] [email protected] 17 points 6 days ago

It’s crazy how GenX/Millennials developed the app culture to make computers and phones easier to sell to boomers, but then it was when GenZ was coming up, so they didn’t learn the ways of yore.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 17 points 5 days ago* (last edited 5 days ago)

My generation uses and understands tech. This gen just uses it. Or should I say, is used by it.

Wanna see how tech-savvy this gen is? Go up to one randomly and ask them how to "find" text on web page page.

load more comments (4 replies)
[-] [email protected] 25 points 5 days ago
[-] [email protected] 32 points 5 days ago

This is me now, except the clouds are aws, azure, and gcloud.

[-] [email protected] 7 points 5 days ago

They told me I'm at an age where people have to ask their kids how to rotate a PDF.

I told them if none of the tools I would use for that were available, I could just write my own. In a number of different programming languages.

[-] [email protected] 15 points 5 days ago* (last edited 5 days ago)

Zoomers are starting to remind me of the Eloi in the original movie version of The Time Machine. It's like nothing is possible to do unless it's provided as a clickable menu item.

[-] [email protected] 7 points 4 days ago

Well I am 30 yo (nearly), unemployed and I read OpenBSD man pages for fun, where do I get that sysadmin job again?

[-] [email protected] 25 points 6 days ago* (last edited 23 hours ago)

How about instead of ragging on kids these days we see that there is a very serious problem brewing, regarding how we're expecting to maintain this high tech society we've built going forwards. I would posit that it was the planning done by generations prior that has left society in a state where youth are not gaining skills that will be needed simply to maintain the status quo, let alone improve anything.

[-] [email protected] 19 points 6 days ago

Congratulations. You've reached the point.

load more comments (5 replies)
[-] [email protected] 20 points 6 days ago

Once again, GenX gets ignored. Whatever.

[-] [email protected] 32 points 6 days ago* (last edited 6 days ago)

your arbitrary age based discrimination bracket got removed. you will be reassigned according to the following criteria.

not tech savvy: boomer

tech savvy: honorary millennial

tech savvy and poor: millennial++

greed fueled hate goblin: boomer

load more comments (1 replies)
[-] [email protected] 11 points 6 days ago

Best I've heard it said, we straddled the digital divide. We went from 0-100, fast. And if you wanted to do anything with a computer, you had to have a good deal of understanding. I'd add early millennials to our group, maybe most?

Also, the boomers aren't as dumb as they're made out. While we kids were figuring shit out, they had new tech to figure out in the workplace.

Zoomers? Hopeless. My kids are Alpha, they're even worse.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 16 points 5 days ago

From what I've seen. They have zero patience to actually learn anything. They can't even watch a ten minute YouTube video without skipping parts and missing key information

[-] [email protected] 8 points 5 days ago

Every serious psych journal has had at least one published review on the damage that short attention span media causes

But it's always ignored in favor of corporate profit streams and complacence.

load more comments (3 replies)
[-] [email protected] 11 points 5 days ago

A YouTube video is absolutely the worst possible way to deliver information. It's fine for entertainment, whatever. But if I'm troubleshooting something, the last fucking thing I want to do is stop what I'm doing and watch ZzZl0rp89 blather on for 8 minutes about his merch, patreon, his other channel, read an ad for Factor, and spend 3 minutes with pointless set up before he gets to the actual problem.

Even IF your specific problem has been blessed by somebody who's made a simple 2 minute video tutorial, it would still be faster and easier to digest that information in text. I can scroll to the point where I'm already at and start from there, rather than watch this guy open 2 dozen windows first. I can search within the tech to see if my problem is actually addressed here in about 2 seconds.

It's infuriating that YouTube has become the primary method for delivering troubleshooting information when you end up searching for it.

load more comments (8 replies)
load more comments (1 replies)
[-] [email protected] 6 points 5 days ago

Pip install Claude

[-] [email protected] 11 points 6 days ago

Oh, whew, okay good. Anon’s complaining. For a solid minute there I thought he was about to do some seriously stupid shit like offer to teach those less savvy than himself, but thankfully anon isn’t that fucking stupid. Stay goat, based anon.

[-] [email protected] 19 points 6 days ago

To be fair, a lot of them seem to have been taught to hyper-specialize into their given niche, and they will actively refuse to learn. The attitude of "that is not explicitly my job, and therefore I will actively refuse to learn anything else" is far too common from what I've seen, and is the actual problem.

[-] [email protected] 10 points 6 days ago

I feel I have a special perspective on this, being at the cusp of millennials and zoomers. It's not so much that "it's not my job" it's more "I've been so conditioned that anyone and everyone will take advantage of me and I refuse to give them any sort of foothold to do so."

I love learning, and I do plenty of things outside of my job scope, and see the benefit of learning those skills. However, I absolutely see where they're coming from and have learned that the hard way too that allowing yourself to be trained on other things usually doesn't mean you now do those things, it means to management that you now do your job plus those things, and get paid the same.

Coffee is $5 a cup if you want cream and sugar, I can understand looking out for #1

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 06 Jun 2025
355 points (93.8% liked)

4chan

4894 readers
5 users here now

Greentexts, memes, everything 4chan.

founded 2 years ago
MODERATORS