Live data from Hacker News

Write thin to write fast

breckyunits.com

51–60 of 146 posts

Re: Write thin to write fast

#51
post #28

Great insight ... most Bibles are formatted with thin columns as well. Maybe why it is easier to memorize as well. I got to try this for writing! I don't know why I didn't think of this.

That goes back at least to the Gutenberg Bible, which was two columns per page with generous margins for annotation or hand-drawn decoration.

You weren't kidding about the margins! https://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2...

Re: Write thin to write fast

#52
The problem of thin columns is the scrolling in my opinion. Currently the writer can't restrict the column height. So readers should scroll down and up if the post is long.

If browsers provide a CSS descriptor to limit the column height so that the page contains multiple columns and, if overflows, the overflowed content is shown in the downward direction (not horizontal direction), then maybe I can try this.

Re: Write thin to write fast

#53
post #44
post #34

I could imagine this trick helps. In my experience, when I try to convert a text into tweets, it gets more concise. I'm often baffled how much I can condense information down to 280 characters.

I've found that when I condense an impressive amount of information down to 280 characters, the compression is lossy. People only pick up one tidbit out of the several that I've packed in; or maybe they'll come away with a completely wrong interpretation. Hell, even when I come back to my own writing, I find that it's too clever by half and I can't extract the nuance that I expected to be clear.

That's why I never succeed at writing letters to the editor: the word limit is too small for anything complex enough to be wrong about!

Re: Write thin to write fast

#54
post #32

On a related note: At one point I switched to working exclusively on a laptop and after a while realized that the smaller screen had forced me to write better code. I wrote smaller methods, made smaller files, kept my concepts together, the whole nine yards. I even wrote better tests since that helped me keep my work small. It didn't last; I'm writing this on a 27" monitor, but I think that has more to do with bad la…

You can make the things on screen bigger on the 27” to match laptop.

Better yet - tile things on the monitor.

I'm on a 32" and I don't full screen anything except for the odd video.

Re: Write thin to write fast

#55
post #32

On a related note: At one point I switched to working exclusively on a laptop and after a while realized that the smaller screen had forced me to write better code. I wrote smaller methods, made smaller files, kept my concepts together, the whole nine yards. I even wrote better tests since that helped me keep my work small. It didn't last; I'm writing this on a 27" monitor, but I think that has more to do with bad la…

> On a related note: At one point I switched to working exclusively on a laptop and after a while realized that the smaller screen had forced me to write better code. I wrote smaller methods, made smaller files, kept my concepts together, the whole nine yards.

Interesting. The programmer equivalent of using smaller plates so you eat less at meals.

Re: Write thin to write fast

#56
If you have done any typesetting, say for a book, you'd realize that there is a sweet spot between the font size and the number of characters in a line. This has changed little over the hundreds of years. I think some of that effect is what we're seeing on the screen here in this post. There is a lower limit though, if you set the line too small, you'll be scrolling very often as the other comments have pointed out.

https://baymard.com/blog/line-length-readability

Re: Write thin to write fast

#57
post #32

On a related note: At one point I switched to working exclusively on a laptop and after a while realized that the smaller screen had forced me to write better code. I wrote smaller methods, made smaller files, kept my concepts together, the whole nine yards. I even wrote better tests since that helped me keep my work small. It didn't last; I'm writing this on a 27" monitor, but I think that has more to do with bad la…

The IDE I use has a line set at whatever your acceptable line length is. I find that's usually enough to keep me in line (ba-dum-tss)

Re: Write thin to write fast

#59

Interesting. Scrivener 3 actually defaults to using no where near all the screen real estate for words when writing, keeping it in a thinner column (which I now wonder if has a way to configure it), and I wonder if a similar idea was why they did that.

So turns out you can configure it. On Windows under file -> options -> appearance button at the top -> Main Editor then change the default editor width. I assume it is at least similar on Mac though the tutorial I saw said the first part was Scrivener instead of Windows.

Re: Write thin to write fast

#60
I am not sure this would work for me - one of the important challenges in writing is to keep each sentence readable and not too complex, while not making the writing boring by avoid any complexity whatsoever. So thin columns would make this harder, it's easier to scan a sentence if it's just on one or two lines. And I also think it's nice to see the piece as the reader sees it while you write it, more or less. But hey, to each their own.
Post reply on HN