I am a (web) programmer by day, writer by night. I've written a couple novels, unpublished so far. A few weeks ago I sat down to sharpen the saw and after struggling to come up with something to write about, I realized I could use a tool to give me random writing exercises so I can focus on the writing itself. Something like a writing prompt, but more compelling and interactive. Inspired by the practice of coding kat…
Very cool. One question – I noticed that you're doing some validation of the inputs (i.e., I can't seem to submit a sentence without a period) – could you explain the reasoning for this? On the one hand, it seems fairly constraining (and probably comes with a few unfortunate edge cases). On the other, perhaps that's the benefit of the kata philosophy.
Show HN: WriterKata – a site for writers to practice their craft
21–30 of 51 posts
Re: Show HN: WriterKata – a site for writers to practice their craft
#22Re: Show HN: WriterKata – a site for writers to practice their craft
#23For someone that excelled at writing at school but never took it any further than that, this was an excellent experience for me to get me thinking about writing creatively again. What would be amazing is to let me not progress until I successfully met some of the grammar conditions that were placed upon the sentences/paragraphs (eg. I had to google what an appositive was) but was not sure if I successfully used it co…
Re: Show HN: WriterKata – a site for writers to practice their craft
#24I am a (web) programmer by day, writer by night. I've written a couple novels, unpublished so far. A few weeks ago I sat down to sharpen the saw and after struggling to come up with something to write about, I realized I could use a tool to give me random writing exercises so I can focus on the writing itself. Something like a writing prompt, but more compelling and interactive. Inspired by the practice of coding kat…
It's a cool idea. It reminds me of a writing exercise we used to do in a journalism class in high school. The teacher gave us an assortment of facts about a story, and from those facts, we'd compile ledes (opening sentences and/or paragraphs).[1] As many strong ledes as we could muster from the same pool of information. A strong lede is compelling, informative, and brief. Those goals are tough to reconcile. You'd spe…
Re: Show HN: WriterKata – a site for writers to practice their craft
#25I am a (web) programmer by day, writer by night. I've written a couple novels, unpublished so far. A few weeks ago I sat down to sharpen the saw and after struggling to come up with something to write about, I realized I could use a tool to give me random writing exercises so I can focus on the writing itself. Something like a writing prompt, but more compelling and interactive. Inspired by the practice of coding kat…
Re: Show HN: WriterKata – a site for writers to practice their craft
#26Why not define the terms and give an example of each... atleast to folks who are not logged in.
Props to you: This is a very cool idea.
Re: Show HN: WriterKata – a site for writers to practice their craft
#27I am a (web) programmer by day, writer by night. I've written a couple novels, unpublished so far. A few weeks ago I sat down to sharpen the saw and after struggling to come up with something to write about, I realized I could use a tool to give me random writing exercises so I can focus on the writing itself. Something like a writing prompt, but more compelling and interactive. Inspired by the practice of coding kat…
Re: Show HN: WriterKata – a site for writers to practice their craft
#28For someone that excelled at writing at school but never took it any further than that, this was an excellent experience for me to get me thinking about writing creatively again. What would be amazing is to let me not progress until I successfully met some of the grammar conditions that were placed upon the sentences/paragraphs (eg. I had to google what an appositive was) but was not sure if I successfully used it co…
Re: Show HN: WriterKata – a site for writers to practice their craft
#29Earlier quoted context omitted.
It's a cool idea. It reminds me of a writing exercise we used to do in a journalism class in high school. The teacher gave us an assortment of facts about a story, and from those facts, we'd compile ledes (opening sentences and/or paragraphs).[1] As many strong ledes as we could muster from the same pool of information. A strong lede is compelling, informative, and brief. Those goals are tough to reconcile. You'd spe…
"Lede" is supposedly a holdover from the time when news was printed using actual metal lead type, and "lead" was accordingly shorthand for type itself. The alternate spelling avoids a potentially confusing homograph.
Re: Show HN: WriterKata – a site for writers to practice their craft
#30Earlier quoted context omitted.
Very cool. One question – I noticed that you're doing some validation of the inputs (i.e., I can't seem to submit a sentence without a period) – could you explain the reasoning for this? On the one hand, it seems fairly constraining (and probably comes with a few unfortunate edge cases). On the other, perhaps that's the benefit of the kata philosophy.
Thanks. Right now the only validation is that you put in at least 10 characters. It might change in the future though.