#indieweb 2021-01-02

2021-01-02 UTC
gRegorLove and [KevinMarks] joined the channel
#
[KevinMarks]
Google local has a 5 point scale, but I tend to just hand out 5's and ignore the places I don't like.
KempfCreative, opal, awolf, Nuve, wolftune and [jeremycherfas] joined the channel; kassle left the channel
#
[jeremycherfas]
A five point scale, like any odd-numbered scale, has the disadvantage that it converges on the mid-point, if you are averaging over several ratings, which is less interesting for a detailed analysis.
#
jeremycherfas
Good morning IndieWeb
#
pikselaxam
Good morning
#
Loqi
guten morgen
hoschi and [KevinMarks] joined the channel
#
Zegnat
Oh, interesting observation on odd-numbered scales, jeremycherfas
#
Zegnat
I do always refer to Netflix having gone to a binary scale, because they found more granularity did not actually work for analytics over big groups
#
Zegnat
(Though I am also partial to the scale used by the Hello Internet podcast: angle degree of the thumbs up :P )
#
jeremycherfas
I was very bemused when exist.io moved recently from a 5-point scale to a 10--point scale because I find it hard enough to tell the difference between a 4 and a 5, let alone between an 8 and a 9.
nickodd, silo, KempfCreative, hoschi, blade82, btrem, opal and [tw2113_Slack_] joined the channel
#
[tw2113_Slack_]
New challenge for me to set up. Recreate Goodreads reading challenge functionality on my own site
cidney[m] and KempfCreative joined the channel
#
GWG
Okay. In a few moments, my website will allow for a query string to change the temperature display to celsius.
wolftune and [chrisaldrich] joined the channel
#
[chrisaldrich]
I suspect that the quantization differences between 3, 5, 10 and higher for public reviews lose their value as the items being ranked are generally not linear from one day to the next. today I might like apple > pear > banana while tomorrow it might be banana > apple > pear.
#
[chrisaldrich]
I imagine someone has done some research on it in the area of behavioral economics, but it seems illustrative that for repeat consumption few/no UI's clear out your prior ratings (for something like repeat watchings of movies) to collect new data to allow them to show an average over time.
[jeremycherfas] joined the channel
#
[jeremycherfas]
Your preferences are non-transitive? I’m shocked.
#
[chrisaldrich]
Yes Peter Lorre...
KartikPrabhu joined the channel
#
[chrisaldrich]
I do sort of wished I had done individual ratings for all the episodes of West Wing I've seen multiple times to see what the spread would look like...
a_chou and hoschi joined the channel
#
[jeremycherfas]
Did he play Captain Reynaud? I always forget.
#
[chrisaldrich]
Wait, I think it was Claude Rains who was. Lorre was Ugarte...
#
[jeremycherfas]
I think you’re right.
jeremy, hoschi, kffiatek, KempfCreative and [tantek] joined the channel; nickodd left the channel
#
GWG
Okay, to accommodate all of my European visitors, all my weather stations now have a URL that will display all stats in metric/celsius.
#
GWG
As does my website
hoschi and [tantek] joined the channel
#
[tantek]
GWG, more than Europeans, but rather, 95% of the world (though what % of those actually visit your site from metricated nations is a different question) https://www.mentalfloss.com/article/55895/countries-havent-adopted-metric-system
#
GWG
[tantek]: I don't have a large contingent from other places though, according to my analysis.
#
GWG
Mostly Americans, Canadians, and Europeans.
#
GWG
Same as IWC. We don't have much coverage on the other continents.
#
[tantek]
maybe flip the default? and special case for US IP addresses
#
GWG
the storage default is metric.
#
GWG
The display default for me is not.
#
GWG
So I have a special URL for it
#
[tantek]
ah that's a smart point to perhaps discuss more in #indieweb-dev - storage of units
elioat_ and btrem joined the channel
#
btrem
If this is the wrong place to ask, feel free to rap me on the knuckles. I'm thinking of switching my website from simple html files to eleventy. But I still want to serve it on a shared host as a static site. I don't know much about eleventy, but is that a good way to go?
#
btrem
https://github.com/craigbuckler/11ty-starter Is that starter a good way to go to get started quickly? I don't want to learn a complicated build process if that can be avoided. A simple template system and the ability to do simple blogging. I think.
#
Zegnat
Eleventy is what they call a static site generator. The whole idea is that you can run it on a set of files, and it outputs "simple html files". So you could run it locally and publish the output on a shared host in exactly the same way you do with your HTML today.
#
Zegnat
I have not personally looked at the starter or used it, so cannot comment on that. But there might be some examples on the wiki.
#
Zegnat
What is eleventy?
#
Loqi
Eleventy is a JavaScript based static site generator that allows the user to select their own preferred template engine and theme, which in practice can and does enable use of microformats2 https://indieweb.org/Eleventy
#
Loqi
[craigbuckler] 11ty-starter: 11ty starter site with example code and how-tos.