#indiewebcamp 2012-12-17
2012-12-17 UTC
brennannovak and tantek joined the channel
Nadreck joined the channel
#
@danielbowen About time! #OwnYourData MT @andrewsayer: Twitter Settings ->
zztr, brennann_, brennannovak, tantek, melvster, friedcell, adactio, dascher, dascher_, mxuribe and laurian joined the channel
#
mxuribe Has anyone used http://theopenphotoproject.org ?
#
mxuribe i realize it is not new, but seems pretty cool...and in line with indie web philosopy.
jasonw22, tantek, barnabywalters, dascher, morrocco_mole, spinnerin, brennannovak, lmorchard and sandeepshetty joined the channel
#
barnabywalters good evening sandeepshetty

#
barnabywalters in response to your question about my article histories, I am using the unholy JSON-in-a-MYSQL field to store the update history :)

#
barnabywalters I have plans to expand it to use the cite and datetime attributes of the ins and del elements, though

#
barnabywalters and RE open development: it is happening! Various bits of my code are already on github, and more of it will follow

#
barnabywalters in particular, check out the POSSE namespace in https://github.com/barnabywalters/php-helpers

#
sandeepshetty All history in one text col?
#
barnabywalters yep. nasty, isn’t it?

#
barnabywalters I’m not storing the diffs or anything, though, just author, date and summary data

#
barnabywalters the actual diffs are stored in HTML, designated by ins and del elements

#
sandeepshetty So your doing the diff at runtime?
#
sandeepshetty BTW, Drupal used to store history in the db similarly, though a row for each edit. Not sure if they still store it that way...
#
barnabywalters there is no diff data stored, as such. There is just the list of date/author/summaries, and then the HTML content of the article

#
barnabywalters and within the HTML content, I mark up content with the <ins> and <del> elements

#
sandeepshetty RE nasty.... I'm all for what hacking things up and shipping :)
#
barnabywalters in the future I will use some other markup to associate particular edit elements with summaries in interesting ways

#
barnabywalters sandeepshetty: yay shipping!

#
sandeepshetty I used to love how infogami used to do diff...
#
barnabywalters I’ve not heard of it

#
barnabywalters a wiki application framework? that sounds interesting

#
sandeepshetty it was something Aaron Swartz worked on at YC... before he moved on to reddit..
#
sandeepshetty think it was one of the first markdown wiki's and it used to do a split screen realtime preview..
#
barnabywalters tommorris: I can’t find any useful information about it. google search returns mainly twitter results with broken links in

#
barnabywalters my current implementation is designed so that I could probably set up a git interface to it, with commit messages as the update summaries

#
barnabywalters reads

#
barnabywalters is acts_like ruby terminology for interfaces?

#
barnabywalters okay, so it’s like a rails-specific, informal interface setter-upper

#
sandeepshetty Anyone here following webfinger?
#
barnabywalters cool, makes sense

#
barnabywalters sandeepshetty: not really. I gave up on it fairly quickly after trying to actually use it in an app

#
sandeepshetty I mean the spec and discussion around it on the mailing lists?
#
barnabywalters no

#
barnabywalters has something interesting been happening there?

#
sandeepshetty There have been very interesting discussions on the lists for a while now... around making it HTTPS only... it's indieweb vs. security
#
barnabywalters I have seen the HTTPS-only thing discussed elsewhere

#
barnabywalters I think Dave winer wrote something good opposing it…

#
sandeepshetty where?
#
barnabywalters just trying to find it

#
sandeepshetty googling
#
barnabywalters so that’s very much related to feeds and feedreaders

#
barnabywalters evening tantek

#
barnabywalters my problem with HTTPS is the commercial entities required to sign your certificates

#
barnabywalters or more specifically the scary browser warnings if you use a self-signed certificate

#
sandeepshetty I've used the free certs from startssl and havne't had any issues with them..
#
sandeepshetty highly recommend them..
#
barnabywalters oh cool, I have seen them before but never looked in to them properly

#
sandeepshetty The only problem that I have with HTTPS is the requirement of an IP...
#
sandeepshetty tommorrow: Gandi?
#
sandeepshetty tommorris: AppFog plays well.. but its expensive.. they only support it on their paid palns (starting at $100)
#
barnabywalters tommorris: a lot of VPS, even

#
barnabywalters well, for a small personal site

#
sandeepshetty So this brings up a question... Who is expected to go the indieweb way by the community? techies or regular non-technical users?
#
barnabywalters sandeepshetty: techies at first, then we build versions for non-techies :)

#
sandeepshetty stuff like HTTPS is *hard* for regular users to setup and to automate or make easy
#
barnabywalters tommorris: I am paying £100 a year for a low-spec VPS which is working quite nicely

#
sandeepshetty barnabywalters: I pay $19 at linode... very very happy with them..
#
barnabywalters I have heard lots of good things about linode. I think I would use them for commercial services. For my personal site and a few small client sites a little cheap thing works nicely

