#indiewebcamp 2012-10-23
2012-10-23 UTC
donpdonp joined the channel
tantek joined the channel
tantek_ joined the channel
tilgovi and dascher joined the channel
# aaronparecki.com edited /Main_Page (+42) "/* Where */ update venue to say Esri Portland" (view diff)
dascher joined the channel
# @aaronpk Some thoughts about creating content on the #indieweb http://aaronparecki.com/2012/296/article/1/creating-content-on-the-indie-web
# aaronpk !tell tantek here is a post based on tonight's conversations! http://aaronparecki.com/2012/296/article/1/creating-content-on-the-indie-web
tantek joined the channel
# Loqi tantek: aaronpk left you a message 29 minutes ago: here is a post based on tonight's conversations! http://aaronparecki.com/2012/296/article/1/creating-content-on-the-indie-web
# @aaronpk Some fun discussions about today's @AWSCloud outage: http://news.ycombinator.com/item?id=4684384 #indieweb #ownyourdata (http://aaronparecki.com/2012/296/note/1)
# aaronpk The way I would prefer to do that on my site is to have a completely separate feed of objects that I've "liked", "favorited", or "listened to" which is more like the bookmarks I currently publish at http://aaron.pk/bookmarks/
dascher joined the channel
# zztr1 what about 'read later'? is that 'save'? I find that the 'read later' check box on pinboard is very conducive to cleaning out my open browser tabs
# zztr not for me. if i bookmark something without bothering to tag it that's essentially a 'save'. I can find it if i'm looking for it but i won't ever be reminded without remembering
# tantek checks http://indiewebcamp.com/checkin to see if anyone else has contributed to it.
# aaronparecki.com edited /checkin (+160) "add link to my blog post about content types including checkins" (view diff)
# zztr night aaronpk
# zztr tantek: did you see my response to your question? https://plus.google.com/104255768651498070358/posts/GEsaqFUZT9M
# zztr heh. if people read your site
# zztr yeah. i see that it's "kind of a too hard problem" but i still want to talk about it. and from the perspective of augmenting, not replacing.
# zztr i'm not a p2p advocate. i do think p2p is boxed too often as ideological, but it's not my drum to pound.
# zztr yup. i'm doing that
# zztr just finished crawling my bookmarks. just reaching alpha stability with my library for personal data management BaseParadigm
dascher joined the channel
# zztr i just don't spend a lot of time on it. certainly welcoming constructive criticism. not a lot of visitors either
# zztr tantek: glad you do. that's important and overlooked
# zztr i will look into POSSE
# zztr this is the first time i've heard of it
# zztr :)
# zztr POSSE is more of a guideline than a protocol or spec huh?
# zztr do you remember talking in Oregon at the camp about citation formats with Nicholas?
# zztr :) wasn't sure if the nick zztr represented me well
# zztr so effing cool you have twitter.com/t btw
# zztr about microformats. do you know of any thought/work towards canonicalization so that identical micro documents would hash the same?
# zztr in that's one of two problems on top of my mind right now. equality is difficult, but necessary for connecting/integrating a sharded graph
# zztr so if two people cite the same paper but write the microformat by hand, and a third party (say archive.org) crawls both sites among others and tries to link up references... i suppose having the same permalink in there would be mostly sufficient...
# zztr but possibly not for all microformats
# zztr another q, do you know of any efforts to link specific functionality to specific microformats? like, a catalog of rest apis that are looked up by microformat?
# zztr have you used the 'share' functionality of Android?
# zztr no maybe i should
# zztr anyway that's kind of what i'm getting at. you encounter a bit of data, and there are things you can do with it. the list of things is filtered based on the format
# zztr yeah you're right 'share' is over overloaded
# zztr the problem is that the developer has to include a button for it, and since it's so amorphous, it needs to just be one button. meaning, all content needs to be able to meet up with all consumers through that one 'share' mechanism
# zztr i'm glad it's there personally, but it would be better if the one button listed a range of actions, and each action could be implemented by different providers
# zztr well... the developer can't plan for the range of potentially installed software on a phone
# zztr so it has to be just a single 'do other stuff' kind of functionality
# zztr ooh. yes, simpler. yes, more usable. no, not better. highly frustrating in fact to me.
# zztr but yes i am a developer, and one who very much cares about being able to use all the data in all the ways
# zztr hold on. yes you do. you have to associate a file type with an application to open it
# zztr yes
# zztr i hear ya. it's not good enough.
# zztr do you think file extensions with default application associations is an ideal solution?
# zztr well i ask because it's not good enough for me, so i wonder what you think would be better
# zztr i don't know if you want to be this far into this conversation in this channel this early on a tuesday ... but my thinking leads me in the direction that there are three things to worry about. 1) establishing the type of data 2) establishing what can be done with a type of data and 3) managing implementations of those actions
# zztr yeah
sandeepshetty joined the channel
# zztr ok getting some z's now. I look forward to lurking and sporadically ranting in this channel later :)
# zztr i leave you with the factoid that all my 4000 bookmarks crawled one hop off (respecting robots.txt) are about 35 gigs and took about 3 days to download politely
# zztr night tantek and Loqi :)
# zztr ... over dsl with 4 threads
# tantek.com edited /2012/Academic_Citations_Web (+84) "see also - web citations microformats proposal" (view diff)
# sandeepshetty So I've started to write some code for my personal publishing system so that I can move away from Blogger: https://github.com/converspace/converspace/commits/master
# sandeepshetty Once I've frozen on the schema (which should be today: https://github.com/converspace/converspace/wiki/schema), I should be able to start publishing...
# sandeepshetty Do any of you publish/open-source your indieweb personal publishing system or at least the schema you use?
# tantek and my publishing system is Falcon (http://tantek.com/w/Falcon) and I open-source the stable bits of it in the #cassis.js library: http://cassisproject.com/
# sandeepshetty Yeah I read about :)
# sandeepshetty So I'm guessing you use file-system?
# tantek yes - I think the wiki page notes that: http://tantek.com/w/Falcon
# sandeepshetty is making all sorts of typos due to lack of sleep
# sandeepshetty I haven't seen tagging on tantek.com, guessing it's not implement?
# sandeepshetty I've just decided to merge categories and tags into channels that allow selective subscriptions and like twitter they can be present anywhere in the post.
# sandeepshetty The file-system approach was awesome for commodity web (shared) hosting. Most of the cloud providers don't providing persistence stores by default these days.
friedcell, tilgovi, tantek, adactio, borior, dascher, spinnerin and barnabywalters joined the channel
# barnabywalters adactio: I visited the UK’s second largest device testing lab today. It was a hugely educational experience!
# barnabywalters Exeter, in the little attic which is the nimbleworks studio
# barnabywalters they have a little table full of devices
# barnabywalters and an open door policy
# tantek barnabywalters - re: u-* parsing: http://microformats.org/wiki/microformats2-parsing-faq#normalizing_u-.2A_property_values
# barnabywalters tantek: fab, thanks for the clarification
# @bioinfosm “@23andMe: supporting the efforts of @GeneticAlliance to improve patient access to clinical lab results: http://blog.23andme.com/news/23andme-supports-better-access-to-health-records/?utm_source=twitter&utm_medium=tweet&utm_campaign=blog #ownyourdata”
# Loqi their info stays together! MT @23andMe @GeneticAlliance patient access to clinical lab results: http://blog.23andme.com/news/23andme-supports-better-access-to-health-records/?utm_source=twitter&utm_medium=tweet&utm_campaign=blog #ownyourdata
sandeepshetty, tilgovi, BjornW, barnabywalters, friedcell, dascher and friedcell1 joined the channel