this post was submitted on 16 Nov 2024
1127 points (99.0% liked)

Programmer Humor

19623 readers
2143 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] rekabis@lemmy.ca 20 points 5 days ago* (last edited 5 days ago) (9 children)

A line break is a non-printable character. So it would only work in the scope of electronic storage. The minute it hits other media, the line break character is subject to how that media handles it’s presence, and then it is lost permanently from that step forward.

Plus, many input forms make use of validation that will just trim anything that isn’t a character or number, removing the line break character.

[–] Excrubulent 5 points 5 days ago* (last edited 5 days ago) (1 children)

As someone with a very mildly unusual name, I can tell you that it doesn't matter whether a system could or could not meaningfully represent the name. Often the people or systems just refuse to acknowledge any deviation from what's expected. Sometimes databases are written to enforce arbitrary grammatical rules that make my name impossible to write, or the people using the systems will just "correct" the "error" without telling me. I don't mind that much but our normative systems just love to homogenise us.

load more comments (7 replies)