#
sandeepshetty I've been recently considering going the openphoto way...
#
barnabywalters tommorris: wordpress.com is the closest we have to that at the pmoment

#
sandeepshetty instead of storing my data in MySQL, I'm considering using a plugable data store that plugs into s3, dropbox, etc..
#
barnabywalters calepin is also nice for no-effort, #ownYourData blogging

#
barnabywalters host markdown files on dropbox, pay £5 a year for a domain

#
barnabywalters tommorris: does wikimedia commons impose a license requirement?

#
barnabywalters well, that’s not too restrictive

#
sandeepshetty tommorris: I was talking about data in general, bog posts, articles, notes, etc..
#
sandeepshetty With sandeep.io I'm storing stuff in MySQL, but I'm considering just storing stuff in S3
#
barnabywalters tommorris: my photos are either screenshots, or photos of me building musical instruments :)

#
barnabywalters btw tommorris, did you get any interesting feedback from the UX brighton session?

#
sandeepshetty barnabywalters: RE calepin: it's more like a static blog, I'd prefer to have the ability to have code running on my site..
#
barnabywalters sandeepshetty: sure, it’s vital for automated POSSE, but calepin is a nice no-effort, minimal-cost approach

#
barnabywalters perfect for non-techies or non-programmers who are comfortable with markdown and dropbox

#
barnabywalters tommorris: cool. Twitter have certainly almost perfected the 'note AKA tweet' content type design and posting flow

#
sandeepshetty how does it do the "SE" part of POSSE?
#
barnabywalters sandeepshetty: ah, I meant running actual code is vital for POSSE

#
barnabywalters although manual POSSE would be an acceptable alternative, esp. when networks provide automatic cross-posting

#
barnabywalters tommorris: I know! I was so surprised when they announced that

#
barnabywalters it’s great that you don’t have to be in the EU to get at your data any more

#
barnabywalters as far as I can tell, when you demand your FB data, they give it to you in a huge PDF… *disgusted face*

#
barnabywalters oh yeah, I forgot that bit :)

#
barnabywalters I’m looking forward to seeing the format of the data they provide. Thinking of writing a script which adds µf2 to the HTML

#
barnabywalters tantek: really? wow. What was the JS for?

#
barnabywalters yep, part of the legal twitter data is any contact information they’ve crawled from your address books

#
sandeepshetty tantek: How do you ask FB for it?
#
tommorris barnabywalters: https://news.ycombinator.com/item?id=4929167

#
barnabywalters tantek: well, they had it better than anyone else currently

#
barnabywalters I am of course not in support of their recent… “developments”

#
tantek sandeepshetty, click the little triangle in the top right corner, choose Account Settings (or just go here: https://www.facebook.com/settings )

#
barnabywalters tommorris: yet another positive POSSE LOCKSS outcome!

#
sandeepshetty tantek: cool! Thanks! Downloading now :)
dascher joined the channel
#
barnabywalters has anyone taken a look at the mozilla Social API?

#
barnabywalters it’d be great to be able to use firefox as an indieweb publishing client

#
barnabywalters tantek: is it something you’ve been contributing to?

#
barnabywalters right now I’m having trouble figuring out whether or not it actually exists — can we experiment with it now? Firefox beta?

#
tantek drafted: http://indiewebcamp.com/silo

#
barnabywalters is having a go at writing a Social API service provider to put my note publishing interface in the sidebarWidget

#
tommorris.org edited /why (+401) "/* Why Indie Web */ you don't want the service owners to steal your shit" (view diff)

#
brennannovak tommorris: tantek: ugghh, quite annoying- to the Flickr cave, considering OpenPhoto
#
tommorris tantek: Commons has a page on it - https://commons.wikimedia.org/wiki/Commons:Photographs_of_identifiable_people

#
barnabywalters tommorris: hm, perhaps that’s the best way to concisely communicate what CC-BY means to end users. "This license means anyone (for example wikipedia) can reuse your content provided they attribute it to you"

#
barnabywalters s/the best/a good

#
barnabywalters I wonder if statusnet ever had any problems with people not understanding their content was CC licensed

#
tantek you guys have seen this right? http://www.tweetcc.com/

#
barnabywalters so is that a solid legal way round the whole <del>guidelines</del> requirements thing?

#
barnabywalters that’s cool. /me tweets

#
barnabywalters oh, I never realised Andy Clarke and brian suda were behind it

#
barnabywalters it is also the first website I’ve ever seen using CSS3 columns (apart from a site I made a while ago)

#
tantek.com edited /Twitter (+994) "Recommendations, CC license your tweets, Reverse Syndicating At-Replies" (view diff)

#
barnabywalters so I managed to get the socialAPI demo app working. Looks like it has some potential

#
barnabywalters I wonder how actively developed/how receptive to feedback the team working on it is

tilgovi joined the channel
#
barnabywalters my immediate initial impression is that it is geared towards services which act as a feedreader and chat service first, and publishing client second

brennannovak, tilgovi, dascher and tantek joined the channel