2013-12-01 UTC
KartikPrabhu joined the channel
# 00:48 tantek Thanks bear. now a question - how to dedup the folks that gave demos both before and after
# 00:48 tantek aaronpk - indeed. And email was/is federated/distributed and *still* reinforced that kind of bad behavior.
# 00:49 tantek hence my concern that we should specifically design for better with the indieweb. or at least try.
# 00:49 tantek who knows if it is possible or not, but we won't find out unless we at least try.
erikmaarten and snarfed joined the channel
# 01:31 bret Elena recieved her first peice of iMessage spam :[ never seen that before
snarfed, tpinto, Nadreck, julian` and tantek joined the channel
skinny joined the channel
KartikPrabhu joined the channel
# 02:32 tantek bret - oh wow they were able to register a hotmail address as an AppleID!
tantek and jp joined the channel
# 03:06 tantek.com edited /spam (+69) "move iMessage Spam to its own section since its not really part of the coming spam storm against indieweb blogs" (
view diff )
# 03:06 tantek bret - no kidding. I'm sure the spammer has nothing to do with shaners's Homesteading project ;)
# 03:07 tantek aaronpk - I got an error about the cert on iwc: The certificate is only valid for the following names: *.pin13.net , pin13.net
tantek, skinny and ryana joined the channel
aaronpk_ joined the channel
# 03:50 aaronpk_ It works fine for me on mobile safari and mobile chrome
# 03:52 aaronpk_ It's using the feature of SSL that lets you run multiple hostnames on the same IP, it was an extension to SSL but it
cyclick joined the channel
# 03:52 aaronpk_ used to be that the SSL connection was negotiated before the browser could send the "Host" header
# 03:52 aaronpk_ but that was updated a while ago to allow multiple domains to run on the same IP with unique certificates
# 03:53 aaronpk_ I'm assuming you see the correct page after ignoring the warning?
# 03:57 tantek in that case I wonder if this is a regression perhaps
# 03:59 tantek similar but I didn't think my domain was that slow
# 04:00 aaronpk_ well in any case, it sounds like firefox is doing something weird
# 04:01 tantek restarting FF to see if makes any difference (e.g. maybe something was cached while I was on a 3G mifi connection?)
# 04:03 bear (old thread alert) - tantek, yea - I attempted a dedupe of that section but I was not familiar with the event so deferred, glad you were able to continue the gardening
# 04:04 aaronpk_ I wonder if the reason there are so many snowflake APIs is not because everyone thinks they're so special, but rather due to a lack of obvious standardized approach to creating these APIs
# 04:06 tantek aaronpk - nah, if that were the case then new services would simply mimic previous services
# 04:06 tantek which, aside from a bit of Twitter API mimicry, pretty much never happens
# 04:06 bear aaronpk_- are you using SNI with haproxy or nginx?
# 04:07 bear ah - SNI is a nasty beast that i've only ever gotten to work with some clients over haproxy
# 04:08 bear because it depends on the client to send the appropriate headers and then also to respond in a timely manner for the transition so the proper cert is delivered
# 04:08 aaronpk_ bear: I've been using it rather successfully on nginx on another server
# 04:08 aaronpk_ but let me double check this one, it's my older server
# 04:09 bear also make sure your not double proxying ssl
# 04:09 bear unless you are very careful, the headers don't survive the second layer normally
# 04:10 aaronpk_ i think most articles on the wiki are marked as stubs :) maybe we should remove stub from a few
# 04:12 aaronpk_ tantek: I'm just saying I wouldn't be so quick to blame API creators, I think there are a lot of missing pieces between the current state of things and the ideal state of things
# 04:13 bear sadly in most production shops - the public facing API is rarely designed
# 04:13 tantek aaronpk - agreed there are a lot of missing pieces
# 04:13 bear but rather a collection of changes and scaffolding that ends up being what remains
# 04:14 aaronpk_ bear: that is also true. and often the API is not designed so much as an artifact of the backend architecture
# 04:14 bear i've had 3 public facing APIs and i've always ended up hating them after only a short period
# 04:15 aaronpk_ I mean those guys are great, don't get me wrong, but I don't think API design is their strong suit
# 04:16 aaronpk_ tantek: another possible explanation is that some standards are hard to find, or it's not clear that they are a well-adopted standard
# 04:17 aaronpk_ like what determines when something is considered a "standard" that should be built on as opposed to someone's random spec they published on somedomain.io
# 04:22 bear tantek - I'm filling in the nginx section now, it's written very much how I do it - so I fully expect a lot of helpful push back to get it out of "do *this*" and into "here is why you should do *this*"
# 04:22 aaronpk_ well technically some spec I make up and publish is covered by your first 3 bullet points
# 04:22 tantek aaronpk - yes, that's deliberate to help people evaluate specs on a scale
# 04:23 tantek and to help people incrementally improve specs on each aspect
# 04:23 tantek note that nowhere do I say "it should be from an official organization"
# 04:25 aaronpk_ we're in a weird position at esri with regards to a standard for a json representation of geo data
# 04:26 tantek that seems to pass the "good enough" criteria
# 04:26 aaronpk_ i'm pretty sure geojson didn't exist when esri started creating their API, which was all JSON
# 04:26 aaronpk_ if it did exist, it was brand brand new (i should reserach the timing on that)
# 04:27 tantek proprietary standards often use the excuse of how long it takes actual open standards to get done
# 04:27 aaronpk_ and the JSON representation of geometries in the esri APIs was never meant to be a standard (it was never even named)
# 04:27 aaronpk_ it still doesn't even have name, if you ask people it's just the JSON format of geometries that the rest APIs use
# 04:28 aaronpk_ although people want it to have a name so bad that they call it "esrijson" or "arcjson"
# 04:29 aaronpk_ so i'm not even sure where this falls in the spectrum of snowflake vs building on standards
# 04:30 aaronpk_ it has unfortunately resulted in a parallel but slightly different version of geojson, although unintentional
aaronpk_ joined the channel
# 04:51 bear i'm adding some section by section text as to what each part is
# 04:51 tantek oh ok - yeah I wasn't quite following why I would need / want each one
# 04:51 bear well, the two bits given will form the foundation for any static site
# 04:51 tantek Have to admit this threw me: "The list of SSL Ciphers is selected to offer a balance ..."
# 04:52 bear that cipher list a bunch of us spent almost a week testing and tweaking
# 04:52 tantek as the first sentence it sounds like the primary description of the section!
tpinto joined the channel
# 05:10 bear anything deeper and I think I'll have to create sub-pages
# 05:10 bear for things like PHP5 proxy (with FPM, without FPM, etc)
# 05:10 tantek yeah I wouldn't worry about anything deeper until people ask questions
# 05:10 tantek that's typically how the pages grow - based on actual questions here in IRC
# 05:11 bear I will be around to answer anyone's nginx questions - glad to be able to help
# 05:11 tantek that way we also tend to avoid growing them in ways that people *think* would be useful as opposed to actual questions
# 05:11 bear I use the example given for my current static site
# 05:11 bear which i'm slowly making more and more indie-web ish
# 05:11 tantek bear - that's very cool, perhaps it's worth listing that at the top in a "indieWeb Examples" section
# 05:12 tantek always helps to see that real people are actually using a project
# 05:12 tantek we try at each page to indicate real world indieweb examples
# 05:12 bear k, i'll add that as a "why is this here" blurb
# 05:29 tantek is it possible for a website to send push notifications to a homescreen icon of that site on iOS?
# 05:29 tantek e.g. aaronpk setup the IndieWebCamp icon to direct link to today's IRC logs
# 05:30 tantek I wonder if there is anyway to make it show a red number badge on the icon for say, number of mentions of your username since you last opened it?
# 05:30 tantek also does anyone create home page icons for their personal sites?
# 05:32 tantek just tried werd.io and instead of benwerd's face I got a red idno icon
# 05:33 tantek bear, not sadly at all - well done for cutting the cord
# 05:33 bear I am waiting for the next round of FFOS phones
# 05:33 tantek it's more of a general question for how to design the "add to homescreen" experience for indieweb sites
# 05:34 bear all push notifications are done from an app (server side) to the app (client side)
# 05:34 bear I know for our app, it's a nasty little webhook we run that allows the server to make a call and then it sends that to apple
# 05:41 tantek hmm - aaronpk's site made an icon of his face, as expected, but named it Aaron Pareck (missing the trailing i)
# 05:41 tantek wow look at all those <link rel="apple-touch-icon" … > on aaronparecki.com
# 05:45 bear different apple device generations have different requirements
# 05:46 bear I know our designer makes me keep all of that in our html headers
# 05:46 bear (well, not all of it, we do target the more recent ones)
# 05:48 tantek I'm going to try just sending a 128x128 jpg and see what happens
# 05:48 bear i'm reading the web docs from apple … it seems if you send one it will autosize
# 05:48 bear but it suggests sending a handful so they look best at the given resolution
# 05:48 bear the default size is 60x60 if not given
# 05:51 tantek bear - that might make sense for PNG logo art - but if you're already using a JPG of a photo-like image, then the clientside auto-re-scaling will do fine.
# 05:51 tantek ok - got it working with a single link tag, no explicit size given. booyah.
# 05:52 tantek so that works for iOS, now I just need to upload a manifest file ;)
# 05:52 tantek bear - but the FFOS phone has lots of graphics UI ;)
# 05:52 bear yes, i'll soon be forced to admit that a GUI is a real thing
# 05:52 bear and not some shared delusion that all my dev friends have
# 05:55 tantek so yeah, 128x128 JPG of your face works just fine for a <link rel="apple-touch-icon" … >
# 05:56 bear nice - that makes it easier for a personal site
# 05:56 tantek bear - do you have a current FFOS phone with you?
# 05:57 bear no - I left it in Portland with a dev friend. Once I discovered it would not handle my daily requirements
abrereton joined the channel
# 05:58 bear I do have multiple android devices tho
# 06:05 tantek bad iOS - not parsing link rel attribute values properly :P
# 06:05 bear really really hates all the hoops Safari and other iOS clients make required
# 06:07 tantek and they don't support the standard rel="short icon" either
# 06:07 tantek bear - ok I tried adding the chrome stuffs - see if that works on tantek.com (to add an icon of my site to your homescreen)
jancborchardt joined the channel
# 06:16 bear on my tablet (Nexus 7 running kitkat) your bookmark shows your face - now adding to the home screen
# 06:17 bear yep, once I told it to add the bookmark to the homescreen - your handsome mug is visible
# 06:17 bear and the title of your site is the icon name, not the domain
# 06:18 tantek well hopefully it's something like "Tantek Çelik"
# 06:18 bear sorry, that's what I was trying tosay
aaronpk_ joined the channel
# 06:20 tantek we're talking how to make indieweb icons for home screens
# 06:20 bear my phone doesn't have the proper chrome version to test it
# 06:21 tantek lamenting the proprietary BS that is still needed
# 06:21 aaronpk_ ios doesn't provide a push notification channel to home screen bookmarks (yet)
# 06:22 aaronpk_ so websites can send push notifications to computers now
# 06:23 tantek aaronpk - looks like you have markup for adding your site to a homescreen on iOS, but not on Android
# 06:24 aaronpk_ wrt all the different size icons for ios, thats because normally people actually design differnet icons for different resolutions, because often auto-sizing doesn't do a good job of resampling for icons
# 06:24 tantek also I got away with being lazy and just having a single 128x128 icon ;)
# 06:24 aaronpk_ but for line art or other pixel-accurate things you often do need to make a different icon for 48px than for 60px
# 06:25 aaronpk_ and for my site, I didn't have an android phone, and didn't bother reseraching home screen icons on android because I didn't even know that was possible
# 06:26 tantek aaronpk - but why use PNGs at all since your icon is obviously photographic
# 06:27 tantek are you hand tweaking the PNGs yourself for different sizes of your face
# 06:27 aaronpk_ probably because I assumed iOS required pngs (and it may have at the point I created thata)
# 06:27 tantek ah ok - I decided to be lazy and just try with my existing icon file ;)
# 06:27 tantek I like the idea of having a whole page of icons on my mobile device that is just people's faces
# 06:33 aaronpk_ my first 2 pages of icons has been increasingly taken over by apps/bookmarks I've made
# 06:34 tantek let's see who else has made an icon of their face for their home page
# 06:34 aaronpk_ indiewebcamp IRC logs, esri IRC logs, p3k posting interface, pushups counter, reaction timer (coming to aaronparecki.com soon)
# 06:36 tantek what if figured out how to make people in general add icons of each other to their home pages instead of stupid app intermediaries?
# 06:37 aaronpk_ that is interesting because I already know that I don't want to read a combined feed of everyone's post like twitter/facebook
# 06:37 aaronpk_ and I already find myself checking your guys' sites occasionally to see whats new
# 06:37 tantek but you might want to catch up on someone's site just before meeting up with them
# 06:37 tantek or if you miss them and are wondering what they're up to
# 06:37 aaronpk_ individually going to tantek.com, werd.io, waterpigs.co.uk, etc. usually not in any sequence, and usually not at the same time
# 06:37 tantek OR if they happen to have skype: or IM: or AIM: links on their home page...
# 06:38 tantek then their home page becomes the way you can contact them
# 06:38 bear with the manifests, you should be able to specify web intents for different contact links
# 06:38 tantek your home page is your communication protocol
# 06:39 bear given that we should all have h-card's… sure
# 06:39 aaronpk_ the browser should be aware of mailto: tel: sms: etc links on a page and provide those options in a context menu
# 06:39 tantek or what if you provided icons for each of those yourself as if they were apps!
# 06:40 tantek bear - don't get me started on web intents - it's just plumbing
# 06:40 aaronpk_ well the point would be that as the publisher, I don't have to add any infrastructure, just links to my contact info, and the client takes care of it
# 06:40 tantek the UI/UX is the key (which the web intents people never figured out - which is why Google dropped it from Chrome - true story)
# 06:40 bear marks that in the indieweb must-catch-up-on-past-discussions category
# 06:40 tantek like a Contact folder that when tapped would open up a row of icons of the ways you could be contacted, maybe even in your order of preference!
# 06:41 bear with push notification of presence and location, that list would be dynamic
# 06:41 Loqi bear meant to say: with push notification of presence and location, that list could be dynamic
# 06:42 tantek or even require that you login to do anything other than submit a web form
# 06:43 tantek so if you identify to my site via indieauth.com - and you're someone I want to be able to contact me, then I can present you with a row of icons like (iMessage) (FB Msgr) (G Hangouts)
# 06:44 tantek or if you're someone I want to have a phone call with then also present (FaceTime) (Skype)
snarfed joined the channel
# 06:47 tantek or even share twitter handles (purely as a faster to speak discovery mechanism for domain names) and you're done
# 06:47 tantek each person presents their preferred method(s) of contact on their own home page in order
# 06:48 tantek then the person trying to reach them goes down that list until they see something they can (and want) to do and click it
# 06:51 aaronpk_ that's great because it leaves a lot of the decision making to people, where people are often better at that kind of thing than computers
# 06:51 tantek and that's a big thing that web intents people never got
# 06:51 tantek empowering people instead of automating machines
# 06:57 tommorris tantek: I've been meaning to try and write a 'web dialer' at some point. input URI, it discovers phone number and dials
# 06:58 tommorris I also need to bring back my magically-expanding hCard if you log in and I know you
# 06:59 tantek aaronpk - by "edge cases" do you mean people that haven't setup their site with their own icon?
# 07:00 aaronpk_ e.g. I think of adactio as adactio jeremy keith, but I think of bret as "bret.io"
# 07:00 tantek both sandeep and snarfed have no icon - those are thumbnails of their pages
# 07:00 aaronpk_ various combinations of first name, first last, domain, and nickname
# 07:00 tantek aaronpk - I figure people can self-identify by setting the <title> of their home page
# 07:01 aaronpk_ but sometimes peoples' self-identification is not necessarily how I want to identify them
# 07:01 aaronpk_ luckily the ios interface gives you a chance to modify the bookmark name as you create it
# 07:02 tantek aaronpk - but isn't it nicer to identify people as they want to be identified?
# 07:02 aaronpk_ (although no way to rename it after it's made as I quickly found out after mis-typing one of them)
# 07:02 snarfed interesting. a lot of discussion backlog to ramp up on here…but it looks like those screenshots are web site bookmarks on ios and android? do they need custom markup to populate the profile pictures? or are they using something standard?
# 07:02 tantek I mean, you *call* people by the name they *ask* to be called right?
# 07:02 aaronpk_ how I address someone also may differ from how I recall them
# 07:02 aaronpk_ so what I have on my home screen is for my consumption, not for them
# 07:03 tantek beyond that, full (given family) name seems reasonable
# 07:03 tommorris also, any of you tried wordpress.com recently - it now has a Tumblr style dashboard showing you what has been posted by sites you are following
# 07:04 snarfed yeah, the wp.com reader. it's been around for a while, but they're definitely pushing hard on it
# 07:10 tantek so the idea with red number badges on people's icons is something you could configure - say every time aaronpk posted an article that I hadn't read, I'd like to see a red number increment on his badge so I know to check it
# 07:12 tantek ok then next step, imagine being able to click a "reply" button on their site and have it auto-launch *your* site with all the context filled in for you to reply
# 07:12 tantek (so when you read that previously unread article, you can comment)
# 07:15 tantek aaronpk - when I try to add your icon - the "i" on the end of your family name is missing
# 07:15 aaronpk_ i think that's a character limit of ios home screen icons
# 07:15 tantek no because when I add it explicitly it shows up
# 07:15 tantek in the "add to home screen" UI where I can edit your name
skinny joined the channel
# 07:16 tantek is the "add to home screen" UI just truncating your <title>
caseorganic joined the channel
# 07:16 bear hmm, chrome uses favicon.ico over the jpg ...
# 07:17 tantek bear - but I have a favicon.ico - and you got my jpg
# 07:17 bear i'm trying to add it to my site and it's behaving differently than yours
# 07:20 Loqi Ok, I'll tell them that when I see them next
# 07:21 Loqi Ok, I'll tell him that when I see him next
# 07:22 Loqi Ok, I'll tell them that when I see them next
# 07:22 bear ah - me using a cut-n-paste css/js style meant I was serving a mobile version that I just don't grok
# 07:23 bear so forcing it to desktop version makes it work - I will have to learn more css/js now
# 07:23 tantek ok that'll do for now in terms of indieweb IRC pokes ;)
# 07:23 tantek bear - oh dear - so much simpler to just serve one website version
# 07:23 bear yes, unless you have negative css/js skills ;)
# 07:25 tantek so much nicer to just one click from home screen read people's posts rather than deal with FB news feed (or Twitter noise)
# 07:25 tantek aaronpk, I must confess I skim past the "continue…" links
# 07:26 tantek it feels like too much work to dive into and dive out of an article
ryana joined the channel
# 07:29 tantek now has a whole row of friendly faces on his iPod touch home screen :)
ryana and KevinMarks2 joined the channel
# 07:32 tantek snarfed, since you've been following the conversation here I figure you're working on your own icon / avatar setup ;)
# 07:33 tantek next question: what IndieMark level should include having an icon for yourself on your home page?
# 07:34 bear because it was easy enough for even me to do, and webmentions is what i'm currently chewing on
ryana joined the channel
ryana joined the channel
# 07:52 tantek aaronpk - not sure how to capture the larger brainstorming about the significance of people as home screen icons rather than apps as home screen icons
# 07:53 tantek if you figure out an appropriate place to add it please go head
KevinMarks2, KartikPrabhu and KevinMarks_ joined the channel
KartikPrabhu, KevinMarks_, skinny, andreypopp, brianloveswords, rtaibah, LauraJ, erikmaarten, julien51, tpinto and CheckDavid joined the channel
# 15:43 pdurbin KartikPrabhu: I'd say the federation discussion is more around 45:00
# 15:50 pdurbin cool, he even mentions "indieweb movement" around 55:00
snarfed, tantek, andreypopp, jonnybarnes, aaronpk_, Nadreck, KevinMarks_ and rtaibah joined the channel
snarfed and andreypopp joined the channel
# 19:07 KartikPrabhu pdurbin: 45:00 should be the right time. I was listening to it as I was typing here, so might have been a bit off. They do talk a lot about silos and indieweb on that episode
# 19:15 KartikPrabhu i a sure he is! The Web Ahead does get some very cool web people. Good podcast to follow
andreypopp joined the channel
bnvk joined the channel
# 19:49 KartikPrabhu I have seen huffduffer but not used it yet. I should possibly get on it! :)
tantek joined the channel
andreypopp joined the channel
# 20:07 snarfed probably any icon you want, not necessarily your face
# 20:07 snarfed just something more identifiable and representative than a thumbnail rendering of the actual page
tantek and brianloveswords joined the channel
# 20:20 KartikPrabhu snarfed: I see, i was confused because the examples are all with photos.
# 20:21 KartikPrabhu aaronpk: I noticed that you have very different images for your website icon and the apple touch icon. Is that advisable? Also, why the double markup for 144.png ?
# 20:22 jp whats the correct way to make images responsive e.g. change size depending on users screensize?
# 20:23 KartikPrabhu julian`: there is no 'correct way' as in accepted HTML spec for responsive images yet. There are a lot of workarounds. Let me see if I can find a collection
# 20:28 KartikPrabhu julian`: i personally use a custom javascript to insert the src of the img element. It has its drawbacks but c'est la vie
snarfed, bnvk, bnvk_ and abrereton joined the channel
KevinMarks_ and tantek joined the channel
bnvk joined the channel
# 21:32 tantek huh - I can't seem to find a favicon page on developer.mozilla.org - this is odd
ryana joined the channel
# 21:40 KartikPrabhu tantek: also do browsers download favicons in some preference order from source code?
# 21:45 KartikPrabhu aaronpk: ignore last question asked to you. just noticed that one is 114 and the other 144!
# 21:45 tantek I can't be bothered with different resolutions for a JPG
# 21:47 KartikPrabhu tantek: My idea was that it would be best to give one svg to the browsers so that it is scalable. In case the browser does not like svg icons it can use the next one jpg/png. But yeah it seems there is no consistent behaviour for this
# 21:56 KartikPrabhu also it seems both aaronparecki.com and caseorganic.com use different images for browser icons and apple touch icons. These seems "bad" (?)
# 22:04 tantek Please feel free to add questions to the bug for now, like you asked above "do browsers download favicons in some preference order from source code?"
scor joined the channel
# 22:04 tantek no problem. yes please feel free to add all the favicon related questions or thoughts you mentioned above like SVG vs. jpg/png
abrereton joined the channel
# 22:05 tantek re: different images for browser icons and apple touch icons - good question - I suppose the context of the use could make a difference?
# 22:07 KartikPrabhu context is a good point. I usually identify sites with their prominent logo. So to me it seems it would be best to have a consistent logo across the board. But this is an interesting UX-type experiment
# 22:10 KartikPrabhu funny enough the W3C literature for favicons is from way back in 2005!
barnabywalters joined the channel
# 22:21 Loqi barnabywalters: tantek left you a message on 11/30 at 11:21pm: hey you should fix your home page icon so it has your personal avatar not just a generic house icon, per: http://indiewebcamp.com/icon
snarfed joined the channel
# 22:27 KartikPrabhu barnabywalters: just had a look at your source code. How are you serving icons without the rel="icon" markup?
# 22:28 barnabywalters KartikPrabhu: both favicon.ico and the various apple-touch-icon-* files can be served via well-known URLs (i.e. put a file in the right place and it’ll be found), and so far I have been lazy and just used those
# 22:29 barnabywalters but well-known URLs are generally indicative of bad design, so I’ll be adding real markup
# 22:30 barnabywalters any thoughts on using <meta content="http-equiv" content="x-mobile-web-app-capable: yes" /> instead of the completely proprietary meta tag?
# 22:32 tantek but why is it even needed in the first place?
# 22:32 KartikPrabhu why not just have a multiple rel="icon" links, and browsers can choose the best one in source order?
# 22:32 tantek WTF does "mobile-web-app-capable" even mean?!?
# 22:33 barnabywalters tantek: what’s the effect for the end user? that it goes on the homescreen rather than in a bookmark’s menu?
# 22:34 barnabywalters so that’s pretty ignorable. I’ll wait until someone actually requests it before adding it to my site
lukebrooker joined the channel
# 22:35 KartikPrabhu btw: on the indiewebcamp wiki, when i see revisions why doesn't the title link back to the live page?
# 22:36 barnabywalters KartikPrabhu: that has irritated me in the past too — perhaps mediawiki can be persuaded to link
# 22:37 KartikPrabhu good. so it isn't just me tapping the touch pad vigorously while nothign happens
# 22:42 tantek barnabywalters - ah I see - if you click the revision link
# 22:42 tantek I think the blue page title is a remnant of the page styling
# 22:42 tantek it's still blue (unlinked) even if you're actually on the page itself
# 22:44 KartikPrabhu tantek: only site logo for now. might have to find a icon-worthy face shot ;)
# 22:46 tantek why give G+ a better experience than your own site?
# 22:47 KartikPrabhu actually even Google does not recognise it as a face for it authorship thingy
# 22:48 tantek that requires some rel=author and rel=me linking up
# 22:48 tantek your posts need to all link to your home page with rel=author
# 22:49 tantek and your home page needs to link to your G+ profile with rel=me
# 22:49 barnabywalters assuming you do indeed mean that google don’t consider it face-like enough to use as an authorship photo?
# 22:49 KartikPrabhu i have those up. as barnabywalters said, it looks for actual faces using face recognition
# 22:50 barnabywalters although, I suppose there is a legitimate benefit to enforcing faces alongside articles
# 22:51 barnabywalters still seems a little extreme, if people choose to identify themselves in other ways
# 22:51 tantek hmm - you have a bunch of <link rel="author me"> in your home page <head> which may be confusing Google's parsers
# 22:52 tantek also it's incorrect to link from your post permalinks to your home page with rel="me" - as your posts themselves are not proxies for *you*
# 22:53 tantek permalinks should *only* have rel=author to your home page
# 22:53 tantek and your home page should *only* have rel=me to your G+ profile
# 22:54 tantek but the link to your G+ profile should only have rel=me on it. not rel="me author"
# 22:54 tantek barnabywalters - it's a good reason to have different templates for home page and permalink pages
thatryana joined the channel
melvster, scor, paulcp, skinny and KartikPrabhu joined the channel
# 23:38 tantek barnabywalters - I'm still seeing a black & white house icon for your home page
# 23:39 tantek did you update it? (also noticed no markup changes on your home page yet - was wondering if you were going to stick with the well known URLs for icons or use explicit rel markup)
# 23:39 barnabywalters tantek: working on other things at the mo — having someone actively pester me about it is moving it up my priority ladder a little though ;)
# 23:39 tantek it's the bar right now for me personally to add it as an icon to my mobile home screen :)
# 23:40 tantek so far all I have is adactio, aaronpk, caseorganic
# 23:40 barnabywalters currently finishing off the mention sending/storing functionality in new taproot
# 23:40 barnabywalters hopefully it’ll make it *way* easier for me to support different kinds of mentions to different types of posts
KevinMarks_ joined the channel
# 23:41 bear woo \o/ i think i wired up webmentions
# 23:42 tantek bear from ^^^ (several lines up) I'd say you did
# 23:43 tantek bear - and now that we have a python microformats parser you can do things like reply-contexts too!
# 23:43 tantek btw speaking of which - out of curiosity how are you doing webmention endpoint discovery?
thatryana joined the channel
# 23:44 bear I wrote a small set of functions and a flask/uwsgi listener for webmentions
# 23:45 bear when my routine requests a mention to be made, it pulls the page and searches for the rel link like the spec calls for
# 23:46 tantek bear, curious if you were actually parsing for rel values, or using a regex, and either way, if you were supporting both "webmention" and the URL form.
# 23:46 bear i'm using beautifulsoup4 to return all link items
# 23:46 bear and them grabbing the attributes and checking for text
# 23:47 KartikPrabhu bear: auto-sending mentions is next on my list. i was also looking at beautiful soup for that
# 23:47 bear I have it on github, let me push the latest
# 23:48 bear a lot of wink-wink-to-be-done-soon stuff
# 23:49 bear the stumbling block for me is that I don't have a cms like publishing tool (yet)
# 23:49 bear yes, I looked at vrypan and considered it, but this is a learning process for me so I broke the NIH rule
# 23:52 barnabywalters excellent — proper rel=webmention w/ BC implemented instead of the nasty pingback-like regexes I was using
# 23:54 tantek barnabywalters - indeed, and I'm thinking through some of the bigger implications of it too.
# 23:54 barnabywalters reminds me of the prototyping works chris messina did for mozilla a while back
# 23:54 tantek if we're able to think: people first, then method of contact second
# 23:55 barnabywalters kinda like the wonderfully designed phones for elderly people which just have a four or five buttons with names+faces — press the name to call
# 23:57 tantek right - but all of that was pre-mobile-centric-design
# 23:57 tantek and I think the mobile shift was what was needed to change perspectives
# 23:59 tantek barnabywalters - ironically none of the posts in Chris's social-agent series have a page of faces
# 23:59 tantek they're all brand / service / company focused