#GWGWhat is a good way to handle Fahrenheit vs Celsius for website visitors?
#LoqiIt looks like we don't have a page for "good way to handle Fahrenheit vs Celsius for website visitors" yet. Would you like to create it? (Or just say "good way to handle Fahrenheit vs Celsius for website visitors is ____", a sentence describing the term)
#tantekGWG perhaps take a look at how Dark Sky approaches that UX problem
#GWGI was going to move on from weather, but I apparently inconvenienced a large percentage of the world by not displaying in Celsius
#GWGMaybe I should store everything in Kelvin and convert on the fly.
[miklb] joined the channel
#[miklb]user option which to display is most common in weather apps
#GWGBut storage vs display is something I have to decide
#bearconfirmed via wikipedia: "By the end of the 20th century, Fahrenheit was used as the official temperature scale only in the United States (including its unincorporated territories), its freely associated states in the Western Pacific (Palau, the Federated States of Micronesia and the Marshall Islands), the Bahamas, Belize, and the Cayman Islands.[3] All other countries in the world now use the Celsius scale, ..."
#bearwhat i've done in the past, if the location is not sniffable, is to put C as the default and use the hover tip to be F
#aaronpkDon't most things let the user choose which to use? As long as you Store which unit is used then it doesn't matter which is stored
#@mariobreskic@espiekermann Social media has managed to turn itself from a means to connect people globally, into the end of a mob society cherished by plebeians. There is only one cure for this: bring back the personal homepage and turn social media into rss3.0. (twitter.com/_/status/952060921920348160)
#Loqinotifications in the context of the IndieWeb refer to all forms and ways that an independent web site can receive a message indicating something of interest (server notifications), and potentially relay that information (preferably in realtime) to one or more devices used by the owner of that site (client notifications) https://indieweb.org/notifications
snarfed, [mrkrndvs], krup, leg and [miklb] joined the channel
#[miklb]I have the oddest bug with my fastcgi cache. Somewhere along the lines permissions get borked and then webmentions throw a 500. I have my www-data user/group set for the permissions, which I thought should cover it, but I apparently not. I’ve had to go back and reset those permissions to fix. Anyone good with permissions have any thoughts?
#snarfed[miklb]: that might happen whenever fastcgi gets upgraded and reinstalled. just a hunch
snarfed joined the channel
#[miklb]hmm. I did apt-get upgrade linux-base yesterday