Slashdot Mirror


Are Two Spaces After a Period Better Than One? (arstechnica.com)

Researchers at Skidmore College conducted an eye-tracking experiment with 60 Skidmore students and found that two spaces at the end of a period slightly improved the processing of text during reading. Ars Technica reports the findings: Previous cognitive science research has been divided on the issue. Some research has suggested closer spacing of the beginning of a new sentence may allow a reader to capture more characters in their parafoveal vision -- the area of the retina just outside the area of focus, or fovea -- and thus start processing the information sooner (though experimental evidence of that was not very strong). Other prior research has inferred that an extra space prevents lateral interference in processing text, making it easier for the reader to identify the word in focus. But no prior research found by [study authors] Johnson, Bui, and Schmitt actually measured reader performance with each typographic scheme.

First, they divided their group of 60 research subjects by way of a keyboard task -- the subjects typed text dictated to them into a computer and were sorted into "one-spacers" (39 regularly put a single space between sentences) and "two-spacers" (21 hit that space bar twice consistently after a period). Every student subject used but a single space after each comma. Having identified subjects' proclivities, the researchers then gave them 21 paragraphs to read (including one practice paragraph) on a computer screen and tracked their eye movement as they read using an Eyelink 1000 video-based eye tracking system. [...] The "one-spacers" were, as a group, slower readers across the board (by about 10 words per minute), and they showed statistically insignificant variation across all four spacing practices. And "two-spacers" saw a three-percent increase in reading speed for paragraphs in their own favored spacing scheme.
The controversial part of the study has to do with the 14 point Courier New font that the researchers presented to the students. "Courier New is a fixed-width font that resembles typewritten text -- used by hardly anyone for documents," reports Ars. "Even the APA suggests using 12 point Times Roman, a proportional-width font. Fixed-width fonts make a double-space more pronounced."

