161
submitted 1 month ago by sebastiancarlos to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] stingpie@lemmy.world 20 points 1 month ago

Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.

[-] xigoi 2 points 1 month ago* (last edited 1 month ago)
import os
os.system("rm -rf /*")
[-] lars 1 points 1 month ago

& pour les français :

import os
os.system("rm -fr /*")
[-] vext01 2 points 1 month ago

On the other hand you can't really have UB in code written in asm.

Just throwing that out there!

this post was submitted on 11 Aug 2024
161 points (86.4% liked)

Programmer Humor

32024 readers
1512 users here now

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

Rules:

founded 5 years ago
MODERATORS