Live data from Hacker News

ASCII Pronunciation Rules for Programmers [2008]

codinghorror.com

81–89 of 89 posts

Re: ASCII Pronunciation Rules for Programmers [2008]

#85
post #74
post #15

I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".

Yeah, German calls them "Doppelpunkt" (double point or double period) and "Strichpunkt" (and "Strich" is normally a dash, so dash-point or dash-period, depending on how you want to translate "Punkt").

Perhaps double-full-stop and stroke-full-stop. Those sound kinda British to me.

Re: ASCII Pronunciation Rules for Programmers [2008]

#86
post #25

So am I the only one who calls "-" a tack? As in chmod tack R

Never heard that one before. "dash" or "minus" is all I've ever come across.

I use "dash" too, but the "-" character is technically a hyphen. Two hyphens ("--") make a dash.

Re: ASCII Pronunciation Rules for Programmers [2008]

#87
post #20

Another source of confusion is the meaning of the word "brackets": +----+-----------------+-------------+ | | [] | () | +----+-----------------+-------------+ | US | brackets | parentheses | | UK | square brackets | brackets | +----+-----------------+-------------+

| AU | square brackets | parentheses | +----+-----------------+-------------+ :(

  | CA | [[any of the above]] | [[any of the above]] |
  +----+----------------------+----------------------+
I don't think I've heard two different people refer to them consistently.

Re: ASCII Pronunciation Rules for Programmers [2008]

#88
post #84
post #77

It annoys me when people on TV use "forward slash" when reading out URLs. Makes we want to tell people that URLs never use backward-slashes!

Never?

RFC 1738

Other characters are unsafe because gateways and other transport agents are known to sometimes modify such characters. These characters are "{", "}", "|", "\", "^", "~", "[", "]", and "`".

All unsafe characters must always be encoded within a URL.

Post reply on HN