#indiewebcamp 2013-07-23

2013-07-23 UTC
bnvk joined the channel
#
aaronpk
EHLOVader: I hadn't heard of whatpulse yet. sounds interesting
#
aaronpk
not sure I want to send all my keystrokes up to a service though :/
sandeepshetty, fmarier, scor, Guest52297 and tylerstalder joined the channel
#
donpdonp
aaronpk: what could possibly go wrong?
#
@tylerstalder
Found a bunch of neat internet things, ended up in php, h-, and acronym hell. #indieweb
scor, poppy, josephboyle and tilgovi joined the channel
#
@mcburton
Been reading through the #indieweb wiki the past few days. Lot of good ideas here, but takes it work to understand http://indiewebcamp.com/Main_Page
josephboyle, tylerstalder and melvster_ joined the channel
#
bret
you would think a front end developer would have enough experience to understand MF2. It's not that hard of a concept
#
bret
maybe lacking the understanding of possible uses makes it more abstract, i dunno
#
f-a
mf2?
Guest41752 joined the channel
#
christopheducamp.com
edited /indieauth-fr (+2464) "[fr: sync'd translation]"
(view diff)
fmarier joined the channel
#
bret
f-a microformats 2
#
bret
f-a, you should add yourself to http://indiewebcamp.com/IRC-people :)
#
f-a
oh silly me
josephboyle and fmarier joined the channel
#
christopheducamp.com
edited /sign-in-use-cases-fr (+1666) "[fr: sync'd translation]"
(view diff)
#
f-a
oh, I need to create an account
#
bret
Its easy! Just set up rel me auth for use with indie auth on your domain
#
f-a
indeed, indeed
#
f-a
alas, I don't think I can do it bret. Reading about the authentication, it seems it needs some sort of authentication provider (github, facebook, etc.) and I have none!
#
bret
Persona, but you must use an email address
#
f-a
(and it seems bret.io can be currently authenticated only via SMS)
#
bret
:/ thats not right
#
bret
f-a, you can use SMS, and once you have that set up you could use google authenticator
#
bret
if you have a smart phone
#
bret
then remove your phone number
#
f-a
mail works only with persona, right?
#
bret
right now I think persona ony does email addresses
#
bret
with indieauth
#
bret
but persona in general has all the parts so that you can set up your own authentication provider
#
bret
i think
#
bret
im not really sure you about it though, you would have to talk to aaronpk about it
#
bret
He seems to be out of town for the moment
#
f-a
I am indeed setting up my auth provider with persona
#
f-a
(well, planning to, to be honest)
andreypopp and eschnou joined the channel
#
bret
that would be sweet! I'm not sure if indieauth needs to do anything though, since its whole goal is to establish your relationship between an auth provider and your domain you say you own
tantek joined the channel
#
f-a
good night, see you tomorrow!
#
Loqi
don't let the bed bugs bite
sandeepshetty, musigny, cweiske, andreypopp, friedcell, josephboyle, earplugs, friedcell1, melvster, erikmaarten_, eschnou and tantek joined the channel
#
neuro`
Good morning #indiewebists
#
melvster
good moaning
#
tantek
good morning #indiewebcamp!
#
@xtof_fr
ébauche traduction article position w3c de @benwerd
scor and musigny joined the channel
#
cweiske
http://microformats.org/wiki/value-class-pattern#Parsing_value_from_a_title_attribute - may I have <span class="dtstart value-title" title="2013-02-01T00:00:00+02:00">foo</span> ?
sandeepshetty and andreypopp joined the channel
#
cweiske
tantek, ?
josephboyle joined the channel
#
tantek
cweiske - no
#
cweiske
so I need two spans?
#
tantek
or just use the <data> element
#
cweiske
<date>? I can't
#
cweiske
I"m in xhtml1
#
tantek
<data>
#
tantek
yeah, <data> is the modern replacement for the value-class-pattern value-title pattern
#
tantek
but for dates and times, yes, you should use the <time> element in particular
#
tantek
why are you using xhtml1?
#
tantek
(actually curious what's holding you back from HTML5)
#
cweiske
because it's our company's blog
#
cweiske
and I can't do a complete relaunch just to add mf2
#
cweiske
but I still want to express the date in machine-readable form
xtof joined the channel
#
cweiske
so I don't have <data > nor <date> nor <time>
#
cweiske
apparently <span class="dt-published"><span class="value-title" title="2013....">...</span></span> is not supported by php-mf2
#
cweiske
tantek, is the following correct: <span class="dt-published"><span class="value-title" title="2012-02-16T16:14:47+00:00"> </span>16.02.2012</span> ?
#
tantek
btw there is no <date>, only <time> and <data>
#
tantek
yes that looks correct
andreypopp joined the channel
#
cweiske
would the following be ok, too? <span class="dt-published"><span class="value-title" title="2012-02-16T16:14:47+00:00">16.02.2012</span></span>
#
tantek
cweiske - I'm betting your company's blog is already treated like HTML5 by browsers
#
tantek
especially if you're serving it as text/html
#
tantek
so the only thing you have to do is change the doctype
#
cweiske
I don't want to argue about that
#
tantek
just saying, if you're not serving it as application/xhtml+xml, then it's not really "XHTML
#
tantek
the DOCTYPE is a lie
#
cweiske
my personal blog uses application/xhtml+xml
#
cweiske
except for IE
#
tantek
hard core!
#
@benwerd
RT @xtof_fr: ébauche traduction article position w3c de @benwerd
#
cweiske
I use CDATA with embedded XML often
#
cweiske
not using application/xhtml+xml breaks output
#
melvster
oops my homepage is text/html too
#
tantek
melvster - why doh?
#
melvster
i should change it to XHTML
#
melvster
because that's the doctype
#
melvster
i was fooled by the validator!
#
melvster
ah im XHTML + RDFa
barnabywalters joined the channel
#
tantek
melvster - sounds like extra work for no benefit
#
melvster
tantek: what is? Im not stupid enough or smart enough to ignore the best practices :)
#
tantek
well-formedness is useful. XHTML is not.
bnvk joined the channel
#
tantek
XHTML is extra work for no benefit
#
tantek
RDFa is nearly always extra work for no benefit - since you can do 99% of what you need with microformats (or heck even microdata)
#
melvster
why extra work? my homepage is already XHTML?
#
tantek
more code, more maintenance, more fragility
#
tantek
see the blog post
#
melvster
tantek: the advantage of rdfa is to mash up data from different sources, i agree there's an overhead
#
cweiske
I like xml parsers
#
cweiske
and that they fail when it's broken
#
cweiske
because they prevent people from generating crap
#
cweiske
the whole paft of html5 that deals with broken html is against my beliefs
#
cweiske
but it's moot to argue about that here
#
melvster
ok fixed my header
#
melvster
cweiske: html5 is a sprawling mess
#
melvster
it should be called ghtml
bnvk, musigny and tantek joined the channel
#
barnabywalters
cweiske: I fixed that value-title parsing bug, pushed it to packagist and my demo
#
cweiske
that was quick
#
barnabywalters
cweiske: it was just an xpath and regex change :)
#
cweiske
"published": [
#
cweiske
"2012-02-16T16:14:47+00:00"
#
cweiske
thanks
#
tantek
melvster - if you're publishing the data, it's only from one source. I'm not sure what you mean by "mash".
#
tantek
and lastly, if the data from different sources is in microformats, that *that* is easier to combine into a single presentation, e.g. what people are doing with syndicating in h-entry data from multiple sources for indieweb comments.
#
tantek
nicely done barnabywalters!
#
tantek
cweiske - I too like xml parsers for linting, but never for user consumption.
#
cweiske
by using them for consumption, you force people to generate proper xml
#
tantek
melvster re: "sprawling mess" - the web is a sprawling mess, that's why it succeeded.
#
barnabywalters
cweiske: er, does “forcing” authors to do anything actually work in practise?
#
cweiske
it does on my own blog, and it works here at work
#
cweiske
either I have to complain in the QA stage about the issue
#
cweiske
or people notice it already during development
#
tantek
barnabywalters - forcing fragility onto users = fewer users using your web site/app/product.
#
cweiske
tantek, it also helps you prevent XSS issues
#
tantek
but doing well-formedness checks serverside, and other tests, are good for catching regressions early
#
cweiske
because you instantly see when it fails
#
cweiske
and users are even protected from xss :)
#
tantek
cweiske - not a common xss vector as far as I know
#
tantek
HTML5 actually has a lot more protections against XSS than anything that came before
#
cweiske
XSS means including bad HTML into the output of website
#
tantek
so if XSS is your concern, you should definitely upgrade your system to HTML5
#
cweiske
so the XSS code has at least to be well-formed and keep the page code well-formed
#
cweiske
quality check for xss
#
cweiske
I like that
#
tantek
cweiske - that's not a relevant XSS vector
#
cweiske
for semanticscuttle, my bookmark manager, I use the two-sided strategy
#
tantek
HTML5, security, XSS etc.
#
cweiske
when debugging/development mode is enabled, it outputs application/xhtml+xml
#
cweiske
when not, it's just text/html
#
tantek
if you're actually trying to improve the security of your site - solve actual problems
#
cweiske
tantek, I know
#
tantek
rather than giving a theoretical example
#
tommorris
hey indiewebsters
#
tantek
hey tommorris
#
barnabywalters
morning tommorris
#
tommorris
I was working on my location infrastructure at the weekend - got a nice screenshot: http://cl.ly/image/2t0r0w1q2e0S
#
barnabywalters
yay pigeons
#
Loqi
giggles
#
tommorris
it's a riff on the 'eagle' in FireEagle
bnvk_ joined the channel
#
melvster
tantek: the web hasnt yet succeeded ;)
#
melvster
tommorris: looks awesome
#
tantek
melvster - fundamentally changing human culture and commerce? I'd say that's quite a success.
#
melvster
tantek: still a *work in progress* so much more we can do ... if it stops here it will not have achieved it's full potential
#
barnabywalters
successful != finished
#
tantek
melvster - life is a work in progress, there will always be much more we can do. so it is irrelevant that there is much more we can do.
#
tantek
"achieving it's full potential" is a dumb criteria - as nothing can be realistically expected to do so.
#
tantek
dumb = impractical
#
melvster
tankek: I dont disagree, but there are milestones to reach before each person can call something a success / fail ... the web of documents has done quite well, commerce is poor, the web of data is just starting, when we get proper incentives onto the web ill call it a success, if we just end here it will not have met expectations ...
#
tantek
commerce has done just fine - feel free to check stats on online sales over time
#
tantek
web of data is already huge - and embedded in documents.
#
tommorris
Amazon would disagree with the idea that e-commerce has been a failure
#
melvster
amazon are not exactly impartial
#
tantek
the web of invisible parallel data is had had numerous false starts and is pretty doomed
#
tommorris
it took quite a while to get over the WS-* red herring.
#
tantek
once we decided to ignore parallel data efforts and go with microformats in HTML (2005), the web of data grew incredibly
#
tommorris
now we seem to be recreating the WS-* world but with JSON and impenetrable OAuth specs.
#
tantek
eventually even RDFa and microdata mimicked microformats (by adding to HTML)
#
melvster
micropayments should be as easy as accumulating points in a game, not this monolithic travesty we have today, controlled by gatekeepers
#
tantek
tommorris - who is recreating WS-*?
#
tommorris
tantek: every web 2.0 company on the planet building snowflake JSON APIs
#
tantek
tommorris - indeed. sounds worse than WS-* :)
#
melvster
web commerce is a train smash it's simply ported the tired old 20th century shopping model online
#
tantek
melvster - not a smash - it's growing every year
#
tantek
your analogy is false
#
melvster
publishing documents is easy, paying is hard, there's no financial commons, there's no indie web of money
bnvk joined the channel
#
melvster
facebook make money from other people's content, the content providers dont get paid ... incentives should be aligned with value creation
sandeepshetty joined the channel
#
tantek
melvster - if you're interested in alternatives to selling things on the web, take a look at Mozilla Marketplace
#
melvster
tantek: mozilla stuff is problematic because persona dont support indieweb indentifiers, they are in the church of 'your email address is your identity'
#
tantek
melvster - we already have the facebook make money from other people's content problem documented on the /why page:
#
melvster
tankek: good! we can fix it!
#
tantek
melvster - you can use your name at your own domain as an indieweb persona identifier
#
tantek
melvster - not we, each one of us
#
melvster
tantek: no, because they overload the identifier with email delivery, so without running an email provider I cant even do that, not that I would want to
#
tantek
no you can forward your email
#
melvster
no thanks
#
melvster
im happy with my email address
#
tantek
just proving you can do it
#
tantek
as opposed to "don't support" - which was your assertion
#
melvster
i stand by my comment
#
melvster
they have overloaded email for 3 different purposes
#
tantek
melvster - if you want to "fix it" - I challenge you to publish your notes on http://melvincarvalho.com/ instead of https://twitter.com/melvincarvalho
#
tantek
until you do that, you're all talk :P
#
melvster
and it's not necessary at all
#
melvster
tantek: challenge accepted!
#
melvster
im actually just writing a microblogging service!
#
melvster
this second
#
tantek
great, until then, focus on getting that working, rather than the handwaving
#
tantek
wonderful! what's your microblogging project called?
#
tantek
is it open source?
#
melvster
i said mozilla was problematic, as it has design flaws, in response to the suggestion of using marketplace, that's not hand waving
#
tantek
all your stuff about commerce is handwaving
#
melvster
tantek: yes it's open source, im writing a pane for The Tabulator, to do microblogging, if you know that project?
#
tantek
melvster - I don't - let me know when you have something (anything) of it running on melvincarvalho.com
#
tantek
until then, not really interested to hear about it
#
tantek
(any more about it)
#
tantek
deploy something, then itereate
#
tantek
iterate even :)
#
melvster
tantek: fair enough, I actually do run a blog and a semantic microblog on melvincarvalho.com already, but it's not granular enough, ie tweets should be portable, so im writing my own
#
barnabywalters
melvster: interesting, what do you mean by portable?
#
melvster
barnabywalters: the design concept is here http://www.w3.org/DesignIssues/CloudStorage.html the idea is that storage in the cloud is a commodity, you can have one or more workspaces, all linked to and discoverable from your indieweb identity
#
tantek
melvster - right, I don't see any notes ("microblog" posts) on melvincarvalho.com, nor do I see any POSSE of them on https://twitter.com/melvincarvalho
#
tantek
so when you say "run a blog and a semantic microblog on melvincarvalho.com already" - there's no evidence of it on melvincarvalho.com
#
melvster
well im trying to move away from twitter :) im doing a 2 part blog explaining how it's done ... here's part 1 : http://www.w3.org/community/rww/2013/07/19/tabulator-creating-a-new-pane-part-1/
#
melvster
sure there is
#
melvster
tho im not much of a blogger
#
melvster
My Blog
#
melvster
My Semantic MicroBlog
#
melvster
however the semantic blog im about to remove because it's buggy
#
melvster
tommorris: you might be interested in the tabulator post above, there's lots of linked data libraries in there
#
tantek.com
edited /why (+166) "add an explicit point about disliking seeing your content surrounded by ads, in contrast to selling of your content outright"
(view diff)
#
tommorris
haven't tried tabulator for a while. may do so
#
tommorris
last time I used it, I mostly did so in order to produce a screenshot saying that danbri worked for Darth Vader
#
tantek.com
edited /why (+1) "'"
(view diff)
#
neuro`
Hmm I fear I get disconnected
#
tantek
btw re: Mozilla Marketplace and testing commerce in apps with receipts etc., see: http://www.pcworld.com/article/2044203/firefox-os-simulator-adds-commerce-feature-for-app-developers.html
#
melvster
tantek: yes im part of the web payments community group working with mozilla on some of this stuff, they are generally excellent, but persona is the weak link
#
tantek
anyway, I'm not sure we can do any better than that here in #indiewebcamp, so unless you have something specific commerce related you're implementing on your own site, it's largely handwaving (as far as indieweb is concerned), and better to just keep incrementally improving things in that CG
#
melvster
tantek: yes agree, I would happily have reused mozilla stuff if they didnt restrict so much, but at this point it may need a rewrite, with partial bootstrap
#
tantek
fine, I'm just letting you know since you seem to keep bringing up commerce/micropayments here and it's largely just been repeated handwaving. at some point, you need to go ship something, or you're just adding noise to the channel.
#
melvster
tantek: ok :)
#
tantek
(which is maybe fine in a #commerce or #micropayments channel, but so far it's just been noise in #indiewebcamp)
friedcell joined the channel
#
melvster
tantek: that's fair enough, but it was you that brought up commerce, I was replying that commerce is poor, imho, I'll leave it at that
#
tantek
except I wasn't talking about hypothetical futures, I was citing *existing* online commerce as one of many examples of the web succeeding
#
melvster
pleads the fifth :)
neuro`, barnabywalters_, friedcell, melvster1, bnvk, gjones_, friedcell1 and f-a joined the channel
#
hupili.net
edited /POSSE (+1077) "/* Sites */"
(view diff)
neuro` and andreypopp joined the channel
neuro` and gjones_ joined the channel
#
barnabywalters
hupili: thanks for documenting your PESOS use, how easy is it to get data out of Chinese social networks? do they have good APIs?
#
barnabywalters
you should make a SNSAPI page and move your links on the POSSE there
#
Loqi
yea!
#
hupili
barnabywalters: the three sites I'm regularly using all have APIs. Although not very good, they are usable.
#
hupili
Their design basically follows FB or Twitter style. The main difficulty is that every site gives a different data structure so you have to read a lot docs to operate all of them. We made SNSAPI to shift the burden of app developers.
#
hupili
Thanks for the tip, I'm make a link for the tool. :)
#
tommorris
I should probably document how easy it is to PESOS Foursquare
#
tommorris
if you set up an HTTPS endpoint, you can get Foursquare to POST back your checkins live as you make them.
sandeepshetty joined the channel
#
barnabywalters
tommorris: seriously? yes please document that, I’d actually sign up for foursquare in order to use that
#
tommorris
the only difficult bit is it has to be HTTPS, and you have to authenticate with the API via OAuth once
#
hupili.net
edited /User:Hupili.net (+1048) "/* HU, Pili */"
(view diff)
#
hupili.net
edited /POSSE (-45) "/* Sites */"
(view diff)
#
@glennjones
Looking at how to add http://webmention.org/ to new blog - going to be interesting time designing and coding it cc @indiewebcamp
#
@BarnabyWalters
@glennjones yay! Looking forward to exchanging mentions :) #indieweb (http://waterpigs.co.uk/notes/4R9D3A/)
tantek and scor joined the channel
#
hupili.net
edited /POSSE (-15) "/* Sites */"
(view diff)
#
hupili.net
created /SNSAPI (+647) "Created page with "= SNSAPI = * GitHub: https://github.com/hupili/snsapi * PyPI: https://pypi.python.org/pypi/snsapi/ * Maintainer: [[User:Hupili.net]] SNSAPI is a lightweight cross platform '''m...""
(view diff)
sandeepshetty joined the channel
#
tantek.com
edited /SNSAPI (+187) "stub, dfn, headers, see also, linky linky"
(view diff)
#
tantek.com
edited /SNSAPI (+4) "summary"
(view diff)
#
waterpigs.co.uk
edited /syndication-models (-6) "/* Syndication Models */ -- => :"
(view diff)
#
tantek
bret - nicely done on the improved reply-context! http://bret.io/2013/07/10/t1/
#
barnabywalters
tantek: btw, have you seen twitter’s in-feed contexts any more?
#
barnabywalters
I spotted them in emails but not on twitter.com
friedcell and tantek_ joined the channel
#
tantek
bret I noticed that URL with reply-context says "Mentions Loading…" (but never seems to complete one way or another)
#
hupili.net
created /SNSRouter (+1143) "Created page with "= SNSRouter = * GitHub: https://github.com/hupili/sns-router * Maintainer: [[User:Hupili.net]] SNSRouter is a web UI built upon SNSAPI where one can read an aggregated timeline...""
(view diff)
#
cweiske
IIRC that's some issue with aaronpk's pingback.me
#
cweiske
which doesn't allow CORS
#
tantek
cweiske - then the front-end should compensate for that and time-out accordingly
#
tantek
regardless of any such limitations of the back-end
#
cweiske
don't tell me
neuro` joined the channel
julien51 joined the channel
#
EHLOVader
I had issues with unicode and ended up installing this http://gschoppe.com/blog/fixing-unicode-support-in-google-chrome/
#
EHLOVader
I noticed now that a few sites, like bootstrap and password fields in chrome are showing the wrong character... seems all of your sites seem to use unicode a lot also
#
EHLOVader
I am a windows chrome user, anyone hear of this issue before?
#
EHLOVader
this is what I see from Bret's site... http://i.imgur.com/rWDSffI.png
#
f-a
mhhh, encoding issues...
pfefferle and musigny joined the channel
#
f-a
are you sure you are not forcing a particular encoding,EHLOVader (not being a chrome user, I don't know how to change encoding in that browser)
#
EHLOVader
I have tried various encodings
#
EHLOVader
three are stickied
#
cweiske
the browser should detect the encoding itself
#
EHLOVader
it has a place to set encoding
#
EHLOVader
not sure what that is for
#
f-a
what cweiske said
#
f-a
(to be honest, sometimes you have to fiddle with CJK pages)
#
f-a
(or at least I do)
#
@glennjones
@pfefferle @indiewebcamp Looks interesting how do I install it, just use the zip from github or do I need to package it in someway ?
#
tantek
pfefferle - thanks for helping out gjones :)
neuro` joined the channel
#
@pfefferle
@glennjones you have to unpack the zip into the plugins folder and activate it through the plugins menu… that's it /cc @indiewebcamp
#
pfefferle
tantek no problem :)
#
pfefferle
btw I updated my wordpress theme (http://wordpress.org/themes/sempress)… it now supports the mf2 comment draft (http://microformats.org/wiki/comment-brainstorming#microformats2_h-feed_p-comments)… thanks to barnabywalters for his feedback
#
tantek
pfefferle - that's great!
#
@pfefferle
@glennjones and don't forget to use mf2 markup in your theme /cc @indiewebcamp
#
tantek
barnabywalters - I just checked my desktop twitter.com stream and see several replies happening but no threading :/
#
barnabywalters
pfefferle: oh cool! and live on your domain too — great stuff
#
pfefferle
barnabywalters and tantek thanks
#
tantek
pfefferle you can use #indiewebcamp instead of cc: @indiewebcamp
#
gjones
pfefferle we talk talk here rather than twitter - just updating wordpress at moment
#
barnabywalters
tantek: hm, weird. I finally managed to persuade twitter not to send me emails but until I did I consistently saw them in those
#
tantek
the hashtag is enough for Loqi to see it and copy here
#
Loqi
yeah!
#
barnabywalters
thinking of putting mini reply contexts in my feed, seeing as I reply a lot
#
pfefferle
gjones yes, that's better ;)
#
barnabywalters
aiming for single line, truncating if necessary
#
tantek
barnabywalters - what's this "feed" you speak of ? ;)
#
barnabywalters
??? IIRC feed was what we were referring to reverse-chronologically ordered lists of bits of content as
scor joined the channel
#
barnabywalters
specifically my notes
#
barnabywalters
as I don’t tend to write reply articles
#
barnabywalters
in the strict sense of reply as only making sense with context
#
tantek
!tell fdevillamil what is "((127.0.0.1:3000 mtLKir))" ?!? i.e. here: https://twitter.com/fdevillamil/status/359671340560691200
#
Loqi
Ok, I'll tell them that when I see them next
#
tommorris
"stream" tends to be another term people use for it.
#
tommorris
which nicely avoids the conflation of feed-as-in-content-in-reverse-chronological-order with feed-as-in-RSS/Atom-document
#
barnabywalters
we discussed this already, a few weeks back, I can’t remember if we actually documented it at all
#
gjones
pfefferle get error Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING ….. webmention.php on line 28
#
pfefferle
are you using php5.3 or above?
#
pfefferle
that's required by the mf2 parser
#
tantek
barnabywalters - yes, if you're referring to your /notes HTML page, I'd say "stream" is better than "feed"
#
tantek
the term "feed" is too polluted
#
tantek.com
edited /reply-context (+79) "note twitter in-stream reply contexts appear to be gone as of sometime in 2013-07"
(view diff)
neuro` joined the channel
#
gjones
pfefferle hosting company is saying its PHP5.3 for new accounts, but added a plug-in to display it and they are running PHP 5.2.17 on my server : (
#
pfefferle
gjones any chance to upgrade it?
erikmaarten_ and neuro` joined the channel
#
gjones
pfefferle Not sure I will fire off an email. I am starting to recode my blog in node.js which will take a while, but it would be nice to see your plug-in working
#
pfefferle
gjones let me know if you still have problems (or feedback) after you got your php upgrade
#
tantek
neuro` congrats!
#
tantek
looking forward to your first POSSEd post via Publify :)
#
tantek.com
edited /reply-context (+422) "add screenshot for a simple tantek.com reply context, note what each example so far is showing"
(view diff)
#
tantek
bret - you should add your reply context example with screenshot in a new subsection at the end of this section: http://indiewebcamp.com/reply-context#IndieWeb_Examples
#
gjones
pfefferle will do
#
tantek
!tell benwerd you should add a reply-context example from your site with screenshot in a new subsection at the end of this section: http://indiewebcamp.com/reply-context#IndieWeb_Examples
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
anybody else here displaying reply-contexts?
#
pfefferle
tantek kind of… but still some more work to do http://notizblog.org/replies/converspace-activity-syntax/
sandeepshetty joined the channel
#
neuro`
tantek: thank you. Taking the kids for a walk and I'll update my blog with the new code
#
tantek
neuro` looking forward to it! have a nice walk with the kids (good priorities :) )
#
tantek
pfefferle - I'm confused a bit by that reply.
#
tantek
why does it say "Commented on a post by Matthias Pfefferle." in an indented grey box?
#
tantek
isn't that page a comment on a post by Sandeep?
#
tantek
also on Sandeep's page it looks like your comment showed up twice?
julien51 joined the channel
#
pfefferle
tantek that's what i mean… this context is missing at the moment…
#
tantek
well you link to Sandeep's original post
#
pfefferle
tantek the gray box is only a quote and has nothing to do with the context
#
pfefferle
but the comments beneath are context sensitive
#
tantek
but a quote of what?
#
pfefferle
thats part of my comment
#
pfefferle
i wanted to say that i like the syntax
#
pfefferle
but as i mentioned i am not showing sandeeps original post at the moment… but the comments are also context sensitive...
#
pfefferle
tantek: if you click on the timestamp in the comments you see the original comment
texburgher joined the channel
#
cweiske
that link-to-original-on-timestamp is something you really have to get used to
#
cweiske
bothers me somehow
#
pfefferle
yes… have to add a real link at the end of the comment...
#
tantek
cweiske - it's the same as twitter @-replies
#
cweiske
i don't use twitter
#
tantek
the timestamps on @-replies in a thread all link to the permalink pages for each
#
tantek
so that's where that convention came from
#
tantek
re-use as it were
#
tantek
pfefferle - it's fine
#
cweiske
on twitter timelines may not be much space
#
tantek
I think everyone's who's displaying indieweb comments is linking back to the original reply posts via the timestamp
#
cweiske
but in a separate page, you could add a "$person wrote" and link that
#
tantek
simple/compact design is always useful
#
tantek
cweiske - it works like that on Twitter's "separate pages" as well
#
tantek
consistency and such
#
tantek
pfefferle - I just noticed that your blog header image has your article on open web
#
cweiske
as I said - you really have to get used to it
#
tantek
and the text in the right side of the image
#
tantek
mentions the unfortunate / defunct "<intent/>" element
#
tantek
pfefferle - I see now - there's no reply context there at all
#
pfefferle
there is, the whole comment thread
#
tantek
that's not reply-context, reply context is the stuff YOUR post is replying to, not the replies to your post.
#
pfefferle
kind of… because sendeep commented on his site http://www.sandeep.io/92
#
pfefferle
it is a different way to display the context
#
pfefferle
i don't show only one comment, but the whole conversation
#
tantek
you're not showing the conversation *before* your post
#
tantek
that's the reply-context
#
pfefferle
but the original post i am commenting to is missing yes
#
tantek
that original post you are commenting to *is* the reply-context
#
tantek
the stuff *below* your post are comments on your post
#
tantek
they're two different things
#
tantek
http://www.sandeep.io/92 is a good example of this
#
tantek
on that reply, everything in the white box before "#converspace" is the reply-context
#
pfefferle
not really, because sandeep is not showing the whole conversation… he shows only the first answer
#
tantek
from "#converspace" to "#indieweb" is the reply itself that sandeep wrote
#
tantek
and then he has a clear "Comments" section below
#
tantek
pfefferle - part of the point of developing indieweb reply-contexts is that even just showing *something* there is better than nothing. It doesn't need to show "the whole conversation"
#
pfefferle
but why not?
#
tantek
because having something working is better than nothing
#
pfefferle
it was no critic… just wanted to show the difference
#
tantek
http://notizblog.org/replies/converspace-activity-syntax/#comment-214583 does not have the reply context because it doesn't show or link to the original post you're replying to: http://www.sandeep.io/55
#
pfefferle
the comment above
#
pfefferle
that's what i menat
#
pfefferle
only a different way to display it
#
tantek
correction, it has a very small reply-context
#
pfefferle
yes, because i am not finished yet
#
tantek
the text "(this is a reply)" which is linked to http://www.sandeep.io/92
#
pfefferle
still a lot to do
#
pfefferle
not that easy to work with wordpress
#
pfefferle
to implement that
andreypopp joined the channel
f-a joined the channel
#
tantek
yes reply-contexts are interestingly difficult
#
tantek
bbiab
#
pfefferle
!tell tantek btw this is the name of my column in a german magazine about open-web stuff (header image) i can send you the article about the indieweb if you want… but it is german...
#
Loqi
Ok, I'll tell him that when I see him next
sandeepshetty and spinnerin joined the channel
#
gjones
member:pfefferle working, need to get everything updated - http://glennjones.net/2013/07/playing-with-webmentions/
tantek joined the channel
#
Loqi
tantek: pfefferle left you a message 20 minutes ago: btw this is the name of my column in a german magazine about open-web stuff (header image) i can send you the article about the indieweb if you want… but it is german...
#
tantek
pfefferle - I think it's important for each post / reply / comment to have its own permalink (without query string). What Twitter did in this regard was quite clever.
#
pfefferle
tantek that should be no problem… i only have to change my mod-rewrite...
#
pfefferle
the next steps are: adding in-reply-context and admin backend to set reply links, nicer single views of comments (with context) and improving the markup
ozten, josephboyle and benibur joined the channel
#
benibur
hi, I work on Cozy Cloud, a startup that propose a personal cloud you can "host, hack & delete".
#
benibur
I'll be in SF in august because we have been selected by mozilla web fwd, so I would be pleased to meet anyone involved in the personal data restitution.
#
benibur
I have seen that there is a meeting in the UK in september, I could join (we are in Paris, london is clother than San Francisco :-)
#
barnabywalters
welcome benibur
#
barnabywalters
yep, indiewebcamp UK will be happening just after dConstruct
pfefferle joined the channel
#
bret
hey benibur
#
barnabywalters
do you have a personal URL? log in to the wiki and add yourself to the interested-in-participating list
#
benibur
I do have, but no public ressource :-)
#
aaronpk
benibur: I'll be in SF Aug 6-8, will you be there at that time?
#
benibur
I could easily add one if it is a condition !
#
benibur
(it would be the occasion to do one !)
#
benibur
@aaronpk : yes !
#
benibur
I arrive satuday the 27th of July, and leave the 26th of august.
#
aaronpk
cool! not sure exactly what's scheduled for me that week but i'm sure there will be some sort of indieweb meetup then!
#
benibur
I would love to meet you aaron if you can find time in your schedule !
#
bret
I want to buy a plane ticket but my paycheck is so freaking slow to show up :?
#
bret.io
uploaded /File:brert.png "Example of my relpy context as of right now."
ozten joined the channel
#
benibur
definetly ok for a meetup on the 6th, 7th or 8th.
tylerstalder joined the channel
#
bret.io
edited /reply-context (+150) "/* IndieWeb Examples */ Added an example of my reply context."
(view diff)
#
bret
ok tantek, I added what I have for now
texburgher_, Guest84261 and melvster_ joined the channel
#
aaronpk
for anyone in Portland, feel free to sign up for our happy hour for OSCON tomorrow! http://pdxapihour2013.eventbrite.com/
marjolein and benwerd joined the channel
#
Loqi
benwerd: tantek left you a message 3 hours, 4 minutes ago: you should add a reply-context example from your site with screenshot in a new subsection at the end of this section: http://indiewebcamp.com/reply-context#IndieWeb_Examples
#
benwerd
Question: is anyone planning to attend SXSW next year? And if so, are there plans for an Indieweb panel?
#
benwerd
If so, is there room for me and my chickens? And if not, I may try and set one up.
#
barnabywalters
sxsw is the one which it’s pointless to attend unless you’re old enough to get into US bars, right?
#
aaronpk
barnabywalters: lol!
#
benwerd
Kind of yes, kind of no.
#
benwerd
(Oh man, I remember that dilemma so well. US licensing laws are dumb.)
#
aaronpk
benwerd: I don't think I'm going this year actualy
#
benwerd
I don't at all blame you
andreypopp joined the channel
#
barnabywalters
but indieweb sessions anywhere are good, so go for it if you’re going!
#
aaronpk
went last year and it's kind of turned into a giant corporate conference. it's still a good conference if you're doing bizdev and making deals with other companies, etc
#
benwerd
Right, it is exactly that
#
benwerd
I skipped last year
#
benwerd
previous year was already pretty bad
#
aaronpk
ah, well it's solidified itself last year as that
#
benwerd
But, hey, I work for an Austin startup.
#
benwerd
neuro`: congrats!
#
aaronpk
neuro`: sweet! you should add 'class="u-syndication"' to the twitter link too!
#
bret
is it bad to apply a function to a bunch of array elements? https://github.com/bcomnes/bcomnes.github.io/blob/master/assets/js/webmention.js
#
bret
line 24
#
bret
also way cool neuro`!
scor joined the channel
#
neuro`
bret:, benwerd thank you
#
bret
that was super quick
#
neuro`
aaronpk: done, this will be added with the next push
#
neuro`
bret: what was super quick?
#
aaronpk
neuro`: awesome
#
neuro`
Can't backlog because of very sluggish connection
#
neuro`
aaronpk: hmm true, the problem comes from my theme, will fix this tonight, thank you
#
neuro`
I c/p the posts template which are OK, but that one is not
#
@mvz
@fdevillamil shortened URL seems to be missing a slash
sandeepshetty joined the channel
#
aaronpk
seems to be split pretty close to 50/50 of people who think the URL is missing a slash vs people who are annoyed there is no additional content after clicking the link
#
aaronpk
I first started publishing the shortlinks like tantek does, and switched to actually putting in a URL after I got too many "your URLs are missing a slash" messages
#
neuro`
Yes. Not sure what to do yet (mvz is one of my co maintainers)
#
aaronpk
my pattern is "(aaron.pk/XXXXX)" if there is no additional content, and "... aaron.pk/XXXXX" if there is
#
aaronpk
I still get a couple people commenting that they are annoyed there is no additional content after clicking the link, but after I explain the convention they say "ohh... that makes sense"
#
neuro`
I must confess I c/c Tantek way to do it. I actually first thought about how to do the stuff on my side before jumping on the #indiewebcamp boat
#
bret
aaronpk, did you see I got my pingback.me embed working?
#
aaronpk
bret: yeah!! nice!
#
neuro`
BBL, time to eat.
andreypopp and demis joined the channel
#
bret
is it just me or is the new G+ layout absolutely unreadable?
eschnou joined the channel
#
@ndebock
We want a decentralized socialweb. Thank you to all the indieweb doer and maker http://werd.io/entry/51dca7e2bed7de945debf707/the-indieweb-as-a-minimum-viable-social-web-ecosystem via @xtof_fr
andreypopp and tilgovi joined the channel
#
@benwerd
Judging by your responses across networks, I'll be submitting a #SXSW panel on #indieweb chickens. So, uh, look out for that.
andreypopp and barnabywalters joined the channel
#
benibur
funy, you mentionned ndebock : he is a french vc I now a little bit.
#
benibur
thanks to your link, I discovered the "W3C's Workshop on Social Standards" that will take place the 7 & 8th : I'll try to be there
#
benibur
any one goes there ?
#
bret
benibur: tank, benwerd and aaronpk will be there I think
#
bret
tantek*
#
benibur
ok thank you !
#
bret
Also,benibur, Loqi is a bot that forwards #indieweb tags to irc :)
#
Loqi
who, me?
#
bret
and wiki changes
#
bret
Yeah, Loqi, you
#
benibur
ok, sorry, didn't know :-)
#
bret
thats okay, the bot has a bit of a humanity complex
#
benibur
it seems that I am dumb enought to let the bot pass the turing test !
#
bret
don't be so hard on yourself, It happened to me too, and others
#
benwerd
The singularity is nigh
#
benibur
I am discovering the perspectives of indie web and the posse approach.
#
benibur
the alignment with our own project of "personal cloud" is amazing, i am surprised not to have heard more about you earlier !
#
benwerd
benibur: what's your project?
#
benibur
cozy cloud = a personal cloud = your personal server you administrate as easily as your smartphone
#
benibur
from a technical point of view, we are a pPaaS ( = a personal Platform as a Service)
#
benwerd
Nice! Do you know Johannes Ernst?
#
benibur
with a layer of abstraction above the data persistence (we called it the data system)
#
bret
benibur: you should sign up on the wiki and add yourself to this list: http://indiewebcamp.com/IRC-people
#
benibur
no, i don't think so, let me check in my memory (google...)
#
benwerd
He works on something that's not a million miles away, and helped start the Personal Cloud meetup here in SF
#
benwerd
Anyway, I think something like that is really needed
#
benwerd
and the smartphone metaphor is REALLY good
#
f-a
irssi just decided to pick the very same shade of green for benibur and benwerd, leading me to believe what I read was a monologue xD
#
bret
colloquy picked very similar shades of blue
#
f-a
and the nicks are of the same lenght
#
f-a
silly clients!
#
benibur
johannes seems an excellent connection ! as iwill be one month in SF I will try to contact him.
#
bret
benibur: cozy cloud looks pretty cool!
#
demis
I've been using ownCloud for a while now and it's worked out great
#
benibur
btw, if anyone is interested in a mind sharing in SF (call it a meetup or an happy hour), please contact me ! ben@cozycloud.cc
#
demis
gives me complete cloud solution on my iDevices etc
#
bret
My attempt at my own cloud stopped when I reapplied how difficult nginx is if you don't know what you are doing
#
bret
ownCloud also looks good
#
benibur
owncloud is very interesting. Our approach is more modular.
#
benibur
on cozy, each app is a server (python, nodejs, ruby, php...)
#
bret
thats pretty cool!
#
benibur
on owncloud it is more the logic of plugins
#
benibur
everything in php, so if you like php, it's great.
sandeepshetty joined the channel
#
benibur
bret: for now we only support nodejs
#
bret
I don't know php, but is a popular tool here
#
benibur
python is on the way
#
benwerd
That's really neat
#
benwerd
Woud love to play with it
#
benwerd
* would love
#
benibur
we are much younger than owncloud who raised quite a lot of money, where as we are still self founded
#
benibur
but i hop it will change quickly :-)
#
benibur
* hope
#
benibur
as we have been selected by mozilla to participate to their accelerator (web fwd), It will help us a lot !
#
bret
oh hey look at that pinboard is down
#
bret
gahhh
#
demis
can cozy be self hosted like owncloud?
andreypopp joined the channel
#
benibur
demis, yes : cozy = a personal cloud you can host, hack and delete...
#
benibur
we will soon deliver an image of a virtual machine with the full stack installed.
#
bret
benibur: do you have a website or twitter
#
benibur
for now deploying can be tricky, but with a setup vm, it's easy.
#
bret
or cozy cloud powered blog :)
#
benibur
:-) nope, our site is not hosted on a cozy instance, shame on us !
#
benibur
our tech site : http://cozy.io/
#
benibur
our "corporate" site : https://www.cozycloud.cc/
#
bret
benibur: Check out http://indiewebcamp.com/selfdogfood for inspiration to use your own code!
#
benibur
+1
#
benibur
but : the aim of a cozy is to host your personal data and services, not a web site that will deal with a client database and will pilote your cluster...
#
benibur
but my personal web site will soon be on my own cozy, I promise !
#
benibur
And hosting a personal indieauth server seems attractive too.
#
bret
That would be pretty sweet
#
benibur
I have to go deeper in your concepts, technologies and framework, but it seems quite easy, or even natural, to integrate a posse approach to Cozy.
#
benibur
I will dig into that opportunity during my stay in the US.
#
bret
There are going to be at least two indieweb session at that Social conference in SF I think
#
bret
I'm going to try and make it
#
benibur
social conference = the workshop the 7 & 8th of august ?
#
bret
yeah
#
bret
sorry forgot the name :)
#
bret
"Workshop on Social Standards: The Future of Business"
benwerd joined the channel
#
benibur
ok cool, i definetly try to be there. They require an "expression of interes", i will prepare mine quickly.
#
bret
benibur: check out http://werd.io/entry/51dca7e2bed7de945debf707/the-indieweb-as-a-minimum-viable-social-web-ecosystem for benwerd's paper. But all that is required is a paragraph of interest I think.
#
benibur
bret: yep, thanks !
#
bret
neuro`: are you having problems with the h-card?
julien51 joined the channel
#
benibur
bret: I hope I will meet you there, other wise contact me directly (I have a full month in SF, not much planned for now : objective = mind sharing with the ecosystem !)
#
bret
no, doesn't look like it
#
demis
benibur: one thing I really like is caldav/carddav support, is that available through the cozy apps?
#
neuro`
bret: no, the h-entry
#
bret
benibur: if I make it I will! I'm sure there will be some hack sessions when everyone is down there together
#
benibur
demis: caldav/cardav is curruntly the subject we are working on !
eschnou joined the channel
#
demis
okay sounds great, I look forward to trying it :)
b0bg0d joined the channel
#
benibur
again, we are young, but I think that our PaaS approach with a data federation between the apps is an interesting approach.
#
benibur
please provide us feedback to improve our work !
#
demis
being able to integrate with mobile devices is really important
#
benibur
(we have an irc if you need help : #cozycloud on freenode)
#
benibur
demis: we do have a strategy for mobile devices !
#
benibur
the data system is a service (a nodejs app) above a couchdb database.
#
demis
thats one thing with owncloud, you can setup an iphone to sync calendars, contacts, reminders, notes etc. they even have an app that works much like the dropbox app
#
benibur
the idea is to use the synchronisation of couch so that you can have a couchdb on your devices (laptop, smartphone, desktop, tablet...)
#
demis
sorry notes is incorrect, I am syncing notes via my imap email
#
benibur
this local couchdb will be sync with your server and your local apps will be able to access your data localy.
#
bret
neuro`: it looks like the mf p-name entry-title etc are ending up in a p tag
#
demis
that's a unique approach, could save a lot of traffic on mobile devices too
#
bret
neuro` you need to wrap the content with those classes using a div or something, or stick it in the class for the article
#
benibur
and guess waht is our first app on a device : a fuse driver that is connected to your couchdb : what means a dropbox feature.
#
benibur
I think we will release this in beta in november, and available early 2014
tantek joined the channel
#
bret
benibur: you should start using it yourself before that
#
benibur
+2 !
#
bret
and once you get POSSE up and running you can use it will make it easier to use as your primary identity on the web
#
benibur
(but in fact we are already using it for ourselfves :-)
#
bret
delete "you can"
#
bret
awsome!
#
neuro`
bret: thank you
#
neuro`
will change this
#
benibur
bret: yes, posse is very interesting, i agree that we must get our data back, but silos are still required to share content.
#
benibur
as mentionnd above, I will go deeper in your concepts and technologies to see how to integer your approach in our roadmap
#
bret
right the goal isn't to isolate ourselves, but to originate our data at home first… there is also PESOS… http://indiewebcamp.com/PESOS
#
bret
which is better than purely relying on a silo
#
benibur
bret: yep, i saw pesos et pesetas concepts on the indieweb site
#
bret
ah ok :)
#
benibur
but i have to go deeper in the tech to understand the way that you imagine that it can work.
#
benibur
it is very complementary of our approach : we make it easy to self host any service, you develop a standard to get your data back in your silo sync with external silos.
#
bret
I would talk to tantek and aaronpk when they are around, they have been doing this for a long time. There is also http://waterpigs.co.uk/notes/ and http://www.sandeep.io who have really capable implementations of these ideas
#
bret
and I presume you have already spotted benwerd idno
#
bret
It would be awesome for something like own cloud or cozy cloud to join in
#
benibur
It does seem promising.
#
benibur
Cozy is creating your personal, private silo.
#
benibur
but we now need to bring it to social
#
benibur
the idea of posse : post once syndicate everywhere, is exactly what we need.
#
benibur
you have your data on your server, and you can then syndicate it on any public silo.
#
bret
some people who have been designing tools beyond their own use have been struggling with how to deal with the restrictive twitter api. I think neuro` was talking about that the other day
#
bret
neuro`: If you look at the DOM of your page, those classes are in their own <p> tag
#
neuro`
bret: ok, thank you.
spinnerin, f-a, barnabywalters, friedcell1, musigny and b0bg0d joined the channel
#
neuro`
bret: found out, I'm using markdown as a text filter, and it was wrapping my status into a <p/> while I was already wrapping it into a <p/>, thank you for your help.
#
neuro`
Now, my mf2 implementation is OK
#
bret
Doh!
#
bret
Awsome!
#
neuro`
Need to update my thème to be mf2 as well
#
bret
yeah me too
#
f-a
(random unrelated rant) why is pump.io missin rss support? :ccccccc
#
neuro`
I was full MF in 2006/2007
#
aaronpk
cause rss is dead
#
bret
f-a: rss is still the primary way to track lots of sites for many people
#
neuro`
RSS is dead baby, RSS is dead
#
f-a
bret: don't tell me! I run newsbeuter with some 200~ rss feed
#
@gregoire
@jihaisse pour le feedback des tests #POSSE et #wordpress : @xtof_fr a partagé sur le wiki #indiewebcamp =&gt
#
aaronpk
evan said he'd be happy to accept a pull request from someone if they want to add mf2 markup to pump.io
#
bret
I run fever, and track all my sites that way… what is a better alternative?
#
bret
(other than maybe an open source rss reader)
#
f-a
dead?
#
neuro`
I wish I had the time to build an open source reader
#
bret
I think for all of this rss dead is talk, someone needs to build a json feed parser and/or h-atom parser…. at LEAST before we can really say rss is dead… because it is at least, UNdead
#
bret
and by parser I really mean a tool my dad could use just like his rss reader
#
f-a
my computing skills are probably on par with your dad, so I would welcome the effort. Imagine an activitystrea.ms reader
#
@gregoire
@xtof_fr coucou l’ami :) @jihaisse (un bon #indiewebcamp France évangeliste ;)) n’arrive pas á te suivre sur twitter /cc @pcouzon @Pierre_A
#
neuro`
Easiest way would be to do the frotend that would query a backend set of APIs for rss / json...
#
bret
maybe news blur will start supporting json/h-atom
#
neuro`
Loqi: tell xtof I'll b back in Paris August the first, let's meet and see how we can organize an indiewebcamp Paris after everyone's back
#
bret
vive le indieweb
#
neuro`
Good night #indiewebcamp, even heroes need some sleep.
#
Loqi
night night
#
musigny
neuro`: I hope I could come from Geneva area for a parisian #indiewebcamp : that could be nice to see you again (haven't seen you since the very first bar camps in France !)
b0bg0d and barnabywalters joined the channel
#
neuro`
musigny: that was very very long ago.
#
musigny
neuro`: and if you come in the area of Annecy we could have an indiweb-wine-meetup with @jihaisse. The first time I've heard about Jean-Seb it was from you, about a project of SnowCamp ...back in 2006 ^^ Now we are kind of neighbors!
andreypopp, b0bg0d1, spinnerin, tantek and b0bg0d joined the channel
#
aaronpk
I wonder what it would take to hack in an mf2 json feed as input
#
tantek.com
edited /SNSRouter (+79) "stub, dfn, headers, see also"
(view diff)
#
tantek
bret that is great!
#
tantek
bret, no I didn't see an entry for benwerd / idno on the reply-context page
#
bret
no ben or someone needs to do that
#
bret
tantek: what are you referring to? but thanks!
#
tantek
bret - your reply-context entry
#
tantek
oh which reply URL is that screenshot for?
#
bret
thats to the post I am replying to
#
bret
Ill link to it
#
tantek.com
edited /reply-context (+187) "/* Bret.io */ describe features of this reply context"
(view diff)
#
bret.io
edited /reply-context (+35) "/* Bret.io */ Linked image to live example"
(view diff)
#
@Ladygoldiee
#BuyTheWayOnItunes Full Eclipse" The Album https://itunes.apple.com/us/album/full-eclipse/id317227879 … … it's BLACK SUN #Follow @BlackSunDMV #HipHop #indiewebcamp
#
bret
tantek: when you reply to a twitter message, you always include an @[twitter username] of the person you reply to. Is there a reason to do a similar thing in indieweb replies/comments?
#
bret
in addition to the reply context
#
aaronpk
I do if I'm addressing them in the reply
#
bret
but no, if you are replying to an article or something?
#
aaronpk
I haven't done that yet, but my guess is I would not
#
bret
when would you reply to a note and not be addressing the person?
#
aaronpk
apparently never, judging by http://aaronparecki.com/replies
#
benibur
musigny: i see you're from geneva : i was there this week end, we could have met !
#
benibur
in cas of an indieweb event in paris or geneva, please inform me ! : ben@cozycloud.cc
#
musigny
benibur: ping me here or at @gregoire next time you're in the area
#
bret.io
uploaded /File:Screen_Shot_2013-07-23_at_3.10.29_PM.png "Example of idno reply context's"
#
bret.io
edited /Special:Log/upload () "uploaded a new version of "[[File:Screen Shot 2013-07-23 at 3.10.29 PM.png]]": Removed comment as to not confuse the reply context with another reply."
(view diff)
#
tantek
bret - I do typically start my replies to tweets with @-username because it limits who sees the reply on Twitter to people who follow both of us
#
bret.io
edited /reply-context (+153) "/* Bret.io */ Added example of idno reply context"
(view diff)
#
bret
tantek: That seems like an intelligent way to filter conversations
fmarier joined the channel
#
aaronpk
poll: launch a separate events.indiewebcamp.com aggregator like news.indiewebcamp.com, or use the same site and make a filter for just events like news.indiewebcamp.com/events?
#
bret
I would like separate
#
aaronpk
speaking of polls...
#
bret
I'm kind of iffy on the voting thing…. as I take place in a poll XD
#
bret
there are only a few people voting right now. It seems to me chronological order to items is more important at this time
#
aaronpk
yea, right now they're almost the same order anyway, since older items get less weight per upvote
#
aaronpk
so polling... I should be able to post a question on my site and collect responses via webmentions
#
bret
yayaya
#
aaronpk
I could mark up the question in a way that indicates the valid list of responses, so a reply UI could build up an appropriate set of buttons
#
bret
but I'm probably just going to say ya to all of your ideas
#
aaronpk
and then your reply UI would be able to format an h-entry with the appropriate markup so my site could tell which item you voted on
#
aaronpk
really that's basically me providing you an html form
#
aaronpk
where the results of the form are published back on your site rather than making a post request to my site
#
bret
So, my reply UI would parse your post for the reply buttons?
#
aaronpk
say I just published a simple HTML form in a post, you would just render that form via html
#
aaronpk
but instead of the action of the form being my site, it would be your own site where it would create a new reply post with the results
#
aaronpk
so all we would really have to define is a markup for publishing the results of a form in a way that can be parsed with a mf2 parser
andreypopp, b0bg0d and f-a joined the channel