this post was submitted on 22 Sep 2025
988 points (98.7% liked)

Programmer Humor

28641 readers
1453 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] IcedRaktajino@startrek.website 114 points 4 months ago (41 children)

I've recently learned that in Linux, you can use emois in filenames. I died a ~~little~~ lot inside when I learned that.

[–] FrostyPolicy@suppo.fi 80 points 4 months ago* (last edited 4 months ago) (19 children)

On Linux file systems you can use any character except NULL, and / is a reserved character.

E.g. on ext-4 "All characters and character sequences permitted, except for NULL ('\0'), '/', and the special file names "." and ".." which are reserved for indicating (respectively) current and parent directories."

[–] xthexder@l.sw0.com 58 points 4 months ago (14 children)

I once accidentally created a file with a newline character in it... it was pretty tricky to fix from command line.

[–] sukhmel@programming.dev 6 points 4 months ago

I created a file with backspace in name, it was hard to understand why filename doesn't match

load more comments (13 replies)
load more comments (17 replies)
load more comments (38 replies)