Live data from Hacker News

Show HN: WriterKata – a site for writers to practice their craft

writerkata.com

21–30 of 51 posts

Re: Show HN: WriterKata – a site for writers to practice their craft

#21
post #13

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.

Thanks. Right now the only validation is that you put in at least 10 characters. It might change in the future though.

Re: Show HN: WriterKata – a site for writers to practice their craft

#23
post #14

For 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…

That would be an amazing feature, but it seems extremely tricky from an algorithmic perspective. Anyone have any ideas?

Re: Show HN: WriterKata – a site for writers to practice their craft

#24

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…

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

#25

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…

Why are your novels unpublished? Why not go the Amazon self-publishing route?

Re: Show HN: WriterKata – a site for writers to practice their craft

#27

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…

You might find the SailsJS project interesting ( http://sailsjs.org/ )--it brings some very Rails-y things to a Node application. One of the best features is Waterline, which is somewhat like ActiveRecord and all that good stuff.

Re: Show HN: WriterKata – a site for writers to practice their craft

#28
post #14

For 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…

That's a great idea.

Re: Show HN: WriterKata – a site for writers to practice their craft

#29

Earlier 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.

Hmm. Makes sense, I guess. Served a useful purpose. Thanks for the info. :) Also, shame on my high school journalism teacher for not having pointed that out.

Re: Show HN: WriterKata – a site for writers to practice their craft

#30
post #13

Earlier 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.

Got it. Apparently I tried with a very short sentence! Thanks!
Post reply on HN