Only one generation knows how to fix tech...
-
How does computers work?
Spicy rocks
-
Gen X is the Aslan lion meme: “Do not cite the deep computer repair magic to me, Millennial. I was there when it was written.”
Asian lion?
-
I worked for Vint Cerf. I later started my own ISP. I know the history of the Internet because I lived it.
I quoted Vint Cerf. What do you have to support your claim?
wrote last edited by [email protected]Barry Leiner. He didn't like me dating his daughter because I wasn't Jewish. But man did he love his Celica. It wasn't fancy, but it was to him.
-
This post did not contain any content.wrote last edited by [email protected]
Gen X here. If I cared what any of those age groups thought I would feel slighted.
-
no, they're just choosing to not fuck with this shit because they've had enough
-
lol. My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
I work in IT. Gen-X. Which you forgot because you’re bad.
My daughter just got her degree in Cybersecurity. Millennial.
tl;dr: STFU with this stupid inter-generational tribalism, it’s wrong and stupid.
wrote last edited by [email protected]
j/k That's awesome. -
Asian lion?
They mean Aslan, aka big kitty Jesus, from the Narnia books.
-
lol. My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
I work in IT. Gen-X. Which you forgot because you’re bad.
My daughter just got her degree in Cybersecurity. Millennial.
tl;dr: STFU with this stupid inter-generational tribalism, it’s wrong and stupid.
Conversely, me and my whole family is dumb as fuck, every generation.
-
lol. My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
I work in IT. Gen-X. Which you forgot because you’re bad.
My daughter just got her degree in Cybersecurity. Millennial.
tl;dr: STFU with this stupid inter-generational tribalism, it’s wrong and stupid.
My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
My grandpa was a robotics engineer and thus knew how to use a PC quite well but watching him operate Windows 10 basically without utilizing any tools that came after DOS was bizarre.
-
The generation that couldn't be bothered.
-
This post did not contain any content.
Gen Z lookin fine as hell.
-
This post did not contain any content.
gen x
-
Asian lion?
Damn autocorrect.
-
lol. My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
I work in IT. Gen-X. Which you forgot because you’re bad.
My daughter just got her degree in Cybersecurity. Millennial.
tl;dr: STFU with this stupid inter-generational tribalism, it’s wrong and stupid.
I agree with this person!
-
Locked down, sure.
But compared to generations before where a calculator* was rare? It's fine. Interested nerd will still consume knowledge on the good bits and the cycle will continue.
*"You can't count on always having a calculator", the teacher said, obviously not clairvoyant.
Calculators weren't just rare, they were banned.
-
Hehe, llvm is a compiler framework, basically provides all the utilities for processing an AST.
ASTs have various flavors but they're all the same thing an intermediate representation for a program that optimizers and linkers use to create binaries.
The network stacks meh, 6 or 7 layers depending on what protocol you use but in brief: physical, transport, application. More and more functionality has moved into the transport in the name of efficiency, see quic. But in general not worth worrying about most of the abstraction was nonsense anyways.
And you missed out compilers was one of the most useful classes in cs circulums since it teaches you how languages work.
wrote last edited by [email protected]I KNOW! My biggest mistake in college was worrying about my GPA and that worry keeping me from taking harder classes. But I did learn about ASTs.
-
This post did not contain any content.
Millennials are supposed to be the generation that ends the capitalist age tribalism propaganda
-
lol. My dad’s a retired engineer and my mom was a computer programmer. Literal actual baby boomers.
I work in IT. Gen-X. Which you forgot because you’re bad.
My daughter just got her degree in Cybersecurity. Millennial.
tl;dr: STFU with this stupid inter-generational tribalism, it’s wrong and stupid.
I'm a xennial or whatever you wanna call us and I can't stand the generational cold war that takes place in our society
-
Utter BS. I’m on the old end of Gen X and I’m still building PCs for people and troubleshooting their shit when it breaks. I have yet to meet a much younger person who can do it as well.
Your also on Lemmy so you're the exception not the rule.
-
I have a Proxmox server with a random assortment of hard drives and SSDs of various capacities {8TB, 2TB, 2TB, 240GB, 240GB}. I want to create a CephFS filesystem spanning them, using erasure-coded pools in order to maximize capacity (kind of like RAID 5 except without requiring same-sized drives). How do I configure my CRUSH Map in order to accomplish this?
Lol, you lost me there. I've read up on the various RAID configurations. I've heard about CephFS. I don't know much about it, but I get the sense it's the new kid on the block.
I actually have a RAID question for you. I want to setup a little RAID array starting with 2 mirrored drives and add more drives later. But it seems there is no easy way to migrate RAID versions? Let's say I want to start with 2, then 3, than 4 drives as stuff fills up. I always want some level of redundancy. And I don't want to use any additional drives aside from the 2, 3, then 4 in the array. Is this possible? Either with RAID or with CephFS?