[jgmac1106], [KevinMarks] and [chrisaldrich] joined the channel
#[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.)
jeremycherfas joined the channel
#[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.
jeremycherfas joined the channel
#[KevinMarks]you can post photos to mastodon, and some instances have longer post limits
#jacky[chrisaldrich]: AFAIK, no but I _think_ there's people aiming for it
#[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...
#jackyiirc cwebber mentioned this to be a bit of a failing of the community - to be focused more on the server apps versus client apps
[tantek] joined the channel
#[tantek]huh, blaming "the community" is not really a good look 😕
#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"
#mxdfunctionality. Leaflet and OL also support data in GeoJSON format.
#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
#[tantek]or create a new page for cookie consent banner and start capturing bad examples
#[tantek]so as to keep the criticism of that particular misuse of cookies out of the primary /cookie page
#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]Has anyone played with rich link previews, like what you get in iMessage when you share a tweet?
#[scojjac]I should say, played with _implementing_ them
#[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."