#@NoraDotCodes↩️ i mean, i worked on irdest a few years back, i'm familiar - but all of that has massive network effect issues, often in both social and technical senses. RSS, webmentions, webfinger, and so forth are inroads that can be made without requiring ones users to flip their whole stack (twitter.com/_/status/1575643874222960640)
geoffo, jacky, gRegorLove_, [tonz], angelo, [hollie], [jeremycherfas] and jonnybarnes joined the channel
#@SaraSoueidan↩️ But I don't want to use Twitter for the interactions. The point of adding comments is to move the conversation from Twitter to the site. And tbh I'm not a fan of how webmentions are listed under blog posts. (twitter.com/_/status/1575839350150922246)
#[snarfed]Ah, thanks for the catch! Just a typo, will fix
barnaby, [tw2113_Slack_], gRegorLove__, jacky and [manton] joined the channel
#[manton]Very cool [snarfed]. Makes me wonder if I should hook up Bridgy Publish as an option in Micro.blog’s cross-posting… Like if you don’t like the way Micro.blog posts to Twitter, Mastodon, etc. you just send it through Bridgy instead. 🤔
barnaby joined the channel
#[manton]Should Bridgy support IndieAuth so it’s easier for apps to help users get a token?
#aaronpkright now you go to brid.gy, click the twitter button, enable publish, then get your token
mro and gxt joined the channel
#[manton]I was thinking if an app wanted to send Micropub requests to Bridgy. It would need a token for Bridgy itself, and then Bridgy forwards the request on to whatever service is configured.
#[manton]Unless I’m confused about how this is structured.
jacky joined the channel
#aaronpkthere is only one token, the token generated by bridgy
#[manton]Right. Sorry, when I said “forwarded” that wasn’t really the right word to use.
#aaronpkthe indieauth tie-in could be that bridgy is also an indieauth profile URL, so if micro.blog had a way to add a syndication option from a UI, you'd type in brid.gy and then micro.blog would do an indieauth flow to get the token from bridgy.
#aaronpkthat would save the step of the user manually copying the token over
#[manton]Not really. There’s no external syndication options like that. Just the built-in services that Micro.blog is hardcoded to support (Twitter, Mastodon, LinkedIn, Tumblr, etc, etc.)
#[manton]Was thinking this might be an excuse to extend it. Haven’t really thought it all the way through, though.
#[snarfed]and glad to hear the interest! I wonder if Bridgy Publish in micro.blog would be that big a win though. the main effort and value is 1) converting mf2 to silo APIs and 2) keeping all the API code up to date
#[snarfed]you already have a structured representation of posts, so 1 doesn't really help you, and you're already doing 2
#[snarfed]I doubt there's a big difference between Bridgy Publish and micro.blog behavior, so I don't know if the option would be worth the user confusion
#[schmarty]time to compare these two implementations and identify commonalities to make them interchangeable building blocks?? 😈
jacky joined the channel
#[snarfed]only if micro.blog wanted to expose its as a standalone service, which...I probably wouldn't do if I was [manton]
#[hollie]My beginner question - The last time I was uploading files, it was 2009 or so. The process was: write the html/css, then upload via FTP. Refresh your browser (sometimes wait a few minutes) and there it was. I'm using SiteGround right now, and the changes never show up. I just asked their Support, and he said you have to go into your SiteGround website tools and "flush the dynamic cache" (the what now?), and that I would have to do
#[hollie]SiteGround won't keep me logged in despite me checking that box every single time, which means the process for just tinkering with one simple web page and seeing if my wee little beginner CSS adjustment actually worked is now like a half minute of clicking. Is this a SiteGround problem? Is this an I'm-in-my-late-forties-and-need-to-adjust problem? Is the Dynamic Cache something I can jettison without penalty, like an appendix?
#gRegor[hollie], are you uploading using FTP software, or is it a web-based upload like cPanel?
#LoqiIt looks like we don't have a page for "siteground" yet. Would you like to create it? (Or just say "siteground is ____", a sentence describing the term)
#[hollie]Uploading vis Transmit. I checked out the disabling page - it says it's for WordPress files? I'm just hand-coding these super basic HTML files. Is that the same?
#LoqigRegor has 14 karma in this channel over the last year (69 in all channels)
#gRegorLooks like a few lines in the .htaccess file, which is probably in the web root directory (/public_html often)
#gRegorThat would *probably* would apply to any files, WordPress or not, but their recommendation for WordPress sites is their specific plugin, which probably handles whatever WP magic is necessary :)
#[hollie]If I end up trying WordPress again I'm going to do ClassicPress. I'm not sure if that means I can still use any other plug-ins?
#GWGThey should all be compatible... I should check again... but last report they were.
#gRegorI'm actually still a bit confused why this would be needed for a brand new file to load, but :shrug: web hosting is weird sometimes (oftentimes) haha
#[manton][snarfed] Thanks for your thoughts… I think part of me wishes I wasn’t in the POSSE platform game, so I’m always keeping an eye out for other options. 🙂 But for now probably doesn’t make sense for me to change anything.
#[snarfed][manton] yup, understood. POSSE vs backfeed is an interesting ownership split for you all right now. and arguably for many other IndieWeb platforms. backfeed is harder, there are barely any other implementations. I wish there were more!
#[manton][snarfed] Backfeed is something I probably won’t be tackling. I agree there should be more options for it, though.
gxt, jacky, mro, barnaby, geoffo, [timothy_chambe], sivoais, lagash and tetov-irc joined the channel
#@kevinmarks↩️ The challenge with the non-web things like freenet and dat/hypercore is linkability; if you can define a URL format and use HTML+microformats, you could bridge back and forth with webmentions, but you need a URL resolver/ protocol gateway too. (twitter.com/_/status/1575984319335497728)
jacky, mouse1 and gxt joined the channel
#gRegorUpdating old composer dependencies gets so confusing sometimes
#gRegorCan't do this because [four levels down] requires something old
#gRegorMight just delete the .lock and try a fresh install