Home For Fiction – Blog

for thinking people

New post every MondayHow not to miss one

computer

Digital Literacy and Old Age: an Irrelevant Correlation

September 25, 2023

There is a persistent but fallacious belief regarding digital literacy: “Old people can’t use computers”. Not only is this hilariously wrong, it also has some dangerous consequences that we’ll see in this post.

The truth is, you simply can’t… simplify things and treat any group of people as if they were a homogeneous lump. There are people who are old and can’t even turn on a computer, and there are people like Grace Hopper, who was recalled from retirement (twice!) to work on the US Navy’s IT infrastructure.

Obviously enough, there are many gradations in between, too. There are old people who perhaps can’t program but who can still use a computer. There are also old people who know how to turn on the computer, somewhat use it, but would be unable to troubleshoot it the moment something goes awry.

But all that isn’t very important.

Instead, what is important is to understand the dangers of correlating digital literacy to age – either old or young.

If you googled “old person using computer”, you’d get plenty of stock images of old people struggling in front of a screen, sitting next to a younger person, or holding a credit card and looking confused. Instead of perpetuating such stereotypes, here’s an image of Commodore Grace M. Hopper, nickname “Grandma COBOL“.
(more…)

No, AI Can’t Produce Art (but It Can Write)

June 6, 2022

Based on discussions and what I read, a lot of people are afraid AI, artificial intelligence, will “steal” their jobs – what the hell happened to the “one day we’ll have robots and we won’t need to work” dream of early sci-fi? But I digress… Writers don’t seem to be an exception. A great number of them seem to be worried about AI replacing them. So, can AI produce art?

In this post I argue that no, AI can’t produce art – for reasons we’ll explore. But AI can certainly write. It can already now, and I’m certain it will become even better.

Where’s the difference, then, you might ask.

The difference, to a large extent, revolves around matters central to the writer-or-artist distinction. More insidiously, perhaps, it’s about conditioning us into patterns that can have far-reaching (and unpleasant) consequences.

AI can't produce art
“The algorithm” (Google Photos) keeps suggesting that I should “fix [the] lighting” of this and many other photos. It doesn’t understand art
(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…)