this post was submitted on 02 Jun 2025
108 points (91.5% liked)

Programmer Humor

24111 readers
1591 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Edit : The tail is Nicely done whereas the front is, well slapped on a sticker.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 week ago

Low level programming skills in a low level language, C being the most popular. With memory safe languages like rust gaining more traction, C may eventually be a thing of the past, but imo, learning C will make you a better programmer in all languages because if you know C you know how everything works. Other than that, it could be something that uses a specific language like Arduino. Embedded programming is generally programming that interfaces with hardware directly, so really it's just knowing how to program, and then doing it in a specific area.

There's a good book called Code: the hidden language of computer hardware that goes in depth of computer architecture and build up from there.