▲ 456 ▼ I redid the meme with what hurts me (lemmy.world) submitted 2 years ago by MashedTech@lemmy.world to c/programmer_humor@programming.dev 55 comments fedilink hide all child comments cross-posted from: https://lemmy.world/post/19849935
[–] OpenStars@discuss.online 1 point 2 years ago (1 child) Try assembly then - it'll freaking blow your mind!:-) permalink fedilink source parent hideshow 2 child comments replies: [–] asyncrosaurus@programming.dev 1 point 2 years ago (1 child) I took a compiler course focused on optimization and porting. So I worked with x86 and ARM. There's very little reason in modern computing to write assembly by hand, but it's still useful to be able to read and understand. permalink fedilink source parent hideshow 2 child comments replies: [–] OpenStars@discuss.online 1 point 2 years ago Having to work within such constraints, it really showed me difficulties that modern languages try to entirely abstract away from you. e.g. there are only so many "registers" that physically exist, before you have to start using much slower to access memory locations - a very far cry indeed from automated variable garbage collection!! permalink fedilink source parent
[–] asyncrosaurus@programming.dev 1 point 2 years ago (1 child) I took a compiler course focused on optimization and porting. So I worked with x86 and ARM. There's very little reason in modern computing to write assembly by hand, but it's still useful to be able to read and understand. permalink fedilink source parent hideshow 2 child comments replies: [–] OpenStars@discuss.online 1 point 2 years ago Having to work within such constraints, it really showed me difficulties that modern languages try to entirely abstract away from you. e.g. there are only so many "registers" that physically exist, before you have to start using much slower to access memory locations - a very far cry indeed from automated variable garbage collection!! permalink fedilink source parent
[–] OpenStars@discuss.online 1 point 2 years ago Having to work within such constraints, it really showed me difficulties that modern languages try to entirely abstract away from you. e.g. there are only so many "registers" that physically exist, before you have to start using much slower to access memory locations - a very far cry indeed from automated variable garbage collection!! permalink fedilink source parent