this post was submitted on 16 Jul 2024
604 points (97.5% liked)

Programmer Humor

32050 readers
1359 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 months ago (4 children)

Ok, what kind of monster names their executables .elf?

[–] [email protected] 8 points 2 months ago

Well, a.out doesn't make much sense these days.

Gotta move to .elf

[–] [email protected] 3 points 2 months ago

Pi Pico SDK does. Well, the version for debugging symbols, anyway. Regular executable is .uf2.

[–] [email protected] 2 points 2 months ago

I reserve .elf for executables for other platforms, like microcontroller firmware.

[–] [email protected] 1 points 2 months ago

wii homebrew developer maybe?