#indiewebcamp 2013-05-21

2013-05-21 UTC
b0bg0d, b0bg0d1 and josephboyle joined the channel
#
tantek.com
edited /antipatterns (+5958) "add antipattern: databases for storage, and define DBA tax - since we just spent some time on IRC about it"
(view diff)
#
tantek
really hope we don't have to have that conversation again - felt like a poor use of time
#
tantek
back to syndication links
#
pdurbin
misses sandeepshetty already. at least reidab is still around :)
#
reidab
yep, still here
b0bg0d joined the channel
#
@benatkin
RT @HKoren: If you're concerned about your blogging platform being acquired/modified
#
Loqi
you're not using @wordpress (.org) #ownyourdata #reme…
b0bg0d joined the channel
#
@gazoombo
@silentbicycle @jcoglan I want to fix this. Now toying with the idea of extending the ethos of indiewebcamp to infrastructure and services..
tantek, fmarier, b0bg0d, singpolyma, dietrich, duckbillp, brianloveswords and josephboyle joined the channel
#
tantek.com
edited /rel-syndication (+115) "add why with link to reasoning"
(view diff)
#
tantek.com
created /syndicated (+25) "r"
(view diff)
#
tantek.com
created /web_action (+24) "r"
(view diff)
#
tantek.com
created /syndication-link-use-cases (+1587) "stub with some use cases from IRC"
(view diff)
tantek joined the channel
#
tantek
❤💬🔃
tantek_ joined the channel
#
tantek.com
edited /syndication-link-use-cases (+1) "/* Presentation */ )"
(view diff)
#
tantek.com
edited /Falcon (+5) "/* Working On */ clarify when/how Falcon will get indienews submission capabilities"
(view diff)
#
tantek.com
edited /Falcon (+4) "/* Itching */ link reply context"
(view diff)
cweiske joined the channel
#
tantek.com
edited /Falcon (+1088) "/* Working On */ add Why? points/explanations for each thing, hopefully help with documenting them as either Getting Started steps or IndieMark objectives, or both"
(view diff)
#
tantek.com
edited /Falcon (+320) "/* Working On */ more why? details, explicit why on each point, bold implementation summaries"
(view diff)
#
tantek.com
edited /Falcon (+104) "/* Working On */ more why"
(view diff)
josephboyle, andreypopp, tantek, fmarier, hmans, seyz and eschnou joined the channel
#
waterpigs.co.uk
edited /comment (+2) "/* Make a comment */ s/write/publish"
(view diff)
peck_lx, moncky, andreypopp, barnabywalters, friedcell, adactio, seyz, hmans, duckbillp, mxuribe, b0bg0d and bnvk joined the channel
#
tantek.com
edited /comment (+20) "/* Make a comment */ l rel-in-reply-to"
(view diff)
#
tantek.com
edited /Falcon (+552) "/* Working On */ more details on how rel-syndication enables original post discovery"
(view diff)
#
tantek
barnabywalters, tommorris, as fellow implementers who've already implemented some of this stuff, I'd appreciate your review/opinion of the format I've taken with documenting reasons *Why?* for each of the next things I have listed as working on for Falcon: http://indiewebcamp.com/Falcon#Working_On
#
tantek
I figure if I'm able to explicitly document the Why of each feature, then that will help with documenting reasoning for these steps when we add them to things like Getting Started and/or IndieMark.
jedahan joined the channel
#
barnabywalters
tantek: works for me — I really like this style of documentation/todo list you and aaronpk and building for your projects
#
tantek
I feel like by documenting such whys when in the middle of implementation helps document more "real world" reasons than if/when documenting it as something others should do. I think the personal perspective helps there.
#
jedahan
tangentially related to this channel but I think of possible interest to some - http://www.dumbsto.re/
#
tantek
And I'm trying to capture that personal perspective because once you've implemented it, it disappears.
#
tantek
jedahan, fascinating
#
tantek
the original Twitter and Dodgeball implementations were "dumb apps" that worked purely with txt message commands
#
tommorris
Twilio is lovely and well worth playing with
#
tantek
the notion of a simple command line UI to your "apps" (txting is just one particular pipe) is quite powerful. you could also adapt it to 2-way pagers with email for example.
#
tommorris
I may implement Twilio into Ferocity so I can text posts in
#
tantek
tommorris - please do - I'm sure they'd love to see an indieweb posting demo via txting via Twilio
#
tommorris
Twilio just uses web hooks - so every time you get a message sent to your number, it sends an HTTP POST message to a specified endpoint
#
tommorris
you can send a response by having it respond with some fairly simple XML
#
tommorris
of the form <Response><Sms>{message}</Sms></Response>
#
tommorris
(with the message encoded in UTF-8 per all the usual rules of XML)
#
barnabywalters
it’s also worth considering that, once you can email content to your website, every iOS and most mac apps have basic web actions built in
#
tommorris
the nice thing about SMS though: it works in places where 3G don't
#
barnabywalters
tommorris: oh yeah, SMS wins on availability
#
tommorris
if you are in another country, you can usually get SMS for a lot less than data roaming
#
pdurbin
I use this and it's awesome: Just Hop On - SMS Text Messaging Service for MBTA Bus Route - http://justhopon.com
#
barnabywalters
email wins on attachments — but does twilio support MMSes I wonder?
#
tantek
jedahan - prior work in this area (simple txt based commands/UI) is documented here: http://microformats.org/wiki/picoformats
#
tantek
(I've added the dumbstore apps as a see also)
#
tantek
tommorris - in some countries it's very hard to get data sim cards, e.g. France. whereas txt sim cards are more available.
#
tantek
had that problem just this past November in Lyon.
#
tommorris
yeah, I couldn't get a French SIM with data when I was last in Paris.
#
tommorris
that said, European roaming has gotten a lot better
#
@jedahan
@allisonburtch Also looking at http://microformats.org/wiki/picoformats from #indiewebcamp on freenode…they are into self-publishing :)
#
tantek
barnabywalters - I think Twilio supports *a lot*
#
tommorris
most UK mobile networks will let you roam abroad for a daily payment
#
barnabywalters
how would you handle authentication? purely based on phone number, or with a password, or some combination of the two?
#
tommorris
phone number would do
#
jedahan
phone number is reasonably safe bet
#
tommorris
plus, there's a bit of security by obscurity - having your own phone number for Twilio
#
barnabywalters
this is true
#
jedahan
I used it for my 'you can only play one time' YODO mario game :)
#
tommorris
you can store the authenticated phone numbers on your server
#
barnabywalters
tommorris: adding that to phone number based two-factor auth would be pretty cool too :)
#
jedahan
wonder how weird it would be to register a throwaway phone number from SMS...
#
tommorris
so you'd text in "auth [pre-authorized key]" and have a thing in your wallet with 10 pre-printed auth keys.
eschnou joined the channel
#
barnabywalters
tommorris: was thinking other way round (use code texted to phone number as second factor when logging into the site, then that number can be used to post notes) but that’d work too
#
tommorris
problem is if you don't have data, anything that requires you to hop on to the web breaks.
#
tommorris
use case of "arrive at airport, buy a local SIM, then get online to authenticate local phone number" fails if you don't have data
#
tommorris
...and if you do have data, you don't really need SMS. ;)
#
barnabywalters
(missed that use case)
#
tantek
yeah that's the one - "arrive at airport, buy a local SIM, then get online to authenticate local phone number"
#
tantek
tommorris - EXCEPT - many airports in France now have 15 min free wifi
#
tantek
e.g. Lyon and Paris have this
#
tantek
so you *do* have a window of opportunity to briefly use wifi/data to authenticate a new SIM/phone #.
#
tommorris
yup. that is quite useful.
#
tantek
it might be *just* useful enough
#
tommorris
although there's still problems with that - sometimes local wifi authentication portals don't speak the same language as you.
#
tommorris
and... no Google Translate. ;)
#
tantek
tommorris - view source - usually you can speak that language and figure out the form ;)
#
tantek
has done this for reals.
#
tantek
I mean, don't we expect everyone here to be able to read/understand the native language of our Matrix?
#
tommorris
Dodgeball SMS is really instructive
#
tantek
tommorris - some of this stuff is *only* documented on the microformats wiki
#
tantek
e.g. dead services like brightkite: http://microformats.org/wiki/brightkite-syntax
#
tommorris
I'm sure some of Dodgeball's UI is documented in Chris Messina's Flickr stream. most things are. ;)
#
christopheducamp.com
edited /syndication-fr (-8) "[fr: grammaire + exacte]"
(view diff)
#
tommorris
(the new Flickr is really annoying me btw.)
#
tantek
tommorris - Chris Messina did an amazing job of documenting all these picoformats/microsyntaxes on the microformats wiki in 2008
#
tantek
I think we have the most comprehensive documentation of such syntaxes anywhere
bnvk joined the channel
#
tommorris
tantek: he's also got amazing screenshots on Flickr for loads of now dead web services.
#
tantek
I do miss that about him.
#
tommorris
most useful thing in the dodgeball SMS "API": "help"
#
tommorris
when I build mine, I'm implementing that.
#
tantek
discoverability
#
tantek
tommorris - thoughts on explicit "why" documentation on personal tasks e.g. http://indiewebcamp.com/Falcon#Working_On ?
#
tommorris
tantek: seems like a good idea - user stories and all that. ;)
#
tommorris
(a user story we had at work: "As tommorris, needs to not have to be woken up at 3am to run database queries"
#
tantek.com
edited /Falcon (+237) "/* Working On */ bit more why expansions in terms of ease of use, user experience"
(view diff)
#
tommorris
I think next on my to-do list is separating out checkins from posts.
#
tommorris
Foursquare lets you checkin without posting it (to Twitter, FB). I'd like to be able to routinely checkin without it being a 'post'
#
tommorris
and have some of those checkins be private
#
tantek
I think this kind of focus, user experience, actual real world user stories is part of what separates indiewebcamp from previous open/federated social web efforts
#
tommorris
and see my checkins on an (OpenStreet)Map
#
tantek
and I want to keep encouraging a culture here of practical user experience first
#
tommorris
tantek: the other thing is that it's agile in the sense of getting something up and iterating, rather than architecture-astronaut stuff
#
tommorris
get Hello World up. then turn it into a blog-type thing. then add features.
#
tantek
yeah - I'm trying to justify each step in terms of improved user experience somewhere
#
tommorris
rather than trying to build "OpenFacebook" in one fell swoop.
#
tantek
which then makes it easier to be motivated to take each step
#
tantek
right
#
tantek
tommorris - I think a checkin is just a post with location information
#
tantek
er, *venue* information
#
tantek
aaronpk and I discussed this in person a while ago
#
tantek
checks logs
#
tommorris
yes, and no. so, the problem is I have a "Last location" thing on my site.
#
tommorris
and that uses the last checkin post
#
tantek
the last post with a venu
#
tantek
*venue
#
tommorris
but it might have been a week since I last did a checkin post because... I only do that when it's somewhere interesting
#
tommorris
like, yesterday I checked in from a bar in Soho
#
tommorris
but I don't want to check in from 'boring' places like my office or home, partly because of privacy
#
tantek
that sounds like a privacy need, not a need to not checkin
#
tommorris
I want to use my site to track my location, but not all of those should be posts or syndicated.
#
tantek
i.e. private checkins
#
tantek
which I use on Foursquare often
#
tantek
just to track my venues but not broadcast
#
tommorris
so, the idea is I'd separate out the checkins from the posts.
#
tantek
for me they're just checkin posts with different levels of access
#
tommorris
There's a checkin step, and then there's a post step. ;)
#
tantek
private posts are still posts
#
tommorris
to the viewer, they are basically the same
#
tantek
so I don't see the distinction you're making
#
tommorris
I'll sketch it out at some point.
#
tommorris
it's just a bit of kind of engineering indirection
#
tantek
I've come up with 4 checkin access levels for myself
#
tommorris
the other part of it is I want to be able to "checkin" to off-the-grid. ;)
#
tommorris
which you could do on Fire Eagle - you could specifically say "forget where I am"
b0bg0d joined the channel
#
tantek
four levels: 1) myself only, personal logging. 2) passive friend access (i.e. they can see if they go to my site, but I'm not broadcasting to them on silos), 3) broadcast to friends (i.e. I POSSE out to Foursquare), 4) public
#
tommorris
so, I've got sort of 1.5 in between 1 and 2: shared, but only on /checkins rather than on /
#
tantek
tommorris - I guess I don't understand why you'd draw that distinction, except for presentational reasons (i.e. the same reason aaronpk has separate streams of notes, articles, replies rather than a unified composite update stream)
#
tantek
whereas I prefer a composite stream on my homepage
#
tommorris
that's part of it. it's also because if I separate out location from "checkins", I can have more passive monitoring of myself
#
tommorris
like, I could have it so that when my phone is connected to my home wifi network, I'd auto checkin at home, which would update my site to remove the thing saying I'm wherever.
#
tantek
that separation is achieved by annotating whether the user chose an explicit venue or if it's just lat/long (with venue implied)
#
tommorris
it's more that I then get a loose coupling of location to posts
#
tommorris
I get to work. my server detects I've connected to it from my work IP. it geolocates me to my office. my posts then auto-geolocate to the office
#
tommorris
the best way to make that work IMHO is to decouple the location layer from the posts layer.
#
tommorris
I'll sketch my thoughts out in my notebook a bit more on that though. ;)
#
tantek
I see checkins as always an explicit user action - and the meaning contained in the user taking that explicit action
#
tantek
the implied location based stuff is cool - but I don't consider those checkins
#
tommorris
no, I haven't quite worked out the semantics
#
tantek
I think we may be talking about different use cases
#
tommorris
basically what I'm getting at is I want my own personal FireEagle running on tommorris.org
#
tommorris
my server should be able to work out where I am with some confidence value most of the time
#
tantek
I'm not sure about the passive location based use-cases. Even with FireEagle's ambiguity feature. Google Latitude etc. I think there are usability/creepiness problems there we haven't yet figured out.
#
tantek
I mean - feel free to explore that space and find out for us :)
#
tommorris
...that's why I'm rather more keen on doing it on my own server than on Yahoo/Google/Facebook's
#
tommorris
and when I do checkin, having some passive location stuff is helpful
#
tantek
I for one am hesitant to do so - my intuition says it's more complex (from a user model / comfort level) than I want to try to figure out at the moment.
#
tommorris
if I text my server Dodgeball style with "@Starbucks", which Starbucks do I mean?
#
tantek
please document your experience so we can learn from it :)
#
tantek
tommorris - surprisingly that worked quite well back in the day
#
tommorris
...if I know where I was a while back, I can make my explicit checkins more explicit
#
waterpigs.co.uk
edited /monoculture (+331) "/* Disadvantages */ added notes about disagreement in open source monocultures"
(view diff)
#
tantek
tommorris - the one your device is closest to, assuming it's sharing geolocation information with your server
#
tantek
(re: starbucks)
#
tommorris
SMS can't share location easily. ;)
#
tantek
yeah - for that I think we created venue specific shortnames
#
tommorris
you need a GPS for that... and GPS doesn't always work. try GPS in the financial district in your local metropolis. it'll fail because of all those tall buildings.
#
tantek
like Coffee To The People became cttp
#
tantek
so we'd checkin like @cttp
#
tantek
the community created shortname conventions
#
tantek
to solve that problem
#
tantek
and it worked reasonably well
#
tommorris
when FireEagle was around, the primary way I checked into it was through things like MarcoPolo
#
tantek.com
edited /monoculture (+13) "/* Disadvantages */ unproductive disagreement in particular"
(view diff)
#
tommorris
MarcoPolo would work out that if I was connected to my home wifi and using my computer, I was probably at home and so notified FireEagle.
#
tommorris
ooh, there's a modern fork of MarcoPolo.
#
tommorris
there's also a contextual thing someone has made for Android too
#
tommorris
what I really want is for my computer to work out that when it's connected to my expensive 3G connection that it absolutely must not download any software updates in the background because it's BLOODY EXPENSIVE
#
tantek
sounds like an ITCH you should capture on your wiki page ;)
#
tommorris
update Chrome or OS X all you like when I'm at home or work.
#
tommorris
tantek: old ranty post about context hacking - http://tommorris.org/posts/2867 ;)
#
tommorris
(I know, the thought of me ranting is surprising...)
#
tantek
hahaha - ranty tom is ranty
#
tommorris
set up first ControlPlane rule: work out that I'm in the office, and if I am turn Bluetooth on.
spinnerin joined the channel
#
tommorris
based on the wifi hotspots and the attachment of the rather nice monitor I have at work.
#
tantek.com
edited /User:Tommorris.org (+852) "add an Itches section with location context aware computing because Tom is venting in IRC"
(view diff)
#
tommorris
that's a surprisingly effective rant-suppression device.
#
tommorris
if you keep ranting in #indiewebcamp, we'll just wikify it.
morrocco_mole and tantek joined the channel
#
tantek
tommorris: or we'll just point out that you're repeating yourself and cite a URL ;)
eschnou, davidpk, b0bg0d, tantek and jaquecoustaeau joined the channel
#
@xtof_fr
@nicolas2fr á ton tour de POSSEr une note avec le KBIS ou ton RC :) http://indiewebcamp.com/Twitter-fr#POSSEr_les_Notes_sur_Twitter
#
christopheducamp.com
edited /Twitter-fr (+2) "[/* POSSEr des Notes vers Pseudoce Twitter */ typo]"
(view diff)
xtof, tantek, eschnou, brianloveswords_, barnabywalters, andreypopp, jedahan and josephboyle joined the channel
#
@MyDataLabs
@nicolas2fr conc. #IndieAuth @xtof_fr vous a répondu dans le #contexte #indieweb sur http://mydatalabs.com/Nicolas_Bermond#contexte
#
tantek.com
edited /Falcon (+1361) "/* Indie Checkins */ more thoughts on"
(view diff)
seyz joined the channel
#
tantek
aaronpk - I don't think our discussion about checkins just being posts with venues that we had at Jillian's was the Google I/O party last year - as that was 2012-06-28 according to https://geoloqi.com/blog/2012/06/party-with-geoloqi-and-appcelerator-at-google-io-this-week/ and that was during OSBridge when I was in Portland.
#
tommorris
did a lot of work on locations on my train journey home.
#
tommorris
basically trying to flesh out the underlying logic of combining multiple sources of location information
#
tantek
I'm having trouble searching for events that happened just last year :(
#
tantek
did you see the prior art/work on that on the wiki? (combining multiple sources of location information)
#
tantek
hCard venue, hCalendar event
#
tantek
aaronpk my intuition says some time in October 2012
#
tantek
searching my own logs...
#
tantek
aaronpk it was 2012-296 10/22
#
tantek
I see a reference to a #codestrong party
#
tantek
I left at 19:40, and looks like you went back and blogged it up that night, the time stamp is 20:58 on http://aaronparecki.com/articles/2012/10/22/1/creating-content-on-the-indie-web
#
tommorris
so, I've basically split up my location "pulses" (they aren't really checkins) to be in four broad types: vague/area, precise, precise with venue metadata and non-geographical
#
tommorris
vague/area is something like "London"
#
tommorris
precise is a geo-coordinate
#
tommorris
precise with venue metadata is a geo-coordinate plus a pointer to a venue
#
tantek
tommorris - you could call that "locality" if by vague/area you mean city granularity
#
tommorris
tantek: yep, could be country-level. ;)
#
tommorris
and non-geographical means something like "home" or "work" which are meaningful checkins but where the specifics of where they are aren't shared
#
tommorris
the vague/area ones can be used in doing things like venue searches
#
tommorris
working out the logic of it gets a bit harder, but I'm writing a load of test data into my system so I can work out what that means in practice.
#
tommorris
but the nice thing is with Twilio, I can use my geo-framework as a way of notifying myself about things over SMS.
#
tommorris
if I'm checked into London after 10pm, it'll SMS me details of when the last train home is that day.
eschnou and andreypopp joined the channel
#
tantek.com
edited /Falcon (+1450) "/* Indie Checkins */ note 2012-296 discussion with aaronpk, his resulting blog post, and key actionable realizations"
(view diff)
#
tantek.com
edited /posts (+911) "/* Kinds of Posts */ Alternative perspective: instead of explicit post kinds, infer the post kind by what aspects/properties a post has. E.g.:"
(view diff)
#
aaronpk
tantek: ohhhhhh that's what the party was... also at jillian's?
#
christopheducamp.com
edited /PESOS-fr (-2) "[fr: grammar - relecteurs bienvenus]"
(view diff)
#
aaronpk
tommorris: yea I definitely want to make a distinction between "passive" location data vs "checkins" or "explicit" location
jfranusic joined the channel
#
tommorris
aaronpk: building a 'passive' location system to feed into the explicit one after a couple of months of eating my own dogfood is quite fun
#
tantek
aaronpk - yes, also at Jillian's
#
arcocene.org
edited /2013/Guest_List (+200) "Add Sasha Kovar"
(view diff)
#
aaronpk
that explains it
#
tantek
aaronpk - doing a search for codestrong jillian's 2012 pulls up some tweets and a blog post about it
#
tantek
but no event pages
#
tantek
nothing on plancast
#
tantek
no idea how to look for a FB event for it
#
tantek
aaronpk - try going to: https://www.facebook.com/events/list/2012/October and see if you have an event listed for it for the 22nd
#
aaronpk
huh... well i can add it to our event calendar :) https://events.geoloqi.com/events
#
aaronpk
i don't see it on my facbeook either
#
tantek
lastly - search your gmail for codestrong jillian's to see if you have an eventbrite link
#
tantek
that's only other kind of reference I can think to look for
#
tantek
right
#
tantek
but no permalink for the event in particular
#
aaronpk
can't find anything for the party in myemail
#
tantek
another reason we need indieevents - can't trust organizers and silos to actually put the damn things at a permalink on the web
#
tantek
I do try to create a microformats wiki page for each event about or related to microformats
#
jfranusic
so, I'm almost ready to move my homepage back to my own server
#
tantek
so at least we have discoverable / searchable stuff there
#
tantek
jfranusic - welcome back and glad to hear it!
#
aaronpk
I didn't make an event specifically for the party, but there's this https://events.geoloqi.com/events/5
#
jfranusic
moving from PBwiki was kind of a big pain (tantek, remind me to give you the summary, for when you decide to move)
#
tantek
heh. jfranusic - I've been brainstorming on how to do flat file wiki storage
#
jfranusic
the most frustrating part is that PBwiki is sending 301's for these dumb URLs
#
tantek
once I figure that out, I can do a batch
#
jfranusic
so, my website is going to be stored in Git - I'm using Jekyll for now
#
jfranusic
Jekyll is one of those things that APPEARS complicated but is actually very simple
#
jfranusic
one realization I had about not hosting data yourself
#
jfranusic
if you use only one service, then you're probably good for 5 years
#
tantek
jfranusic - please take notes on how you're setting up Jekyll static files at github
#
tantek
or wait - do you mean git natively on your server? (not github)
#
jfranusic
but if you're using a ton of services, then you're probably moving data around somewhere every 6 months to a year
#
tantek
right
#
jfranusic
I'm not sure I want to host on GitHub
#
jfranusic
well, if I do, I want to be able to switch back to my own server in 10 seconds
#
tantek
makes sense
spinnerin joined the channel
#
tantek
jfranusic - have you set a launch date?
#
tantek
when you're going to throw the DNS switch to your new host?
#
jfranusic
nope, just when it's ready
#
tantek
might I suggest before IndieWebCamp 2013 ;)
#
jfranusic
need to decide if I want my pages named joel.franusic.com/page-title.html or joel.franusic.com/page-title/
tilgovi_ joined the channel
#
jfranusic
it'll be in the next week or so, I'm very close
#
tantek
e.g. by 2013-172
#
tantek
oh great!
#
tantek
that's even sooner!
#
tantek
oh go without the .html
#
jfranusic
yeah, I won't be able to make IndieWebCamp 2013 :/
#
jfranusic
okay, done
#
tantek
that's for your wiki pages right?
#
tantek
but for posts (anything on a primary time axis), I'd suggest putting them in directories by year
#
jfranusic
yeah, that's for my wiki pages, although the line between a wiki page and a "post" is kind of blurry
#
jfranusic
if I think of "posts" as "essays" then it's easier to decide what is what
#
barnabywalters
I currently have a script running fetching reply contexts for all my reply notes since october 2012 :)
#
barnabywalters
turns out there are quite a few
#
tantek
barnabywalters - and I presume saving the entire HTML?
#
tantek
jfranusic - the distinction between wiki and post is interesting
#
barnabywalters
tantek: nope, I should be really
#
tantek
barnaybwalters - I mean heck, if you're running a batch script, then ...
#
aaronpk
hah nice. mine just downloads it on the fly
#
barnabywalters
it opens up the rabbit hole of: also the images and CSS and JS
#
aaronpk
if I were to do it in batch I'd just hit all the URLs of all my replies
#
tantek
barnabywalters - nothing embedded
#
tantek
just the source (and headers if you like)
#
aaronpk
barnabywalters: the main use case for grabbing the whole html is to be able to re-parse it again later if the parser gets better
#
barnabywalters
aaronpk: I’ll certainly start archiving stuff going forward, and then maybe run the batch job again
#
tantek
s/if/when ;)
#
tantek
jfranusic - post/wiki differences
#
barnabywalters
this run is heavily staggered so I don’t go over twitter’s API limit. When I run the converter for real I’ll just hit the twitter.com URLs and archive everything
#
tantek
wiki pages can start with a small stub that seems inconsequential
#
tantek
posts feel like they require some critical mass of self-completeness (even tweets/notes)
#
tantek
wiki pages reflect "the current state/thinking"
#
tantek
posts serve as an excellent way to snapshot, "here's what I've figured out as of this point in time"
#
tantek
wiki pages grow with a sense of broader completeness, splitting off sub-pages when needed.
#
tantek
posts are good for deep diving on a specific topic without feeling an obligation of providing the broader context
#
tantek
of course, it's useful to link to each from the other
#
tantek
a post has the connotation of an announcement as well, as in, hey I've figured this thing out that is worthy of review, read this (and optionally reply/comment on your own site)
#
tantek
whereas wiki pages are more about continuous incremental improvement
#
tantek
fascinating, members in #indiewebcamp have been slowly increasing and in the past week or so regularly bump above the number of folks in #microformats
#
tantek
(which is new)
#
tantek
like right now 35 vs. 33
jedahan joined the channel
#
barnabywalters
woo! grand total of 304 reply contexts gathered
#
barnabywalters
goodnight all
#
Loqi
buenas noches
b0bg0d, jedahan, josephboyle, andreypopp and thomasmcnaught joined the channel
#
tantek
my goodness the crazy public-fedsocweb thread continues to grow: http://lists.w3.org/Archives/Public/public-fedsocweb/2013May/thread.html#msg6
#
aaronpk
at some point we should share a link to our /building-blocks page
#
aaronpk
and indiemark, once we clean it up a bit more
#
aaronpk
I want to wait until we have a few more people federating though
jedahan joined the channel