@megarush1024That time you search through all the posts on your site because you know you complained about Spotify’s suggestion algo when you have a playlist on shuffle and it something lame, and you know @jage9 told you how to fix it in a Twitter reply that came back as a webmention. (twitter.com/_/status/1034332413911023616)
stevestreza, [kevinmarks], jeremych_, [pfefferle], rigelk, KevinMarks, [jgmac1106], [xavierroy], jgmac1106, [jgarber] and [tantek] joined the channel
@caraudioshoppinDon't be fooled by its size or name...the MicroSub™ CP208 enclosure will provide just the right of amount of bass in this GMC Yukon! Nice choice by our friends !
#HowWePlay #JLAudio #MicroSubb #GMCYukon
Repost from @jlaudioinc (twitter.com/_/status/1034435716745490432)
petermolnar_how large of a html file is a definite no? I'm re-evaluating of creating a scrobbles archive, but given the csv is 4.3MB, the html would easily lick the 10s of MB size if I want a single page archive
tantek__, KartikPrabhu and [cleverdevil] joined the channel
@megarush1024That time you search through all the posts on your site because you know you complained about Spotify’s suggestion algo when you have a playlist on shuffle and it something lame, and you know @jage9 told you how to fix it in a Twitter reply that came back as a webmention. (twitter.com/_/status/1034332413911023616)
@megarush1024That time you search through all the posts on your site because you know you complained about Spotify’s suggestion algo when you have a playlist on shuffle and it something lame, and you know @jage9 told you how to fix it in a Twitter reply that came back as a webmention. (twitter.com/_/status/1034332413911023616)
tantek__so you *could* make the case that by formalizing and requiring "delete" support, webmention by default enables more/easier GDPR compliance than any of the prior alternatives
LoqiThe timeline briefly documents key IndieWeb (and influencing thereof) terms/ideas/concepts, implementations, specifications, events, and other achievements; people involved, and dates/URLs for each https://indieweb.org/timeline
LoqiIt looks like we don't have a page for "chronological" yet. Would you like to create it? (Or just say "chronological is ____", a sentence describing the term)
Loqichronological feed is a stream of posts in time order, typically in reverse chronological order of their published date (newest first), popularized on the web by journals and blog home pages, feed readers, and social media, until the latter switched to algorithmic feeds, frustrating many users https://indieweb.org/chronological_feed
Loqichronological timeline is a redundant phrase (timelines are inherently chronological, because they are *time*lines) used to refer to a chronological feed https://indieweb.org/chronological_timeline
Loqialgorithmic timeline (sometimes non-chronological timeline) is a doublespeak phrase propagated by silos (and some popular media) to refer to social media algorithmic feed feature(s), as a timeline is "a display of a list of events in chronological order"[1], whereas silos now (since 2016+) use "timeline" to refer to often out of chronological order display of aggregations of following's posts which still presentationally resemble previous chronologically ordered displays https://indieweb.org/algorithmic_timeline
gRegorLoveYou could store it in the session instead. As I realized with indiebookclub, db storage of tokens is only really necessary if you're doing something non-interactively, like Quill's email-to-post
LoqiA token is an identifier that apps use to authenticate between each other and sites; IndieWeb software often uses an access_token obtained via IndieAuth https://indieweb.org/token
gRegorLoveIf you're talking about a distributed plugin writing to options table, personally I'd be nervous, just because of WP security issues (being such a big target)
[schmarty]GWG: as i understand it, storing API keys and other secrets as WP options is common practice. however, i feel like i have also seen plugins which create their own database tables for this purpose to keep them somewhat separated.
tantek__where it seems like you're doing something to add security, but in practice you're not, and that "seems like" may actually be a negative in that it gives a false impression of added security
[grantcodes]Yeah indieauth is one of the main reason to not build everything client side. Asking microsub servers to support cors is fine, but every other website not so much
[cleverdevil]Catching up on scrollback, with regard to storing location history, I save each batch of data from Overland, in a slightly transformed state (one line of normalized JSON data per line) in a single "object" in S3.