#GWGThen it seems bad to propose it be in the webmention plugin without some clearer goal
#snarfednah, storing the response is totally reasonable and generic
#snarfedand then your theme or separate plugin would handle it
#snarfedalso, non-bridgy-publish webmentions wouldn't return syndication urls anyway, since they're not creating syndicated copies, so special casing bridgy is reasonable for that case
#GWGI'm starting by noting it as an 'issue' in the plugin. See if I can figure it out. Parsing is a weak point of mine.
#kylewmGWG: you get error 500's from bridgy publish to facebook too? cc: snarfed
#snarfedyeah, sad. clearly it's specific to the bridgy fb app id if your instance worked ok, kylewm
#snarfedright, ideally you'd add the syndication urls and keep the publish links too
#snarfedbut that will only matter after bridgy actually supports updating :P
#GWGWell, why design something that needs to be fixed later?
dybskiy joined the channel
#kylewm!tell KartikPrabhu I'm thinking about porting backward compatibility stuff from php-mf2 to mf2py, let me know if you've already started or have thoughts about how it should be done!
#aaronpki feel like i have to go through a period of mourning for this
#aaronpki've searched through my old backups of backups of old servers, but it's not turning up anywhere
#aaronpkI took a photo of myself every day with my flip phone camera in a situation that was unique to that day
#aaronpkand i had a web page on aaronparecki.com that showed all the photos in a calendar view
#KartikPrabhu!tell kylewm: the way mf2py does backcompatibility stuff is to just look for old classes and add new ones. I don't know a better way to do it. Porting the way php-mf2 does it would be a good start
#LoqiKartikPrabhu: kylewm left you a message 4 hours, 46 minutes ago: I'm thinking about porting backward compatibility stuff from php-mf2 to mf2py, let me know if you've already started or have thoughts about how it should be done!
#KartikPrabhuironically losing your data is the worst way to doit
voxpelli, paulcp, Garbee, erikmaarten, friedcell, equivalentideas, catsup, becker_11, Ciocc, bnvk, basal and eschnou joined the channel
#pdurbinbummer. :( I've definitely heard it argued that Facebook, Google, and other big companies are better keepers of data (including backups, etc.) than the average computer user.
LauraJ, eschnou, bnvk and barnabywalters joined the channel
#Loqibarnabywalters: KartikPrabhu left you a message on 5/3 at 1:14pm: does php-mf2 implement the full value-class-pattern parsing or only the plain text part? Using a data element with value attribute does not seem to work. ref: http://microformats.org/wiki/value-class-pattern#Basic_Parsing
#GWGI've found a good reason to leave data in a silo.
#kylewmhas anyone written a plugin/bookmarklet to show you if the current page has webmentions/microformats/pingbacks/etc.?
#Loqikylewm: KartikPrabhu left you a message 8 hours, 4 minutes ago: the way mf2py does backcompatibility stuff is to just look for old classes and add new ones. I don't know a better way to do it. Porting the way php-mf2 does it would be a good start
#aaronpkI'd take a photo with the front-facing camera of my flip phone, and the front (color) LCD screen was enough to crop a selfie and make it look nice
#kbssnarfed: :) in some ideal world, I like your idea of permitting any "understandable" content to be webmentioned
#kbsthough (as you indicated) having everyone parse such content might be the stumbling block. I guess with bridgy, you already have the ability to convert any content to a html page anyway, so...
#snarfedheh. silo posts are a far cry from "any content," but i appreciate the spirit
#kylewmdatapoint: in the status.net world, people intentionally escape periods to prevent urls from being linkified
#kylewmwhich makes me think there is some intentionality in including a url that is not a link
#snarfedyeah, i've done it before for API endpoint URLs that don't show anything useful when you GET them
#snarfedbut to voxpelli's point, it's a really specific narrow case, so meh
#kbsmy site you mean? yea - I rarely publish anything, mostly just pull things from facebook, flickr etc and archive locally. Mostly my friends/family stuff
#kbsAvoids the (for me) trauma of dealing with facebook, and lets me enjoy the pictures and things peacefully offline
#kbs's notion of identity and indie is a bit weird :)
#GWGkbs: I have some things I want to explore with that.
#kbscool, as am I - be great to exchange notes and ideas. I'm much happier archiving things on storage that I own
#kbsand don't have a great desire (yet?) to publish things publicly, though I do have a few things that publish things privately to my circle of friends etc
#GWGThe thing is that people want to silo certain things. Not in a corporate silo, but as in insulating it
#kbsright - I think you could ping aaronpk and also maybe the /indieweb-messaging page for (acl-type) access control - it would fit the bill for a lot of needs i think
#GWGFor me, I follow the thought that anything I post is public.
#kylewmGWG, I know for example that aaronpk can post private messages on his site, and the intended recipient will only see them if they are logged in with their url
#kbsif my buddy takes pictures during a joint hiking trip - I still want to have a copy of pictures of the trip - the memories I have are about the trip, less about who took them
#GWGkbs: I might do that if I thought it was relevant to me
#kbsright - more about why most of the pics I found interesting tend to be taken by, and of other people I guess...
#kbsends up treats most online services as a transient message-passing system :) grab the data as quickly as it's available!
#kbsyea, I see what you mean... I don't archive anything other than pictures [and emails] - the likes are just line-noise pretty much
#kbsthough I'm starting to think that maybe I should archive comments. [I also don't really draw a distinction between comments on 'my' pictures and pictures shared with 'me']
#kbswaves hands wildly trying to make some esoteric point, and then stops sheepishly :)
#kbsinteresting - think (because of my notion of my identity formed out of interactions with people) I see lots of reposts and replies - just not around content that I've initially created...
#GWGWell, I've been working on comment I've initially created, but next I do have to start working on responding to others
#GWGAnd it is not just a schema issue. Once you have the schema and have implemented it, you need to implement the posting UI, then the default theming UI
#GWGI've been reading up on best practices for such a design and it would be a big project. Hoping to find someone to help me...not with the coding exactly, but with the schema.
#aaronpkI was able to add this to the "First Footer Widget Area" on my wordpress.com blog <a href="https://webmention.io/aaronpk/webmention" rel="webmention"></a>
#aaronpkadding <link href="https://webmention.io/aaronpk/webmention" rel="webmention"/> made wordpress escape it thinking I wanted it to be text
#aaronpkoh weird that actually breaks wordpress.com
#kylewmsnarfed: aaronpk: any reason not to push for rel='webmention' to be allowed in <a>'s?
#voxpellikylewm: only one I can think of is that if a user would click that link then they are likely to not receive any proper response, as the endpoint is purely meant for machines
#voxpelliThat's easy to circumvent though and a nice instruction page response could actually help discoverability of webmention support
#snarfedvoxpelli: true! and i respectfully disagree. but that's just me :P
#snarfedthis is a perfect example. webmention discovery links in <link>s and http headers are invisible. seems odd that they should have to be visible just because put them in an a tag
niven joined the channel
#voxpellisnarfed: if they can be visible, any reason they shouldn't be? :)
#snarfedpersonal preference. we all style our sites differently, right?
#tantekNote /disclosure is already there. When in doubt, search for it on the wiki.
#Loqitantek: aaronpk left you a message 10 minutes ago: do you think it would be worth going to IIW for just Tuesday? I *might* be able to sneak out for a day to do that
#tantekThen IIW would be good for you, just so you can witness (and document!) so many anti-patterns in person.
#tantekIt's like an entire anti-pattern community.
#tantekSee if you can go and come out with your principles unscathed by groupthink pressures. I should say group talk, since rarely does that crowd actually ship anything.
#tantekaaronpk - just goes to show that kind of stuff "pull out my flight details and show it in the top of the email" is just a half-assed zero-follow-up hack.
#aaronpkthat ticket cost me $5 yay frequent flier miles
#tantekthe higher the fee, the higher the density of "enterprise" folks who will trade $ for getting to hang out with people more knowledgable than them
#aaronpkok then more specifically, the problem people are seeing is that the wiki right now relies on indieauth.com, rather than individual people delegating to indieauth.com
#aaronpkthe wiki uses indieauth.com as the implementation, which has support for twitter.com and github.com logins
#aaronpkuser bob.com wants to sign in to the wiki but doesn't have a twitter or github account
#aaronpkthe only way for bob.com to sign in is to sign up for twitter or github
#aaronpkthat is the current state of things, which is not necessarily ideal although works out fine in practice because indieauth.com implements enough auth providers that people usually have an account there
#aaronpkas someone who has implemented many "apps", I also want to be able to delegate auth for those apps to other services so I don't have to write the same code all the time
#tantekno one said you had to scratch alone, just that you should focus on scratching *your* itches first before others