#Loqi[eddie] has 38 karma in this channel over the last year (100 in all channels)
snarfed joined the channel
#snarfedfyi all i've switched granary to use white-space: pre CSS in HTML output when there's meaningful whitespace. (i used to manually convert newlines to <br>s, which wasn't good enough.) let me know if you see any problems!
#aaronpkI haven't looked at that page for a while, but IMO whitespace that's relevant to the content should not rely on presentational CSS to render
#aaronpkin other words if CSS is turned off and only browser default styling is used it should look somewhat like intended
#aaronpksnarfed: that section of the wiki even talks about the drawbacks of that method, with a note from kylewm from 2015 even
snarfed and gRegorLove joined the channel
#snarfedaaronpk: agreed, we don't have a single clear conclusion yet
#snarfedi hear your vote. so you'd advocate for for every meaningful space too?
#snarfednoticeably clumsier and less readable when reading the e raw data itself, not only in html itself but also atom, rss, json feed, other places where content fields are/can be interpreted as HTML
#jackyand this is a strong ask I get whenever I go on my recruiting spree offline
[kevinmarks786] joined the channel
#[kevinmarks786]The question is blocklist or accept list (or both)
#[kevinmarks786]You can do it for webmention display, but making it difficult to see your account yet it still being visible by default is tough compared to a centralised login
#jackyFor completely public posts, it's tough. The AP space solved it to a degree
#@kleinfreundPhew, this whole IndieWeb thing is super convoluted.
There are webmentions which are somehow comments. They can be sent and received. You have to use something called IndieAuth but it has an unhelpful deprecation notice. (twitter.com/_/status/1140543587748388865)
gRegorLove joined the channel
#@jgmac1106↩️ Webmentions are better than native comments and can be fun. There are third party services to try using Telegraph or choose a CMS that has support. (twitter.com/_/status/1140546801738616833)
#@jgmac1106↩️ IndieAuth allows you to use your Domain as an identity to sign into stuff like wiki.
So on your website have a link to your GitHub account with rel=me and then a link back to your site on GitHub you have enough.
Log in with domain and be prompted to use GitHub credentials. (twitter.com/_/status/1140548181916344320)
[jgmac1106], jgmac1106 and gRegorLove joined the channel
#jgmac1106[m]Getting closer: We can confirm that sending unsolicited @mentions is prohibited by our Automation Rulesand the Twitter Rules on spam. We can only consider a request to reactivate your app after you agree to stop this behavior.
#[jgmac1106]Yes, I was inviting people to summit. They weren't unsolicited as I told people in other channels or we are in same blogosphere. Twitter wouldn't know that
#GWGI have been reluctant to deal with their API, even though I know snarfed is calling for more Bridgy redundancy
jgmac1106 joined the channel
#[jgmac1106]they did, I wrote a message that said "I will not do that" the similarity of my invites in terms of syntax tripped up the automated process...now to figure how to get last two weeks of tweets back on my website
snarfed, gxt, eli_oat and swentel joined the channel
#Loqi[kylewm] #473 Twitter: do not backfeed from blocked accounts
#@schnarfed↩️ if it helps, you don't have to use IndieAuth, or even webmentions. all the parts are optional. indieweb is posting on your own web site, on your own domain. the rest is gravy. (twitter.com/_/status/1140617921019858944)
#aaronpkcopying content out of twitter and displaying it without the twitter embed code
snarfed joined the channel
#[jgmac1106]the curtains will soon close on all....
#aaronpkI wonder how long until twitter buys that site and turns it into their own blogging platform
#[jgmac1106]it worked so well converting an h-entry
#[jgmac1106]they will wait for the Medium fire sale and scoop them up for pennies on the dollar
#[jgmac1106]i dig on write.as and it's ActivityPub model as kind of what Medium and Twitter could have done, maybe they will in seventeen pivots from now, if the runway last that long
gRegorLove, eli_oat and [jansauer] joined the channel
#sebselTIL: I should not use http_build_query() but json_encode() for the response of my IndieAuth endpoint.
#Loqi[eddie] has 39 karma in this channel over the last year (101 in all channels)
#sebsel!tell [eddie] I might have caused some 500s, and you should probably not display your error messages, but it helped me debug my IndieAuth endpoint, so thanks!
#[eddie]sebsel: Yay!! Glad it worked! Yeah, I’ll probably transition that to show something else when it errors, not sure exactly how I want to handle it though yet lol
#[eddie]Nice, that would be awesome. I definitely like that middle of the road option for stuff that you don’t want PUBLIC but don’t feel particularly nervous about the audience
#[eddie]The one tricky thing is how should one treat a reply to a protected post? Lol
#[eddie]If I have a protected post, it shows it to anyone I don’t blocklist. But if GWG replies he doesn’t know my blocklist
#[eddie]This I think you shouldn’t respond to a protected post with a protected post
#GWG[eddie]: How does a user know it is protected?
#[eddie]I think as readers integrate, you’ll probably show something like p-visibility so readers can know that and alert the user
#[eddie]Besides readers you just have to expect the website UI to tell you
#[eddie]This I need to make my “protected” text larger and more prominent
jackjamieson, [frank], leg and [rem] joined the channel
#[rem]Hey, I'm officially releasing this tomorrow, but wanted to get some fresh eyes on it before. https://webmention.app
#[rem]I've been working on edge cases and documentation to try to make it simple to use.
#[rem]I'd appreciate any feedback or issues you might spot (I've found one where there's missing space around a bit of text in the "getting started" section). Thanks!
#[jgmac1106]Do parsers ignore duplicate h-cards or should that be avoided. meaning if I put an h-card in my footer and use <a class="u-author" href="/">Me</a> in a post
#[jgmac1106]would it be bad if on my Articles for example I wanted to put my h-card in an aside? Do I need to write something so the h-card get removes from the footer?
#[rem][snarfed] thank you! Will fix before the release. I've got tests but there's always these new case I keep bumping into 👍
#gRegorLove[jgmac1106], parsers won't ignore them, no. If you have p-author h-card in the h-entry then typical consumers (not parsers) are going to use that as the author, ignoring the footer h-card.
#gRegorLoveThe parsed result is going to include both of them, though. Parsers don't get into de-duplication
#jackydo you collect information about that? tbh, that kind of info might be helpful for us to build tools for others or to optimize for what's been more "popular"
#jackysnarfed: I'll work on that! Will have to reprocess a _lot_ of webmentions for that (I don't store the whole mf2 object when I save my webmentions)
#jackygRegorLove: this is an eternal issue I haven't figured out yet - GIFs get wrecked by my site :(
#gRegorLoveIt shows ok on your site for me, and in monocle. It's only when I click it, hm.
gkbrk, [eddie] and snarfed joined the channel
#@sebdedeyne↩️ Right now I’m working on implementing webmentions. Whenever someone replies to one of my posts on Twitter, A lambda function will pick up the reply and commit a json representation to the project’s GitHub repository. (twitter.com/_/status/1140719180620161024)
#[eddie]Building out IndieWebKit in Swift and watching it pass more and more tests makes me excited for when I actually get to build out the apps, because I think IndieWebKit is going to make it super easy for me (and anyone else) to use IndieAuth, Micropub and Microsub in apps on Apple's platform
#LoqiAndroid is an open source operating system for mobile devices (AOSP) combined with a set of proprietary cloud services provided by Google, which some use to post to their IndieWeb sites https://indieweb.org/Android
#LoqiIt looks like we don't have a page for "IndieWebKit" yet. Would you like to create it?_A (Or just say "IndieWebKit is ____", a sentence describing the term)
[jgmac1106] joined the channel
#[jgmac1106]Jacky you know how you get the title of ambient music in the lock screen? Love to figure out how to make that a listen post
#Loqithreat-modeling has 1 karma over the last year
snarfed joined the channel
#GWGI just don't want to change the behavior of WordPress too much
#[eddie]IndieWebKit is a Swift library that provides client APIs for interacting with IndieAuth, Micropub, and Microsub from apps in the Apple ecosystem.
#snarfedjacky: securing content is different from securing code. keeping code (etc) secret isn't a great way to secure it. keeping content secret is different, and often ok/necessary.
#LoqiIt looks like we don't have a page for "IndieWebKit" yet. Would you like to create it?_B (Or just say "IndieWebKit is ____", a sentence describing the term)
#[eddie]IndieWebKit is a Swift library that provides client APIs for interacting with IndieAuth, Micropub, and Microsub from apps in the Apple ecosystem.