site banner

Friday Fun Thread for April 3, 2026

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

1
Jump in the discussion.

No email address required.

This website's Markdown implementation does not support the fancy hyphens-and-pipes table syntax that Reddit's implementation supports, so users are forced to type the table HTML manually—and that's a good thing™. More people should learn (X)HTML. Typing HTML in a plaintext editor often is more relaxing than typing in a WYSIWYG text editor.

  • You don't have to mess with Character Map or AutoCorrect in order to type en and em dashes, subtraction, multiplication, and division symbols, directional quotation marks, etc.; and you don't have to guess at what specific character a horizontal line is when you see it long after you typed it. Instead, you can just type a character reference (picked from a default list in HTML or a fully custom list in XHTML)—& ndash; & mdash;, & minus;, & times;, & div;, & ldquo;, & rdquo;, etc. (without the spaces)—and it will remain perfectly legible in the plaintext forever.

  • You don't have to mess with invisible section divisions and style changes, constantly having to guess whether Word has actually done what you wanted it to do. Sections are clearly visible elements, and styles are clearly visible classes. Nothing is ambiguous.

  • I think there was recently a discussion here regarding how learning a second language enables a person to better understand his first language. Likewise, learning HTML enables a person to better understand what Microsoft Word is trying to do behind the scenes while you clumsily interact with its interface.