20 ms·
Sir, this is a mistake. You've been trained by mistake to produce mistakes. We know it's awful.
by mathfailure 25d ago
Sir, this is a mistake. You've been trained by mistake to produce mistakes. We know it's awful.
- UI_at_80x24 25d agoNo it is not a mistake. It is not fashionable in digital media thanks I believe to twitters character limits. Look at any printed media from the last 100 years. Printing presses, books, magazines, newspaper. A double space offers a visual clue where a 'mental breath' takes place.
- jasperry 25d agoIt's true that the space between sentences should be larger than the space between words, as it is in properly typeset text, though not twice as large. Using two spaces is a way to approximate that when you only have monospaced fonts. It's no longer encouraged in electronic text when using proportional fonts because the rendering software _should_ adjust the spacing itself. edit: monospaced, not proportional.
- Ferret7446 16d agoIt "should" adjust, but in practice most software do not render spaces after periods properly. There is no in band signal to distinguish periods for sentence ends vs e.g. Mr. Thus there is a clear argument for double spacing in all contexts
- skobes 25d ago> Look at any printed media from the last 100 years. I have, and it contradicts your point. The single space is the nearly universal standard in modern print media.
- mathfailure 25d ago[flagged]
- bryanrasmussen 25d agoBuddy, there are rules and there are recommendations. The fact that it was common practice to use two spaces after a period up until the early 2000s in many situations shows that it is not in fact a rule, which is linguistic (as in the capitalization rules for proper nouns), but a recommendation, which is stylistic. Stylistic recommendations can also be taken as rules, but in limited situations, such as a place of work saying we follow these guidelines (a manual of recommendations), which then become rules for that workplace. Finally this link https://en.wikipedia.org/wiki/Sentence_spacing https://en.wikipedia.org/wiki/Sentence_spacing shows that their complaint has some merit, because the spacing used are not rules of the language, but conventions or recommendations imposed to improve the production of text based on the requirements and limitations of a particular technology. on edit: probably shouldn't describe capitalization as being a linguistic rule, as it is an orthographic rule...heat of the moment, sorry. One might argue that the same applies to spacing, but I suppose that capitalization in orthography has been established for so long, and in so many different systems that it can be claimed a rule whereas spacing is still just a recommendation.
- layer8 25d agoIt doesn’t make sense for monospaced to me, because the overly wide period character already creates additional breathing room.
- blehn 25d agoIt's not because of twitter character limits, it's because browsers collapse multiple consecutive spaces in html when they render text.