Hacker News new | ask | show | jobs
by lionyo 3355 days ago
For journalists, the placeholder typically taught is "TK" for fact-checking later, as in "The youngest president was TK years old."
1 comments

Why "TK"?
Stands for "to come" https://en.m.wikipedia.org/wiki/To_come_(publishing)

Theory is that TK was a less common letter combination than TC.

In case anyone is curious, like I was:

  $ grep -i tc /usr/share/dict/words | wc -l
      1055
  $ grep -i tk /usr/share/dict/words | wc -l
        40
(The agony of using 'TC' when you code in tcl, use tcpip, or are working with terminal control code)