Earlier quoted context omitted.
"Everyone one wants to have written, but no one wants to sit down and do the work to write." Is how I heard it.
That's how I feel about lifting heavy weights. There's certainly a general principle to be found here. One piece of feedback I got from someone I respect very much is, "read less and write more." So far that's been limited to quality documentation and Tufte style presentations, but I can definitely see the appeal of writing a book even if I don't make a penny off it.
Writing a book: is it worth it?
291–299 of 299 posts
Re: Writing a book: is it worth it?
#292Earlier quoted context omitted.
I think you're fighting activation energy. I'd find a way to make it cheap for you (in time and energy) to iterate such that the one-off content that you're providing can be used as stepping stones to a paragraph, and then a chapter, and then a book. As an example, I've written thousands (!) of customer support messages, via email, chat, or reddit, to help my PhotoStructure beta users. I've found that the second or t…
Yeah, it's definitely activation energy. Once I've actually started working on something, I can do anything, but damn, starting is tough.
Re: Writing a book: is it worth it?
#293Earlier quoted context omitted.
Take the essence of the question asked, or the non-working sample code given, take your response on the forum post, verbatim, and post that on your blog. Your blog is a marketing vehicle, you aren't necessarily doing it to rank high in google or get lots of traffic for ads. You're doing it so you have a single source of content you can direct someone towards and also identify yourself as a source of knowledge and exp…
I'm definitely not putting things on my blog for google rankings or ads. Those sound like they would be really boring to spend my time on, and the ads are extra pointless because the government has put a cap on my income in exchange for being paid to be a student, and I'm already at this cap with my part-time software job. I will certainly try to see if I can repurpose some of my better responses to common questions…
At least, that's the story I tell myself to salve my ego due to not making any money from ads on my personal website :-)
Re: Writing a book: is it worth it?
#294Earlier quoted context omitted.
Take the essence of the question asked, or the non-working sample code given, take your response on the forum post, verbatim, and post that on your blog. Your blog is a marketing vehicle, you aren't necessarily doing it to rank high in google or get lots of traffic for ads. You're doing it so you have a single source of content you can direct someone towards and also identify yourself as a source of knowledge and exp…
I'm definitely not putting things on my blog for google rankings or ads. Those sound like they would be really boring to spend my time on, and the ads are extra pointless because the government has put a cap on my income in exchange for being paid to be a student, and I'm already at this cap with my part-time software job. I will certainly try to see if I can repurpose some of my better responses to common questions…
Re: Writing a book: is it worth it?
#295Re: Writing a book: is it worth it?
#296I have spent probably thousands of hours writing random responses helping people on forums, just because its the thing that I do to procrastinate. For example, this year I wrote more than 4000 posts on https://users.rust-lang.org/ and 19000 messages on the help channels in a few Discord servers. I'm probably the world expert at spotting the mistake in small snippets of Rust code at this point. I honestly wish I was a…
I found i have the same sort of procrastinating behavior. If I want to clean my house, just avoid some higher-priority thing.
You should harness it. Decide you will put in 4 hours a day doing exercise, and procrastinate by writing a book on the couch. :)
Re: Writing a book: is it worth it?
#297Recently I've been playing with the idea of writing a sci-fi book. ...and that's mostly it. I don't know what could be the next step, except actually writing the thing. Are there websites/communities? I don't follow nor know of any relevant ones myself. Start with short stories? Or something longer? Self-publish whatever I write? Or start spamming "real publishers"? When I was younger I read a monthly science fiction…
Good places to start for writing fiction: - Writer's Digest publishes large yearly lists of places to submit books and short stories. - The Writing Excuses podcast covers all steps of the writing process, from research and planning to publishing with an agent or going the self-publishing route. The speakers cover a wide range of strategies on each topic. - writing.stackexchange.com is a relatively useful resource on…
Re: Writing a book: is it worth it?
#298Earlier quoted context omitted.
I coin one rule for blogging: However you do it keep it consistent. If you do monthly long reads keep doing that. If you do short posts 5 times per day keep making them 5 times per day (its better to drop to 4 and make a buffer that auto publishes than to skip days) Forum discussions can be a mess of excess and ot information. You could easily cut and paste questions you've answered. (Sometimes modify them to fit how…
I disagree with this advice. I write articles when there is a need for them. Sometimes they are 2 months apart, and sometimes 2 days. I can't plan the problems I'll face and solve in advance. I also spend a lot of time updating old articles with new information, and that new information trickles in at random intervals. Most of your readers will find you through Google, when they're trying to solve a specific problem.…
I found a really cool blog one time where the author was writing a book spread out over 4 blog posts (or so) that he kept updating. His daily new posts briefly described the updates he made. It was a cool rss subscription for me. I certainly didn't visit his book every day but his updates gave a sense of involvement and I ended up reading the "same" articles multiple times both for the content and to see the progress. Had he just updated the postings I would never have returned.
Re: Writing a book: is it worth it?
#299Here's why I think it worths it:
1) You can write it slow in your free time. No hurry. 2) You learn a lot and organize your thoughts in your head. 3) You can start selling before the book finished. It will allow you to test your audience and keep motivated. 4) When it's finished it's mostly passive income (though it's a good idea to also build a website and publish some blog posts regularly)