#tantekI still have my chat log captured as a blog post draft in my blog-this.txt file - and upon reflection, glad I waited and let the raw material simmer
#tantekwhat I captured was very critical, and not nearly as productive/constructive as what I ended up writing up in the Silos vs Open Web post
#tantekand I don't really feel like it would be helpful to pick a blog fight with Anil Dash - his heart is in the right place (in terms of building an indieweb-like solution), even if he is focused on a single-implementation centric view (ThinkUp) rather than a community.
#tantekwould be great to get him involved in IndieWebCamp and get his perspectives in person
#@StarryKari~73K Facebook fans, put up a post 2 hours ago, and only 11 people were shown it. 11!!!!! This is why, well everything. #indieweb #paytoplay
#barnabywalterseschnou: looks great, and fallback is perfect
#eschnoubarnabywalters, well, the look is my key issue :-)
#barnabywaltersso you say you may want the tweet button handy — solution, add it as a service to that verb/tweet button customiser
#eschnouor G+ or whatever, so as the site owner, I could mark these through whatever means as the fallback, and the extension would hide them based on the user choice.
#barnabywalterseschnou: by choice you mean, give the option to (instead of replacing fallback content) add web action buttons next to them?
#eschnouI also wonder how we can make this looks good. One idea is that the site owner designs it and you don't interfere with the content, only display a popup when clicked.
#eschnouOr can I add some css to my site to tweak their look ?
#barnabywalterseschnou: I am currently overriding very few CSS properties on the buttons, but I can add a class so you can style them however you want
#eschnoubarnabywalters, Ok, just saw the favorite and reply, really nice. It would be great if we could find a way to enable the site owner (e.g. you on your site) to style it so the action looks like the 'fallback' ones.
#tantekbarnabywalters - nicely done with the web actions wiki page splitting
#tantekI think I will add a "post" action on the Tweet buttons on my blog
#barnabywalterseschnou: part of the fun of <action> for me was letting go of some of the control I have
#barnabywalterseschnou: okay, I added some classnames to the replaced UI. .toolbelt-web-action, .toolbelt-web-action-button and .toolbelt-web-action-select
#tantekwith the webactions <action> tag, you could even put them on your site without any fallback
#barnabywaltersyou’ll probably have to use !important, I think style attr styles have higher specificity than styles in classes
#eschnoutantek, sure but then you need the actions button to be in your browser toolbar ?
#eschnoutantek, to me they still make sense displayed next to individual entries. E.g. I browse your timeline of your notes and reply to one in particular.
#barnabywaltersthere’s a lot to be said for positioning these things near the content itself — which is why I was so excited to rediscover that margin marks UI brainstorming
#tommorrisshould probably add the reasons why Wikipedia has rejected social sharing buttons, namely that they'll only replicate and they often have privacy-intruding JS.
#barnabywaltersan then, highlights actionable content on hover of margin mark
#tantektommorris - part of the point of web actions is to avoid the privacy-intruding JS
#tantekin fact, by having it work with just an <action> tag, no JS is needed at all
#tommorristantek: I told you about the NHS Facebook snafu right?
#barnabywaltersI haven’t checked if web action toolbelt replaces spy buttons before they have time to track people — seems unlikely if they use cookies
#barnabywaltersbut other extensions handle that better anyway
#tommorrismy friend mischa made a big stink in 2010 about how the NHS site - which people use to look up medical conditions - had tracking cookies from Facebook and Google.
#tantekbarnabywalters - I thought the listing of real world examples in the wild of use of <action> tags was worthy of putting on the main webactions page
#tantekpeople like to see that stuff is getting picked up
#tantekand where to test their tools that consume it too :)
#tantekbarnabywalters - I like your extended write-up and analysis on the brainstorming page as well - so let's keep that too. The additional insight/perspective helps.
#tantekfor the main webactions page I just wanted to at least list sites publishing <action> and which verbs.
#tantekI'll add mine there when I have a chance to update it tonight
#barnabywalterstantek: and that frees up research for YAY TABLES
#tommorrisa friend told me that if I disagreed with something in the HTML5 spec to just ignore it and publish it regardless. head/@profile was the specific instance
#tantekand since I'm a participant in both the W3C HTMLWG and the #whatwg, I figure I'll bring it up in a more official proposal once our smaller more focused community has worked through the kinks and maybe an iteration or two.
#tantekgiven the disaster that befell Google's web intents, it's worth proceeding (baby) step by step with web actions
#tantekbarnabywalters - not just different terms, but completely different UIs
#tantekwe put the syndicated copies links in different places, group / cluster them differently, label them differently
#eschnouby the way, I finally had my woaw moment when I realized the power of pingback + microformats :-)
#aaronpki just hate writing code that handles the pingback xml, so I intend to only write webmention code in the future using pingback.me for backwards compatibiliity
#eschnougetting the hatom from the source entry to display it nicely on my site is awesome :-)
#eschnoubarnabywalters, and a final unrelated question: your notes have fullname and links to indieusers (e.g. tantek.com) but your tweets refer to their nick (@t). Got some code to fetch their twitter username from page etc... or you are doing it manually ?
morrocco_mole joined the channel
#barnabywalterseschnou: I have rather a lot of code doing that! Some of it needs to be pruned as it is slow
#barnabywaltersthe flow is: #cassis transforms @names into .h-x-username anchors, linked to twitter
#barnabywaltersthen, if I have the person in my address book, it’s expanded into an h-card with details from my db
#barnabywaltersotherwise, I fetch their details from the identengine.com API
#barnabywalterswhich is great, but slow, so I’ll probably replace that with just getting their details off their twitter page/their page linked from twitter at the most
#barnabywaltersand I store the original @name in data-at-name, which is replaced at syndication time
#eschnouso, when you write your note, you typed @t and not @tantek.com ?