this post was submitted on 03 Aug 2024
1101 points (99.0% liked)

Programmer Humor

32371 readers
475 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
1101
submitted 3 months ago* (last edited 3 months ago) by sag@lemm.ee to c/programmerhumor@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] LavenderDay3544@lemmy.world 12 points 3 months ago

OS and embedded dev here. I use assembly all the time. I've even worked on firmware that was entirely in assembly of strict requirements that couldn't be met in C.

Also even machine code hides a lot about how the underlying machine works so if you really want to do computing from scratch you really do hate to invent the universe because there's abstractions all the way up the hardware stack just like there is in software.