#theReal33mhzI implemented microformats on pnut.io six or eight months ago, but a couple months ago we switched primary canonical post front ends, and I dropped the ball - so I reimplemented that, and will look towards bigger things for the spring.
#GWGFinished a UI update on my Post Kinds plugin which added Issues. Sped through Bridgy(the plugin) to add Github support. Now doing an update on Syndication Links to add some plugins people wanted. Then I was thinking of doing the authorization endpoint to complement the token endpoint I did next
[eddie] joined the channel
#[eddie]🙌 finished migrating my old posts and got my nginx rewrite rules working to redirect all my old post urls
snarfed, barpthewire, cweiske and [kevinmarks] joined the channel
#[kevinmarks]What about using two of the rel-me links for two factor auth?
#ZegnatAlso interesting [kevinmarks], but not sure that solves any trust issue. That just means I can have at most 1 login I don't trust, because auth requires at least 2 to be used.
#ZegnatFirefox seems to block it for me, with the following in the console: “The resource at "https://twitter.com/barnabywalters/profile_image" was blocked because tracking protection is enabled.”
#Zegnatsknebel, moving here because techy: what problems do you see in stripping dots and +labels from email addresses?
#ZegnatI think they only recommend it while checking for uniqueness, not for storing the actual address, right?
#ZegnatAs an uniqueness test, it sounds fine to me
#sknebelsure, if you don't need me as a customer because the person that has almost the same e-mail with a dot in it already has signed up, and are sure there is no legitimate reason to have multiple accounts on your site
#sknebelit makes assumptions that the article notes aren't generally true, for little actual benefit
#sknebelas far as I can tell, the only thing it prevents is that someone forgets they already had an account and signs up again
#sknebel(and if you do not want multiple signups by the same person it makes it almost imperceivably harder to do so)
#ZegnatI felt like it was all specifically about uniqueness. I am not sure what email providers are going to allow names that vary only by some periods. And as it rightly notes, most MTAs ignore the + already.
#ZegnatIt is a little mixed I guess, not always clear how the article thinks names are to be used.
#ZegnatE.g. punycode is fine for uniqueness, but they also want names to be distinct in display and usable in several ways.
#sknebelit's less clear why this matters for the e-mail addresses people use
#sknebelgmail is the only mail provider I'm aware of that ignores dots, and I know several that for certain don't
#ZegnatDifference between ignoring dots and accepting names that only differ on dots
#ZegnatI know some companies where the dots between first and last name is important. But the period will always be there, so there is no harm in doing the uniqueness test without them. They are never going to assign someone the address without the dot
#sknebelI have e-mail addresses that are only a dot from other people's
#ZegnatThat’s interesting! I’ve never seen that be a problem in practice.
[mrkrndvs] and [kevinmarks] joined the channel
#[kevinmarks]I have an email address that many other people think is theirs and send me their flights, car part listings on ebay, mortgages and baby showers
leg, jeremycherfas, eli_oat and dougbeal|mb1 joined the channel
#aaronpk[miklb]: running it on a local network would be fine. The data isn't huge. I sometimes queue up 30,000 records on the phone before it sends to the server
#Loqiaaronpk: Zegnat left you a message 7 hours, 35 minutes ago: I think the rel-auth discussion is fully documented on the wiki
snarfed and [miklb] joined the channel
#[miklb]thanks aaronpk. Hardest part will be figuring out how to get the iphone to “see” my .dev local sites. Might skip that part and use <machine>.local that reads like it’s easier.
#aaronpkOh yea. I run a local dns server in my home network so it's easy to add custom hostnames like that
#[miklb]cool. I’m off to test how well Overland can track me while I wade around in Tampa Bay 🙂
#aaronpkif you want a fun project for home, this is what I use as my home DNS server. once it's installed you can add hostnames to the config file really easily https://pi-hole.net
#aaronpkman sometimes I really think I dont know anything about css
#petermolnaraaronpk what lead you to that statement about css?
#aaronpkthis text is shrinking based on the width of the window and I can't figure out why. but it only does it when chrome is set to mobile preview mode
#aaronpkoh and only some of the text, not all of the text
#aaronpkalso my media query doesn't seem to work in that preview mode but works fine in normal mode
#ZegnatIt’s not that you just have a wrong viewport setting for mobile?
#aaronpkI have <meta name="viewport" content="width=device-width, initial-scale=1">
#[eddie]Hmmm, any ideas why xray would give me: {“error”:“timeout”,“error_description”:“Resolving timed out after 2511 milliseconds”,“url”:“https://eddiehinkle.com/“,”code”:0} My browser seems to visit my site okay and I just checked uptimerobot.com and it seems to be getting a 200 from eddiehinkle.com
#Loqimicrosub has 1 karma in this channel (2 overall)
[eddie] joined the channel
#[eddie]Hmmm, anyone have any ideas? It seems like https://eddiehinkle.com is accessible from my computer and from aaron’s servers (I’m able to log in to Monocle and ping from xray.p3k.io), but sites hosted on my server are unable to connect since last night. So my local instance of Aperture and Xray
#[eddie]That’s a good direction to check. For some reason DNS wasn’t popping in my mind until you guys brought it up
#[eddie]Hmmm pingdom dns check said everything was working well. Domain registrar is also my DNS provider. It points to my server which I verified is the right IP
#[eddie]Hmmm, an unnamed hosting provider going downhill after losing cleverdevil? 😉
#aaronpk[cleverdevil]: sweet! It's still super rough, and doesn't handle all kinds of posts yet. but I wanted to get it functional enough to use it today
#KartikPrabhuaah I thought Loqi did some sort of fallback like <title> or something but that's fine
#[eddie]So does anyone do DNS fallback with a second DNS provider?
#[eddie]It looks like my DNS provider (hover) has had 4 outages since September. Not crazy and it seems like I haven’t really been majorly impacted by any of them until now. But this one is pretty disruptive. Because of the way Micropub and tokens work, my token server is basically unavailable to half the services that try to verify it
#[eddie]Thus no micropub or microsub until my DNS provider fixes the issue
#[eddie]because several months ago I was using IndieAuth.com
#[eddie]so my tokens continued working regardless of what my website was doing
#[eddie]I’m thinking if I set up a duplicate DNS on amazon route53 and put that as my 3rd and 4th name servers, I wonder if that would provide enough redudancy
#[eddie]The issue appears to be my DNS provider’s nameservers went down over night. However it’s been 12 hours and their data seems to be cached as non-existent across Google and half the intenret
#KartikPrabhulol! did tantek pop up because of "blockchain" joke :P
#Zegnat[eddie], maybe you can set a longer TTL on the DNS records? You aren’t planning to move your site, right?
#[eddie]Ohhh no, I think that’s when it was moved to this server that I did that
#[eddie]Is the idea there that the TTL would (potentially) prevent the DNS from being checked so frequently so during the outage it might make it through okay?
#sknebelnamecheap also has a free dns service you could setup for a secondary set of servers, but they don't automatically sync those so you'd have to update both with every change
#bearfor some reason I still have a blindspot for that - cannot get used to the fact that Google does domains now
[kevinmarks] joined the channel
#[kevinmarks]Google's done domains for years, they used to outsource the registry though
KartikPrabhu joined the channel
#[cleverdevil]My biggest issue with using Google for DNS is that they're a business driven by advertising, which means I can't trust them with that data.
#[eddie]Awesome [cleverdevil] good to hear. I’m using my Domain Registrar’s DNS and then Route 53 for backup now
#[eddie]It was nice though because even though my domain registrar is still having issues today (although they are saying it should resolve shortly), I’m back up and running because of Route 53 🙌
#aaronpkI keep thinking about doing that but don't have a good way to keep them in sync