#petermolnar!tell [James_Gallaghe] webmention.io has a function to save avatars and serve them instead of direct links specifically to prevent link rot
#sebbureminds that gravatar also has that function
#GWGMy website has that now...for my avatar at least
[Murray] and [James_Gallaghe] joined the channel
#[James_Gallaghe]petermolnar thanks for the heads-up. Link rot was not the biggest factor in my decision. I was more concerned about page sizes. I do think that’s worth noting though.
themaxdavitt, geoffo, djmoch, mattl, dckc and voxpelli joined the channel
#GWGWorking on updating the IndieAuth Plugin for WordPress to the 2020-09-26 version of the spec
nickodd joined the channel
#GWGFor those of you versed in the spec....what should a 'current' IndieAuth endpoint do if getting a response_type=id ? Since this is no longer an allowed type, it should in theory reject it, but for compatibility...
#GWGProbably should be noted in the spec somewhere.
#GWGaaronpk: That's what I did, with a changelog note that it may be deprecated in future
#GWGI was just thinking if we don't mention it was removed, then some people will have failures and not know why, if someone implements the 09-26 edition
#lahacker"App Platform is a Platform-as-a-Service (PaaS) offering that allows developers to publish code directly to DigitalOcean servers without worrying about the underlying infrastructure."
#lahackerlooks like you can point it to a GitHub repo with some kind of configuration file (requirements.txt, dockerfile, etc.) and it'll continuously deploy from your repo and automatically patch the underlying OS
#lahackerlooks like a modernized, simplified, cheaper and possible more powerful version of Google's App Engine
#aaronpksounds like someone needs to add themselves to that page :D
nickodd left the channel
#ZegnatDoes it count if my personal homepage is not yet deployed through it? :P
#ZegnatI am liking it sofar though. It is interesting that you can git push and have something build an entire docker container on the fly without you having to touch (or know anything about) docker