#Loqiok, I added "https://techcrunch.com/2018/02/03/facebooks-siren-call/" to the "See Also" section of /Facebook
benwerd, [eddie], eli_oat and [tanlaan] joined the channel
#[tanlaan]kevinmarks I'll definitely be checking out that humane technology page with more depth when I get home. 👍
prtksxna, [kevinmarks], renem, [eddie], cdchapman, wolftune, mblaney, AngeloGladding, snarfed, syp1, cweiske and [hans] joined the channel; leg left the channel
#[hans]My FirefoxOS phone never found a place in my life 😞
gRegorLove_, jihaisse and prtksxna joined the channel
#prtksxna[hans]: Neither did mine. I tried very hard too :(
friedcell, prtksxna and pindonga joined the channel
#cweiskejeremycherfas, I released shpub 0.7.0 that provides a --dry-run option if you only want to get curl commands without actually posting something
loicm, prtksxna, friedcell, [hans], sl007, benwerd, leg, KapiX, eli_oat, KartikPrabhu, snarfed, hs0ucy, wolftune and syp1 joined the channel; mblaney left the channel
#[hans]So, now that I have my site accepting micropub but not sending anything, is there a normal way of converting my feed to tweets?
#[hans]Ah! I misunderstood that page to be all about webmentions, but bridgy itself makes it clear
#[miklb]not really micropub, but uses webmentions to syndicate to Twitter & backfeed any likes/replies/reposts
#[miklb]but you can use micropub to write your note. different micropub clients provide different methods of syndication
#[hans]I’ll still need a way to generate the webmention. (At present, I use micro.blog apps, which hit a little micropub-to-github endpoint, which triggers a rebuild of my static site, the feed of which is parse by micro.blog. No one in that chain is webmentioning.)
#[miklb]micro.blog paid service offers Twitter & FB syndication iirc
#[hans]indeed, I’m actually going to sign up for that to keep things simple. but for the purpose of creating a HOWTO for some friends, I wanted to avoid that dependency first 😐
#[hans]and there might be other benefits to working webmentions into my CMS-less life.
#[miklb]sending webmentions with static sites is tricky, as the webmention has to be sent AFTER the post publishes. I did it with a Rake task as part of a Travis CI deploy script when I ran Jekyll. Not necessarily beginner friendly. I’ve not looked at recent solutions.
#[hans]well, I’m also using travis and middleman (jekyll-like) but even still have to wait for cloudfront invalidation before I know a URL works 😐
#[hans]I’m rapidly heading towards “tell friends to just use wordpress.com”
#[hans]meet the new silo, different than the old silo 😉
#[miklb]WP.com doesn’t allow for webmentions, though there are plugins like Jetpack that allow for syndication. Stand alone WP (.org) there are a suite of plugins for IndieWeb tools like micropub & webmentions
#[miklb]One could argue that wp.com isn’t a silo in that you can have your own domain and the content is easily exportable and can be moved to another platform or standalone WP install.
[chrisaldrich] joined the channel
#[chrisaldrich]WP.com can technically do webmentions via bridgy, but they're not ideal.
#[chrisaldrich]I keep meaning to try but paid accounts also have access to plugins which might allow native wm support too.
#[miklb]true. I don’t know if there is a white list of plugins or any plugin in the wp.org repo can be installed
#aaronpkI mean you'd be sending a webmention from a 404 page
#[hans]there’s so much friction between indieweb and my slow web 😉
#aaronpkthink of it like saying in person "hey I just wrote a blog post that mentioned you" and then you give them the URL and they type it in to their phone and the page isn't there
[cleverdevil] joined the channel
#[hans]I get it, but I selfishly was trying to avoid “wait until the CDN updates globally, then do this”
sl007 and snarfed joined the channel
#sl007Returned from #FOSDEM18 but did not recover yet ;) Incredible impressive event. Will do a wiki page in the next days. Expect much links. The EU copyright reform leaves me sleepless. Unfortunately it was such a "Stack Overflow" that we missed to meet Jeena in person.
#Loqisl007: tantek left you a message 6 days ago: want to create a simple /2018/FOSDEM stub page to at least list IndieWeb participation / talks etc ?
friedcell, prtksxna, benwerd and [kevinmarks] joined the channel; friedcell left the channel
#[kevinmarks]Subscribe to your own websub endpoint and send the webmentions then?
#[kevinmarks]Of course, that means making a websub endpoint
#Loqi[Ben Werdmüller] The Prototype Fund is looking for 25 open source projects to fund with up to €47,500. You need to be resident in Germany, but honestly, this sounds great. https://prototypefund.de/en/
KartikPrabhu, snarfed, tantek, benwerd, benwerd_, hs0ucy, ron1 and [ronguest] joined the channel
#[ronguest]Need some help w/IndieAuth. I added the rel=me as documented on my site and have my Twitter and GitHub profiles pointing to my site. But when I run the IndieAuth setup it says it doesn't find any verified providers. Do I need to add a rel=me to those profiles? Don't see how to do that...
#@caseyjohnstonthings I’m looking for: reported stories/essays features unusual formats (stat breakdowns, gif collections, etc.) about: the ~future~ of tech, science, climate change, energy, food, health, wellness, money, genetics, how social media means we lose all grasp of reality ok go (twitter.com/_/status/960609415002054661)
benwerd joined the channel
#[ronguest]@sknebel ok, but then the page I linked to is still misleading as the top part uses https for the rel=me but the bottom example for the profiles doesn't use https
benwerd joined the channel
#sknebel[ronguest]: don't understand - it never shows the same url once with http and once with https?
KartikPrabhu, leg and AngeloGladding joined the channel
#[ronguest]at the top in the examples there is, e.g. <link href="https://twitter.com/aaronpk" rel="me">
#[jjdelc]I have a couple of questions, one about micropob and the media endpoint. As far as I can read, the media endpoint is just a parallel file upload manager that provides you links to paste in your content as you'd prefer. Is that understanding correct?
#[jjdelc]That is a different behavior from `photo` upload on the micropub endpoint
#[jjdelc]on it, I've taken a deliberate choice that if there's a `photo` on the POST I'll show the photo first and the text below, since there is no way to indicate where in the content I want the picture to be, unless I invent some markup
#aaronpkwhen posting a text post with a photo, a client like quill will upload the image first to the media endpoint, then use that URL for the `photo` property instead of uploading the file to the micropub endpoint
#[jjdelc]I see, that's a client implementation decition. But it isn't POSTing the `photo` as part of the entry payload
#[jjdelc]that's fine, I just wanted to make sure I understood correctly. In the case of Ownyourgram it will include the photo on the same entry payload, so I have to handle that pic within the same micropub endpoint
#aaronpkyes some clients will upload the photo to the micropub endpoint as a file upload. (I did just push a change to ownyourgram this morning to make it use the media endpoint if available tho)
#[jjdelc]What should the media endpoint return in case of multiple pictures uloaded? Multiple `Location` headers?
#aaronpkthe media endpoint can only accept one photo at a time
#[jjdelc]My other question is regarding the blog endpoing, Right now I use my www.domain for indieauth, but my blog is on a different subdomain. It's all fine and dandy, but my client never discovers what is the blog's main URL, only after a post is made I get the new post's permalink, but still not the blog's index
#[jjdelc]I guess that could be an attribute from the `q=config` response, but I'd be just adding things as I desire on it
#[jjdelc]it isn't really a problem, just something I noticed. On my client I was showing the site's URL, but I realized it was my indiauth site and not my blog
#[jjdelc]I'm currently working on this and wanted to make sure things were compliant, I only got my micropub endpoint and media endpoint and client so far, but I'm happy with the results