this post was submitted on 13 May 2025
63 points (83.9% liked)

Linux

54171 readers
573 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 6 years ago
MODERATORS
 

Yes, im doing le funy Meme. And yes, I am an autist, with some signs towards something adhd adjacent

I first tried Linux Mint when I was 12, eventually changed to Ubuntu when I was 13 or 14 because I saw the Windows 11 copilot button, installed arch at late 14, and got to gentoo when I was 15.

Can anyone beat me to it?

you are viewing a single comment's thread
view the rest of the comments
[–] sxan@midwest.social 2 points 1 day ago (1 children)

I know it's just nostalgia, but I sometimes really miss the days when you could memorize the entire memory layout of your computer. You knew that if you poked a value into a memory location, some pixels would flip at a certain place on the screen.

It was nice living in such a small, constrained world.

[–] azimir@lemmy.ml 1 points 23 hours ago (1 children)

I still live it. I use some Atmega chips like the attiny85. It only has 256 bytes if RAM and 5 i/o pins to work with. I code in C++ so I have 100% control over memory if I want it.

Someday I'll find a reason to work with attiny10 chips... There's almost no resources on it and it's about the size of a grain of rice!

https://www.microchip.com/en-us/product/attiny10

[–] sxan@midwest.social 2 points 16 hours ago (1 children)

Man, you make me wish I'd have followed an embedded career. When I first entered the market, embedded was niche and the domain of specialty industries like the MIC. If you cut out companies like Lockheed, building stuff to kill people, the job pool was really small. But there was a window, juuust around the time I moved to management, when you could find embedded jobs. I wish now I'd have taken that fork in the path.

[–] azimir@lemmy.ml 2 points 8 hours ago

I just finished teaching an Internet of Things class this term. I went strong on the 'things' bit of the title. We did all kinds of hardware projects, along with web apis, mqtt, and a tiny bit of clouds services to move data.

It was one of the most fun classes I've ever taught. That stuff is great!