“共有 84 条回复,预计阅读时间为 0 分钟。”

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 个赞

@nbianca 你能把这个加到你的列表里吗?

我将 floor 替换为 ceil 操作,以确保我们始终显示至少“1 分钟”。

此外,该逻辑会尝试在旧公式(单词数 / 阅读速度)和最小阅读时间(每篇帖子 4 秒;之所以是 4 秒,是因为我阅读一篇短帖子或查看图片并滚动到下一篇帖子所需的时间)之间取最大值。:hourglass:

针对该主题,公式计算结果为 6 分钟。我实际阅读该主题用时略少于 6 分钟,因此我认为效果不错。:nerd_face: