#Loqisnarfed: KartikPrabhu left you a message 2 hours, 25 minutes ago: trying webmention discovery on "https://www.brid.gy/about" gives an SSLError.
#Loqisnarfed: KartikPrabhu left you a message 1 hour, 9 minutes ago: also sending a mention to https://snarfed.org/ returned a 404. Seems like somethign the wordpress plugin does in general. also happened on dariusdunlap's site
#sparveriusbret: as you should because irc was designed for continuous connections
#sparveriusoh the 80s, where "it's text, good enough for me" was a valid deisgn point
#KevinMarksirc was very good at slow discontinuous connections for me
#snarfedKartikPrabhu: thanks for letting me know. re SSL on brid.gy, its cert depends on SNI. does whatever you're using to fetch support that? details: https://www.brid.gy/about#ssl
#KartikPrabhujust using the usual Python requests lib. unsure of specifics
#snarfedre mentions to the snarfed.org homepage, you're right, afaik the wp plugin doesn't support homepage mentions
#KartikPrabhucool good to know! will check on the requests lib thingy
#kylewmtommorris: that's awesome, congrats to England!
#kylewmKartikPrabhu: speaking of mf2py, I have made the mistake several times of calling Parser(text) rather than Parser(doc=text), do you think we could make doc/url required named parameters rather than part of **kwargs?
pasevin, sparverius, melvster, grantmacken and kbs joined the channel
#kbsapropos of nothing on this nice friday evening :) idly wondering why vcards point to keys, rather than keys wrapping vcards -- the latter permits signatures on the contact info, which seems handy.
#bretI dont know php or wordpress, would need to fake it :/
#KartikPrabhukylewm: The trouble is that Parser(string) could be either a url or doc how do we decide. I think the earlier versions of mf2py did some strange guess work on this. But open to better ideas for handling this.
#KartikPrabhui thought about this before remving the args parsign logic, but I don't knowa good solution. I have made the Parser(text) thing a bunch of times too
#KartikPrabhuis raising a value error if neither doc nor url kwargs are found good?
#kylewmhmm, does it make sense to ever provide a doc without a url?
#kylewmi guess you might be parsing local data, like Falcon's datastore...
#KartikPrabhuyes. also the base element can then give th url
#kylewmoh, would the exception be raised if you called Parser(text)
tobiastom, eschnou, jonnybarnes and melvster joined the channel
#ben_thatmustbemeSo it seems like don't allow old style commenting directly on your site, bridgy and webmention only. Any thoughts on if this is annoying for readers? I really like the idea for not having to deal with spammers.
#aaronpkI have lots of friends who still read twitter all the time, and it seems like anyone still reading the whole home timeline is following ~200 people or less
#aaronpki'm following 800 people and my timeline is pretty much useless to me
#aaronpkso I'm wondering if I added under 200 people to an indie reader (peoples' own sites, and also some twitter accounts) if I would actually find it useful again
#kylewmI follow 127 and it's a full-time job to read it all...
#demisout of curiousity, what readers are you guys using for indie sites, and do any of them stand out as being more 'indie friendly'?
#aaronpki seem to have broken something in my selfoss install :(
#aaronpkalso I have little motivation to use a reader until I can actually interact with the content (reply, favorite, repost, etc)
#aaronpkI think that's the main reason interfaces like twitter and facebook have taken over readers
#demisI haven't used a reader since Google took thier's offline, and even then wasn't really using it - probably for much the same reasons you mention above.
#demisthat's one thing that would be great added to Idno - a simple private reader page that collects the latest posts from sites I follow and can be ordered/grouped by time/site. Yes I should see what I can do about that :)
#kylewmaaronpk: have you needed to implement write-locking for your file storage scheme?
#aaronpkthere are few things that actually write to the same file
#aaronpkactually the only thing that does is the webmention handler, but I run that as a job queue so there's only ever one thing writing to my webmention log file at a time
#kylewmso that may be a weakness in my design :) i'm storing comments inside their parent post
#aaronpkI was doing that, and ended up moving them to a separate location
#aaronpk(whether you display those mentions is a different story)
#ben_thatmustbemehmm, true. I suppose the other pages could have a generic handler too. I'm actually thinking more toward a webmention callback for phonebook stuff that I want to work toward
#ben_thatmustbemeyeah, I am not sure on the exact protocol for it, but basically use webmention callback for the author page to say thay I added you to my phone book. You could see who has you added and add them to yours as well (but more importantly figuring out some extension to add more secure info to the author page if you are added back)
#aaronpkoh interesting. sounds kind of like how twitter shows you when people follow you
#ben_thatmustbemethere are a number of security issues i'd have to look in to, but really, phone number, address, things like that aren't high security, just moderate
#ben_thatmustbemethe idea being to have people keep track of their own contact info, and other's can just pull that info in
#ben_thatmustbemebut you could always organize people in to groups for access, maybe close friends get my mailing address, but acquaintances just my e-mail and city
#ben_thatmustbemethats why i was interested in kbs's discussion of sharing pgp keys on your home page, gives a way to have secure communication back and forth
#aaronpkand you'd want my site to be able to notify yours if my contact info changes
#ben_thatmustbemei was thinking if it generates a custom URL (with a key) that grants access its a unified interface, webmention just becomes a negotiation of keys
#ben_thatmustbemebut I could generate a key for a friend who does not use Indie web
#ben_thatmustbemeand then they can either visit the custom URL, or use an app that pulls it in and parses h-card
#aaronpkthis is intriguing, but I need to get back to refactoring p3k...
ttepasse, snarfed, barnabywalters, kbs, tilgovi, bnvk and hober joined the channel
#demishey aaronpk and ben_thatmustbeme, reading your text above brought Bitmessage to mind. Any way to piggy back off the generated identities in that for the contact info?
#aaronpkI should just do this on my own /contact page right now... anybody can sign in to my site using indieauth right now, so it'd be easy to add private data there if you're signed in
#aaronpkalso, come on guys. bit.ly and google docs? you guys have all of facebook at your disposal, you'd think they'd allocate a few resources to make a better developer console for requesting comments access
#snarfedre names, a while back i picked a name for (eventually) rebranding activitystreams-unofficial, and i brainstormed a few agriculture related names, due to "silo"
#kbsis it just me, or has something changed with indieauth.com [eg: insisting that redirect uris be https only?] - seems like login from indiewebcamp.com is no longer working
#aaronpkif you then make another request exactly the same, it'll return the HTML page
#kbsyep. That's exactly what I get too on my root domain too, every once in a while
#kbsGET / -> Location: / doesn't make a whole lot of sense
#aaronpki feel like this is a thing github pages should not do, but I should also probaly handle that case better anyway
#kbsyes, it's clearly a bug on their end - thanks for pointing it out - wonder if this will cause issues for other clients. I thought browsers would immediately flag this as a loop, surprised it hasn't shown up
#aaronpkit doesn't turn into a loop because by the time you make the second request they return HTML
#kbshm, they don't flag the very first redirect as a loop? interesting
#kbsI wonder linking to http://kbsriram.com is actually better than linking to http://kbsriram.com/ :-) - maybe the browsers are not considering those urls to be equivalent, even though they are making the exact same request
#KevinMarkssnarfed: it shows up when a retweet includes a webmentioned page
#KevinMarksso if I tweet a link to an indieebcamp page, and you reweet it
#snarfedKevinMarks: hmm ok. i'm trying to figure out if or what i'm doing wrong. i don't actually use the content of retweets at all, whether from the outer object or retweeted_status
#KevinMarksit will construct a tweet saying RT @kevinmarks: [my tweet truncated]
#kbswas actually generally thinking about how people might find ways to sneak in a rel=me link to claim ownership of a desirable domain.
#KevinMarkspeople can claim ownership one way, but the domain needs to link back
#snarfedKevinMarks: yes. i understand the general issue
#snarfedi'm trying to figure out if/how bridgy specifically is handling it wrong
#kbsKevinMarks: right - rel=me to point to [say] a fake twitter account which could then be used to point back to the desirable domain - and then (say) an indieauth login as the desirable domain?
#KevinMarksso you shouldn't allow people to post rel=me links on your page, yes.
#KevinMarkssnarfed: I remember seeing an example, but can't remember where
#snarfedKevinMarks: ok. do you remember if the author or content was wrong?
#snarfedi don't use content at all, and i believe i'm using the right author (the retweeter)
#snarfedanyway. if you remember the example, definitely let me know. thanks!