[jgmac1106]okay that was what was missing, not yet. it can sit for awhile but wanted to do <"p-content">At IndieWebSummit you learn best when scratching your own itch because there is such a great community to get the hard to reach places</p>
[eddie]Hmm so I saw talk of “multiple Microsub servers” earlier today/yesterday. Which leads to a question. Right now, Indigenous for iOS supports multiple users. Each user is a single Micropub endpoint and Microsub endpoint. I am wondering if that is the right mindset, or if in reality Indigenous for iOS should support a single Microsub endpoint with multiple Micropub endpoints.
[eddie]So right now Indigenous for iOS actually supports multiple Microsub servers, but you have to have a separate IndieAuth login for each one. However I’m not sure that really that helpful. I think it’s more likely that people will have a single Microsub Server with multiple Micropub endpoints
GWGI was commenting on something I was contemplating, but am nowhere near doing...the idea that snarfed might build something cool, and I might want to use that and my own thing simultaneously.
[eddie]But now I’m wondering if it is likely that someone would have Microsub/Micropub pairs of more likely to have one Microsub with multiple Micropubs that they might want to post to while reading the Microsub feed
pstuifzandI have been thinking about writing a series of step by step articles to write a Microsub server in such a way that you get a little bit at a time.
pstuifzandThe first version of Ekster that worked with Together, had what was called the nullbackend, which did nothing and returned valid empty results.
ZegnatTroy also CC licensed all the videos, so pretty good example of sharing documentation with the community. (The documenting principle was something discussed in the last few days in #PDX)
skippypstuifzand: the iterative building is how I built my PHP micropub server. Started simple, added bits over time. The git commit history should reveal some of the process.
schmartyeddie / aaronpk: in talking about webcomics at the micro.blog meetup Tuesday it came up that an in-app browser is the best experience for some feeds, like webcomics
schmartythe recent indigenous change to an mf2-derived preview with an open-in-safari button makes it 3x as many clicks to get from seeing a feed item to reading the comic
ZegnatMost of the webcomics I read do 1 static image per post. If they would make that the u-photo, that could make a reader present it in full allready. What exactly is the usecase for leaving my reader to go read a comic?
ZegnatI also do not like websites that offer partial feeds, rather than full-content feeds, because I use the reader to read the content in an environment that works best for me.
Zegnat!tell GWG Before I forget again, I use Backitude for GPS tracking on Android. I like the app OK. Though I am not doing anything with the data it collects right now.
LoqiGWG: Zegnat left you a message 1 hour, 31 minutes ago: Before I forget again, I use Backitude for GPS tracking on Android. I like the app OK. Though I am not doing anything with the data it collects right now.
LoqiBackitude is a GPS tracker for Android that is compatible with many versions of Android and allows for very granular tweaking of its polling https://indieweb.org/Backitude
[eddie]schmarty: interesting use case. What does appear in the feed of a webcomic? I’m hoping to be able to detect posts that seem to be partial posts and have a button that allows you to pull in the page either parsed through something like the Mercury API (like what IndiePaper is doing), or open the in-app browser in-line
[eddie]Too many settings can be the root of all evil. But I also wonder if it’s a “per feed” thing, that it might make sense to be able to set a per-channel setting on if you want a post opened in “full view” or in an in-app browser
ZegnatYou could also imagine the microsub server solving this. E.g. by visiting the permalinks of every post and getting the content from there rather than from the feed (when possible). That turns every feed into a full-content feed.
[eddie]Yeah that would be pretty good. I would be hesitant as a Microsub reader to rely on that too heavily because while Aperture might support that. Others may not
[eddie]This is very strange. I wonder if something is going on with my DNS. Internet seems to be working fine but I can’t access micro.blog or aaronparecki.com
eli_oat[m], zoglesby, myfreeweb, schmarty, plindner, mindB, eli_oat and [kim_landwehr] joined the channel
[kim_landwehr][eddie] I think I was having the same problem. My internet seemed to be fine, but I couldn’t get to websites. It seems to be fix now though.
[grantcodes]Zegnat: Feedbin does this. By default it loads whatever is in the rss feed. But it somehow figures out if it is truncated and shows a button that says "load all" (or something similar) and you click it and it attempts to crawl the page at that point