#Loqi[Emma Kuo] getEntry() strategies are a new feature. You can use this to create RSVPs, reply contexts and reposts of non #indieweb content that publishes oembed and opengraph data such as tweets and wordpress blog entries. A few examples where I've used this:
colintedford, mlncn and [kevinmarks] joined the channel
#[kevinmarks]Gregorlove: move to hsv, and adjust value until it passes?
#shurcooLYes. But parts of it are (very) incomplete, and there's many things I'm not doing yet (like microformats mentioned at http://indiewebify.me/).
#shurcooLBut other parts are done and really cool (IMO). :P
tantek joined the channel
#gRegorLoveThat's ok. For some of us tinkering on our sites, we'll never be "done"
#shurcooLYeah. I work on it in spare time and slowly make progress. It'll be more done sometime in the future hehe
#shurcooLI used to think this was much more rare (see https://twitter.com/shurcooL/status/736053518042169345) and didn't know there's a name for it, etc. but now I know :) super exciting to learn more, see how else I can make my site better, maybe share it a little with people who have similar values, look at what others are doing, etc. :D
#tantek.comedited /IndieMark (+261) "/* To Do */ subsections, Incorporate recommended/agreed improvements from sessions" (view diff)
#shurcooLcan/should I create a user page for myself? I didn't really find any notes about that, but I see others have them (and link to them on the RSVP pages)
#shurcooLI kinda like this idea of web sign-in using your domain name (http://indiewebcamp.com/Why_web_sign-in), but I wonder how it deals with a situation if a domain name happens to have more than one user tied to it. Maybe secondary users. This might be a rare situation, and it might not be a good idea, but yeah, I'm just wondering.
#shurcooLRight now my mental model for uniquely identifing users is a (Domain string, ID uint64) pair. Where ID = 0 represents no user (not authenticated).
#shurcooLE.g., my user on github is (Domain: "github.com", ID: 1924134), on twitter it's (Domain: "twitter.com", ID: 21361484), etc.
#KartikPrabhushurcooL: that situation has not been an issue so far for indieauth
#shurcooLso if someone signs up/logs in using a web sign-in, should I think of them as a (Domain "theirdomain.com", ID: 1)?
#tantekshurcool - the whole point is to encourage users to own their own domains, so they own/control their URLs etc.
#tantekas opposed to being just a user on someone else's system
#tantekhence IndieAuth rather than SiloAuth - TwitterAuth, FacebookAuth etc.
#tantekit also parallels CORS and same origin in terms of security
#shurcooLI understand, but look at my original question, it's about additional/secondary users (a hypothetical situation, possibly a bad idea) on a given domain.
#tantekwhereas (domain string, separate ID) does not
#shurcooLRight, if the goal is to support only web sign-in, then just domain is enough.
#KartikPrabhushurcooL: is there a specific use case for this extra ID ?
#shurcooLFor now, I'm seeing how web sign-ins can fit into my current mental model, but maybe I'll want to change/evolve my mental model... it's fun to think about this.
#shurcooLWell, right now it's a way to uniquely identify (existing) users on any site (like facebook, twitter, github).
#shurcooLbut thinking of a user as just a domain name is a really neat and simple idea.
#shurcooLIs there a difference between IndieAuth and RelMeAuth?
#shurcooLtantek: you said "parallels CORS", that makes me think of ports. in theory, there could be different ports. example.com:443 might be different from example.com:1234.
#tantekshurcooL: yes I believe systems do that by treating http and https differently for now
#tantekthough I could see systems in the future only allowing https
#shurcooLCould someone login from same domain but different ports? Hehe. These are just questions/ideas coming to my head... I have a lot of learning to do, so maybe there are obvious answers to them
#gRegorLoveIndieAuth is an implementation of RelMeAuth
#KartikPrabhushurcooL: in the spirit of keeping it simple, I would not bother with something unless it had a goos use-case
#shurcooLSo my site currently supports signing in via github only (for posting comments and adding reactions), and I want to consider single sign-in in the future. And maybe there'll be ways to let people post comments in a way that they still own those comments (rather than me owning them). But I'm gonna take time to think more about these things and learn more, I've only just found out IndieWeb is a thing today hehe.
#KartikPrabhugRegorLove: it is pretty late here, cut me some slacks ;)
#gRegorLoveshurcooL: Aye, there's a lot to take in. The way a lot of us are doing comments is posting them on our own site, then sending webmentions to the original URL. They can then parse the microformats in our posts to show the comment on their site.
#[shurcool]All right, time for sleep. Thanks for answering my questions and for existing, it made me happier today :smile: I've RSVPed to the SF event on 29th, looking forward to check that out. Cya!
#tantek!tell adactio Can you confirm 2016-09-23…24 for IWC Brighton? If so, would you like a co-organizer to help with wiki page creation / editing for the event?
#miklb!tell voxpelli any thoughts on how to add syndicate-to to your Editorial workflow? Got it working, just would like to add the Front Matter so my build process could POSSE with bridgy. Thanks!
#miklbneeds to look at some micropub python libraries for that too
#voxpellimiklb: having it be automatically added or? You can edit the front matter yourself already
#Loqivoxpelli: miklb left you a message 2 minutes ago: any thoughts on how to add syndicate-to to your Editorial workflow? Got it working, just would like to add the Front Matter so my build process could POSSE with bridgy. Thanks! http://indiewebcamp.com/irc/2016-06-18/line/1466278279991
#GWGI had this great conversation re Indieweb in another room. I am thinking of turning it into a post.
#voxpelliJust the automated things that needs to be tweaked, but those are separate from the Micropub flow itself
#miklbvoxpelli ah, didn't think about that. Will look at that now. I was able to modify the webmention plugin I use to parse the front matter and send a webmention from the Front Matter.
#Loqimiklb meant to say: voxpelli ah, didn't think about that. Will look at that now. I was able to modify the webmention plugin I use to parse the front matter and send a webmention from the mp-syndicate-to link.
#voxpellimiklb: cool! I currently have three flows for creating my Editorial front matter
#voxpelliAn Instapaper one + two social ones, reply and bookmark
#voxpellimiklb: the Micropub flow only adds additional properties, it keeps whatever is there already
KevinMarks joined the channel
#miklbvoxpelli gotcha, was just coming to that conclusion
wolftune joined the channel
#voxpellimiklb: one thing to remember though: The front matter is translated to Micropub parameters, so I don't think all params will survive all the way to the final front matter
#voxpelliSo the two front matters are really two completely separate things that just uses similar formats :)
#voxpelliOne do however want to load the indie-config when an action is triggered, else the user might get asked for data too early
#voxpelliCompare to how a good native app asks you for permissions, like to send push notifications, when it needs them rather than at the initial startup
#GWGvoxpelli, I am still confused. If I visit an site with your polyfill and I dont have a registered webaction handler.. What happens?
#voxpelliGWG: the fallback I linked to makes it so that the link of the first child a-tag gets used instead
#voxpelliWhich usually would be a link to eg. a Twitter share
#GWGvoxpelli, that is what I am contemplating. How can I have a built in option instead of linking to a Twitter share?
#voxpelliGWG: maybe add a link containing a hash? Or fork my polyfill and create a custom js-fallback? (I guess I should make a real repo for those polyfills :P)
#GWGBrowsers identify what they support all the time.
#voxpelliGWG: many people self host their own forms so one could easily identify them from their indie-config
#miklbvoxpelli did you see my suggestion here in IRC for the Jekyll micropub? Something similar to Dark Matter where you can launch your own instance from GitHub on Heroku right from gh repo? At least until build a hosted solution?
#voxpellimiklb: so suggestion is to make it easy to self-host the glue on Heroku?
#miklbI think I set it as a tell when I saw shaners talk about it during IWS. Seems there is a mechanism you can add a button to the gh repo to launch instance on heroko. Yes
#tantek.comedited /Planning (+497) "NYC2 dates are confirmed, move to Past Planning Notes, 2016-09-24..25 Brighton is looking likely, look at all 2016-12 weekends for when IWC SF possible" (view diff)
[tantek] joined the channel
#[tantek]Looks like I'm only seeing one doable weekend in December for IWC SF
#[tantek]Which probably means we should poll interest and lock it down ASAP
#[tantek]Everyone in the Bay Area and who would travel for IWC SF: please add your +1/0/-1 to /Planning#San_Francisco ASAP! kylewm benwerd kevinmarks snarfed et al
#miklbRealistically, spring might be better for me. But would love to. Orlando would probably be better, would need to reach out to contacts I have there to score a venue