"Hay 84 respuestas con un tiempo de lectura estimado de 0 minutos."

I have a forum post where I simply collect images of developer memes:

The summary below the introduction post says (in German):

Es gibt 84 Antworten mit einer geschätzten Lesezeit von 0 Minuten.

This translates to English as:

There are 84 replies with an estimated read time of 0 minutes.

In my opinion, it will take more than zero minutes to “read” (i.e. look at) the images.

Suggestion

My suggestion would be to have a minimum value of 1 (instead of 0) for the estimated reading time to cover edge cases like mine with actually zero text but only images.

This is rather funny :framed_picture:

Yeah I agree, I don’t think any post can be read in less than say 2 seconds. So we should start there with 2 seconds as a minimum.

@maja can you add that to your list?

I dont’ know how your algorithm calculates the time. I guess based on the number of characters and/or words.

If I’m correct here, how about adding a factor for every image, too?

Maybe even different factors for small/medium/large images?

Well, a picture is worth a thousand words, so

image

11 Me gusta

@nbianca ¿puedes agregar eso a tu lista?

Reemplacé la operación floor por ceil para asegurar que siempre se muestre al menos “1 minuto”.

Además, intentará elegir el valor máximo entre la fórmula anterior (conteo de palabras / conteo_de_palabras_por_tiempo_de_lectura) y el tiempo mínimo de lectura (4 segundos por publicación; 4 porque es lo que me toma leer una publicación corta o ver una imagen y pasar a la siguiente). :hourglass:

Para ese tema, la fórmula da 6 minutos. Logré leer el tema en un poco menos de 6 minutos, así que diría que funciona bien. :nerd_face: