Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

First time I see "_ has died" on the first page on HN without black bar (since it was introduced).


sort by: page size:

> I think something ate one of your *s.

That's because HN supports stripped version of Markdown and supports italic with one *, but not bold with **. You have to escape it with \.


> Those “vanished”...

Likely swallowed by the Markdown parser in HN, backend.


> I'll remember asterisk in the future.

Aaand you've just learned all the formatting HN has :). That, and URLs automatically turn into clickable everywhere except the body of a self-submission (i.e. submitting a text instead of a link). Any other formatting here is just convention.


PSA: Rather than using underscores, _like this_, at HN you can get emphasized text using asterisks, like this. (I see _emphasis_ almost every day on HN, so IMHO it should support both. But until it does, asterisks are definitely the way to go.)

HN now supports backslash escapes for asterisks (which, unescaped, are markup notation for italics).

Apologies for the butchered title. The second "x" is supposed to be an "@x" but it looks like HN removed it.

Reminds me of when HN added the [-] and everybody complained it was on the wrong side but they couldn’t be * to fix it.

Probably trying to make it italic, which is indeed a convention. Asterisks will work better on hn.

tip: In HN comments you can write \* to display an asterisk.

I can't see a single '*' in that thread and haven't seen any other '* * *' on HN. Do you have any third-party browser plugins installed that might cause this?

Maybe the users try to write Markdown to make words italics (https://news.ycombinator.com/formatdoc)?


Perhaps I'm biased, but I read every part like:

> I realized that this was introduced by some code I wrote in 2014: Occasionally Tarsnap users need to move a machine between accounts,

with an implicit "and I fixed that code now" or "and I will fix that tomorrow when I get enough sleep". Let's hope he writes later a follow up explaining the details.

> [a] postmortem on the front page of HN

Is that bad? I upvoted this almost instantly, then went to the comment section to upvote cperciva if he was here, then I read the full post and verified my first upvote was correct.


Looks like you lost some characters to HN's pseudo-markdown.

nono, that was originally asterisks but apparently hacker news replaces those with an empty string. that is weird, but unrelated to my problem

Speaking of control characters breaking things, HN ate the * characters in your post and turned the text into italics instead.

The page redirects to u202E (no backslash) which is a normal word. I think it's an Easter egg.

P.S. Is there an XKCD poking fun of the fact that 99% of HN edits are replacing '_' with '*' ?

No, well there should be.


It's old emphasis from at least the IRC heyday era (where I picked it up), likley earlier as some of the sibling comments allude to. Interesting, HN takes asterisk characters around text and parses it to italics like this, but I tended to know that as meaning bold font emphasis, with /this/ as italics.

Regardless, it's certainly an old habit


They used colon instead, back in pre OS X days. That’s >20 years ago. Admittedly some obscure cases carried that over and remain but you’ll rarely come across them today.

The * have gone away (HN is treating it as markdown for italics). You can put spaces around it to prevent this (e.g. the first * in the first comment is treated literally; the last * in that comment isn't).

The easiest solution is to indent the code by two spaces (HN renders it literally then).

next

Legal | privacy