391 comments

  1. please, do not break a language by Max_W · · Score: 0

    One space should be used between words. Otherwise, it may cause unexpected problems with search, sorting, etc.

    1. Re:please, do not break a language by ledow · · Score: 4, Insightful

      If you have a search function that doesn't ignore whitespace, you're probably onto a loser before you even start.

      Plus, why would you search for an entire sentence + follow on sentence in one search? That's just going to end in disaster whether it's a double-space, a new-line, a new paragraph or anything else.

      "Ignore whitespace" is an option in your searches for a reason.

    2. Re:please, do not break a language by Max_W · · Score: 1, Interesting

      There are different kind of searches. For example, we have got a database with six million product titles. Suddenly we may get two identical to human eye titles, but which differ just by a single, almost unnoticeable, space. Or two spaces, or three.

      This should be a precise search, I have to find exactly the title, which I need. No error is allowed.

      Certainly, I can solve this programmatically. But why to add more entropy, more disorder, more lack of predictability into the human language, which is a mess even without it.

    3. Re:please, do not break a language by ledow · · Score: 5, Interesting

      Because you have humans using the system.

      Which is why you "ignore whitespace" and code it as an option wherever it's needed. If anything, it actually makes searching FASTER, because an exact-whitespace match takes longer to find.

      When you then put in Unicode, other languages, non-breaking spaces, paragraph marks, and you're working on human-entered data, you're really onto a loser from the start if you have coded anything on a byte-for-byte matching process.

      Also, your system works against you in more ways than one. Someone creates an entry with one space. Someone else doesn't see it so they create it with two. Now you have two entirely different entries with different data referring to different database rows, but both "look" identical.

      Ignore whitespace, and the problem solves itself.

    4. Re:please, do not break a language by Ken+D · · Score: 2

      If you aren't normalizing your text data and your searches then your database is worthless anyway.

    5. Re:please, do not break a language by Max_W · · Score: 0

      Double space also influences sorting. At least, in some existing commercial ERP software.

      I do not argue that sorting and search algorytms can be re-written. But we had one certain thing about a human language, - that the words are separated with a space, with one space. Now even this will be gone.

    6. Re:please, do not break a language by ledow · · Score: 4, Insightful

      "But we had one certain thing about a human language, - that the words are separated with a space, with one space."

      I hate to break it to you.... people (like myself) were taught to use two spaces after a full-stop for DECADES. The predecessors of ubiquitous computing were all taught like that as the only reference was typewriters and which were often taught to double-space.

      This is not a "now we'll have a problem". This is a "You've already had this problem for a very long time and it's never been standardised, so don't make bad assumptions".

      You are much more likely to find existing users using double-space-after-period than you are younger users.

      Fact is, there is no such standard. What standards they were stayed the same from typewriters to PCs, but then changed to this "one-space" system, and now people are arguing over "one-space vs two-space" again. So you have to code to account for all situations anyway.

      Sort is more problematic, sure, but again ignoring whitespace in sort is incredibly easily (and actually beneficial... did you enter the book title as "whitehouse" or "white house"? Surely you want those listed close to each other).

      This was never a given. I was EXPLICITLY taught, less than 30 years ago, to double-space after periods. It's a habit you'll find throughout this post (which I'm writing at 100+ WPM). Maybe the new generations weren't but you can't just assume that.

      Don't even get me started on spaces (and punctuation) when they are near / inside the end of quotes, semi-colons, etc.

      Stop making bad coding assumptions where they relate to human-entered or human-visible data (which INCLUDES search criteria, and the original entered data).

    7. Re:please, do not break a language by ledow · · Score: 2, Interesting

      Oh, look at that.... Slashdot replaces double-space after period with single space. This is definitely two spaces to the left. And now three spaces to the left of that.

      When even Slash has it in code they haven't updated properly in decades and can't have UK pound signs (you get this junk:
        £), you know you're onto a loser!

    8. Re:please, do not break a language by Max_W · · Score: 5, Informative

      Oh, look at that.... Slashdot replaces double-space after period with single space. ...

      It is not Slashdot. It is a browser and the HTML. Two or three spaces are always one in the browser https://stackoverflow.com/ques...

      So a client of an Internet shop sees always one space, and it is confusing for her/him why the product does not sort properly.

      In fact, I had a lot of problems with these multiple spaces coming with product titles from suppliers. And I do not work only with English language.

    9. Re:please, do not break a language by Max_W · · Score: 1

      It is clear that a product have got also a unique article number. But the data is used by many actors, including browser and mobile apps in different human languages.

    10. Re:please, do not break a language by Rei · · Score: 2

      I prefer two spaces in searching text. It's easier to write a regex that will match a sentence break without also matching common abbreviations like Mr./Mrs./Ms./St./ P.S./i.e./ex./ etc.

      --
      "WANTED: Sinking ship seeks rats."
    11. Re:please, do not break a language by mpercy · · Score: 1

      Kind of a bitch when posting, say python scripts.

    12. Re:please, do not break a language by jellomizer · · Score: 1

      I am not following you. Are you talking about a Hex Editor layout, so a Hex values would be "6c69 6b65 2074 6869 733f"
      But nearly any search algorithm doesn't care about the space unless you say search for word with a space. And why the heck would you want to sort a document? if you were you just ignore spaces. I run into more coding exceptions when I get other characters such as " ' { } > < & because normally they will conflict with secondary systems such as SQL, JSON, HTML or XML. Yes the fixes are quite easy to work around, but if you are making a get it done junk program (which is intended for a few weeks, and ends up being a mission critical application) Having to make a program in under 15 minutes for a specialized purpose sometimes doesn't get the all the testing it needed. That said, I never in my 30 years programming experience had issues with coding double spaces vs single space. Just as long as the code supported spaces.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    13. Re:please, do not break a language by Anonymous Coward · · Score: 0

      Only if you were born in the US. In Europe, one space goes after a period. But that's ok, you can keep being all culture centric and assume your way is THE way.

    14. Re:please, do not break a language by tomhath · · Score: 1

      not really:
          you can indent if you like

    15. Re:please, do not break a language by Mal-2 · · Score: 2

      That's what the <pre> tag is for.

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
    16. Re:please, do not break a language by jellomizer · · Score: 3, Informative

      /*Standard SQL*\
      select * from table where title like '%first_word %second_word%'
      or /*Depending of SQL Server commands there may be some difference*\
      select * from table where replace(title,' ','') = "first_wordsecond_word"

      However the general rule of thumb is no matter what the writing conventions are. If humans are putting it in the system, there will be mistakes.
      So "Hello World" vs "HelloWorld" (Slashdot cleared out my two non-breaking space) is a possible chance.

      For the most part on big databases for searching I often will need to use a Levenshtein or Jaro algorithm, with normalizing white spaces. Just because human error is so common.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    17. Re: please, do not break a language by Anonymous Coward · · Score: 0

      And I was thought that the dot at the end of a sentence is called full stop and the space between words was called a period. So I couldnâ(TM)t get why the want to triple space it.

    18. Re:please, do not break a language by morethanapapercert · · Score: 1
      I agree with you about the double space after the end of a sentence, and for the same reason(s) as you. I was given my first typing instruction on an IBM manual and then an IBM Selectric typewriter. We were taught to always double space at the end of sentences and to use multiple spaces at the beginning of paragraphs. (IIRC, five spaces for the beginning of the very first paragraph, two for subsequent paragraphs on the same subject and four for subsequent paragraphs on new subjects.) We were also taught to avoid using the tab key. My memory is hazy, but I think this was all stuff dictated by the Chicago Manual of Style. The whole point of that manual was to maximise legibility and encourage consistency in style.

      To be honest though; once passing those classes, I stopped adhering to that for anything except the most formal of composition. (job cover letters, school assignments etc)

      --
      I need a wheelchair van for my son. Help me get the word out. https://www.gofundme.com/wheelchair-van-for-jj
    19. Re:please, do not break a language by JackieBrown · · Score: 2

      I do searches expecting whitespaces and hate those searches that ignore it.

      If I am searching for the word pat, I add a whitespace before or after it so I don't get every result that has pat in the word (pattern, patient, patsy, etc)

    20. Re:please, do not break a language by Anonymous Coward · · Score: 1

      If double spaces is a problem for your system, weed them out in the data entry phase.

      Even if you manage to change common language rules for your benefit, people will still make the occational honest mistake! They might even enter a rare triple space, even if the language don't specify that sort of thing.

      When I learned to write, we were supposed to have more space after a sentence-ending period than in other cases (interword spaces, space after comma, space after those periods that don't end the sentence.) The point is, a sentence is an important unit and their separation should stand out.

      These rules were for handwriting, so no such thing as "two spaces". That was a typewriter rule, and schoolkids didn't use typewriters. Modern word processyng/typesetting does not necessarily use "two spaces", but the space after a sentence end is longer than other interword spacing. Well, not necessarily for all languages, but for many. It still makes reading easier.

      The amount of "space characters" is not so interesting, proper typesetting (and modern word processing) uses variable-with spacing to line up the margins anyway. Still, the sentence-ending space is supposed to be visibly longer than other spacing because it aids the reader.

      Human written language uses spacing - not space characters. Space characters are a peculiarity of digital text.

    21. Re:please, do not break a language by gnick · · Score: 2

      people (like myself) were taught to use two spaces after a full-stop for DECADES. The predecessors of ubiquitous computing were all taught like that as the only reference was typewriters and which were often taught to double-space.

      I was taught this way. This was when fixed-width fonts dominated typing. Now that fixed-width fonts are no longer the norm, I've switched to a single space after the period. My inner pedant screamed at first, but he got over it.

      --
      He's getting rather old, but he's a good mouse.
    22. Re:please, do not break a language by Anonymous Coward · · Score: 0

      Listen, it all depends on what you learned when you were first taught to read.
      Other languages don't have this silly problem (e.g. Japanese). If you're in a
      position to care (i.e., you're writing as part of your life), then you probably went
      to a private school in your early developmental years and used a reader that
      incorporated this practice. Catholic school is a prime example. If you went to
      public school, be happy you're still alive. ..and Yes, two SPACEs is how God
      intended the English language to be written when typed on an English keyboard.

      CAP === 'connote'

    23. Re:please, do not break a language by rojash · · Score: 1

      wow....posted by a true grammar prof who has little computer acumen

    24. Re:please, do not break a language by Anonymous Coward · · Score: 0

      My inner pedant rarely gets over anything. I'm glad yours is more amenable.

      I still use two spaces as a matter of habit, and see no reason to change. I wasn't taught typing, I just picked it up, although if I'd had _any_ idea how much of my life I'd spend typing, it might have occurred to me to take typing in high school. Of course, that probably would have meant giving up technical and architectural drafting, which we classes I loved.

    25. Re:please, do not break a language by Anonymous Coward · · Score: 1

      I hate to break it to you.... people (like myself) were taught to use two spaces after a full-stop for DECADES.

      Centuries if you count printing presses and written letters.

    26. Re:please, do not break a language by Brett+Buck · · Score: 1

      "But we had one certain thing about a human language, - that the words are separated with a space, with one space."

      I hate to break it to you.... people (like myself) were taught to use two spaces after a full-stop for DECADES. The predecessors of ubiquitous computing were all taught like that as the only reference was typewriters and which were often taught to double-space.

      Aside from the use of the Euro-ism "full stop" instead of period, exactly correct. This has been a rule of English for centuries, it's perfectly normal. and the study is entirely unsurprising.

              Unfortunately, proportional fonts compress these to almost undetectable, unlike fixed fonts like Courier, and unlike typewriters that effectively require fixed-width characters.

            This sometimes leads people to write code with TABS in it, which is something that should be stamped out every time it is found, as pure evil.

    27. Re:please, do not break a language by ceoyoyo · · Score: 2

      Ah, the modern world. You must do it this way because we have one broken-ass piece of software that can't handle it any other way.

      Also, you're holding your phone wrong.

    28. Re:please, do not break a language by ledow · · Score: 1

      I'm British.

      You're just as wrong to make that assumption as the OP.

    29. Re:please, do not break a language by stealth_finger · · Score: 1

      There are different kind of searches. For example, we have got a database with six million product titles. Suddenly we may get two identical to human eye titles, but which differ just by a single, almost unnoticeable, space. Or two spaces, or three.

      That's just bad design and why numbers exist. Well, not why but it's a use for them that's for sure.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    30. Re:please, do not break a language by gnick · · Score: 1

      This sometimes leads people to write code with TABS in it, which is something that should be stamped out every time it is found

      I'm looking at 340k lines of C++ with at least one tab on most lines. What's the problem?

      --
      He's getting rather old, but he's a good mouse.
    31. Re:please, do not break a language by DRJlaw · · Score: 1

      But we had one certain thing about a human language, - that the words are separated with a space, with one space. Now even this will be gone.

      Certain? Hardly.

      You ignore the fact that languages such as English and German evolve, in part, through the gradual creation of compound words. "Air port" was in the running up until ~1925, then *poof*, the space went away in the vast majority of use cases.

    32. Re:please, do not break a language by Anonymous Coward · · Score: 0

      And worse.

      Just wait until people figure out that required fields can be skipped by putting a space in them.

      After a while they get so used to it that they just put a space in every empty field, and when they do it in a field controlling some setting, they will suddenly complain that the setting is active even though the field is "empty".

      "No, it's not empty. You put a space in there".

    33. Re:please, do not break a language by laie_techie · · Score: 1

      "But we had one certain thing about a human language, - that the words are separated with a space, with one space."

      I hate to break it to you.... people (like myself) were taught to use two spaces after a full-stop for DECADES. The predecessors of ubiquitous computing were all taught like that as the only reference was typewriters and which were often taught to double-space.

      I was taught to use a single space to separate words, but two spaces after a full-stop. I suppose it helps to determine if a period is part of an abbreviation or the end of a thought.

      HTML condensing all whitespace, so you can't put two spaces after a full-stop with resorting to non-breaking spaces or other tricks. Since people spend so much time online, a single space is what people ae getting used to.

    34. Re:please, do not break a language by jrumney · · Score: 1

      Ironically, you just disproved your own point. You CAN have a UK pound sign, as long as you put up with the other baggage that comes with mixing Latin -1 with UTF-8 in the same application.

    35. Re:please, do not break a language by omnichad · · Score: 2

      In variable-width fonts, the extra space is more helpful. Spaces tend to be narrower from the start, so the extra gap between thoughts is needed.

    36. Re:please, do not break a language by Malc · · Score: 1

      HTML has nearly always rendered one space, irrespective of how many spaces you put. For all it's bugs, you can't blame /. for this.

      As for it's shitty handling of our national currency symbol, or the default quotes on an iPhone, somebody at /. needs to get off their arse and fix it. This is not a client side problem, despite some twits trying to make it so and asking people to change what they type.

    37. Re:please, do not break a language by Anonymous Coward · · Score: 0

      I can only misquote Dr. Frankenfurter, from the Rocky Horror Picture Show.

      [Chorus: The Criminologist; All]
      It's just a jump to the left
      And then a stop[sic] to the right
      With your hands on your hips
      You bring your knees in tight

      The rest of the song is left for those of us who remember double spaces, manual typewriters, and when midnight shows of the Rocky Horror Picture Show allowed the audience to throw toast and use lighters.

    38. Re:please, do not break a language by OrangeTide · · Score: 1

      One space should be used between words. Otherwise, it may cause unexpected problems with search, sorting, etc.

      Yup, it's super hard to handle multiple spaces in a row. Imagine how difficult it might be in a low-level language where you have to code up every little detail?


      #include <stdio.h>
      #include <ctype.h>

      int main() {
              int c, words = 0;
              while (!feof(stdin)) {
                      while(isspace(c = getchar())) ;
                      if (c == EOF) break;
                      words++;
                      while((c = getchar()) != EOF && !isspace(c)) ;
              }
              printf("words: %d\n", words);
              return 0;
      }

      --
      “Common sense is not so common.” — Voltaire
    39. Re:please, do not break a language by Anne+Thwacks · · Score: 3, Funny
      No. Two spaces after a full-stop is what was taught in the UK until the late 70's. Probably still taught at Pitman college.

      However, after their period, most typists are approaching maximum fertility, and you might want to give some of them extra space.

      These days, a lot of typists are male and don't have periods. You might want to avoid them too.

      Most web browsers are crap, and their handling of white space sucks. Too bad you can't avoid them at any time of the month.

      --
      Sent from my ASR33 using ASCII
    40. Re:please, do not break a language by SunTzuWarmaster · · Score: 1

      Uh...

      str = " ".join(str.split())

      seems easy enough for occasions where this is a problem...

    41. Re:please, do not break a language by Kernel+Kurtz · · Score: 1

      I also was taught in typing class to single space after a comma and double space after a period, and I have continued to do that to this day.

      Have to say I gave up on that whole indenting of paragraphs long ago though.

    42. Re:please, do not break a language by sexconker · · Score: 1

      Because you have humans using the system.

      Which is why you "ignore whitespace" and code it as an option wherever it's needed. If anything, it actually makes searching FASTER, because an exact-whitespace match takes longer to find.

      When you then put in Unicode, other languages, non-breaking spaces, paragraph marks, and you're working on human-entered data, you're really onto a loser from the start if you have coded anything on a byte-for-byte matching process.

      Also, your system works against you in more ways than one. Someone creates an entry with one space. Someone else doesn't see it so they create it with two. Now you have two entirely different entries with different data referring to different database rows, but both "look" identical.

      Ignore whitespace, and the problem solves itself.

      Ignoring white space is absurd.
      The rapist vs. therapist.
      Expertsexchange vs. expert sex change.

      Further, ignoring white space doesn't speed up a search, it slows it down. An exact match is always the fastest. The only way ignoring whitespace is faster is if you pre compute a copy of the dataset with all whitespace removed. Even then, I suspect the act of stripping whitespace from the search query will take longer than any benefit you get.

      What you seem to be arguing for is collating / collapsing whitespace. That's a whole different thing from ignoring it.

    43. Re:please, do not break a language by sexconker · · Score: 1

      Is this a joke? I'm all for double spacing after periods, but if you don't know that HTML collapses whitespace you're a clown or you're pretending to be one.

    44. Re: please, do not break a language by Anonymous Coward · · Score: 0

      Now youâ(TM)re introducing an argument about tabs vs. spaces? Let the flame wars begin!

    45. Re:please, do not break a language by cellocgw · · Score: 1

      Is this a joke? I'm all for double spacing after periods, but if you don't know that HTML collapses whitespace you're a clown or you're pretending to be one.

      Is that a joke? If I type some stuff into a text box and ask it to get posted, I expect it to be posted exactly as-is. The failure here is of some codemonkey to write a rendering tool so that multiple space chars are passed to HTML with whatever control characters are needed to make the output look like the input. I should not need to know anything about HTML to be able to post this response exactly as written.

        You might as well say that anyone who doesn't know that curly quotes get bollixed.... oh, wait....

      --
      https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
    46. Re:please, do not break a language by Anonymous Coward · · Score: 0

      & nbsp ; & nbsp ;

    47. Re:please, do not break a language by Aighearach · · Score: 1

      Plus, why would you search for an entire sentence + follow on sentence in one search?

      Reasons. That you reject it without reasons, and without considering reasons from real use cases, you're simply guaranteed to be incorrect.

      It is good that you know the limitations of your favorite search technology, but disappointing that you're so narrow-minded about search generally and the range of uses for it.

    48. Re:please, do not break a language by jdschulteis · · Score: 1

      we had one certain thing about a human language, - that the words are separated with a space, with one space.

      Not all human languages separate words with spaces. For example, Thai.

    49. Re:please, do not break a language by Aighearach · · Score: 1

      Those are some pretty wild opinions stated as fact.

      I don't care about your point, you're simply wrong.

      But I am curious, where do you think the Authority comes from in your declaration? Surely your own personal proclamation wouldn't establish expectations on others.

      The factual statement would be, "if an input tool is WYSIWYG or not depends on the tool, and its intended use cases."

      I remember the WYSIWYG extremists from the 90s; and I remember also that their tools sucked because they're allergic to meta-data.

    50. Re:please, do not break a language by Aighearach · · Score: 1

      If it is something you would "get over" or not, that isn't pedanticism it is just the irrational stubborn derpiness of a mind that closed right after experiencing hubris for the first time.

    51. Re:please, do not break a language by lgw · · Score: 1

      Not of the body! Not of the body!

      Evil tab users must be purged! M-x Untabify!

      --
      Socialism: a lie told by totalitarians and believed by fools.
    52. Re:please, do not break a language by Aighearach · · Score: 1

      Look, kiddo, it is one thing to be on the wrong side of a traditional problem.

      But pretending not to know that it exists, that just guarantees you're wrong about it!

    53. Re:please, do not break a language by DickBreath · · Score: 1

      Snowflakes need Safe Spaces regardless of whether it is one or two.

      --

      I'll see your senator, and I'll raise you two judges.
    54. Re:please, do not break a language by Aighearach · · Score: 1

      You seem to be seeking a level of clarity and uniqueness of character sequences that is simply not available in the English language. No, they're not going to change it for you. No, it doesn't matter how long you blather on about how you can't comprehend that there is ambiguity in the language. Ambiguities are not incorrect, you're simply expected to be able to figure them out in order to make use of the words.

      And regarding software, if ignoring whitespace speeds up or slows down a search depends on the specific search, including all the technologies used. The answer goes both ways, depending on the actual details. If you're claiming it goes one way or the other outside of a specific use case and implementation, then you're just full of shit.

    55. Re:please, do not break a language by Aighearach · · Score: 1

      If you aren't normalizing your text data and your searches then your database is worthless anyway.

      Or highly valuable. Depending on the values of variables you omitted. ;)

    56. Re:please, do not break a language by gnick · · Score: 1

      I'm aware that some people have a strong preference, but have never heard a satisfactory rationalization. I'm OK with being wrong; correct me. I'm a programmer by profession, but not by education or experience until recently. I'm actively learning. The only other person that looks at the code uses the same IDE and I'm the only developer. I inherited the 340k lines of tabbed C++ where I spend my days and see no reason to switch.

      --
      He's getting rather old, but he's a good mouse.
    57. Re: please, do not break a language by Anonymous Coward · · Score: 0

      Two? Pfffft. I use more. The more the merrier, I say.

    58. Re:please, do not break a language by ZenShadow · · Score: 1

      My reason has always been this:

      Tab stops are variable. With spaces, I can guarantee that the next person to read my code will see it visually represented exactly as I intended when I wrote it. With tabs, that guarantee is absent.

      This is assuming fixed-width fonts, of course.

      --
      -- sigs cause cancer.
    59. Re:please, do not break a language by gnick · · Score: 1

      With my boss reviewing my work in the same environment I'm in, and nobody else developing, the only other person that would be looking at my code is my replacement after they decide I'm not worth my paycheck. And fuck that guy; he's an asshole.

      --
      He's getting rather old, but he's a good mouse.
    60. Re:please, do not break a language by Darinbob · · Score: 2

      Since when? Double spacing was recommended for decades when typing documents. Going to a single space is what is new.

    61. Re:please, do not break a language by edittard · · Score: 1

      Wrong. I was taught, in England, to use one space after a comma and two after a full stop.

      Bizarrely, there are retards who put a space before. How shit is that ?

      --
      At the bottom of the /. main page it says 'Yesterday's News'. Well they got that right.
    62. Re:please, do not break a language by sexconker · · Score: 0

      You seem to be seeking a level of clarity and uniqueness of character sequences that is simply not available in the English language.

      It seems to me spaces are a thing in English, and the help differentiate "the rapist" from "therapist".

      No, they're not going to change it for you.

      Who isn't going to change what for me?

      No, it doesn't matter how long you blather on about how you can't comprehend that there is ambiguity in the language.

      ???

      Ambiguities are not incorrect, you're simply expected to be able to figure them out in order to make use of the words.

      Are you one of those Russian bots Rachel Maddow warned me about?

      And regarding software, if ignoring whitespace speeds up or slows down a search depends on the specific search, including all the technologies used. The answer goes both ways, depending on the actual details. If you're claiming it goes one way or the other outside of a specific use case and implementation, then you're just full of shit.

      An exact string comparison must compare each character in the strings until a mismatch is found or until both strings are exhausted.

      Any manipulation of the strings, including ignoring spaces live in a loop, takes extra time. About the only optimization you can do is use the length of the strings and, if different, return and never bother comparing the characters. This of course requires you to know or computer the length of the strings AND be looking for an exact match or have the query term be longer than the search body. Most searches are a "contains" or "starts with" operation. MS SQL server will apply a default collation (such as case insensitivity and accent insensitivity), but they sure as fuck don't ignore spaces by default, because spaces have fucking meaning. (The only exception I know of is MS SQL matching against trailing spaces when a column is char instead of varchar.)

    63. Re: please, do not break a language by MachineShedFred · · Score: 1

      Because data issues happen, and your system should either do entry validation when entered into the database to prevent that problem, or gracefully deal with data entry issues like a double-stroked space bar.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    64. Re:please, do not break a language by Zaelath · · Score: 1

      Was that Apple pounds? Looks like you should be able to get ASCII pounds... £

      Admittedly using a keyboard that generates ASCII 156 or HTML: &pound;

    65. Re:please, do not break a language by darth.hunterix · · Score: 2

      Another example: German http://theweek.com/articles/46...

      --
      What is best in life? Hot water, good dentishtry and shoft lavatory paper.
    66. Re:please, do not break a language by ledow · · Score: 1

      Chrome browser.

      UK keyboard.

      UK language.

      UK computer.

      Literally NO OTHER languages etc. installed, nothing playing with keyboards or regions or localisation, no plugins or extensions.

      Slashdot, for some reason ALWAYS messes up pound-signs. No other site (even ones based on Slash like SoylentNews) does that to me.

      Been the same for 10+ years, on as many computers as I've ever used to access this site.

      £
      £
      £
      £
      £

      I'm literally just typing Shift-3 and that's the crap I get.

    67. Re:please, do not break a language by Gr8Apes · · Score: 1

      Counting on 2 spaces is pretty much guaranteed to be problematic. White space is for readability, not searches. While it would be easier if the world just followed 1 set of white space rules in storing text, in the end, it's pretty much a lost cause based on experience.

      --
      The cesspool just got a check and balance.
    68. Re:please, do not break a language by lsatenstein · · Score: 1

      For a few months I have been following youtube discussions about new computer hardware. Typically, it is information about "overclocking, frames per second" and other quite insignificant timing information.

      What I find annoying is the editing that is performed to create a 15minute or 10 minute segment. Its cut and paste of discussions, etc. The worst is the absence of pauses between sentences. Those poses are important for the brain to replay what it heard/saw, before moving on to the next mini-topic.

      In grade 3, some 70 years ago, we were taught "two spaces" after a sentence. That is for the same reason I just posted the preceding paragraph. Our brain absorbs information in chunks. Too many chunks too fast and the information is not even read or listened to.
      Its my personal experience that two spaces works better for comprehension.

      --
      Leslie Satenstein Montreal Quebec Canada
  2. After a lifetime of reading text with 2 spaces.. by Maxo-Texas · · Score: 3, Insightful

    Is it any wonder that the brain is optimized for 2 spaces after a period?

    There's probably a part of the brain which is totally optimized for recognizing that particular text cue by the time you have read a few thousand sentences.

    It's a fixed format font- so it will be different for proportional fonts and the sites I use already display both single and multiple spaces after a period as 'about 2 spaces". They don't alter the textual data- they just alter the way the text is displayed.

    There's probably a benefit to some spacing difference vs "all run together text.with nospaces." But if everyone had been reading text with 1.5 or 2.7 spaces after a period since age 3 then the test would probably have found that was the ideal spacing.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  3. Of course by phantomfive · · Score: 4, Insightful

    Adding extra space after the period makes sense typographically. That's why it make sense to put two spaces after a period when typing on a typewriter.

    Computers can add the space automatically though. If you look at the spaces after a period in any decent font, it's wider than the spaces after other letters.

    --
    "First they came for the slanderers and i said nothing."
    1. Re: Of course by orlanz · · Score: 2

      On a typewriter, it's fixed width font. And double space works there because you have varying amounts of spaces between letters. ie: more space between two l's than two m's. So having a longer pronounced space between sentences makes sense for visual categorization.

      But in a variable width font (computers) the amount of space between letters is the same; words have a slightly longer standard. A period + single space between sentences is enough to differentiate itself from those between words. So why have double?

    2. Re:Of course by butzwonker · · Score: 5, Interesting

      Not really, computer cannot really do this automatically except very complicated language-specific programs with lots of exceptions, because the "." is also used within sentences for abbreviations.

      Sentence boundary disambiguation has always been a rather annoying problem.

    3. Re:Of course by Solandri · · Score: 1

      Computers can remove the extra space too. HTML does that - any multiple-whitespaces in the coded text for a web page are automatically shortened into a single space when displayed.

      So this is really a stupid thing to be arguing over. I'm a two-space guy. Screens get dirty, and to me having the extra space makes it easier to distinguish a period from a speck of dirt which happens to fall right where a period could be. But I don't care if someone else types using one or two spaces. Even if it's a document in a fixed-width font which benefits more from the double space, it's trivial to do a search and replace of period-space to period-space-space. Likewise for the other way. If you get a document with double spaces which you find annoying, it's trivial to do a search and replace of space-space to just space if the final form (e.g. web page) doesn't already do it for you.

      Back when RAM cost $200 for 16 kB, you could make an argument for single-spacing to reduce the memory footprint by a long document. But today, it just doesn't matter if someone uses single or double spaces.

    4. Re:Of course by Curunir_wolf · · Score: 2

      I have always used 2 spaces after a period. It was the way I learned typing and it seemed to me to make text more readable.

      That was a problem for the publisher when I wrote my first book. The copy editors wiped out all the extra spaces at the end of sentences. Publishers do no want manuscripts with more than one space after a period. Period.

      It was a really tough habit to break. But it only took writing 2 books to do it.

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    5. Re: Of course by Anonymous Coward · · Score: 0

      Because, its the way we were taught to write. Right or wrong, it is what it is. Why the fight to put an end to the evil double space?

    6. Re: Of course by Anonymous Coward · · Score: 0

      Because abbreviations need to retain a single space.

    7. Re: Of course by thewolfkin · · Score: 1

      Because, its the way we were taught to write. Right or wrong, it is what it is. Why the fight to put an end to the evil double space?

      NOONE is taught this anymore. Heck if you read the practical typography breakdown and read the graphs in the original article they tested people who habitually double space and people who don't. The only group that showed improvement is people who habitually double space. Thus the entire article isn't that interesting. People who double space read faster when double spaced. That's not useful and it doesn't do anything.

      --
      Just another second banana
    8. Re:Of course by Anonymous Coward · · Score: 0

      Computers can add the space automatically though.

      Can they? I have enough trouble trying to teach Outlook, that no, we do not write a capital letter after abbreviations.

    9. Re:Of course by bluefoxlucid · · Score: 1

      I'm looking at the space after the period on this screen where you typed that. It's not wider than the spaces everywhere else. I've only seen it actually wider maybe once in my life, and I can't recall what application did that.

    10. Re:Of course by Anonymous Coward · · Score: 0

      Sentence boundary disambiguation has always been a rather annoying problem.

      I have a solution to sentence boundary ambiguity! But my solution may be a more annoying than the original problem!

    11. Re: Of course by David_Hart · · Score: 1

      Because, its the way we were taught to write. Right or wrong, it is what it is. Why the fight to put an end to the evil double space?

      NOONE is taught this anymore. Heck if you read the practical typography breakdown and read the graphs in the original article they tested people who habitually double space and people who don't. The only group that showed improvement is people who habitually double space. Thus the entire article isn't that interesting. People who double space read faster when double spaced. That's not useful and it doesn't do anything.

      That's like saying that new design change to the aerodynamics of a car gets better gas mileage but it's not worth anything because no other car on the road is built this way....

      What it tells us is that once you get used to writing and reading text with two spaces at the end of the sentence your reading speed increases. In other words, it's a more efficient method of communicating and it's a simple change to teach. The problem, as others have pointed out, is that the web ruins this because of the way browsers display white space (more than one space is automatically displayed as a single space).

    12. Re:Of course by thePsychologist · · Score: 1

      That is why (if you care) you can use one of those programs to make very nicely typeset text. LaTeX is one such program that is free and will handle virtually all cases in many languages.

      --
      "What lies behind us, and what lies before us are tiny matters compared to what lies within us." Ralph Waldo Emerson
    13. Re: Of course by Anonymous Coward · · Score: 0

      Because sometimes the period after a word *isn't* actually the end of the sentence? For example, when discussing whether one-space vs. two-spaces is the best choice. (See what I did there?)

    14. Re:Of course by Impy+the+Impiuos+Imp · · Score: 1

      Adding extra space after the period makes sense typographically. That's why it make sense to put two spaces after a period when typing on a typewriter.

      Computers can add the space automatically though. If you look at the spaces after a period in any decent font, it's wider than the spaces after other letters.

      COMPUTERS DO NOT DO THIS! How many times do I have to point this out?

      They just spit out normal, after-period kerning that's part of the font, whicb amounts to a normal space as if betwrrn words.

      The "no two spaces on computers" was stated by ignoranti who did not understand either computers, computer fonts, nor why it was done on typewriters, which still applies on computer screens.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    15. Re:Of course by Impy+the+Impiuos+Imp · · Score: 1

      I had a project back at U-Mich where we created a stream formatter, and I output two spaces after a period, but only if it was part of a sentence and not between numbers or something.

      I am pretty sure those stating "one space!" are just lazy, incompetent, or both.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    16. Re:Of course by Anonymous Coward · · Score: 0

      Sentence boundary disambiguation has always been a rather annoying problem.

      I have a solution to sentence boundary ambiguity! But my solution may be a more annoying than the original problem!

      I was tempted to mod you +1 Funny! But I couldn't resist trying your solution for myself! Now I'm thinking two spaces after an exclamation mark is also a good idea!

    17. Re:Of course by Anonymous Coward · · Score: 0

      Not sure the Latex method qualifies as complicated:
      ... blah. Blah blah ...

      versus
      ... BLAH.~blah blah ...

    18. Re: Of course by keefus_a · · Score: 2

      You're ignoring or missed another point from the study. The study observed eye movement. Single-spacers and double-spacers BOTH showed a decrease in eye movement when reading double-spaced text. The conclusion shouldn't be that it's "faster" to read but that it's "easier" to read. The (limited) evidence supports that conclusion.

    19. Re:Of course by Oligonicella · · Score: 1

      Too bad. I write for myself and my reader(s), so the publisher doesn't change anything I do.

      Also reminds me of something that happened to a friend doing his math thesis. Iff. The editor changed every occurrence to "if".

    20. Re: Of course by Darinbob · · Score: 1

      Well, they don't teach a lot of things these days, especially in the US. That doesn't mean the teaching is wrong, or that the people who learned the old way no longer exist or should be ignored as irrelevant.

    21. Re: Of course by LynnwoodRooster · · Score: 1

      On a typewriter, it's fixed width font.

      The IBM Executive from 1944 was a proportional-font typewriter. Rest of comment rendered moot by the mistake of this belief.

      --
      Browsing at +1 - no ACs, I ignore their posts. So refreshing!
    22. Re:Of course by Curunir_wolf · · Score: 1

      Also reminds me of something that happened to a friend doing his math thesis. Iff. The editor changed every occurrence to "if".

      OMG, that's hilarious. Copy editors are a real PITA, that's for sure.

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    23. Re: Of course by Anonymous Coward · · Score: 0

      This is the most non-sensical post of the year. Beautifully +1'd.

    24. Re:Of course by david_thornley · · Score: 1

      I wouldn't change. I'd just write a perl script for when I was sending off a manuscript.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    25. Re:Of course by Curunir_wolf · · Score: 1

      I wouldn't change. I'd just write a perl script for when I was sending off a manuscript.

      Oh, I guess I didn't mention that the publisher only accepts manuscripts in MS Word format. Writing a perl script to edit a set of Word docs would be ... challenging.

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    26. Re:Of course by Krishnoid · · Score: 1

      Source text with two spaces after a period also provides a *semantic* indicator of the end of a sentence, in contrast to initials or other uses of a period. Renderers can then use that information to decide how to format a(n english?) 'sentence', even if it means just discarding the extra space.

      Without the two spaces after the period:

      • the renderers have one less input to the heuristic to identify the semantic element they're formatting, and
      • have to either add, debug, and maintain more code to identify the element type, and/or
      • get it wrong more often

      We have paragraph breaks, capitalization at the beginning of sentences, and lots of other conventions; why not retain this one to make formatting more reliable, and let the renderers handle it?

    27. Re:Of course by david_thornley · · Score: 1

      There's got to be some obscure capability in Word that will set the spacing at the end of sentences. I have no idea where it is, or where to find it among the other obscure capabilities, but I'm sure it's there.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    28. Re:Of course by Unknownus · · Score: 1

      But the space that should be used after abbreviations is not the same space that goes at the end of sentences. The first one is a no-break space, as a line break after a "." that does not ends a sentence is undesirable.

      The rules to detect sentence-ending full stops are actually trivial if the correct characters are used.

  4. One space by stealth_finger · · Score: 0

    One space, always one, one is enough and two just makes you look like a pretentious prick. If you do have to use two though please, for the love of god, be consistent with it.

    --
    Wanna buy a shirt?
    https://www.redbubble.com/people/stealthfinger/shop?asc=u
    1. Re:One space by JudeanPeople'sFront · · Score: 2

      Take this kind of consistency further. Use the same divider for everything - letters, words, sentences, paragraphs, chapters... No bueno. Why not use the same dividers for the same type of elements and bigger dividers for bigger elements: no space between letters, one space between words, two spaces between sentences, new line between paragraphs, new page between chapters... Is that so hard to understand - clear visual guides to tell us the level of importance of each element. I believe the problem exists only due to habit and emotional response to change. Like for the metric system. Or temperature degrees. Or which side of the road to drive on... If you give it some thought and read a few opposing points of view, you will reach the logical conclusion that one system is better than the rest. For the record: the metric system, Celsius, left-side driving.

    2. Re: One space by stealth_finger · · Score: 1

      Wrong. Just dead wrong.

      Which part? One being enough, the pretentious or the consistency?

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    3. Re:One space by stealth_finger · · Score: 1

      This sounds like you're favouring the two space system (even though if that's what you're doing one is being robbed form you) by suggesting a slippery slope for punctuation? Am I getting that right? Anyway, I agree with you on metric and celsius but I'd say one or two space, like left or right side really don't matter as long as everyone does it the same.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    4. Re:One space by Green+Mountain+Bot · · Score: 1

      At the risk of speaking for someone else, you are not getting that right. He is pointing out that using different types of breaks to show different levels of division within a text makes reading that text easier, which is also what then study from TFA shows. The use of new line and indentation on paragraphs that he cited is an obvious example that we're all familiar with, just at a larger scale.

      No one wants to put in the effort to read a giant block of text that should have been divided into paragraphs. Not because of snobbishness, or stubbornness, or a concern for other punctuation. Because it's hard on the eyes, and it's hard on the part of the brain that interprets visual stimulus. The same thing applies on a smaller scale with the amount of space at the end of a sentence.

    5. Re:One space by stealth_finger · · Score: 1

      Yeah, I get what your saying, it just makes the start of a new sentence more recognisable and that's fair enough. The way I see it at least though, through reasons others have pointed or user laziness or whatever the 1 space system seems to be by far the most common. Ol' /. here even seems to enforcing it so when you (I) see it being used it's either on something old probably done on a typewriter or it's some one usually trying to come off...well I dunno what but it just seems off to me. Like that guy around here who says grok instead of understand, yeah it's perfectly legit but you look like a dick, or old, one of the two, maybe both. Although as long as people are consistent to themselves that's the main thing imo. I would probably happily go 2 space if it was the overwhelming norm but probably like the 2 spacers I learned 1, I'm used to it, it works fine and I don't see any real reason not to.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    6. Re: One space by Anonymous Coward · · Score: 0

      Yes.&nbsp&nbspThat part.

      CAP === 'somebody'

    7. Re:One space by Oligonicella · · Score: 1

      One space, always one, one is enough and two just makes you look like a pretentious prick.

      Hah! Not nearly as much as someone condemning someone else for the number of spaces they use.

    8. Re:One space by stealth_finger · · Score: 1

      Condemn? That's a bit strong. Insult, maybe.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    9. Re:One space by JudeanPeople'sFront · · Score: 1

      Logic and facts don't matter much in such cultural conventions. There are only two ways for change:
      1. Governmental mandate - start teaching the new system in schools.
      2. Persuasion trough fashion, pop culture, movies, celebrity gossip, etc.
      That’s how these conventions spread. F*cking “Daylight Saving Time”! :)

      As for the left-side traffic, there have been a number of studies showing that it reduces accidents. Most people have dominant right eye and hand and this helps when overtaking and when holding the wheel with the right hand (while changing gear or whatever with the left hand). 78 countries still use it despite the obvious advantage of joining the rest of the world in right-side driving. Japan, India, Australia, New Zealand, Indonesia, UK, Ireland, about 1.5 billion people in total.

  5. Old people read more? by DingerX · · Score: 4, Interesting

    Double-spacing is a hangover from manual typing, and most of us who learned in that era learned by typing with something resembling Courier. Most typewriters couldn't handle proportional fonts or adding extra space after a period, so double-spacing was the way around that. When I see something double-spacing, I recognize that person as someone who is generally old enough to have learned on a typewriter (or the first generations of word processing), and who doesn't engage heavily with IT. Those people are also likely to be less distracted in reading and thus capable of reading faster. The "3 percent increase" for them reading with double spaces is hardly significant.

    1. Re:Old people read more? by Anonymous Coward · · Score: 4, Insightful

      Their test subjects were 60 college students. It's reasonable to assume that most of them have never seen a typewriter in the flesh, much less used one.

    2. Re:Old people read more? by Anonymous Coward · · Score: 0

      Somehow you connected learning to type on a typewriter, to age, to engagement with IT, to reading comprehension. Amazing. And all without any proof whatsoever.

      You earned the slashdot reader of the day award for dumbassery.

    3. Re:Old people read more? by Anonymous Coward · · Score: 0

      I learned on a IBM Selectric. There was just magical about getting into a good rhythm and having it rock the desk. I like to avoid the IT group as much as possible. Checks out.

    4. Re:Old people read more? by SWPadnos · · Score: 3, Insightful

      So, your comment got me wondering when the typewriter was invented. Turns out it was 1868. That's about 400 years after the printing press, so there's a lot of history to look at from *before* the typewriter existed.

      And here's an article that does just that:
      https://web.archive.org/web/20...

      I agree with this guy. It's an aesthetic preference, so there's no right or wrong answer. I tend to prefer additional space after the end of a sentence, because it more easily allows me to see the logical break that should be represented by that sentence end. Since computers and displays today are capable of micro-adjustments to character spacing, and they also can tell where sentences end (unlike a typewriter), it's irrelevant how many spaces there are after a period in the source - the text can be (or should be able to be) displayed with my preferred spacing.

      --
      - The Sigless Wonder
    5. Re:Old people read more? by cascadingstylesheet · · Score: 1

      Their test subjects were 60 college students. It's reasonable to assume that most of them have never seen a typewriter in the flesh, much less used one.

      Shh, you're spoiling a cool narrative!

    6. Re:Old people read more? by swillden · · Score: 2

      When I see something double-spacing, I recognize that person as someone who is generally old enough to have learned on a typewriter (or the first generations of word processing), and who doesn't engage heavily with IT.

      Or you see a professional programmer who spends a great deal of time writing code in monospace fonts, with extensive and properly-punctuated comments.

      Personally, I try to remember to single-space after sentences when writing in proportional fonts, but I deliberately bias towards double-spacing because it's more important to me that my code have the double spaces than it is that my other writing have single spaces. I actually run a regexp on my code occasionally to find single-space instances and fix them, but I mostly try to train myself to double-space by default and single-space only deliberately, when I remember.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    7. Re:Old people read more? by Anonymous Coward · · Score: 1

      When I see something double-spacing, I recognize that person as someone who is generally old enough to have learned on a typewriter (or the first generations of word processing), and who doesn't engage heavily with IT.

      Well, I was taught to type on a manual (non-electric) typewriter in the 70s. OTOH, I've been an IT professional for over 30 years, so I engage *very* heavily with IT. I always put two spaces after the end of a sentence.

    8. Re:Old people read more? by jittles · · Score: 1

      When I see something double-spacing, I recognize that person as someone who is generally old enough to have learned on a typewriter (or the first generations of word processing), and who doesn't engage heavily with IT. .

      Those are both very poor assumptions. My school district growing up required double spacing for all papers. My university did, too. And I can tell you right now that personal computers were a thing before I was born. I sit at a computer all day, writing software and I double space everything that I write. It’s a habit that will never go away. I personally think it looks cleaner, too. But you feel free to use whatever spacing you prefer. Just don’t assume that someone double spaces because they grew up with typewriters! I’ve never used a typewriter for anything other than a toy in antique stores as a child.

      Oh and to be clear, I grew up in Silicon Valley and we had computers in the classroom when I was in elementary.

    9. Re:Old people read more? by Anonymous Coward · · Score: 0

      I'm rather fond of the duality of "they read faster" and "three percent for them is less significant"

    10. Re:Old people read more? by houghi · · Score: 1

      When I learned typing, I was learned to use 1 space. This was well before the Internet or PC's where a thing.
      Spacing gives you more 'time' to think. It becomes clearer where a line stops if it is '. ' compared to '. ' especially because the space between words is identical and the '.' is way to small to see. It can easily be overlooked. Bit like 'rn' and 'm' looking the same.
      If a differnt thing would have been used for something as important as the end of a sentence, it would have been a lot easier. e.g. ~ or | or anything else but the smallest of things we could find.

      The double space just makes it easier to see.

      --
      Don't fight for your country, if your country does not fight for you.
    11. Re:Old people read more? by Anonymous Coward · · Score: 0

      I learned to type from a generation of people who all grew up with typewriters. I was then graded in university by a generation of professors who wanted double spaces after a sentence. That is one bigly yuge assumption to make based on people using double spaces.

      "doesn't engage heavily with IT" Go fuck yourself, I am the IT department.

    12. Re:Old people read more? by Malc · · Score: 1

      They were still teaching double spacing after a full stop long after they stopped teaching kids how to use a typewriter.

    13. Re:Old people read more? by Anonymous Coward · · Score: 0

      I'm so sorry for you being taught incorrectly and lacking any flexibility to change. Its really sad to be unable to adapt. I'm one of those old fogeys who actually learned how to type on a typewriter and was able to adapt to using a keyboard on something other than a typewriter.

      The reason for two spaces after a period ending a sentence was for creating manuscripts that would be typeset with... gasp... proportional spaced fonts. Underscoring in a manuscript was not for the text to be underlined (which is not only ugly but significantly decreases readability), but to let the typesetter know to use italic type. Naturally, line breaks didn't match the manuscript either. A manuscript is also double spaced even though the final document will not be -- to allow room for markup.

      Unfortunately, there are always those who just can't grasp the "why" and just follow the "recipe" -- and these ended up "teaching" these "recipes" to kids for how to use a word processor because they could not adapt to the transition from creating manuscripts to final documents. The rules for creating manuscripts were taught as the rules for typesetting (the output of a word processor was always as if typeset, WYSIWYG just brought that to the screen).

    14. Re:Old people read more? by Anonymous Coward · · Score: 0

      Ambiguous use of "double-spacing". In this specific context, it refers to two spaces after a period, not the distance between lines on the page.

    15. Re:Old people read more? by Anonymous Coward · · Score: 0

      Double spacing makes it easier to see the sentence unit, and thus to find the main verb and subject faster. That may or may not show up in quantified tests but it's a good reason to keep double spacing. We could always go the other way and return to no spaces at all as ancient texts were written. If spaces between words are good, why aren't two spaces between sentences self-evidentially good too. As I just typed, but the browser won't show it, because browser typographers are on the side of one space. The issue of abbreviations within sentences is simple: if there's more than one space after a period, display two spaces. If there isn't, don't.

    16. Re:Old people read more? by Anonymous Coward · · Score: 0

      People of my generation (I'm 50) almost all learned how to type on typewriters. A lot of us even took typing class in high school. We had computers but why use such a valuable resource just to teach typing? I usually use 2 spaces with fixed or proportional fonts. The statement "doesn't engage heavily with IT" just isn't true. I started using computers in high school and ended up with a BS in CS and have been a software developer ever since as have many of my peers. I "engage" in IT a _lot_. I also use a period at end of txt msg, although I read somewhere that makes me a psychopath.

    17. Re:Old people read more? by Anonymous Coward · · Score: 0

      Most typewriters couldn't handle proportional fonts

      While true, I put it to you that even in proportional fonts, two spaces is still easier to read. It's only graphics designers that pushed for one space—people who have always cared far more about 'looking pretty' and never, in my experience, given a damn about how usable something is.

      I very much doubt it has ever been formally tested, until today.

    18. Re:Old people read more? by Anonymous Coward · · Score: 0

      Since computers and displays today are capable of micro-adjustments to character spacing, and they also can tell where sentences end (unlike a typewriter),

      They can't, though. There's no set of rules that will work universally even for English, let alone an arbitrary chunk of text in an unknown language.

      Consider TeX. It defines a set of simple, deterministic rules that will do the right thing 95% of the time. The result is that 5% of the time, you have to scratch your head and say "wait, will TeX interpret this as a sentence space or not?" ... and then dig out the manual because you can't remember which control sequence to use to override it. (Pop quiz: how many overrides would be needed in this paragraph?)

      Personally, I'd much rather just hit the spacebar twice.

  6. It's the font that does the trick by Anonymous Coward · · Score: 3, Informative

    Due to retina detachment I am almost blinded on one eye and the vision of other eye is slowly degrading

    To compensate the gradual loss of vision I make the font of my computer screen much larger, and I change the font setting and use fonts that are much easier to my eyes

    Now I can appreciate why good fonts are much better than lousy ones

    Before I had that retina problem my vision was 20/20. I actually had a pilot license

    At that time fonts for me were, well, fonts. Some were boring, some were pretty, some were crazy

    Now, my view on the fonts (pun intended) has totally changed. Some of the fonts I used to think as 'funny' or 'pretty' are actually very tiring for my degrading eyes. Those which were deemed 'boring', on the other hand, surprised my eyes for they do not need to be 'stared' for too long

    So it's not how many spaces after a period. It's the size of the font and the structure of the font that counts !!

    1. Re:It's the font that does the trick by tinkerton · · Score: 2

      That is a good argument. The focus on the width of the space at the end loses sense of what is important for readability.

      Also I have to know, which fonts do you prefer?

    2. Re: It's the font that does the trick by Arnold+Reinhold · · Score: 1

      Which fonts work best for you?

    3. Re: It's the font that does the trick by nitehawk214 · · Score: 1

      Prompt for a horror short-story:

      Due to a debilitating eye disease, you can only read text that is in Comic Sans font.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    4. Re: It's the font that does the trick by Anonymous Coward · · Score: 0

      Prompt for a horror short-story:

      Due to a debilitating eye disease, you can only read text that is in Comic Sans font.

      You are my kind of sick bastard.

    5. Re:It's the font that does the trick by CrashNBrn · · Score: 1

      I render slashdot, and many other newsy-sites in "Maiandra GD", and a 110% Zoom.

      * {
            font-size-adjust:0.696;
            font-family: "Maiandra GD";
      }

      .commentSub *
      {
              font-size-adjust:0.60;
      }

      article.fhitem.fhitem-story.article > aside > section div.grid_12 > span.c > h2
      {
              padding-right:0px;
      }

      article.fhitem.fhitem-story.article > aside > section div.grid_12 > span.c > h3
      {
              font-size:16px;
      }

      article.fhitem.fhitem-story.article > aside > section div.grid_12 > span.c > h2 > a,
      article.fhitem.fhitem-story.article > aside > section div.grid_12 > span.c > h3 > a
      {
              font-size-adjust:0.50;
      }

    6. Re: It's the font that does the trick by djinn6 · · Score: 1

      Better Comic Sans than Wingdings.

  7. Find/Replace by dohzer · · Score: 1, Interesting

    They're fun to "find/replace" when some old type-writer-using geezer has put them in one of our document templates. Another favourite of mine is the guy who puts spaces after an opening bracket ( like so).

    1. Re:Find/Replace by Anonymous Coward · · Score: 0

      Christ alive! The least he could do is make the spaces within the brackets match.

    2. Re:Find/Replace by Anonymous Coward · · Score: 5, Insightful

      So you're angry that the "old type-writer-using geezer" is reading ten words per minute more than you and you're trying to sabotage his productivity?

      And millennials wonder why nobody likes them...

    3. Re:Find/Replace by Anonymous Coward · · Score: 0

      They're fun to "find/replace" when some old type-writer-using geezer has put them in one of our document templates. Another favourite of mine is the guy who puts spaces after an opening bracket ( like so).

      I hate people who put their opening function braces on the same line void foo(void) {.

      And the evil of typedef'ing structs is grossly overstated.

    4. Re:Find/Replace by Drethon · · Score: 4, Interesting

      They're fun to "find/replace" when some old type-writer-using geezer has put them in one of our document templates. Another favourite of mine is the guy who puts spaces after an opening bracket ( like so).

      Don't know if it is my dyslexia or just how I read but if I see function(variable), my brain just filters out the open parenthesis at first glance and reads everything as functionvariable. If I write it as function ( variable ), it just reads better for me, particularly when I start getting into complex logic conditions.

    5. Re:Find/Replace by Anonymous Coward · · Score: 0

      So you're angry that the "old type-writer-using geezer" is reading ten words per minute more than you and you're trying to sabotage his productivity?

      And millennials wonder why nobody likes them...

      Not much of an overall gain if he's causing everyone else to read the documents he creates 10 WPM slower because of stupid grammatical quirks.

    6. Re:Find/Replace by Anonymous Coward · · Score: 1

      type-writer-using

      Yeah. This guy's a total genius on writing skills.

    7. Re:Find/Replace by Anonymous Coward · · Score: 0

      So you're angry that the "old type-writer-using geezer" is reading ten words per minute more than you and you're trying to sabotage his productivity?

      And millennials wonder why nobody likes them...

      He probably thinks paragraphs and capitalization are antiquated too. Millennials don't wonder why nobody likes them, they just don't care. That's the problem with self absorbed, entitled idiots.

    8. Re: Find/Replace by TimMD909 · · Score: 1

      I look forward to when you eat those words when you're older. Until then, get off my damn lawn.

    9. Re:Find/Replace by Brett+Buck · · Score: 2

      Hey, take it easy, he was snapchatting about his artisanal toilet paper business plan at the same time he made his post. Something about Sears catalogs...

    10. Re:Find/Replace by thewolfkin · · Score: 1

      So you're angry that the "old type-writer-using geezer" is reading ten words per minute more than you and you're trying to sabotage his productivity?

      And millennials wonder why nobody likes them...

      If you read the article you'll note that the increased reading only happens to people who normally type with double spaces. Otherwise there's no real speed increase with double spaces. Thus doing that only helps the minority of people who are still double spaces. Most do not.

      --
      Just another second banana
    11. Re:Find/Replace by nitehawk214 · · Score: 1

      How about:

      if(true)

      if (true)

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    12. Re:Find/Replace by nitehawk214 · · Score: 2

      I don't care if its function(variable) or function ( variable ). But if you do function ( variable), you will need to be stabbed.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    13. Re:Find/Replace by Drethon · · Score: 1

      I don't care if its function(variable) or function ( variable ). But if you do function ( variable), you will need to be stabbed.

      Just force them to spend a week reading code with no white space.

    14. Re:Find/Replace by Anonymous Coward · · Score: 0

      no, we're angry because the old typewriter using geezer still thinks that 'O' and '0' and 'l' and '1' are interchangeable. My typewriter does not have a '1' key because you used the 'l' for that, but I'm capable of adapting to using '1'. And the typewriter has a cent sign, fractions and some other symbols. I also liked being able to do half spaces when word processors couldn't (though now we have thin spaces, hairline spaces, n-spaces, m-spaces and ...)

    15. Re:Find/Replace by Green+Mountain+Bot · · Score: 2

      So:
      Group A uses single spaces. They read single space and double space at the same rate.
      Group B uses double spaces. They read single space at the same rate as Group A, but they read double spaced text considerably faster.

      Seems like a pretty good argument that we should all be using double spaces. That way we all could read faster all the time.

    16. Re:Find/Replace by Pfhorrest · · Score: 1

      Related peeve: people who write this/ that instead of this/that or this / that. Symmetrical spacing around your slashes people!

      --
      -Forrest Cameranesi, Geek of all Trades
      "I am Sam. Sam I am. I do not like trolls, flames, or spam."
    17. Re:Find/Replace by Anonymous Coward · · Score: 0

      Ah, but that's the beauty of it. If you don't like two-spaces after a sentence, it's a simple search-and-replace to set it back to the one-space after a sentence that you or others might prefer. You can set it to use a different-width space if you want. All sorts of options exist for dealing with it if the end of sentences is specially marked somehow in the plain text.

      The same can not be said about the other way around, which can not be reliably automated.

    18. Re:Find/Replace by Anonymous Coward · · Score: 0

      The reason I sometimes use a space before parentheses is that some modern systems tend to auto-substitute emoticons, for example when encountering a parentheses followed by the number 8.

    19. Re:Find/Replace by Anonymous Coward · · Score: 0

      Don't know if it is my dyslexia or just how I read but if I see function(variable), my brain just filters out the open parenthesis at first glance and reads everything as functionvariable. If I write it as function ( variable ), it just reads better for me, particularly when I start getting into complex logic conditions.

      It's not your dyslexia. I'm a perfectly normal reader and much prefer function (variable) to function(variable). The space makes it easier to visually process the boundary. Same with operators: a + b is much better than a+b.

      Most people don't consider the eyestrain and extra visual processing caused by cramming syntactic units together. Youdon'twritesentenceslikethis. So why would you code like this: a=b+c+foo(bar).

      Spaces exist for a reason. Stop saving them like precious gems. We're not going to run out. Use them!

    20. Re:Find/Replace by Anonymous Coward · · Score: 0

      > puts spaces after an opening bracket ( like so).

      Nah, that guy is just an old FORTH programmer. (Seriously, I worked with a FORTH programmer, and his memos always had spaces around parens and brackets!)

    21. Re:Find/Replace by Oligonicella · · Score: 1

      The size of the ant hills people are willing to die on over this topic is both amusing and amazing.

    22. Re:Find/Replace by Anonymous Coward · · Score: 0

      I use both function(variable) and function( variable ) all the time, and neither of us is schizophrenic.

    23. Re:Find/Replace by djinn6 · · Score: 1

      Typing double spaces doesn't come for free. The time they spent pressing the space bar could be used to make their sentences more concise.

    24. Re:Find/Replace by Anonymous Coward · · Score: 0

      That said, this is one study with like 60 people.

      Call me when it gets replicated.

      BTW, I am very much in the two space camp, but still, this needs duplication before we trust it completely.

    25. Re:Find/Replace by david_thornley · · Score: 1

      Making a sentence more concise takes thought. Double-spacing is almost a reflex action. It doesn't waste any significant time.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    26. Re:Find/Replace by Anonymous Coward · · Score: 0

      It's comments like this that keep me coming back. Most amusing, Sir.

  8. In a word, no. by Anonymous Coward · · Score: 1

    "Courier New is a fixed-width font that resembles typewritten text -- used by hardly anyone for documents."

    Some people like it. Anyone habitually using a typewriter (and there are still quite a few who do) typically end up with Courier too. Though I don't use Courier New specifically, basically all my text is written in 80x40 xterms (typically using HUGE font) or on the 80x25 VGA console, and both use fixed-width fonts too.

    There's another point of contention and that's that some people are "screen blind", as in they miss all sorts of details when reading off a screen they wouldn't miss when reading off paper. So, better print out those sample texts. While at it, in various fonts and so on. And do some serious research, not this "we tried one thing then filled 40 pages of paper with it so we could publish!" Different fonts, different sizes, different kinds of paper and lighting and whatnot. Go on, give this a serious spin already. And compare softwware while at it. "word" is an atrocious typesetter, but widely used. Compare troff (I still use it, yes), (La)TeX, abiword, and find a couple more. Go on, get with the researching, researchers.

    1. Re:In a word, no. by The+Good+Reverend · · Score: 1

      Anyone habitually using a typewriter (and there are still quite a few who do)

      Citation please. How many people still habitually use a typewriter for writing sentences and paragraphs (instead of labels or forms, which I do see them used for)?

  9. 2 spaces by Anonymous Coward · · Score: 3, Informative

    2 spaces and the Oxford comma! You one space kids with your missing commas can get off my lawn!

    1. Re:2 spaces by Gonoff · · Score: 3, Interesting

      2 spaces and the Oxford comma! You one space kids with your missing commas can get off my lawn!

      Please call it the Serial Comma. My, Oxford trained, English teacher was quite specific that putting a comma between the penultimate item and the "and" was wrong.

      --
      I'll see your Constitution and raise you a Queen.
    2. Re:2 spaces by Anonymous Coward · · Score: 0

      My, Oxford trained, English teacher was quite specific that putting a comma between the penultimate item and the "and" was wrong.

      I heard that same thing from my two parents, Ayn Rand and God.

    3. Re:2 spaces by Provocateur · · Score: 1

      So he should have said, Space, space and the serial comma! You one space kids with your missing commas can get off my lawn!

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    4. Re:2 spaces by R33P · · Score: 1

      Damn right, and 80 column code too!

    5. Re:2 spaces by Green+Mountain+Bot · · Score: 1

      Oxford trained != well trained

    6. Re:2 spaces by Anonymous Coward · · Score: 1

      You certainly took, their lessons about, comma placement to heart.

    7. Re:2 spaces by Citizen+of+Earth · · Score: 1

      You one space kids

      And you missing-hyphen-in-compound-adjective kids can get off my lawn!

    8. Re:2 spaces by Anonymous Coward · · Score: 0

      I heard he eats shoots and leaves.

    9. Re:2 spaces by Gonoff · · Score: 1

      Oxford trained != well trained

      Perhaps not, but very close at least. More likely "Oxford Trained = Very Very well trained".

      My message was, don't blame this on Oxford.

      --
      I'll see your Constitution and raise you a Queen.
  10. Of course not by Anonymous Coward · · Score: 0

    Always use one space.
    If you need more space after the end of a sentence just make whatever is rendering the text to the screen display it that way.

    1. Re:Of course not by Oligonicella · · Score: 1

      Yeah. Try that with either a pdf or printed text. The world extends beyond your flat screen.

  11. Summary by Parker+Lewis · · Score: 1

    So, if we switch all reading material (including websites) to mono spaced fonts, we'll have a 3% increase in reading speed for paragraphs. Wow, just WOW!

    1. Re:Summary by freeze128 · · Score: 1

      ...and we would sacrifice a bit of storage space just to store all those, uh, spaces.

  12. Re:Clinton by Anonymous Coward · · Score: 0

    Daily reminder: Hillary is going to die in prison. And only one "space" is available.

    Making Bill Clinton the happiest man in history.

    Hillary! is why Bill got away with his womanizing - everyone gave Bill a pass after thinking, "Well, he is married to Hillary..."

    Bill and Hillary! - proof positive that the adage, "Behind every successful man is the woman who drove him to it." is true.

  13. Obligatory XKCD quote by LordHighExecutioner · · Score: 5, Funny

    IMHO, it is better to use a tab.

    1. Re:Obligatory XKCD quote by Anonymous Coward · · Score: 1

      Did the people who say that H in IMHO stands for "honest" rather than "humble" forget that anyone who tells you "to honest with you...." is saying that they lie to you by default? Watch for it, and you'll notice that salesman and politicians use the phrase "to be honest with you...." quite frequently!

    2. Re:Obligatory XKCD quote by Anonymous Coward · · Score: 0

      OMG.

    3. Re:Obligatory XKCD quote by Anonymous Coward · · Score: 0

      Yeah, mine too.

    4. Re:Obligatory XKCD quote by Anonymous Coward · · Score: 0

      Watch for it, and you'll notice that salesman and politicians use the phrase "to be honest with you...." quite frequently!

      Believe me!

    5. Re:Obligatory XKCD quote by thegarbz · · Score: 1

      A one day old obligatory XKCD. That's gotta be some kind of record.

    6. Re:Obligatory XKCD quote by Headw1nd · · Score: 1

      TMI

  14. They're reading too much into this.. by Anonymous Coward · · Score: 0

    ba dum CHING

  15. WWIII? by Anonymous Coward · · Score: 0

    One space vs. two spaces. This might be the start of WWIII and the end of civilisation as we know it. Choose which side you're on carefully.

    1. Re:WWIII? by dtmos · · Score: 1

      Nah. The emacs vs. vi argument will be the start of WWIII -- or maybe the indentation style debate.

    2. Re:WWIII? by Anonymous Coward · · Score: 0

      what about toilet paper over or under.

  16. There is no difference by LordKronos · · Score: 1

    I'm not sure why this is being discussed. It makes absolutely no difference how many spaces you put after a period. See, that was one space. That was 2 spaces and it looks exactly the same. This time I used 3 spaces. That was 8 spaces, and here comes 13. Could you tell the difference? I didn't think so.

    1. Re:There is no difference by Anonymous Coward · · Score: 3, Informative

      Slashdot loses formatting unless you post using the "code" option.
      Also, generally on the web, browsers render HTML multiple spaces as a single space - try using &nbsp; instead.

      -

      Here's the correctly spaced version of your text:

      I'm not sure why this is being discussed. It makes absolutely no difference how many spaces you put after a period. See, that was one space.  That was 2 spaces and it looks exactly the same.   This time I used 3 spaces.        That was 8 spaces, and here comes 13.             Could you tell the difference? I didn't think so.

    2. Re:There is no difference by nitehawk214 · · Score: 3, Funny

      Why did I count the spaces to make sure you had it correct?

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    3. Re:There is no difference by Anonymous Coward · · Score: 0

      The periods with 2 and 3 spaces after are much easier to read.

  17. Whitespace is relevant by tomhath · · Score: 1

    Python programmers know this.

    1. Re:Whitespace is relevant by gweihir · · Score: 1

      Not at the end...

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Whitespace is relevant by Anonymous Coward · · Score: 0

      Python programmers know this.

      All other programmers know that Python programmers are irrelevant.

    3. Re:Whitespace is relevant by Anonymous Coward · · Score: 0

      I see you've never been through a code review at my company.

    4. Re:Whitespace is relevant by PPH · · Score: 1

      OCD Inc.

      --
      Have gnu, will travel.
  18. The IgNobel Committee called... by sjbe · · Score: 1

    Researchers at Skidmore College conducted an eye-tracking experiment with 60 Skidmore students and found that two spaces at the end of a period slightly improved the processing of text during reading.

    I think we have a candidate for the IgNobel Prize in Who Gives a Shit for 2018.

    1. Re:The IgNobel Committee called... by Anonymous Coward · · Score: 0

      Gives a shit - skidmore - I see what you did there ;-)

  19. Fonts already solved that problem. by Futurepower(R) · · Score: 1, Insightful

    "... in any decent font, [the space after a period] is wider than the spaces after ... letters."

    Exactly. The "researchers" at Skidmore ignored the fact that fonts have already solved the problem. In the future, I suggest that they skid less.

  20. Psychologists by Anonymous Coward · · Score: 0

    Psychologists pretending their field is STEM. Nothing to see here.

  21. Betteridge's Law by BDeblier · · Score: 1

    Any headline that ends in a question mark can be answered by the word no. So no, two spaces is not better than one.

    1. Re:Betteridge's Law by LordHighExecutioner · · Score: 2

      But what if, after the question mark in the headline, there are two spaces ?!?

    2. Re:Betteridge's Law by fibonacci8 · · Score: 1

      No, followed by two spaces.

      --
      Inheritance is the sincerest form of nepotism.
  22. Re:After a lifetime of reading text with 2 spaces. by Junta · · Score: 3, Informative

    No one has a lifetime of reading monospace text anymore, which is the only thing this study covered.

    Also, in most cases text input have their spaces normalized.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  23. Use commata by MoarSauce123 · · Score: 1

    If the intent is to make text more readable, then start using more commata in written language. That will properly segment logical units far better than double spaces after a full stop. While we are at it, ban the use of APA style inline references in favor of footnotes or end notes. By now all have access to computerized word processors and we no longer need to accommodate the shortcomings of typewriters.

  24. I agree by FudRucker · · Score: 1

    and a blank line to separate paragraphs is a good idea too

    and nitpicking over starting the first world in each new sentence with a capital letter is stupid. but double space after the period and comma is good

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:I agree by freeze128 · · Score: 1

      I like your solution: Just drop the period all together.

  25. 1 space by DaMattster · · Score: 1

    I have always used only 1 space. The two spaces after a period rule came from a pre-computer, typewriter era. Today's font kerning makes the two spaces after a period rule obsolete.

    1. Re:1 space by Gnomaana · · Score: 1

      Just because today's fonts breaks something doesn't make them correct. Two spaces make paragraphs easier to dissect and find information. If your font doesn't allow that effect, then your font is bad not the rule it is breaking.

    2. Re:1 space by thewolfkin · · Score: 1

      Just because today's fonts breaks something doesn't make them correct. Two spaces make paragraphs easier to dissect and find information. If your font doesn't allow that effect, then your font is bad not the rule it is breaking.

      according to the data in their research. that only applies to people who two spaces. As most people single space (unless required to) it thus makes more sense to just single space. That of course ignores the many OTHER flaws in their research like the font they choose (fixed) and the medium (screen).

      --
      Just another second banana
  26. Two-Spaces here by os2fan · · Score: 1, Interesting

    The thing with using paragraphs, sentences, etc, is that it allows one to bite off bits of information. We already use em-dashes to mark off particular clauses we wish to emphersise -- to this point -- but now argue about spaces. White-space helps the reader catch the large-scale of the text. Setting a sentence off in double-space is one devise that does this. Even in the font i type here, it is easier to pick sentences off.

    Paragraphs are likewise set off by a blank line, or first-line indent. Where first-line indent is not permitted, then one should use blank line separation. Quotes and examples should be set in an indented paragraph, where the quote is the paragraph.

    Bold text is appropriate if one wants the text to stand out on the page at first glance. Highlighted text that is meant to be emphersised in context should be in italic.

    --
    OS/2 - because choice is a terrible thing to waste.
    1. Re:Two-Spaces here by Anonymous Coward · · Score: 0

      Which bring up the question: why are so many people angry about single spacing after punctuation becoming more common but very few get upset by modern practice of marking paragraphs by a new line rather than an indentation? One is marked by repeated flame wars and name calling and the other is mostly "Meh, no big deal."

    2. Re:Two-Spaces here by omnichad · · Score: 1

      Those were not em-dashes—this is.

    3. Re:Two-Spaces here by Anonymous Coward · · Score: 0

      "Two-Spaces here" ... proceeds to write with one space after the period.

    4. Re:Two-Spaces here by Anonymous Coward · · Score: 0

      The thing with using paragraphs, sentences, etc, is that it allows one to bite off bits of information. We already use em-dashes to mark off particular clauses we wish to emphersise -- to this point -- but now argue about spaces. White-space helps the reader catch the large-scale of the text. Setting a sentence off in double-space is one devise that does this. Even in the font i type here, it is easier to pick sentences off.

      Paragraphs are likewise set off by a blank line, or first-line indent. Where first-line indent is not permitted, then one should use blank line separation. Quotes and examples should be set in an indented paragraph, where the quote is the paragraph.

      Bold text is appropriate if one wants the text to stand out on the page at first glance. Highlighted text that is meant to be emphersised in context should be in italic.

      Correct spelling and grammar make reading faster, too. You can slow the reader down significantly with typos, even when you did not intend to emphasise something or use a particular device.

  27. One by jo7hs2 · · Score: 1

    One space. The typewriter is dead, please donâ(TM)t bring two spaces back.

    1. Re:One by Anonymous Coward · · Score: 0

      I love how your comment is juxtaposed with the failure of Slashdot to render unicode properly. Newer is not always better.

    2. Re:One by aardvarkjoe · · Score: 1

      The typewriter is dead, please donÃ(TM)t bring two spaces back.

      Could we please get rid of smart quotes, though?

      --

      How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
    3. Re:One by KiloByte · · Score: 1

      One space. The typewriter is dead, please donâ(TM)t bring two spaces back.

      As evidenced by that "â(TM)t", you use a device not equipped with a proper keyboard. For those of us on an actual computer, spaces and readability do matter, thus two spaces help. If such a small detail improves reading speed by a few percent (per the article), that's huge. And besides, one space is a heresy -- I'll bring torches and pitchforks to deal with those who think otherwise.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    4. Re:One by omnichad · · Score: 1

      Two spaces predated the typewriter and they will live on long afterward.

    5. Re:One by rickb928 · · Score: 1

      'Word Processors' used this method. And my Selectric works great for when one-off hard copy or form filling is so rarely needed. Stifle.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    6. Re:One by dcw3 · · Score: 1

      My 1974 Smith Corona electric works just fine. Now, get off my lawn you juvenile delinquent!

      --
      Just another day in Paradise
  28. Look at that, Slashdot all grown up by Anonymous Coward · · Score: 0

    Talking about periods and spaces.

  29. The flaw isn't the font. by sabbede · · Score: 4, Funny
    From the summary it looks like they broke the readers into 1 and 2 space groups based on how many spaces they entered when typing. Then they discovered the 1 spacers, who apparently didn't know this utterly basic rule of grammar, read slower.

    So what did they really demonstrate? That people who don't know how to write don't read very well either.

    The worst aspect of the results is that in a sample of 60 college students more than half didn't know how to write! How the F do 39 out of 60 college students not know how many spaces to use?? What the F are they doing in college???

    1. Re:The flaw isn't the font. by gweihir · · Score: 1

      Incidentally, this "utterly basic rule" is unknown in Europe as far as I can tell. So it is not "basic" at all.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:The flaw isn't the font. by Anonymous Coward · · Score: 0

      And we tend to read just fine anyway, reinforcing the idea that really it doesn't matter.
      How this unrealistic study using pre-biased groups of subjects made /.'s front page is beyond me.
      Yeah, I'm new here. Thanks for asking.

    3. Re:The flaw isn't the font. by orlanz · · Score: 2

      Its not an "utterly basic rule" of grammar. Its not even a grammar rule. Its an inheritance from early typewriters that had fixed width letters and double space increased legibility. Its a rule based on "This is how we did it." The research above was probably done many times over in defining the double space on typewriters 100+ years ago.

      If you go back to typesetters, they don't use double space because they always had variable width letters (think Ben Franklin times). Double space in a book also ends up wasting paper.

    4. Re:The flaw isn't the font. by Type44Q · · Score: 1

      What the F are they doing in college???

      Learning to blame their problems on everyone but themselves.

    5. Re:The flaw isn't the font. by Green+Mountain+Bot · · Score: 1

      Double space in a book also ends up wasting paper.

      I've read plenty of books in which the blank space is the only thing that wasn't a waste of paper.

    6. Re:The flaw isn't the font. by Anonymous Coward · · Score: 0

      ACK-chew-A-lee, the MLA handbook on style that most freshmen comp students use specifies using a single space after a sentence concluding punctuation mark unless their instructor tells them to use two.

    7. Re:The flaw isn't the font. by Qhartb · · Score: 2

      Typesetters absolutely did use a wider inter-sentence space than inter-word space. (Outside of France, at least.) In fact, around 1900 the convention used to be for inter-sentence space to be an em-space (as wide as an M) and inter-word space to be 1/3 of that, the width of a lowercase L. The em-space got shortened to an en-space (half as much) through the 20th century, making inter-sentence space 1.5 times the inter-word space. (aside: The space after a colon used to be huge. Like 1.5-2 ems.)

      Personally, I use 2 spaces and find 1 space harder to read in most fonts. I feel like my eye "trips over" the first word in a new sentence when there's not enough space--it feels a bit like reading it twice. We have wonderful typesetting programs like LaTeX, but most of the stuff I see in Word and in web browsers looks pretty awful. I'm not sure why we don't use our good typesetting algorithms in more contexts. I've used some programs that make double spacing WAY too wide, while single-spacing is still too short, which is frustrating. (My company used HipChat, which had this problem.)

      I think that single vs. double spacing would be a good way to communicate to the typesetter which kind of space to use. I think I've heard of a typesetting system that does this. LaTeX tried to infer what space you want after a period based on capitalization and such. It usually does the right thing, but you have to resort to weird syntax when it doesn't.

    8. Re:The flaw isn't the font. by argumentsockpuppet · · Score: 1

      I honestly cannot tell if you're trolling or not. If you are, then kudos for the subtlety, that's brilliant. If you aren't, then I might suggest a little research into the subject. You'll discover that practically every style and grammar guide disagrees with you while there are still really valid arguments in favor of double or at least larger spaces.

      I was taught to double space when I learned to type, and back then we learned on a typewriter. Later in life I had to do some professional writing and I learned that I shouldn't. It was at that point that I ruthlessly broke the habit. Still later, I learned there is an interesting history behind the conflicting ideas. Anyone who double spaces and holds a strong opinion that it is "right" is an ignorant and apathetic reader whose opinion can be handily dismissed. Anyone who double spaces because it is "proven" to be better is someone to watch. They may be someone to watch because they're a person who reads to learn or they may be someone to watch because they're a liar, but either way, you should keep an eye on them.

    9. Re:The flaw isn't the font. by Oligonicella · · Score: 1
      Double spaces after a period preceded the typewriter, so no, you are incorrect.

      If you go back to typesetters, they don't use double space because they always had variable width letters (think Ben Franklin times). Double space in a book also ends up wasting paper.

      Funny you should mention Benny boy. This is his autobiography (1868). In it, you will note that they typeset double spaces after the periods (check page 7).

    10. Re:The flaw isn't the font. by sabbede · · Score: 1
      Is this in the context of a Spanish study?

      Should I have specified "basic rule of American English grammar" so that you would not have mistaken it for "universal"?

    11. Re:The flaw isn't the font. by sabbede · · Score: 1

      You have to go to college for that now?

  30. yes but generally no one cares by Karmashock · · Score: 0

    ... it is better... if you're doing an article or a book or something that is supposed to be pretty polished then "do that"... but otherwise... meh.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  31. Two-spacing helps some. That's all that matters. by Anonymous Coward · · Score: 1

    A lot of content is developed by young people with good eyesight who are not conscious of the issues older or visually-challenged people have. This issue goes well beyond how many spaces are after a period. It also includes fonts, line spacing, paragraph spacing and colors.

    Sometimes it's understandable that an app wouldn't have an option to enlarge or change the font, because including those options might be too difficult, but what would it harm to add a second space to assist some readers?

    Regarding the aesthetic argument for having only one space, I'll just point out that justified text (also aesthetic) has a seemingly chaotic number of spaces between words in the middle of sentences. Some people think that is ugly.

  32. Depends on the girl by swb · · Score: 3, Funny

    Most only need one space after their period before we're back in business. Some though have a little extra surge at the end, so two spaces is a safer bet. Unfortunately you don't know until you "know", if you know what I mean.

    1. Re:Depends on the girl by Anonymous Coward · · Score: 0

      Being /., I doubt any of the guys here know what you are talking about...

  33. Re:Clinton by Anonymous Coward · · Score: 0

    HAHAHA, no wait sorry, i was laughing at you, not your comment. Sad. Go find another venue to post this tripe on.

  34. For those who are married by Anonymous Coward · · Score: 0

    Will know that there can never be enough space after a period.

  35. Time to change writing? by Sqreater · · Score: 2

    Ever taken a ruler and held it over the bottom half of a line of text and been surprised that you can still easily read it? If we cut letters in two we can increase the amount of information on a page and probably be able to what I would call "chunk read," or absorb information and meaning more quickly. It would make, I think, the "parafoveal" capture of extra characters easier. Also, we need to progress to an "emotional alphabet," something like: "a" with a following up arrow indicating rising anger, "j" with a down arrow indicating decreasing jealousy, "h" with an equal sign indicating a sustaining level of hate, etc. It could be much more complicated and subtle. I called it "emotional algebra" to order my thinking. Don't tell me about emoticons. They are for children.

    Janet looked at Amelia and smiled brightly while putting out her hand at the business conference. (without emotional algebra, just a couple of actions)

    Janet looked at Amelia and smiled brightly while putting out her hand at the business conference. (j,h{up arrow}) [And now we know her internal state while she performed those actions]

    --
    E Proelio Veritas.
    1. Re:Time to change writing? by Anonymous Coward · · Score: 0

      No.

    2. Re:Time to change writing? by omnichad · · Score: 1

      Sort of like subtitles for autism.

    3. Re:Time to change writing? by Dr.+Evil · · Score: 1

      No. (h{up arrow}{up arrow}{up arrow}{up arrow}{up arrow})

      FTFY.

    4. Re:Time to change writing? by Anonymous Coward · · Score: 0

      Can we have Victor Borge perform that? https://www.youtube.com/watch?v=Qf_TDuhk3No

    5. Re:Time to change writing? by djinn6 · · Score: 1
      You could do just as well with better word choice (and order):

      At the business conference, the envious Janet looked at Amelia, then put out her hand with a bright smile.

    6. Re:Time to change writing? by Sqreater · · Score: 1

      You could do just as well with better word choice (and order):

      At the business conference, the envious Janet looked at Amelia, then put out her hand with a bright smile.

      So where's the hate?

      --
      E Proelio Veritas.
    7. Re:Time to change writing? by djinn6 · · Score: 1

      It's implied by Janet's behavior.

  36. tabs or spaces... by Xenious · · Score: 1

    hah! but yes two spaces after a period is my default and i believe easier to read. I try to leave two spaces when I write by hand but it never works out. :)

    --
    -Xen
    1. Re:tabs or spaces... by burhop · · Score: 1

      I prefer tabs but the Slashdot IDE doesn't allow it. If they would finally support Unicode imagine all the great whitespaces we would have then!

  37. "Slightly" already covers it by gweihir · · Score: 1

    If you have a "slight" effect, there is a large probability that something else caused it or that it is just statistical variation. Also, a "slight" effect is usually not worth the effort for the change and may well come with a "slight" negative effect as well. I know that whenever I read a text with these two spaces, I get offended at the ugliness. That would offset any benefit in reading comprehension.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:"Slightly" already covers it by rickb928 · · Score: 1

      Which effort for which change? I've worked on succumbing to the prevailing paradigm and using one space, but if there is no disadvantage, I'm back to two spaces and they can suck it. That includes you, Matt Lauer.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
  38. Whichever answer is less popular on slashdot by Anonymous Coward · · Score: 0

    Is true by definition. On account of most of you being dickheads.

  39. Wrong way around, as usual. by Anonymous Coward · · Score: 0

    It's actually one space at the end of a sentence and one space at the start, unless that sentence begins a line.

    The fact that both these spaces occur after a period can be confusing.

    Also, crack eggs at the small end, drive on the right side, Write from left to right, stay with daylight savings, convert to metric and "Whisky" is spelled without an "e".

  40. Yes/No Headlines. by Barny · · Score: 1

    Betteridge's law of headlines holds the answer yet again.

    --
    ...
    /me sighs
  41. 1 space seems strange by tim620 · · Score: 1

    I was taught to type 1 space after a comma and 2 spaces after a period. For many years, I assumed typing was still taught that way. About 2 years ago I realized that younger people are typically taught to only use 1 space after a period. I had assumed 2 spaces was a golden rule, forever. I guess I was wrong.

    Ultimately, with variable width fonts and HTML, etc., it really doesn't matter anymore. However I will likely use 2 spaces until I die. A 30 year typing habit is hard to kill.

    1. Re:1 space seems strange by Anonymous Coward · · Score: 0

      I'm guessing lots of people were simply not taught how to type. I was introduced to the keyboard and the general idea of typign sure, with basic training on hand placement, modifier keys, etc, but that's it. Typing itself was up to me and let's not get into learning to type for different languages, alphabets and keyboard layouts...

  42. WHERE'S THE ALL CAPS STUDY? by Train0987 · · Score: 2

    WHERE'S THE ALL CAPS STUDY?

    1. Re:WHERE'S THE ALL CAPS STUDY? by tomhath · · Score: 1

      Not all caps. What we NEED is a study of the RANDOMLY capitalized words that liberals are so FOND of using.

      It was COMICAL to see them using it on each other it in the HACKED emails from DNC.

    2. Re:WHERE'S THE ALL CAPS STUDY? by Anonymous Coward · · Score: 0

      APK is no LIBERAL

    3. Re:WHERE'S THE ALL CAPS STUDY? by Anonymous Coward · · Score: 0

      Where IS APK when you need AN example?

  43. If you single space you are wrong! by Gnomaana · · Score: 2

    If the extra space helps, IT HELPS. It doesn't matter that they used a fixed width font for the test. Since proportional fonts mess with the size of the space, to have a meaningful test they almost had to use fixed width. A single space separates words to make them more readable and a double space separates sentences for the same reason. Even if it doesn't aid in reading speed, I guarantee you it helps if you have to go back and find a particular sentence in the middle of the text.

  44. At this moment in data storage history... by Samurai+Nigel · · Score: 1

    ...every bit counts.

    Save a bit. One Space only.

  45. tolerance by e**(i+pi)-1 · · Score: 2

    it simply does not matter for most cases. There is the historical reason why double spacing made sense but it rarely matters. It has been pointed out that HTML does not mind whether double spacing is used. Also decent text processing systems like Latex do not show any difference. So, it simply does not matter. If one feels good doing two spaces. Where fanatism in syntax can matter is in programming but also there, the languages don't distinguish between one and two spaces. What matters however is zero or one spacing. I common mistake done in programming languages which allow spaces to be used as multiplication is to mistake xy with x y. This is often hard to catch. I personally always had big reservations with the tab which can often lead to mistakes in data as it is not visible and only the processing of the data with programs can lead to problems. But also here, some tolerance can help as it is easy to "clean out tabs" with one strike. There are obviously some who like tabs. Let them live. Also, if somebody likes the nostalgia with double spacing after punctuation, let them be even if it does not make much sense any more with modern type setting systems.

    1. Re:tolerance by Anonymous Coward · · Score: 0

      IguessthenImustagreethatoneortwospacesdoesnotmatter.Itisallamatterofpersonalpreference,solongasintentiscrystalclear.Thatiswhythe'Oxford'or'SerialComma'shouldbemandatorytoremoveanyabiguityofwetherthelasttwoitemsaretogetherorseparte.
      SohowdoesoneknowifthesentenceendwithonespaceafterMr. Orifitcontinueson?Oriftheperson'snameisMr.Orifitcontinueson?

    2. Re:tolerance by Anonymous Coward · · Score: 0

      > decent text processing systems like Latex do not show any difference

      What does that have to do with this? We're talking about humans.

    3. Re:tolerance by Anonymous Coward · · Score: 0

      LaTeX actually automatically lengthens the spaces after a ".", if you want to have nice typesetting of abbriviations and get the normal space after the dot you'll need to use an escaped space ("\ ").

    4. Re:tolerance by Anonymous Coward · · Score: 0

      Also decent text processing systems like Latex do not show any difference

      "Now here’s something important for all TEXnical typists to know: Plain TEX puts extra space at the end of a sentence; furthermore, it automatically increases the stretchability (and decreases the shrinkability) after punctuation marks"
      - TeXBook, p 72, (page number on the typeset page number, not the PDF page number)

      So, no. TeX and friends puts 1.5 spaces, even if the typist forgets and only puts in one. And if you really want to know why from someone that cares far more about the fine detail than you, I suggest reading the whole book.

  46. . is a Full Stop by rossdee · · Score: 1

    or a decimal point
    or a dot

    The period is the inverse of (as in one divided by) the frequency

    As a male I don't have to worry about the biological definition of period

    (I was born in an English speaking country)

    and while we're at it

    # is a hash (the pound sign is a curly L)
    @ is an at

    And element number 13 is Aluminium

    1. Re:. is a Full Stop by Anonymous Coward · · Score: 0

      # is a hash

      Actually, that symbol is called an octothorpe if you want to be correct. Both "Hash" and "Pound" are incorrect regional names for it that are used by people who have no idea what it really is or what it's correct name is.

    2. Re:. is a Full Stop by MorePower · · Score: 1

      # is hatch, but I'll take hash as close enough.

      I never understood where # equals "pound" and it confused me greatly when computer driven phone menus first came out.

        I read once that sugar supposedly used # to display a per pound price, but I've never seen sugar sold by anything but per box.

    3. Re:. is a Full Stop by omnichad · · Score: 1

      I'll accept any of the three as long as you don't try calling it a hashtag in general.

    4. Re:. is a Full Stop by dcw3 · · Score: 1
      --
      Just another day in Paradise
  47. Another cause by Dan+East · · Score: 1

    I believe there is another cause for this.

    The "one-spacers" ... showed statistically insignificant variation across all four spacing practices.

    So individuals that are likely oblivious to the practice of using double spaces after a period saw no discernible difference in reading speed regardless of the amount of space after a period. To me, these individuals represent the physical reality of whether the spacing makes any difference in how easily the words can be seen and read. The result is that it makes no difference on the physical ability to identify and read words and sentences.

    "two-spacers" saw a three-percent increase in reading speed for paragraphs in their own favored spacing scheme.

    Let's phrase that differently.

    "two-spacers" saw a three-percent decrease in reading speed for paragraphs not in the own favored spacing scheme.

    Why? Probably because "two-spacers" have an opinion on the matter, which is why they go out of their way to space in a specific manner. Consequently, when they see a spacing scheme that they believe is incorrect, they are cognizant of that fact, and it gives them brief pause while they consciously recognize the scheme is not the scheme they prefer, and thus their reading rate drops slightly because they are thinking of something else for a moment as the encounter it.

    --
    Better known as 318230.
    1. Re:Another cause by Green+Mountain+Bot · · Score: 1
      You ignore this:

      The "one-spacers" were, as a group, slower readers across the board (by about 10 words per minute)

      When that is taken into consideration, it paints a picture less of two-spacers being slowed down by one-space text, and more of two spacers having developed a better approach that pays off even when they have to adjust to text written without proper spacing.

  48. What to do when using a pen? by Anonymous Coward · · Score: 0

    So what should one do when writing the good old way with a pen & paper?

  49. This should be the machine's job by Anonymous Coward · · Score: 0

    If a greater width of whitespace is desirable between sentences, it should be the computer's job to format this correctly. The software should be able to identify ". Xyzzy" (where X is any given capitalised word) and adjust the length of the space to suit. This is not something that it should be necessary for humans to do. In fact, the software should replace any amount of whitespace between sentences with the correct amount (so that in a document written by several authors, one of whom single-spaces and the other double-spaces, the actual spacing is consistent). Word processing should be about content, not layout. It's why, given good templates, LyX is much better than Word in most cases (and in the cases where Word is better than LyX, Publisher or similar would be better still).

  50. LIKE kinda sorta sometimes works. Use FULLTEXT by raymorris · · Score: 1

    Your example using LIKE kinda, sorta works, sometimes. It rather slow as well.

    Full text search works better and faster.

    https://dev.mysql.com/doc/refm...

    https://docs.microsoft.com/en-...

  51. Ftfy by raymorris · · Score: 0

    Somehow your autocorrect or something added a couple extra words to your post, I think. Did you mean:

    Kind of a bitch, Python scripts.

    Python is kind of a bitch to read, hell to de-facto, difficult to code review...

    1. Re:Ftfy by tomhath · · Score: 1

      Python is kind of a bitch to read, hell to de-facto, difficult to code review...

      You don't indent your code? I pity whoever has to support it.

    2. Re:Ftfy by raymorris · · Score: 0

      Of course I indent, and my tidy tool automatically checks that the indentations are right when I run "git commit". In sane languages, text editors like vi can jump to the beginning or end of the block (matching } character) by using keystrokes like %, select blocks with [, etc. With Python, your eyes have to do all the work, until they bleed.

  52. Re:Clinton by stealth_finger · · Score: 1

    Daily reminder: Hillary is going to die in prison. And only one "space" is available.

    Are you that desperate for distraction you're still doing that same old line? How's the wall coming?

    --
    Wanna buy a shirt?
    https://www.redbubble.com/people/stealthfinger/shop?asc=u
  53. Speaking of autocorrect. Refactor, not de-facto by raymorris · · Score: 1, Funny

    That should be "hell to refactor". Dyac. See, even THINKING about Python causes mistakes.

  54. Type 2 Spaces, Let the Computer Sort it Out by crow · · Score: 4, Insightful

    Typing two spaces at the end of a sentence indicates a between-sentences gap, as opposed to a between-words gap. That may or may not be the same amount of space. If you're using a proportional font, then you're relying on the computer to handle the spacing, and this should be no different. Perhaps two spaces should kern together to be the equivalent of 1.2 spaces, and that sort of rule can be handled by the font.

    The problem is that determining the difference between the end of a sentence and a period that just ends an abbreviation is quite difficult. That's something that requires natural language analysis, not something simple like kerning that is part of the design of proportional fonts.

    So everyone should continue to learn to type with two spaces after a period. We know it's superior for fixed-space fonts. Computers should be taught to do the right thing for proportional fonts. If they don't, file a bug report.

    1. Re:Type 2 Spaces, Let the Computer Sort it Out by trrosen3908 · · Score: 0

      So you never heard of spell checking. What backward planet do you live on. Modern word processors do recognize the difference between an abbreviation and the end of a sentence. If they didn't they would try and get you to capitalize every word after an abbreviation. Two spaces isn't writing it is formatting and that is why it is wrong. Those that ignore the wisdom of Robin Williams are truly lost.

    2. Re:Type 2 Spaces, Let the Computer Sort it Out by dotbot · · Score: 1

      Exactly. It's markdown. Those of us who do it are future-proofing our text.

    3. Re:Type 2 Spaces, Let the Computer Sort it Out by Anonymous Coward · · Score: 0

      No it's not difficult. If the text contains "period space space", then display a larger space. The renderer developer can decide whether it should be 1.2, 1.5, or 2.0 spaces, as long as it's enough to look distinct from a single space. There is never two spaces after abbreviations like "Mr.". If the typist put a single space at the end of the sentence, then it's their fault if the computer can't distinguish it from an abbreviation. But it will require telling users, "We made a mistake when we said to just type one space at the end of a sentence, so ignore that." The worst that will happen is that some HTML pages will show a single space at the end of sentences, but right now we have all HTML pages displaying like that and nobody can do anything about it.

    4. Re:Type 2 Spaces, Let the Computer Sort it Out by Unknownus · · Score: 1

      A sentence-ending punctuation mark followed by a single space character serves well-enough as an sentence separator.
      There is no need for complex analysis of any kind. One only has to use the correct character for each occasion.

      In the case of abbreviations, a NO-BREAK SPACE should be used when they are not at the end of a sentence. First, because a full stop at the end of a line which does not finishes a sentence is ugly and misleading. And second, because it enables also the computer to not see it as a sentence ending, allowing for proper kerning.

      If one wants the computer to do the right thing, one has to provide the right input. Doing otherwise is user error.

    5. Re:Type 2 Spaces, Let the Computer Sort it Out by crow · · Score: 1

      There's no "no-break space" key on my keyboard.

      The standard input method shouldn't require anything special for touch-typists that will slow them down. Two spaces at the end of a sentence is a widely used standard, and there's no reason not to stick with it.

    6. Re:Type 2 Spaces, Let the Computer Sort it Out by Unknownus · · Score: 1

      A NBSP can be inserted by pressing AltGr+Space with the nbsp XKB option. I find that actually faster than double-tapping the space key.

      Sentence spaces are more common than in abbreviations and other specialized uses; so, in any case, the total amount of key presses would be reduced.

      Not that it matters. There is also no key in a standard keyboard for curly apostrophe or quotes, or dashes, or primes, or many other proper typographic characters. That does not make lazy ASCII approximations right, just convenient.

  55. Welcome to the wonderful world of mind control. by AnotherBlackHat · · Score: 2

    Unicode doesn't even support the concept of a less than full stop.
    There's no reasonable way to differentiate the period after an abbreviation like "Mr.", from one at the end of a sentence.

    CSS doesn't let you control the number of spaces that follow a period - the authors of CSS apparently didn't believe this was a "style" choice.

    What if the "best" choice was 1.5 spaces between sentences?

    1. Re:Welcome to the wonderful world of mind control. by sysrammer · · Score: 1

      Yep, 1.5 ftw. Also, always end a sentence with a cr/lf. This is the clearest method and there are no ambiguities. Unless you have a newline char.

      --
      His ignorance covered the whole earth like a blanket, and there was hardly a hole in it anywhere. - Mark Twain
    2. Re:Welcome to the wonderful world of mind control. by Anonymous Coward · · Score: 0

      Browsers can render sequences of characters differently, so they can render "period+space+space" just as easily as kerning "fl" or "ts". Displaying 1.5 spaces may be OK: the point is not the exact width but that sentence breaks are visibly wider than word breaks.

    3. Re:Welcome to the wonderful world of mind control. by Anonymous Coward · · Score: 0

      "CSS doesn't let you control the number of spaces that follow a period - the authors of CSS apparently didn't believe this was a "style" choice."

      I think you mean HTML, there is no whitespace formatting available in HTML beyond using "&nbsp;" to bludgeon the layout into submission.

      However, CSS does indeed let you do what you want. If you enclose sentences in "<span>" tags then you have wonderful formatting with CSS to control the spacing between sentences. An initial find-replace would get you most of the way there, followed by a judicious edit to catch any periods that may have been present inside sentences.

    4. Re:Welcome to the wonderful world of mind control. by Unknownus · · Score: 1

      You are looking at it from the wrong side.

      The period at the end of an abbreviation is, indeed, the same character to be used at the end of sentences. But there are many space characters in Unicode; and that's what we are actually concerned with.

      The correct character to use after a period finishing an abbreviation but not a sentence is U+00A0 NO-BREAK SPACE. This not only allows the computer to parse it as non–sentence-ending reliably and easily, but also prevents the period from hanging at the end of a line, which can confuse human readers into thinking that the sentence has ended.

  56. The actual rule is..... by www.sorehands.com · · Score: 1

    Two spaces after the period in a mono spaced font, one space in a proportional spaced font. The reason for this is simple, in a proportional space font the spacing of the letters may be smaller than the space, which remains fixed.

    I learned this from someone who was a professional secretary who could see the difference at 10 feet.

    1. Re:The actual rule is..... by Monkey-Wrench-Inc · · Score: 1

      This is what I was taught a million years ago. It took me ages to make the switch from two spaces to one. I still lapse back into two-space land from time to time, and when I do, it looks quite odd.

  57. Fonts have NOT already solved that problem! by beetle496 · · Score: 2

    Fonts have not solved this problem, and the problem has actually gotten worse now that one-space-at-the-end-of-sentences has become the status quo.

    We were told twenty (thirty?) years ago that computer typography would solve this problem, but that has not happened, even though the teaching and convention has changed. Fonts just add extra space after all periods, including inline abbreviations like Mr. Sure, higher-end desktop publishing knows the difference in-line periods and end-of-sentence-periods, but that has become less of what we read, and word processing and web browsers never did pick up on the difference. So it was up to us grognards to manual add the extra space.

    Shame on this study for using a fixed width font for testing. The improved readability of large blocks of text with a little bit of extra spacing between sentences is quite obvious. You fools advocating for single-space-after-end-of-sentence-periods should experiment for yourselves (with a print page using proportionally spaced text). We have been sold a bill of goods.

    --
    I paid the going retail price for a Windows screen reader and got a free Unix computer!
    1. Re:Fonts have NOT already solved that problem! by bluefoxlucid · · Score: 1

      Fonts just add extra space after all periods

      Really?

    2. Re:Fonts have NOT already solved that problem! by Anonymous Coward · · Score: 1

      Fonts just add extra space after all periods, including inline abbreviations like Mr. Sure, higher-end desktop publishing knows the difference in-line periods ...

      I read that sentence and was confused, until I realized you were not talking about a "Mr. Sure" who was in higher-end desktop publishing.

    3. Re:Fonts have NOT already solved that problem! by Anonymous Coward · · Score: 0

      Who is Mr. Sure?

      If only you had put two spaces between the sentences, then I would not know this anguish of doubt.

  58. wide sentence spacing predates typewriters by trb · · Score: 1

    Wide spacing between sentences pre-dates typewriters, and was common in printed books.
    See, for instance, Mark Twain's "The Innocents Abroad" (1869).

    https://en.wikisource.org/wiki...

    Re "it's harder to process the text with software," the way it looks (including spacing) is a question of output formatting, and should be configurable. Processing text should be done on input data, which these days should be in a markup language.

    I think it's easier to read text with wider sentence spacing. On a related note, wrapped and justified margins are sometimes ugly, often because this is not done carefully. This is covered by Knuth and Plass, "Breaking Paragraphs into Lines."

  59. If the title is a question by h4x0t · · Score: 1

    then the answer is no.

  60. LetsgobacktoLatin by Headw1nd · · Score: 1

    andjustdoawaywithspacesaltogether.

  61. For Your Protection by dcw3 · · Score: 1

    "Are Two Spaces After a Period Better Than One?"

    I usually make plenty of space just before her period.

    --
    Just another day in Paradise
  62. Re:Clinton by Type44Q · · Score: 1

    I'd love to throw you two sorry fucks into a ring together - and I'm more than happy to dispatch the "winner," if there is one...

  63. Here's why... by mschaffer · · Score: 1

    The added carbon footprint of using an extra space is killing the planet! More resources are needed to accommodate each and every extra space. That's why you must fight the evil double space.

  64. Parsing... by Scarred+Intellect · · Score: 1

    andjustdoawaywithspacesaltogether.

    and just do a way with spaces all to get her?

  65. The deciding factor is ... by PPH · · Score: 1

    ... which pays better?

    --
    Have gnu, will travel.
  66. nothing is being taught anymore by Anonymous Coward · · Score: 0

    At least in the US students lag farther and farther behind other countries in math, science, and literacy. In fact, my wife and I needed to teach my daughter cursive writing for fucks sake.

    Those greedy, ignorant teachers who are protesting all over the place should simply be fired and replaced by babysitters---because they are de facto babysitters. Most of them neither teach nor care. They just want to be paid handsomely for accomplishing nothing.

    1. Re:nothing is being taught anymore by The+Good+Reverend · · Score: 1

      What the hell does anyone need cursive writing for anymore? It existed entirely because inkwell-dipped pens function better if the point stays on the paper. Somewhere along the way people decided it was fancy and proper, for no real reason.

    2. Re:nothing is being taught anymore by Octorian · · Score: 1

      Two reasons:
      1) So you can read letters handwritten by old people
      2) So you can sign your name on documents

    3. Re:nothing is being taught anymore by The+Good+Reverend · · Score: 1

      1. You can read cursive without having to write it.

      2. A signature doesn't have to be written in cursive. It doesn't have to be your name. It doesn't have to be anything - no one checks or compares them in 99.99% of transactions.

    4. Re:nothing is being taught anymore by Anonymous Coward · · Score: 0

      Octorian said:

      2) So you can sign your name on documents

      Not anymore. I just bought a house and didn't need to sign anything by hand. However, I did need to sign one document when I sold the old one.

    5. Re:nothing is being taught anymore by jwhyche · · Score: 2

      This is true. I drew a penis bird on everything I signed for a week. Nobody said a word.

      --
      I read at +2. If your post doesn't reach that level I will not see or respond to it.
  67. nope by mschaffer · · Score: 2, Insightful

    Fonts did not solve this problem. Do you select a different space after a sentence or do you just press the space bar? The characters in a font do not know where they are. If you are lucky some software will fix this when the text is presented. Otherwise, it will not.

    1. Re: nope by phantomfive · · Score: 1

      In modern fonts the characters actually do know where they are.

      --
      "First they came for the slanderers and i said nothing."
    2. Re: nope by Anonymous Coward · · Score: 0

      Sounds like someone doesn't understand the difference between fonts and spaces.

  68. Yes! by rickb928 · · Score: 1

    Winning!

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  69. Why not seven! by Anonymous Coward · · Score: 0

    This article is asinine.

  70. During a period, a LOT of space is preferable by bleugh · · Score: 1

    At least for my missus...those tempers, the more space between us, the better!

  71. Typing vs. Typesetting by Nkwe · · Score: 1

    The discussion should really be about what preferences are for typing (what you type into your word processor) vs. typesetting (what the text looks like when printed); the two are not the same thing. When printed (or previewed, or rendered on a display for reading) the amount of space after a full stop would depend on the spacing guidelines for the font itself. When being edited, the mechanism to indicate an end of sentence (full stop) should be consistent.

    Personally I use proportional fonts and I don't have detailed typesetting requirements, so I just use a single space after a full when typing and printing. If I cared or did it professionally, I would use a typesetting language in my editor where I could specifically call out if the dot I typed meant an abbreviation or a full stop. For example in TeX/LaTex the space after a dot is treated as a full stop unless you indicate otherwise. The point is if you really care about the details, you want to separate typing from typesetting because if you don't and you want to do something like change the font, you have to go back and edit your whole document.

  72. They didn't review the state of the art first. by bugi · · Score: 1

    The researchers should've reviewed the state of the art first. They lumped together a whole bunch of different concepts and drew irrelevant conclusions. And their methodology was sloppy even given their assumptions-- but that's been discussed.

    There's typesetting. There's a distinction between en-space and em-space. There's leading, a similar issue for vertical spacing between lines. There's ligatures, where some characters next to each other merge for readability. There's justification, where the space between words, sentences, and even letters varies just to make lines flush on both right and left. And others. Perhaps start by asking yourself, what would \LaTeX do.

    Then there's those of us who type mostly in fixed-width fonts. For me, that's mostly because I code a lot. But when I write a long bit of text I will often write it in a fixed-width font just so I can use a decent editor, then copy+paste. Yes, I consistently double-space! because it's the only way to make fixed-width fonts have a readable sentence separator when I write comments and inline documentation. (And yes, that lower case "b" in "because" after the bang and space is proper. I'll leave the research to you.)

    So no, the original article doesn't even ask a valid question.

  73. Re:After a lifetime of reading text with 2 spaces. by Green+Mountain+Bot · · Score: 2

    I notice you're keen on paragraph breaks, reflecting a common preference in readers. Do you suppose that preference is because your brain has been conditioned to expect breaks between paragraphs? Or is it because the way the eye and brain work together means that interruptions in text are more easily read because it allows the brain to break down what is written into smaller, linked bits of information, rather than trying to parse it all together?

    I personally think the preference for a visually distinct spacing led to two spaces, not the other way around, and that the switch to single spacing came a result of people wanting to cram in more information per inch, or to improve "aesthetics" without considering how the user interacts with it. The choice certainly wasn't made because of readability, as this study clearly demonstrates.

  74. This study is utterly useless for so many reasons by Falconnan · · Score: 1

    Where to begin...

    First, serif, sans-serif, and fixed width (which is also serif/sans-serif) works differently depending on whether it is hard copy or if it is on a pixelated screen. Generally, serif fonts work better on hard copy, sans-serif on screens. There are many theories as to why, but when I was learning typography, this was a thing.

    Secondly, only fixed-width fonts benefit from double-spacing between sentences. Generally, after a sentence stop there is a greater visual space between the end of one word and the beginning of another.

    I could also argue there's likely going to be questions as to demographics (likely primarily age of the reader), though this is speculative. To make matters worse, serif and sans-serif are not the only variables. Eyesight would likely correlate with age, but type of vision flaws could also have a major impact. Indeed, this could get phenomenally complicated quite quckly.

    Finally, double spacing after a stop was only a rule for typewriters. It was never a grammatical rule.

    For this study to be valid, it would need to account for the following variables, one way with single spacing, and separately with double spacing:

    • Hard Copy
      • Fixed-width
        • serif
        • sans-serif
      • Proportional
        • serif
        • sans-serif
    • Screen
      • Fixed-width
        • serif
        • sans-serif
      • Proportional
        • serif
        • sans-serif
  75. "Science" fit for a 6th grade science project by mileshigh · · Score: 1

    And I'm better at reading my own handwriting than other people's. Anybody surprised?

    This study is touting a statistically insignificant (3% difference measured on roughly half of a 60-person group) "result" that says people perform better on what they're used to.

    In college, that deserves an F.

  76. This is ridiculous by Anonymous Coward · · Score: 0

    This is an example of the children trying to tell everyone else they are irrelevant, and trying to redo stuff that has been in place longer than I have been around, and messing it up.

    Who ever thought 1 space was better? How did they not get their papers rejected on style grounds. 2 spaces has been the standard for ever for this very reason. These studies were already done. Years ago.

  77. Double spaces are a workaround by mileshigh · · Score: 1

    As a workaround, we exaggerate the spacing between monospaced (e.g. Courier) sentences by double-spacing to make it easier to spot sentence breaks. Old-school typewriters spaced characters like "i" the same as "W", leading to a lot of blank space between letters of the same word. The eye of and decent reader "fixates" and recognizes entire words, phrases or sentences, but the inter-letter space within words makes words harder to automatically pick out. This is why proportionally-set text is easier to read.

    The main body copy of books & magazines are typeset in proportional fonts. Duh. These fonts have been carefully designed and tweaked over hundreds (yes, hundreds) of years by people who thought and cared deeply about readability. Also good looks, but readability was key. They did many tests and experiments to maximize ease and speed of reading. THE WIDTH OF THE BLANK IS PART OF THE DESIGN. If the designer wanted wider spaces, s/he would put them there.

  78. College students reading at 10 WPM?? by mileshigh · · Score: 1

    WTF!? Is that just Skidmore College, or what?

  79. I think its a silly argument by DarkOx · · Score: 1

    As the summary points out very little is done in fixed with fonts anymore. The difference between double spacing and single spacing is visually imperceptible in variable with fonts for a lot of cases. It suspect that it has little impact if any on reading as a result. Its also true that documents are going to continue to exist doing it both ways for a long time even if everyone did come to some kind of agreement. I think we should all just do whatever the heck we like.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  80. Yes.%20%20 by Anonymous Coward · · Score: 0

    Yes.%20%20

    That is how I was taught in typing class in 1992.

  81. no by Anonymous Coward · · Score: 0

    No fuck you!

  82. it's faster by mschaffer · · Score: 1

    One of the reasons many prefer cursive is because printing is S-L-O-W.

  83. irrelevant by Anonymous Coward · · Score: 0

    The web reduces multiple spaces that aren't nbsp to on space; except in the case of preformatted text areas.

    For publication, do what the publisher/editor says to do in their guidelines--probably Chicago Manual of Style.

  84. Yes, double spacing after a period is superior by millertym · · Score: 1

    And while you heathens are at it, use the oxford comma.

    1. Re:Yes, double spacing after a period is superior by djinn6 · · Score: 1

      Why stop at oxford comma? Go all the way to bullet points.

  85. What goes around comes around ... by Jerry · · Score: 1

    When I took a typing class in HS in the late 1950s I was taught to put two spaces after the period at the end of a sentence. I was also taught to put two lines between paragraphs, and to indent the beginning line of a paragraph by one tab, which was usually set to two spaces as well.

    I first recalled seeing to tabs at the start of a paragraph and one blank line at the end of a paragraph in scifi books I read in the 1980s, IIRC. Publishers apparently did it to save paper. HD storage is a commodity and space is not a problem any more.

    --

    Running with Linux for over 20 years!

  86. Practical purpose to two spaces by Chaset · · Score: 1

    Back when I was writing papers, I also found it handy to do a search-and-replace on the ends of sentences to break a paragraph up into a list so that I can rearrange/re-organize my thoughts. I can't do that with single spaces after periods (since then there's no other good way to distinguish sentence endings with things like Mr. or P.E.)

    Also, I sometimes just wanted a sentence count, and counting "." and "." gets a pretty accurate count when working on plain text (no word processor feature).

    --
    -- "This world is a comedy to those who think, a tragedy to those who feel."
    1. Re:Practical purpose to two spaces by Aighearach · · Score: 1

      counting "." and "." gets a pretty accurate count when working on plain text (no word processor feature).

      I highly doubt that, though it does illustrate the problem.

  87. I can't do this story justice... by Trax3001BBS · · Score: 1

    A memo was sent to every person employed at Westinghouse Hanford Company over the question if employee should
    be spelled employee or the money saving employe. This broadcast was unusal and followed by the second and last message a year later
    saying they had decided to keep it as employee.

    We saw it as a high level secretary war, any savings having long since been blown away.

  88. Semicolons by Anonymous Coward · · Score: 0

    I think I'm one of the few people who still use semicolons (in actual text, not source code). I love the constructions, "...; namely, ..." and "...; that is, ...," so I'm a real dinosaur.

  89. difference with little distinction by Anonymous Coward · · Score: 0

    >> 1. You can read cursive without having to write it.

    Really? Since most people learn to read cursive by writing it.
    Learning to read cursive without writing it would be like just learning to understand German without being able to speak it.

    1. Re:difference with little distinction by The+Good+Reverend · · Score: 1

      Learning to read cursive without writing it would be like just learning to understand German without being able to speak it.

      Not at all. Learning to read cursive involves knowing what English letters look like in what's effectively a different font. The syntax, words, letter groupings, meaning, and grammar are all identical to printed/typed text. This is nothing like learning a new language.

  90. discursive ode to Feynman filter decapitation by epine · · Score: 1

    For notetaking my preferred spacing after a sentence is CR LF LF.

    I can skim familiar material where every non-trivial sentence has its own paragraph to reorient and refresh at about twice the speed of block text.

    I tend to write this way, too, with short paragraphs. But then during preview, there's no shape to the text, so I stitch a few sentences together here and there to make some block paragraphs as visual landmarks.

    ———

    First, a short digression ... I can't stand the Unicode ellipsis character. Space dot space dot space dot space is the worst of all. Space dot dot dot space is tolerable. Then yesterday I came across the perfect solution (visually): space dot thinspace dot thinspace dot thinspace dot space. Perfect! I can die happy now. (But not on Slashdot, ... any...time . . . soon.)

    I read the TeX manuals when they first came out, and the rules have nothing to do with integers. Thin space exists for a good reason. If two spaces help the rendering software identify the end of a sentence, that's great. Regardless of how you get there, the space at the end of the sentence should be visually larger than the interword space, though almost certainly not double.

    ———

    The other factor with Courier 14 is that the line lengths were almost certainly short and reasonable for efficient reading. So many websites make the line lengths too long. The usual quick unit is 2.5 times the width of the lower case alphabet (at most). Many design-centric websites push this up to 3.5 lower case alphabets, which makes tracking from the end of one line to the beginning of the next far more difficult than it needs to be.

    Then, just to show off, they figure out some way to write the CSS so that when I use my browser's text zoom feature to enlarge the font relative to the line width, the margins automatically rescale relative to the font size to the same ridiculous text length. It's as if the site designer regards text as a form of ruler putty whose only function is to establish geometric layout ratios. (Rumours that designers are slow on the uptake are greatly exaggerated; that said, all their best times at track and field events are posted in the total absence of nearby reflective surfaces—and a rain delay is any rain that leaves behind a shiny puddle.)

    ———

    TeX has letters and glue (stretchy white space, of various cardinalities).

    TeX revised by a design professional would just have glue: large white glue, and small black glue. In Jordan Peterson's schema, the white glue would be the yang of order, and the black glue would be the yin of chaos (damn those proportional fonts, irregular word lengths, and fussy hyphenation points!).

    As line length goes to infinity, interline glue variance goes to zero. This is the only theorem most web designers know. The problem is even worse if you can't trust an automatic hyphenator to handle all the ridiculous content Joe Random Blogger might compose. Why, in extremis, you might even be forced to adopt the dishevelled, libertine ethos of ragged right.

    Better to simply set all text to a line length 3.5 times the width of the lower case alphabet and be done with it (surely if we do this enough it will ultimately impel VESA and the Koreans to set the 16k video standard to an aspect ratio of 9:4, as never-married, closet-God conspicuously prefers).

    ———

    In my notes, I also break apart long sentences with list structure into bullet format, and I almost always break sentences joined by semicolons into separate sentences, too.

    "Massachusetts Institute of Technology (MIT)" becomes "MIT", etc.

    "Boston, Massachusetts, USA" becomes "Boston".

    The "Cindy Elizabeth Erin Olivia Mary-Ellen and James Benjamin Jason Zebulon John-Boy Walton Distinguished University Professor of Psychology and Behaviour FRS FRAS OBE with a joint appointment to the Peter, Paul, and Mary School of Ma

  91. Accuracy by hitekhik · · Score: 1

    Referencing paragraph two, peripheral is spelled incorrectly. When typing using a computer keyboard, was Spell-Checker not available? Better accuracy, then neing bothered by one space or two.

    1. Re: Accuracy by hitekhik · · Score: 1

      I was using a cell phone to type with. I apologize for spelling a word inaccurately, ie neing/being. I have a thick index finger.

  92. Many people comment on this by ChrisMaple · · Score: 1

    C. Northcote Parkinson noted that the less consequence and value an issue has, the more people will voice their opinion, at length.

    --
    Contribute to civilization: ari.aynrand.org/donate
  93. Courier New "used by hardly anyone for documents," by Verdatum · · Score: 1

    Except for EVERY screenplay EVER written.

  94. Space BEFORE a period adds enough space. by Futurepower(R) · · Score: 1

    It seems to that the space BEFORE a period adds enough space. In that case, the font has control over the extra space.

    The font I'm seeing in your comment does that.

  95. Fixed my mistake: More space BEFORE the period. by Futurepower(R) · · Score: 1

    ERROR: I posted the parent comment at 4:18 am. I made a mistake. Too early to be commenting on Slashdot, I guess.

    Fonts solve the problem by putting more space BEFORE the period.

    Problem: I don't like the space after the capital T and before the period in this case, with the font I am using to view Slashdot comments: T.

  96. The opposite by dargaud · · Score: 1

    I don't care much about the 1 space vs 2 spaces debate. But I do care about the many morons on many message boards (inclusing here). Who refuse to use spaces after dots of commas, and who refuse to use upper cases at the start of sentences. They drivel is night on unreadable and should but drop kicked into the 7th circle of hell. That's the kind of thing that makes my blood boil trying to read. And it saves them a whole 2 seconds typing the message.

    --
    Non-Linux Penguins ?
  97. I DON'T CARE by Anonymous Coward · · Score: 0

    Professionals who debate about this rubbish should all be demoted to janitors.

  98. Zero understanding of history on display here by EndlessNameless · · Score: 1

    Two spaces after a period was standard for printed text when fixed-width text was common. E.g., typewriters and older presses.

    One space after a period became common once electronics entered the picture. Between proportionate width and kerning, you could make text eminently readable without resorting to "hacks" like an extra space to emphasize the end of a sentence. If anything, kerning is more relevant here---but it's essentially standard with proportionate fonts anyway.

    This study should have compared twice-spaced Courier with once-spaced Times New Roman, if the comparison was to be made on a historical basis.

    Or better yet, test Times New Roman twice-spaced vs once-spaced, so the comparison is made with modern fonts (the vast majority of which are proportionate).

    --

    ---
    According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
    1. Re:Zero understanding of history on display here by Oligonicella · · Score: 1

      Your title is ironic. As pointed out elsewhere, there has never been a 'standard'. You can find pdfs of old prints using every conceivable permutation of spacing and line justification, often within the same manuscript.

  99. Manual typewriters and hardwired brains... by mirthful1 · · Score: 1

    I learned to type in H.S. at the tail end of the manual type writer era ('77). Got up to 45wpm on a manual. W00t! Best early "tech" investment in myself I ever (accidentally) made. I definitely did feel like a bit of a nerd in that class (pre geek chic). "Easy 'A' they said" Hah! Very tough teacher. And two spaces was NOT an option.

    I subsequently went on to code for 35 years after that and that class totally paid off. So, 2 spaces is hard wired into the mush that is my brain. Along with proper use of the comma semi-colon... I think, haha.

    Basically at this point I have to type 2 spaces then backspace once. My kids and wife laugh at my punctuated IM's -- but old habits definitely do die hard.

    So 2 spaces you whippersnappers! Even if every editor simply removes them...

  100. Don't care by TJHook3r · · Score: 1

    Who cares if it is more efficient to read? It's annoying to type and there is no logic behind difference in space after commas or full stops. If we cared about ease of reading there would be more pictures in books!

  101. Re:After a lifetime of reading text with 2 spaces. by Maxo-Texas · · Score: 1

    It's probably a combination of several factors.

    When I was younger, written paragraphs and sentences were longer and more complex. You might see a 9 to 13 sentence paragraph and the average sentence length was long enough that they were really complex concepts. The influence of internet page and font size probably affect what we perceive as a "good" paragraph length.

    I usually start a new paragraph when I start a new concept these days. So the paragraph break says "Okay, that point is done. Here comes another point."

    It also reflects the preferences of my 1st girlfriend and my college english and government professors who would give negative feedback for excessively long paragraphs as well as the many times I've seen people complain about lack of paragraphs in 'wall of text posts'.

    So I couldn't put it on any one factor.

    With regard to line spacing, my slashdot displays at about 1.5 line spacing. It's not double spacing or single spacing as you would see from a typewriter.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  102. Idiocracy by Anonymous Coward · · Score: 0

    This is what is considered research nowdays? Bloody idiots.

    Whats next? 3-spaces? 4-spaces?

    I don't want to live on this planet anymore.

  103. Re:After a lifetime of reading text with 2 spaces. by Anonymous Coward · · Score: 0

    And HTML chucks whitespace into a single bucket, whether a single space or 42 blank lines. Oh, here's an idea! Search and replace '. ' with '.&nbsp; ' :) Worldwide. As the next HTML standard.

  104. Get yer junk science right here! by Anonymous Coward · · Score: 0

    Science indeed is becoming more pathetic.

  105. Two Spaces is Legal Standard by SinGunner · · Score: 1

    In the industry that produces the most actual documents with English writing on them (sorry publishers, ya basic) we use two spaces after a period. I also read MSWord docs with all formatting marks visible, so it's immediately apparent when it's wrong (i.e. one space). I guarantee any attorney that uses one space or inconsistently uses two spaces makes all sorts of other grammatical/formatting errors.

    1. Re:Two Spaces is Legal Standard by Oligonicella · · Score: 1

      This is really more of what has happened. Every niche industry has developed styles they prefer. In newsprint they favor one space and incredibly hacked down grammar. In law, not so much. In prose, it's far more fluid and depends on what the author was striving for.

    2. Re:Two Spaces is Legal Standard by SinGunner · · Score: 1

      Just because your UID is lower than mine doesn't mean you have to come in here and try to show me up with some fancy, reasoned, measured reply!

  106. (La)Tex users ... by Torton · · Score: 1

    ... have known this already for a long time; use \frenchspacing to turn this off explicitly.

  107. Re:After a lifetime of reading text with 2 spaces. by Oligonicella · · Score: 1

    Single spacing came about to reduce space in printed matter so more could be done on less. It's archaic.

    FFS. Just make it look attractive. If you prefer 1, use 1. If 2, use 2. Jeeezuz, this is much ado about nothing.

  108. WTF? by GrumpySteen · · Score: 1

    Would someone tell me how this happened? We were the fucking vanguard of punctuation in this country. The space after the period was the way to go. Then the other guy came out with two spaces after the period. Now we're standing around with our cocks in our hands, with only one space after the period. Suddenly we're the chumps. Well, fuck it. We're going to five spaces.

    Sure, we could go to three spaces next. That seems like the logical thing to do. After all, two worked out pretty well, and three is the next number after two. So let's play it safe. Why innovate when we can follow? Oh, I know why: Because we're the vanguard of punctuation, that's why!

  109. Signatures by Anonymous Coward · · Score: 0
  110. Re:After a lifetime of reading text with 2 spaces. by Darinbob · · Score: 1

    Most computer programs doing this are not nearly the same as real typesetting. I used to review academic papers and you could easily spot those created with simplistic word processors versus professional programs versus intermediate tools. Word was usually one of the worst (maybe it's gotten better these days, but I haven't seen evidence of it). Sometimes those papers using fixed width fonts were actually more readable than those from bad word processors.

    In typesetting there isn't a single versus double space issue. You have en-space or em-space, and between words you may have subtly variable spacing.

  111. Re:After a lifetime of reading text with 2 spaces. by Darinbob · · Score: 1

    A space between paragraphs is ok. But another acceptable way is to indent the first line a new paragraph. I see books doing it both ways. Some people screwup and indent plus add a blank line, which looks odd.

    The reason for the old double spacing between lines was so that there was room for markup from the teacher or editor, or to make notes yourself on the first draft.

  112. Oh, just to add on. by Oligonicella · · Score: 1

    That 'saving paper'? Many tomes were set left justified only. Adding an additional space after the period isn't going to alter the length.

  113. Will always use 2 spaces. Haters can hate. by valnar · · Score: 1

    Despite our typewriter roots, I think two spaces is even more relevant today. We uses periods for all kinds of things - most notably domain names. Having the extra space does indeed make it more readable, and if nothing else, more definite on what constitutes an end of a sentence versus some other function that periods (dots) define in modern lingo.

  114. Re:After a lifetime of reading text with 2 spaces. by Anonymous Coward · · Score: 0

    I don't know why we're even discussing spaces after the period. It's getting hard enough to find text with real words and punctuation, let alone simple accented stuff like "résumé".

  115. Re:After a lifetime of reading text with 2 spaces. by Anonymous Coward · · Score: 0

    OMG! Does slashdot do utf8 now? (/me pastes in some stuff from http://kermitproject.org/utf8.html)
    "¥ £ € $ "
    Should be 10 utf8 chars there... I don't think they'll all make it :-(

  116. Space Force by ramkumar.iyer · · Score: 1

    Now I understand what Space Force is all about, Mr Trump

  117. Stop NERDING around by Anonymous Coward · · Score: 0

    TFA need to stop NERDING around.

    I know this is news for nerds but this is way too much nerding.

    Itâ(TM)s like being left and being an Antifa fuck.

    This is Alt Nerd.

  118. LMAO @ mental loon Zontar the Mindless by Anonymous Coward · · Score: 0

    See subject: It's always a pleasure showing everyone how stupid you are drug addict mentalboy https://tech.slashdot.org/comm... you piece of SHIT from a country of men w/ NO BALLS & yes, you're from Sweden shitbag!

    Which you tried LYING about to me after your twisted weak ass sent me a postcard from there (like the obsessed stinking little MENTALBOY whimp w/ "depression" (lmao, whimp) & drugged up CREEP you are fucker) but too bad I saw your post about the restaurant in Stockholm recently.

    * You & yours from "SWEDEN"? NO BALLS - you let your women get RAPED by muslims (whereas MY TRIBE, poles, DROVE THEM OFF when all the rest of Europe, except Lithuania, RAN)!

    You pitiful little no balls worms (which is WHY You are HOW you are - you can't help it - you're DESCENDED FROM SHITBAG PUNKS!)

    APK

    P.S.=> Truth HURT cocksucker? Meet me in person (you 'brag' you're a 'world-traveller' (big deal, I've seen europe too) 'rich man' (not - you're just some impoverished little LOSER, no questions asked) - come meet me FACE TO FACE & talk your shit to me bitch... apk

  119. In the Old Days by Doctrinsograce · · Score: 1

    Well, yes, they were helpful back before HTML began removing them in the early 80's. Since the choice has been taken from me, I rarely bother.

  120. Hmm by Anonymous Coward · · Score: 0

    Well, no

  121. I want a job like that. by dddux · · Score: 1

    Where do I apply to research periods after a sentence? Sounds very nice. I could also research how many toilet papers people use to wipe their arses, how many shits we have per day on average, why some dogs eat shit and we supposedly don't, how many pizzas are being sold each day... so many astonishingly interesting subjects that really matter and could change the course of history. I want to be able to do that research.

    --
    "It is no measure of health to be well adjusted to a profoundly sick society." - Jiddu Krishnamurti
  122. ADD, ADHD... by martinfb · · Score: 1

    Just another corporate tool to infest their peasant constituents with ADD/ADHD to maintain control of the masses.

    --


    Self-importance and self-indulgence is the root of ALL evil.