this post was submitted on 16 Aug 2024
303 points (98.4% liked)

Linux

48352 readers
446 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
[–] TimeSquirrel@kbin.melroy.org 55 points 3 months ago (6 children)

They sure love them some Java. It'd be nice if they focused more on C/C++/Rust, you know, actual bare metal system languages that make you think about memory management.

Edit: I used to have a roommate who was studying compsci and they were making him program a PIC18F microcontroller on a development board in assembly. It was kinda fun because while he wasn't using it, I'd have fun with it just programming normal C and making all the blinkenlights and gizmo peripherals on his board do shit, while he was struggling to even read a sensor.

[–] frezik@midwest.social 4 points 3 months ago

If it's compsci, then it doesn't need to be bare metal. It should be a language that's good at demonstrating abstractions. Java wouldn't be my choice, here. Elixir would be a good one.

You might want bare metal as a prereq to an operating system course.

If it's software engineering, OTOH, then yes, a bare metal language has a bigger place.

load more comments (5 replies)