Live data from Hacker News

TK, or the secret to effortless writing (2024)

atthis.link

11–20 of 26 posts

Re: TK, or the secret to effortless writing (2024)

#11

tl;dr add tk when you hit a wall (abbreviated from 'to come', yet spelled with k as tc appears in many words)

I slice my latke with a pocketknife.

I found the low frequency surprising as it's so easy to pronounce--I suppose tc is used in most cases. Here's what I found for bigram freqs near TK:

Ratios (count / total) and percentages:

    PG: 0.00047%
    TK: 0.00046%
    KK: 0.00045%
    HQ: 0.00042%
    FN: 0.00042%
Every other one here I'd expect to see: Postgres, kk/okay (and my initials), headquarters, function. Of course there's Tcl/Tk but not used nearly as much as it could.

Re: TK, or the secret to effortless writing (2024)

#18

Could you instead use any two numerical digits? Then you've got a tagging system with up to 100 tags. This assumes you're writing according to guidelines that insist you spell out all numbers. i.e. 58 is always intentionally "fifty-eight", so "58" must be your own meta text.

I think you can use whatever you want. The point is just to drop a quick marker that you can find later, and not interrupt your flow.

Re: TK, or the secret to effortless writing (2024)

#20

Could you instead use any two numerical digits? Then you've got a tagging system with up to 100 tags. This assumes you're writing according to guidelines that insist you spell out all numbers. i.e. 58 is always intentionally "fifty-eight", so "58" must be your own meta text.

I think you can use whatever you want. The point is just to drop a quick marker that you can find later, and not interrupt your flow.

Ah, never mind. A slight refinement needed here.

AP style only spells out one through nine. 10 and above are written as numerals. So, you'd get 10 tags, not 100.

I think the regex would be: /(?<!\d)\d{1}(?!\d)/

Post reply on HN