Text Substitutions

Most people are probably familiar with text substitution, in some form. It’s when a particular bit of text in a document is replaced throughout with an alternate. In many packages this is carried out via a Find/Replace dialog box. My main use has been in a Unix/vi environment, where the friendly and intuitive command :1,$s/old text/new text/g finds every instance of “old text” and replaces with “new text.” The true nerd will appreciate that the command is compatible with ‘regular expressions’ (an innocent-looking term that conceals a boatload of nerdcrap).

Over the years, I have developed a number of automatic text substitutions for phrases/platitudes I hear people utter. The filter works so that what I hear is converted into my internal version before processing further. This post collects a few such examples, although I’m sure I’ll think of more after the fact.

In each of the cases below, the heading is the spoken phrase, and the bold sentence that follows is my internal translation.

Continue reading

Views: 2339