2014-03-23 UTC
iangreenleaf, kylewm, becker_11, kbs, KevinMarks, ttepasse and pfenwick joined the channel
# 01:47 kbs just going through the indewebcamp web site, after hearing a mention by kevin marks on the 'this week in google' podcast. Very nice stuff :-)
becker_11 joined the channel
# 02:00 kbs one question I have [being a lazy person :)] - is there any android app that currently presents the people-first approach - I guess a 'super-duper-contact' app - that somehow aggregates info from other apps by person?
# 02:01 kbs eg: tap on a person - shows list of emails, sms, etc from them
# 02:01 kbs glommed from other installed apps.
snarfed joined the channel
ttepasse, Collins and pfenwick joined the channel
ttepasse joined the channel
kerozene, ttepasse, pasevin, krendil and tantek joined the channel
snarfed and cpoetter joined the channel
# 06:15 bret snarfed: the only thing that pops out at me is is the stacking of user profiles. IE group all of the ryan b photos into a single object on the page.
# 06:17 bret snarfed: I might take a stab at the FAQ/the header text to make it more clear when I get some time
# 06:18 snarfed bret: thanks! all of that would be much appreciated
# 06:18 snarfed stacking definitely makes sense, especially now that i pull domain from profile urls, so i can aggregate on that
# 06:19 snarfed each account has a separate user page, at least right now, so i'd have to think more
# 06:19 snarfed KartikPrabhu: ahhh, no, it's disabling the account (for listen or publish), not deleting posts
# 06:20 KartikPrabhu It probably is in the wrong place then... should be better to move it to a user profile/manager page if you end up making those
# 06:20 bret snarfed: I also want to see a version of bridgy that I can run for just me/ make it easysih to poll for silo data on my own servers/pass accounts
# 06:21 snarfed hard to make a library you could plug into an existing CMS
netweb and grantmacken joined the channel
KevinMarks joined the channel
dvirsky, gavinc, basal, michel_v_, heath, amblin, glennjones, CheckDavid, netweb and moofy joined the channel
tommorris, heath, iboxifoo, amblin, jeukku, KevinMarks_ and bnvk joined the channel
cweiske joined the channel
# 12:00 moofy Hello. I am new to this idea but I thought I would say hello.
# 12:26 moofy I do, though not hosting
# 12:26 moofy currently just going to use github pages
# 12:27 moofy The last few times I looked up web hosts I glazed over in about fifteen minutes.
# 12:29 moofy that is a lot of profiles.
kikimeter joined the channel
melvster, LauraJ and kikimeter joined the channel
# 13:20 cweiske does someone have a GUI example for displaying linkback statuses for a website?
heath, iboxifoo, amblin and barnabywalters joined the channel
# 13:43 Loqi barnabywalters: aaronpk left you a message on 3/22 at 11:25am: I'm having a tough time tracking down some error with the mf2 parser, I can't seem to get it to show any errors, but it's causing my code to stop executing mid-page
# 13:43 Loqi barnabywalters: aaronpk left you a message on 3/22 at 11:31am: nvm... of course... it was something stupid
bnvk joined the channel
# 13:47 barnabywalters so if I mark someone as spam, or block them, and they have profiles on other silos, they’re automatically marked/blocked over there too
# 13:56 barnabywalters I can’t find anything in the Facebook API, but I’ve also never seen Facebook spam comments
snarfed joined the channel
# 13:58 barnabywalters further anti-spam brainstorming: a spam detection whitelisting service could be a single endpoint which takes the target and the source URLs
# 13:59 barnabywalters and uses various lookup methods to figure out if the source is probably okay to interact with the target, via e.g. XFN or twitter social graph DOF lookups
# 14:00 bnvk barnabywalters: perhaps some sort of key exchange that requires the sender of the spam to lookup a simple finger print like nonce or something on your site for the first time they try to send a web mention?
# 14:01 bnvk so you have a whitelist on your domain, where you manually add friends / scan previously "good" comments from trusted sources
# 14:02 barnabywalters bnvk: yep, another way of adding to this would be “anyone I’ve ever linked to or mentioned”
eschnou joined the channel
# 14:03 barnabywalters i.e., people I’ve linked to, and people they’ve linked to are all considered above-board by default
# 14:03 bnvk In order to get added to that whitelist (or a slightly less trusted one), a new sender of comment get's a notification upon sending a web mention "You need to verify yourself" and they can either go to your site and indieauth in and click verify
# 14:04 bnvk or they get taken to a screen with a nonce, that they need to resend with their webmention that once your site receives this correct nonce, then they get added to the whitelist
# 14:04 bnvk right, well, seems like an agreed upon standard for IW / webmentions might be in order
# 14:05 bnvk we could even extend this pattern to email on Mailpile :)
# 14:06 bnvk barnabywalters: couldn't the notification be sent in a similar way as a webmention to begin with?
# 14:07 barnabywalters what I’m thinking is: you send me a webmention, and neither myself nor anyone I’ve linked to has ever linked to you
# 14:07 barnabywalters ah, actually no scratch that — you can’t just return a different error code from the webmention request
# 14:09 barnabywalters I’m going to implement the simpler, service-based idea first and see if that successfully solves current spam problems
# 14:17 barnabywalters i.e. you use anti-spam.com or whatever as your webmention endpoint, which forwards non-spam webmentions to your real endpoint
bnvk_, pasevin and basal joined the channel
# 14:26 barnabywalters prediction: the way we handle spam is going to determine whether or not indieweb technologies succeed
ttepasse and eschnou joined the channel
# 14:42 snarfed bret: i was thinking about your interest in running your own bridgy
# 14:42 snarfed you might be interested in talking to mark hendrickson
# 14:49 snarfed !tell barnabywalters, bnvk, one minor note: even when processing WMs fully async, you can still provide one useful thing in the response: an id that the sender can use later to look up results. requires extra protocol or UI work for that lookup, but that's straightforward.
# 14:49 Loqi Ok, I'll tell them that when I see them next
# 14:50 bnvk snarfed: elaborate on this ID of which you speak?
# 14:50 Loqi bnvk: snarfed left you a message 1 minute ago: minor note: even when processing WMs fully async, you can still provide one useful thing in the response: an id that the sender can use later to look up results. requires extra protocol or UI work for that lookup, but that's straightforward.
# 14:51 snarfed generate some id, store it in some datastore, and then attach webmention results later once you've processed
# 14:51 bnvk is this ID relating to the user or the individual WM?
# 14:52 bnvk yah, i think I get what you're talking about
kbs, bnvk_ and pasevin joined the channel
# 15:16 kbs They both appear to address the root goal of people-centered communication
# 15:16 kbs but in different ways - I'm sure someone here has thought deep and long about this and has some insights to offer :)
heath, kylewm and pasevin joined the channel
# 16:17 bret Wacky, the feed didn't update. Need to figure that out now
# 16:22 aaronpk Pretty sure there's already something in webmention that talks about returning a URL to use to check the status of it
# 16:26 aaronpk The idea of an anti-spam webmention endpoint that only forwards non spam mentions to your site is cool
# 16:27 aaronpk That's the kind of thing I made webmention.io for
grantmacken, alexhartley, jalbertbowdenii, dariusdunlap and gRegor` joined the channel
pasevin, kylewm and dariusdunlap joined the channel
eschnou, grantmacken and iangreenleaf joined the channel
# 19:02 bret Was toying with the idea of creating a GH-pages posting interface, as a way to enable blog posts from my phone
# 19:03 bret but I am thinking that a GH-pages micropub endpoint might be worth experimenting with
# 19:03 bret aaronpk: does p3k work with micropub yet?
# 19:04 aaronpk yes it has a micropub endpoint for creating posts, but I haven't rewritten my posting interface to use ity et
dvirsky joined the channel
# 19:10 bret aaronpk: does the endpoint work with any posting interfaces yet?
# 19:15 aaronpk whoa, squarespace has an office in portland! it's a customer service center.
_6a68 joined the channel
# 19:18 bret I wonder if it is because all of the foodcarts
caseorganic and barnabywalters joined the channel
# 19:20 aaronpk wtf the instagram app doesn't communicate via https, so if you're on a coffee shop wifi you can get hacked so fast
# 19:20 Loqi barnabywalters: snarfed left you a message 4 hours, 31 minutes ago: minor note: even when processing WMs fully async, you can still provide one useful thing in the response: an id that the sender can use later to look up results. requires extra protocol or UI work for that lookup, but that's straightforward.
caseorganic joined the channel
caseorganic joined the channel
caseorganic joined the channel
eschnou joined the channel
# 19:43 bret the instagram web ui doesnt work on iOS 5
KevinMarks and Kopfstein joined the channel
# 19:56 bnvk aaronpk: something must be wonky with my Chrome as the wiki lots me out after 1 hr
# 19:57 aaronpk in chrome, too. i don't get why it would be different
barnabywalters and ttepasse joined the channel
# 20:07 bret doesnt seem to be saving my session either
# 20:17 aaronpk wondering if there is some alternate original post discovery we can do for cases like instagram where you can't really post a link to your original
# 20:18 barnabywalters aaronpk: I thought you had figured out how to do that, by either adding a comment or deleting/readding a comment?
# 20:21 aaronpk but I guess half of the reason for original post discovery is so that viewers of a syndicated post can find the original, in case there is a better experience available there
# 20:23 aaronpk and that of course requires a visible link in the silo copy of the post
barnabywalters joined the channel
KartikPrabhu joined the channel
# 20:49 aaronpk i have push enabled for the line-by-line feed already
KevinMarks joined the channel
# 21:13 barnabywalters aaronpk: great work — loving all the helpful debugging info and processes in ownyourgram
# 21:14 bnvk aaronpk: what's the preferred way to put images in wiki pages?
# 21:15 bnvk right, but do I upload images to the iwc.com server?
# 21:17 bnvk OMG, my mom just told me her Flight 370 theory... it can be summarized in one word, aliens
# 21:21 aaronpk spam bots immediatly replying to my twets with a weird link to pinterest
# 21:21 aaronpk wow that account was suspended within 10 seconds of tweeting me
# 21:25 aaronpk but apparently it did not 404 when you sent it cause i was able to verify it
# 21:32 aaronpk twitter sent me an email with the subject line "Cat Photography"
# 21:33 aaronpk wow they sent like 10 tweets in that email from people
barnabywalters and KevinMarks joined the channel
# 22:13 aaronpk just pushed up a major (internal) refactor of p3k, so let me know if you notice any broken things
dariusdunlap joined the channel
# 22:17 kylewm aaronpk that mention was my bad. my tweet shortening algorithm munged the link so i deleted it. still need to return 410 instead of 404 for those
kbs joined the channel
# 22:29 barnabywalters using localstorage to remember when the last notification was sent across sessions
# 22:30 KartikPrabhu kylewm: looking at your "repeated h-card" issue. That is a major problem in mf2py
fmarier joined the channel
# 22:39 barnabywalters thanks KartikPrabhu KevinMarks! Unfortunately the notifications didn’t show up, so apparently there are more issues on my end :)
# 22:39 KartikPrabhu barbnywalters ^^ KevinMarks_ reply shows 22:38 yet happens before mine with 17:37
# 22:43 barnabywalters oh dammit I think this is because I threw a Date in localstorage and it serialises as a string
# 22:44 barnabywalters however due to this I should be able to trick taproot into thinking it hasn’t sent notifications yet, so I can still do the recording
# 22:56 bret barnabywalters: nice job on getting notifications!
# 22:56 barnabywalters bret: thanks! it was remarkably easy. currently only on my desktop if I have my site open in a tab
curiousjohn joined the channel
dvirsky joined the channel
# 23:24 bret !tell barnabywalters thats super rad.
# 23:25 Loqi Ok, I'll tell him that when I see him next
# 23:33 kylewm KartikPrabhu: sorry I was out for a bit (need to figure out how to mark self as away on this new client) ... the `parsed' set is a known major problem?
lukebrooker joined the channel
# 23:33 bnvk !tell barnabywalters that notification flow is awesomesauce!
# 23:33 Loqi Ok, I'll tell him that when I see him next
pasevin and ttepasse joined the channel
# 23:54 KartikPrabhu kylewm: not known per se. But i think it is. I wrote a detailed comment on you issue