#indiewebcamp 2012-10-09

2012-10-09 UTC
xtof_fr joined the channel
#
xtof_fr
transclusion/inclusion could help to be sync'd on multilingualwiki. Guys : really happy to experiment first tests on http://xtof.me/wiki/POSSE#POSSE - insights welcome
#
tantek
anyone try out Julien51's #indieauth node implementation? https://github.com/superfeedr/node-relmeauth
#
tantek
cc: aaronpk
#
tantek
great posts TomMorris and AaronPK on APIs/URLs/formats
#
tantek
in fact, Tom, you were clearly inspired this weekend (in reading back a few days), great posts all of them.
#
tantek
about the only one I disagree slightly with is the one about URL stubs
#
tantek
I actually more agree than disagree
#
tantek
my URL stubs are totally optional (they can be left off) and redirect serverside for better SEO etc.
#
tantek
also I like URLs that when you copy/paste have hints about what they're about - almost like in-URL tags
#
tantek
just feels friendlier and more usable
#
tantek
interview where I explained my URL design: http://monkinetic.com/2010/05/26/tantek-celik-diso-20-brass-tacks.html (which I suppose I should write-up more on my own site at some point :) )
#
tommorris
hey tantek
#
tommorris
would respond but is too tired
#
tantek
tommorris - np, chat more tomorrow (your time)
spinnerin, tilgovi, tantek, danbri, xtof_fr, barnabywalters, friedcell, friedcell1 and catsup joined the channel
#
tantek
good morning / afternoon all
#
Loqi
morning! Clear and 47 degrees
#
tantek
!tell barnabywalters which test pages/URLs/suites have you tried with your uf2 parser? and what format do you find most convenient for parser testing in your development practice(s)?
#
Loqi
Ok, I'll tell them that when I see them next
dascher, spinnerin and barnabywalters joined the channel
#
Loqi
barnabywalters: tantek left you a message 2 hours, 26 minutes ago: which test pages/URLs/suites have you tried with your uf2 parser? and what format do you find most convenient for parser testing in your development practice(s)?
#
barnabywalters
Afternoon tantek
#
barnabywalters
I’m using phpunit to test php-mf2, so the best format is just strings of HTML
#
barnabywalters
I’ve been writing minimal tests to do sanity checks on the property parsing methods, and I’ve implemented some of the value-class tests on microformats
#
barnabywalters
I’m also putting together test suites based on current real world usage of mf2 as per current implementation list
#
tantek
ok - I mean in terms of file organization
#
tantek
flat folder of files, hierarchy in github, linked pages in mediawiki?
#
tantek
would it help to see uf2 versions of those pages?
#
barnabywalters
Ah — I actually have no idea what I’m doing when it comes to unit tests — I only learnt how to do them last week
#
barnabywalters
So at the moment I’m just storing the small strings within the test functions
#
tantek
or run them all through search/replace transforms to do so? e.g. s/vcard/h-card s/vevent/h-event s/fn/p-name s/summary/p-name s/dtstart/dt-start s/dtend/dt-end s/description/p-description etc.
#
barnabywalters
And full html pages as .html fixtures
dascher joined the channel
#
tantek
do you have a version of your parser running at a URL somewhere with a form for submitting URLs to test?
#
barnabywalters
tantek: Not yet, I'll set that up this evening
#
tantek
great
#
barnabywalters
Btw tantek did you have a look over my interpretation of web actions post?
texburgher, barnabywalters, sandeepshetty and barnabywalters_ joined the channel
#
tantek
barnabywalters URL?
#
barnabywalters
Http://waterpigs.co.uk/articles/web-actions
#
barnabywalters
Please excuse half-finished redesign :)
#
tantek
ah yes, good analysis and iteration
#
tantek
I've been backing up a level recently on web-actions - wondering what user problem they are really solving, and if that's the right problem to be solving
#
tantek
did you see the posts about people dropping social buttons / social login services completely?
#
tantek
@ia had a post about dropping social buttons completely
#
tantek
and I think mailchimp had a post about dropping all the "connect with…" login buttons
#
aaronpk
mailchimp's post was really good
#
aaronpk
but I think that's a different use case than "share" buttons, since they were talking about using them for logins
#
barnabywalters
goes and reads those articles
#
tantek
wow I found those faster than I expected to
#
tantek
they're worthy of collecting into some stubs on the topic on indiewebcamp.com
#
tantek
looks
#
barnabywalters
I saw the mailchimp one (and noted some irony: http://photos.waterpigs.co.uk/p/oc/tags-screenshot)
#
barnabywalters
I didn’t see the others, the iA article is particularly good
#
barnabywalters
For me, the problem I’m wanting to solve with my interpretation of web actions is that no content producer can predict the actions I might want to carry out on a piece of content better than me
#
barnabywalters
And with what services, etc
#
tantek.com
edited /webactions (+974) "depersonalize a bit, add Drop Social Buttons and Drop Delegated Logins sections, note Mozilla wiki page on webactions"
(view diff)
#
barnabywalters
The other, more indieweb relevant point is the decoupling between feed readers and publishing clients
#
tantek
I'm not sure the "what services" part matters in an indieweb world
#
tantek
that is, if we're all using our own sites to publish and read others' posts, then we don't need a big complex architecture to make 3rd party silo sites work.
#
tantek
pure indieweb-to-indieweb web actions might be able to use a much simpler protocol
#
tantek
seem worth exploring
#
tantek
even if we do sacrifice social silos as a result
#
tantek
just a thought - haven't fully figure it out yet, but that's my current line of thinking
#
barnabywalters
tantek: What, on a technical level, are you actually proposing?
#
barnabywalters
My interpretation does not sacrifice silos
#
tantek
I'm not - hence "haven't fully figured it out"
#
barnabywalters
E.g. Twitter already implements it, readability already implements it
#
tantek
my point is that something simpler may be possible
#
tantek
if we *do* drop the social silo scenarios
#
aaronpk
maybe the solution is to not think of them as social silos, but just as another entry point for taking the action
#
tantek
e.g. what if we had a solution where, either you're logged in via indieauth, then all the buttons work directly to your own site, or your not logged in and we just hard code buttons to wherever
#
barnabywalters
tantek: Seeing as the silos implement simple, URL based action APIs, I don't see why they should be dropped
#
tantek
that's simpler than figuring out some meta API for twitter, fb, etc.
#
tantek
barnabywalters - only some silos do that
#
tantek
others have complex APIs
#
tantek
and TOS's etc.
#
tantek
see TomMorris's rant about that
#
tantek
aaronpk - yeah, the more social-silo-friendly attitude is to look at it that way
#
barnabywalters
tantek: RE Indieauth login to other people's sites, I actually have a big issue with that
#
tantek
but what if social silos are merely another unnecessary layer of abstraction? a middleman to be disintermediated?
#
tantek
why design for unnecessary middlemen?
#
tantek
banabywalters, e.g. if I go to your site and I'm not logged in, I see (tweet) (tweet fave) buttons etc.
#
tantek
if I do login with tantek.com, then ideally I see (post) (fave) buttons which when clicked, take the action *on tantek.com*
#
barnabywalters
tantek: I am not thinking purely of social silos. Readability is not a silo, it is a service. I might want hook into a native app through a custom uri scheme
#
tantek
bingo - no middleman necessary - pure peer-to-peer
#
tantek
why can't your indieweb site have readability functionality for you instead?
#
tantek
we can build indieweb readability
#
barnabywalters
tantek: Or with my approach, you have a browser extension which automatically adds whatever buttons you see fit to ALL content on the web
#
barnabywalters
No need to trust the other site and login
#
tantek
haven't seen anything that does that without mucking up the design of the site
#
tantek
but yes, browser extension would be a catchall
#
tantek
in the absence of actual indieweb action buttons
#
tantek
on sites themselves
#
barnabywalters
Solution: provide elements to put the buttons in, or put them somewhere in the browser chrome
#
barnabywalters
E.g. Operator
#
barnabywalters
tantek: Browser extension is also a more consistent UI across different sites
#
barnabywalters
And ensures consistent action availability
#
tantek
it would be as a toolbar
#
barnabywalters
Potentially
#
tantek
but if the buttons were in-place in the content (as social buttons often are) then it would likely muck up the design and look ugly
#
tantek
and inconsistent with the design of the site
#
singpolyma
barnabywalters: why add buttons to content? add buttons to your browser
#
singpolyma
context-sensitive to buttons
#
barnabywalters
singpolyma: Exactly
#
tantek
so then you could have *both*
#
tantek
a browser extension that adds buttons to a toolbar
#
tantek
and sites that add them nicely designed to their content
#
singpolyma
Like operator, but more useful buttons ;)
#
barnabywalters
singpolyma: More customisable buttons
#
tantek
singpolyma - perhaps you could propose "more useful buttons" than Operator if you have any in mind :P
#
singpolyma
tantek: all the web actions stuff. Bookmark, share, send, etc
#
tantek
but anyway - pulling out of the implementation/UI weeds for a moment, I'm not sure social buttons / web actions etc. are solving the right problem, or asking the right questions
#
barnabywalters
tantek: Also, consider that viewing articles as they were intended is by no means the only way content is viewed
#
singpolyma
web actions being in the page design is normally an anti-pattren
#
singpolyma
because the web browsers don't have the features
#
tantek
singpolyma why is it an anti-pattern? can you provide reasons?
#
barnabywalters
Readability, safari reader — both could add in these buttons without interfering with design
#
tantek
publishers seem to have adopted them to help with distribution / sharing
#
barnabywalters
tantek: But it is arguable how much they actually do help, as per all those articles
#
tantek
e.g. seeing the buttons at the bottom of an article is part of the natural reading flow
#
tantek
= less work for the user to discover the functionality
#
singpolyma
tantek: Right, publishers need them beacuse browsers don't have them, but in general it results in giant clutter on the page for services I don't use, etc
#
barnabywalters
tantek: An extremely annoying part IMO.
#
tantek
singpolyma - "giant clutter" = strawman
#
tantek
e.g. including just a "Tweet" button at the bottom of posts != giant clutter (e.g. on my blog posts on tantek.com :) )
#
barnabywalters
tantek: Also, not all buttons should go at the bottom of a post, e.g. Readability and so on
#
barnabywalters
How can arbitrary services automatically tell where the best place is for any given service CTA?
#
tantek
barnabywalters - is seeing a single sharing button "extremely annoying" to you?
#
barnabywalters
tantek: It’s very r
#
barnabywalters
Rare I see a single one
#
tantek
you do on my blog posts
#
singpolyma
I don't mind a single button as much, but that's much less useful (since it's less likely to be the thing I actually use)
#
barnabywalters
goes and checks
#
tantek
at the bottom yes
#
aaronpk
I have a "bookmark" link in my browser's tab bar. why shouldn't I also have a "post" link in my toolbar? shouldn't the browsers be handling this anyway?
#
tantek
aaronpk - perhaps, but inclusion (in the browser) is not the same as an argument for exclusions from elsewhere (the content)
#
tantek
it's not either or
#
tantek
barnabywalters - and yes I'm aware that not all buttons work best in all places - that was a big part of the UX work I was doing on this last year
#
singpolyma
aaronpk: sort of like the old "subscribe on every feedreader" moved to an in-browser "subscribe" button for awhile (though Chrome never had one of those and I think the assumption of publishers now is that people have gone back to polling instead of use feed readers)
#
tantek
from my analysis, I don't know of any way that "arbitrary services" could *automatically* tell where the best place for buttons to go would be.
#
singpolyma
tantek: well, I agree than inline buttons are required for now, because of the browsers not having them
#
tantek
any less than "design" is something that is automatic
#
tantek
singpolyma - the browser subscribe buttons/UI are disappearing also
#
barnabywalters
So every site would have to "design" the locations of all possible buttons they want to support
#
tantek
no more RSS button in Safari
#
barnabywalters
That’s what they do at the moment, and some people still get it wrong (I am guilty of this)
#
tantek
barnabywalters - impossible to know "all possible buttons they want to support"
#
tantek
new ones come up
#
barnabywalters
tantek: Exactly! Providing buttons in the content is an assumption
#
barnabywalters
A dangerous one
#
tantek
and as @IA writes, it's not clear that *any* are desirable
#
singpolyma
tantek: yes. it's off by default in Firefox now as well. But the in-page ones aren't coming back, people just weren't subscribing (or so the browser/UX people tell me)
dascher joined the channel
#
tantek
barnabywalters - it's not an assumption - it's a documented practice
#
tantek
now *why* sites are doing it, different question
#
tantek
"people just weren't subscribing" = maybe toolbar buttons are not the answer?
#
barnabywalters
Why is it not an assumption that the user a) uses one of those services and b) that they will want to carry out the action on the content?
#
tantek
if you make a toolbar button, and people don't click it, why bother with it?
#
singpolyma
tantek: no, I mean the action wasn't being use. Like I said, the buttons aren't back in the content, they're just gone
#
singpolyma
death of feeds and all that
#
tantek
barnabywalters - not an assumption because within hours (if not minutes) those buttons provide stats on usage.
#
tantek
singpolyma, sure, feeds are dying, but following is not
#
tantek
anyway, like I said, perhaps they're solving the wrong problem
#
barnabywalters
Okay, equally by *not* providing buttons you assume people are not using services, and you get no data from that
#
tantek
or another favorite quote
#
tantek
"Perhaps we are asking the wrong questions."
#
tantek
hence I've spent more time on citation interfaces, rather than web actions as of late
#
tantek
is behind a few posts on this
#
tantek
which led me to focus-centric design
#
tantek
and that I did post a few things on
#
singpolyma
Maybe. AFAICT we're asking the question "Should browsers support behaviour their users want to perform on content (ala bookmark button)?" and additionally "If browsers should support such actions, is that better than webpages trying to list every action one might want?"
#
singpolyma
The latter is harder to answer than the former, though I personally find such buttons in pages useless
#
tantek
singpolyma "users want to … " = assumption, and "… list every action … " = straw man
#
tantek
so no, I don't think that's the right question
#
singpolyma
tantek: how is "users want to" an assumption? The assumption is that users ever want to do things?
#
tantek
or that sites should simply provide what users reflexively want
#
singpolyma
Well, if the users never want to do things then the answer to the questions would be "no"
#
singpolyma
thus the question is fine
#
tantek
also an assumption (a bad one)
#
tantek
users "want" on multiple levels, implicitly and explicitly
#
tantek
and if you don't distinguish those, then you'll make assumptions and build the wrong thing
#
singpolyma
I'm not sure what you're getting at
#
tantek
when I started to question those assumptions and ask different questions, here is what I figured out (so far)
#
barnabywalters
re-reads, been a while since I read through that
#
tantek
so that's why I haven't been iterating much on web actions, not only am I not sure they're the right answer, I'm not sure they (actually I'm fairly sure they're not) answering the right question(s).
#
singpolyma
That's sort of abstract, but sure
#
tantek
right, definitely abstract (more so than desired), have been working on putting specific instances in place with a citation user interfaces
#
tantek
s/a citation/citation
#
Loqi
tantek meant to say: right, definitely abstract (more so than desired), have been working on putting specific instances in place with citation user interfaces
#
tantek
solving the higher level use-case of the "share" button without any buttons.
#
singpolyma
On the "(actually I'm fairly sure they're not)": FTR, I have never used a "web action" button, but I did use my "save on delicious" bookmarklets, etc, back in the day
#
tantek
good to know
#
singpolyma
but I am not a useful case study, of course :)
#
tantek
bookmarklets/favelets are a good way to prototype browser toolbars/extensions
sandeepshetty joined the channel
#
barnabywalters
tantek: Bookmarklets are the only way of doing cross browser extensions and extensions for mobile safari, too
#
tantek
barnabywalters - so that's the much longer than you probably expected answer to your question about your "interpretation of web actions" post.
#
barnabywalters
tantek: Heh :) So RE focus enabling design, the jist of it is that users will want to do different things with the same content in different contexts
#
tantek
the jist of it is that we should be helping users stay focused on what's important to them, rather than distracting them with what we think is important to us.
#
barnabywalters
Evening sandeepshetty — we've been having a long, web actions/activity dialog—relevant conversation
#
barnabywalters
That’s a good summary
#
tantek
it's a bit of a sharp contrast/trade-off between a more user-interests first approach, vs. site-interests first.
#
sandeepshetty
is reading the logs
#
barnabywalters
And another argument against having on-page buttons: there’s no way of judging what is important to the user
#
tantek
and thus it's likely to be ignored by every "free" site making money from ads, but it's something we can at least try to adopt for the indieweb
#
barnabywalters
tantek: Have you ever come across writing kit for the iPad?
#
barnabywalters
It has some UIs which I think are very relevant to this discussion
#
tantek
barnabywalters, close. rather, if you can't tell what's important to the user, better to avoid confusing/distracting them with things that are not.
dascher joined the channel
#
barnabywalters
It’s a markdown writing app for the iPad, which is kinda an oxymoron, but it has a built in research browser with actions specific to the current task
#
barnabywalters
I.e. getting links/quote material for your writing
#
sandeepshetty
That was some conversation.. For me it is about owning my data.. so I'd rather have a bookmarklet (that I own) that picks up microformats from the current page or I feed in stuff manually and save..
#
sandeepshetty
on the backend I want to write handlers for those action.. for example if I like a link maybe bookmark it or tweet it..
#
sandeepshetty
this way I get my lifestream that I can also search instead of having it locked up at different places
dascher joined the channel
#
barnabywalters
is off to eat
barnabywalters_ joined the channel
#
barnabywalters_
tantek: just before I go have tea, here’s a UI for php-mf2: http://waterpigs.co.uk/php-mf2/
tilgovi joined the channel
#
tantek
!tell barnabywalters nice! but where's the URL field? ;)
#
Loqi
Ok, I'll tell him that when I see him next
#
tantek
Loqi, how do you know if a !tell recipient is a him or a her? cc: aaronpk
#
Loqi
i'm sure how do me know if a !tell recipient is a him
#
tantek
!tell caseorganic long time no see!
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
!tell erinjo good to see you back in IRC, this is where all the real discussion happens. ;)
#
Loqi
Ok, I'll tell them that when I see them next
tantek joined the channel
#
tantek.com
created /indieauth (+23) "r"
(view diff)
#
tantek.com
created /indieAuth (+23) "r"
(view diff)
#
tantek.com
edited /Why_web_sign-in (+30) "/* Why not 3rd party provider email */ clarify 3rd party specific vulnerability applicability"
(view diff)
#
tantek.com
edited /IndieAuth (+59) "See why web sign-in"
(view diff)
dascher joined the channel
#
tantek
aaronpk - interesting critique of OpenID / phishing that is worth analyzing for its applicability to RelMeAuth / Web Sign-in / IndieAuth: http://www.links.org/?p=187
#
tantek
singpolyma - since you raised some issues re: IndieAuth, interested in your opinions on those two articles as well.
#
aaronpk
whoa interesting
#
aaronpk
i will have to think about that
#
singpolyma
tantek: the first article is just the age-old "redirection make phishing easier" argument. Not specific to OpenID
#
singpolyma
oh, second article is more of the same, ok
#
tantek
"age-old" doesn't matter when issues are still unresolved
#
singpolyma
So, I don't disagree per-se (though building phising sites on the fly is harder than he makes it seem)
#
singpolyma
Though, as I say, there's nothing OpenID-specific about this problem (RelMeAuth, for example, has the same issue)
#
aaronpk
wait, so he's talking about creating a fake "myopenid.com" login page to steal your myopenid.com credentials?
#
singpolyma
I *do* think that providing phishing protection at the IdP level mitigates this, and the lack of common phishing protection at the end-website level means that if your IdP has phishing protection you're actually *safer* with a redirection-based auth
#
singpolyma
aaronpk: yes
#
aaronpk
well then that's a problem with myopenid.com, not the OpenID protocol
#
singpolyma
aaronpk: well, sort of. Any redirection-based protocol (including but not limited to, OpenID) makes it so that you *expect* to see a particular page when logging in to any website, so if any website can spoof your normal login page, they've got you
#
singpolyma
they don't have to make you think you're going to, say, google, only that you're trying to log in to something
#
tantek
aaronpk - any single-sign-on based protocol is *more* vulnerable to such a phishing attack because of the "single sign-on" aspect. fewer places to have to mimic as a phisher.
#
singpolyma
BUT they have to actually have a phishing site built for your particular IdP *and* your IdP must not have any useful phishing protection that works
#
tantek
single sign-on -> single point of failure
#
singpolyma
So, I don't disagree, but I think that if you choose a good IdP you are *better* protected than if you use passwords on random websites
#
tantek
whoa, someone *griefed* Twitter's registrar with a *phishing* complaint about t.co causing it to go offline last night! http://news.cnet.com/8301-1023_3-57528165-93/twitter-outage-caused-by-human-error-domain-briefly-yanked/
#
tantek
thus breaking all t.co links for a while
#
tantek
insert URL shortener fragility etc.
#
singpolyma
Similar to how if you use a TLS-login-form IdP with non-TLS'd websites you get more security than if you use passwords on non-TLS'd websites
#
tantek
singpolyma, what's a "good" IdP by your definition? Can you link to some design documents that show examples?
#
aaronpk
singpolyma: I have a PHP script on my domain which is my openid provider. I'm curious what it would take for someone to intercept that and get me to enter my credentials on their site.
#
singpolyma
By "good" in this case I mean "offering phishing protection" (either by having a set-by-user-in-cookie image thing, like MyopenID, or a phone-verification option, like MyOpenID, or a Yubikey option, like clavid, etc)
#
singpolyma
(or the vidoop image grid)
#
singpolyma
aaronpk: they would need to determine what sort of page/auth mechanism you use, and mimic it pretty closely, and then you would have to not notice the address bar
#
tantek
are there any 2-factor auth IdPs?
#
singpolyma
tantek: yes. MyOpenId and ClavId both have 2-factor options
#
singpolyma
as does google :)
#
tommorris
the Vidoop image grid was really cool.
#
singpolyma
tommorris: yeah. One of Clavid's options (which I don't use, because I use TLS certs and Yubikey) is called "mysaferlock" and is a similar tech to the vidoop image grid
#
tommorris
oh yeah, tantek, did I tell you, I have managed to rescue ~600,000 shortened URLs by emailing a friend of mine who used to run a now dead URL shortener. tomorrow, planning to pump out a CSV file with the whole lot and put them up on the Internet Archive as part of 301works. I used it for about a year on Twitter.
dascher_ joined the channel
#
tommorris
prepares another indieweb principle.
#
tommorris.org
edited /Principles (+303) "new principle: build for the long web"
(view diff)
dascher joined the channel
#
tantek
tommorris - awesome - which shortener?
#
tommorris
urlb.at
#
tommorris
which was run by Kosso for a few years until he closed it because of too much abuse
#
tommorris
he sent me a MySQL dump of all the URLs on Saturday with permission to do whatever I liked with the,
#
tommorris
s/the,/them/g
#
Loqi
tommorris meant to say: he sent me a MySQL dump of all the URLs on Saturday with permission to do whatever I liked with them
#
tantek.com
edited /Principles (+459) "re-order principles a bit, expand on a few, bolden some shorthands"
(view diff)
#
tantek
tommorris, how does OSM deal with government requests for blurring? e.g. http://news.cnet.com/8301-17938_105-57528736-1/apple-maps-outs-secret-military-site-irks-taiwan/
#
tommorris
tantek: Not sure. I know that we have quite detailed maps of Gitmo.
#
tommorris
The secret military sites don't tend to let people in with GPS devices to map, but if it's on a satellite map that has been licensed for use, it'll probably appear.
#
tommorris
Bing have licensed their satellite data for use by OSM, for instance. So, if a government wants to keep their data out of OSM, they have to stop Microsoft from publishing satellite data.
#
tommorris
There is, of course, nothing stopping a keen OSMer from, say, launching a survey balloon that takes survey images with a digital camera and uploads them over 3G. ;-)
#
tommorris
starts reading up on how much you need to get your own hot air balloon.
#
tantek
oh that's awesome
#
tantek.com
created /nascar (+28) "r"
(view diff)
#
tantek.com
created /NASCAR (+28) "r"
(view diff)
#
tantek
hey look an actual press article that mentions the NASCAR problem (although by calling it a "Nascar screen") http://www.independent.co.uk/news/uk/politics/national-virtual-id-card-scheme-set-for-launch-is-there-anything-that-could-possibly-go-wrong-8196543.html
#
tantek
barnabywalters, tommorris - looks like good times are coming in the UK ;)
#
tantek
!tell briansuda press article that mentions NASCAR in the context of identity providers: http://www.independent.co.uk/news/uk/politics/national-virtual-id-card-scheme-set-for-launch-is-there-anything-that-could-possibly-go-wrong-8196543.html - perhaps that's sufficient to create a WP article that won't get deleted?
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek.com
edited /NASCAR_problem (+541) "Press mentions"
(view diff)
#
tommorris
tantek: not enough for a Wikipedia article.
#
tommorris
A parenthetical in the middle of an unrelated article isn't "significant coverage in multiple independent reliable sources". ;-)
#
tantek
it's a start
#
tantek
and better than zero
#
tantek
til then, we'll just keep building our article
danbri, josephboyle, lmorchard and dascher joined the channel