[chrisaldrich]Is there an ActivityPub platform/service that "has it all"? (ie notes, articles, photos, etc. in one go instead of separate services like Mastodon, writeas, pixelfed, etc.)
[chrisaldrich]Whenever I look at that space it all feels more siloed off than it seems it ought to be because all the post types require being on multiple different platforms to make specific types of posts.
[chrisaldrich]Thanks Kevin, I'm aware of some of that, but I'm curious if anyone has bundled all the disparate pieces together to create a more comprehensive user experience in the real of what some of our personal sites offer...
LoqiA reader in the context of the indieweb is the portion/feature integrated into an indieweb site that provides a way to read content from other indieweb sites and respond (like, comment, repost, etc) inline on the site itself directly while reading posts https://indieweb.org/integrated_reader
mxdI've read some of you want to be able to show live gps data on a map for others. You can do that with Leaflet or OpenLayers for example. I just implemented a quick "live" map on my site using Leaflet and it's showing the last 1000 points. It's just a very simple implementation yet (https://github.com/DaTurboD/mxd-codes-frontend/blob/v2/components/maps/leaflet/map.js). It should be also possible to show a lot of more points with some "caching"
LoqiIt looks like we don't have a page for "dark pattern" yet. Would you like to create it? (Or just say "dark pattern is ____", a sentence describing the term)
LoqiIt looks like we don't have a page for "cookie banner" yet. Would you like to create it? (Or just say "cookie banner is ____", a sentence describing the term)
[tantek]Looks like /cookie has a mention of a "cookie consent banner" in the See Also. [KevinMarks] that might be a good place to put it and expand on it
Loqiconsent screen is the page you see during an OAuth flow that asks whether you want to allow the application you're logging in to to be able to access the data it's requesting https://indieweb.org/consent_screen
[scojjac]All I've learned so far is they use Open Graph, which was created by Facebook (bleh) but "is inspired by Dublin Core, link-rel canonical, Microformats, and RDFa."