Home For Fiction – Blog

for thinking people


literature

Kristen Roupenian’s “Cat Person”: an Example of Post-Autonomous Fiction

July 12, 2020

Today’s post offers an example of post-autonomous fiction, focusing on Kristen Roupenian’s “Cat Person”. The article is authored by Igor da Silva Livramento. He’s a fellow academic from UFSC, fellow author, fellow creative-writing advisor, and overall a great fellow. He’s also a composer, music theorist, and producer. Check out his papers on Academia.edu, his music on Bandcamp, and his personal musings on his blog – in Portuguese, Spanish/Castilian, and English.

Having explained what on earth is post-autonomous fiction, this time we’ll see an example of it, focusing on some of its literary specifics. Our example will be a most fascinating story. It appeared on The New Yorker, on December 4th, 2017.

I’m referring to Kristen Roupenian’s “Cat Person”.

What’s so interesting is that the story got more views on a single week than any other one published on the magazine that year. That alone is impressive, but the reaction it got is also worthy of mention.

This reaction was due to a narration technique we’ll explore, and such a technique as applied there increased its post-autonomous status.

Roupenian's "Cat Person"
Whether Roupenian’s “Cat Person” is good in a literary sense is irrelevant. Rather, its importance lies in that it’s indistinguishable from reality.
(more…)

Fiction Complexity Index: Calculate Your Novel’s Genre Positioning

June 17, 2020

Romance novels aren’t as complex as literary fiction. Similarly, historical fiction is more complex than, say, young-adult fantasy. I’ve been thinking, we need a Fiction Complexity Index. Moreover, we need a Fiction Complexity Index by genre; a number that can give us a rough estimate of whether our novel is “about right” in terms of complexity.

And so, I decided to make one!

The good news is, this little Fiction Complexity Index is something you, too can benefit from. Because I decided to code it in a way that allows anyone to upload their novel (as a .txt file) and immediately see the results.

Fiction complexity index
A Fiction Complexity Index can help us see whether a text is suitable for the intended genre
(more…)

A JavaScript Random Text Generator

June 6, 2020

Virtually all of my coding revolves around text, one way or another. Just to name two examples, see my rhyming anapest generator or my Gothic analyzer program. In this post, I decided to make something a bit mad, so I came up with a very simple (but very funny!) JavaScript random text generator.

But this isn’t just any random… random text generator like, say, my random quote generator. This little program – in only 10 lines of code – combines text from different sources and returns a set of randomized sentences.

If this sounds somewhat familiar, it’s very similar to my Ghostwriter Android app.

The difference is, this time I decided to i) code it in JavaScript (rather than Java); ii) use the first two chapters of two of my novels, Illiterary Fiction and The Other Side of Dreams to generate the results.

JavaScript random text generator
Why write a text with a pen, when you can write it with a JavaScript random text generator [/tongue-in-cheek]
(more…)