this post was submitted on 16 Aug 2024
292 points (98.0% liked)

Linux

47233 readers
782 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dubyakay@lemmy.ca -2 points 3 weeks ago (6 children)

Why is it important in this day and age to learn about memory management? That's like saying it's important to learn cursive, when it really isn't.

[–] mysteryname101@lemmy.world 7 points 3 weeks ago (3 children)

Embedded. I’m currently writing software with 96 bytes of RAM. My next project I get to splurge and have 8kB of RAM and 32k of Flash.

I’m more scared with how badly I’ll handle/manage the 8k of RAM.

[–] ChairmanMeow@programming.dev 1 points 3 weeks ago (1 children)

That's a very specific usecase though that the majority of programmers likely will never have to face.

[–] gamma@programming.dev 7 points 3 weeks ago* (last edited 3 weeks ago)

Taking courses which involve subjects that you will likely never encounter in the workforce is a thing in every discipline. Most engineers don't need to manually solve differential equations in their day jobs, they just need to know that they exist and will often require numerical solutions.

Getting your hands dirty with the content provides a better understanding when dealing with higher level concepts.

load more comments (1 replies)
load more comments (3 replies)