2013-02-05 UTC
tantek, bnvk and scor joined the channel
mxuribe, mxuribe1, bnvk, tantek, tantek_, gardnr, sbp, eschnou, andreypopp, barnabywalters, adactio, Stevef, friedcell, scor and raphdg joined the channel
texburgher and tantek joined the channel
# 16:59 tantek fascinating, about.me bought itself out of AOL. apparently there's a future in identity hosting?
# 17:00 tantek which would seem to imply that there may even be a future in commercially enabling IndieWeb identities as well.
# 17:00 tantek like when you're ready to graduate from about.me to your own URL
eschnou joined the channel
barnabywalters joined the channel
zztw joined the channel
# 18:12 dpk err. wrong window. but an awesome link nonetheless
eschnou and andreypopp joined the channel
# 19:17 zztw or /msg me or mention me or whatever else
# 19:18 zztw sat morning? what's good for you?
# 19:19 barnabywalters I am at an event this weekend but for people in the UK, from 9:00 to 11:00 PDT is generally quite comfortable
# 19:23 barnabywalters so, if identengine.com is working properly, I should get a nice h-card if I use your @namw
# 19:25 zztw I broke it... the hosting situation is disfigured temporarily
# 19:27 barnabywalters if we’re going to do a regular hangout type thing, we should probably use something like jitsi (I think they do video conferencing)
# 19:30 tommorris so, this afternoon, I fell off the wagon on posting to my own site. just because of speed.
# 19:30 tommorris tweeting is a lot, lot quicker than posting to my own site at the moment.
# 19:30 tommorris got to make the process of posting to my own site ridiculously fast.
# 19:31 barnabywalters tommorris: yeah, as is getting from a tweet to an indieweb reply dialog, even with indieweb reply
# 19:31 barnabywalters my UI is actually quite speedy, but I certainly need to parallelize all the various requests to services I’m making
# 19:31 tommorris well, now I have it on my own server, I can use a job queue
# 19:32 tommorris rather than write to the DB, just write to a job queue which can feed the DB in its own sweet time
# 19:32 tommorris I started using Ruby DRb queues, which are a giant hack, to do inter-process communication between a Ruby and JRuby process
# 19:33 tommorris then more recently, I tried out Beanstalk'd, which is pretty lightweight but also pretty rliable
# 19:34 zztw tommorris: why is writing to a db slow? should never be slow...
# 19:34 tommorris well, it may not be writing to the DB that's slow but the HTTP requests
elioat joined the channel
# 19:35 barnabywalters tommorris: as in, the POST request to create the note, or are you doing auto-POSSE now?
# 19:35 zztw barnabywalters: i expected a not-google-plus sentiment. I totally agree we should have something like that but for now I haven't experienced the convenience of a g+ hangout anywhere else.
# 19:36 barnabywalters I was auto-posseing to FB for a while, but now use their feed dialog as a web action delegate. I should probably document this
# 19:36 zztw if you have a server to do it on, i'm down
# 19:36 barnabywalters zztw: yeah, G+ hangouts are nice. I haven’t tried out jitsi conferences but it’s gotta be worth a try
# 19:37 zztw barnabywalters: let's do a g+ hangout to collaborate on setting up jitsi!
josephboyle joined the channel
# 19:44 barnabywalters hm, I think right now parallelizing requests is low-hanging fruit compared to setting up a job queue. I can always resort to that if need be in the future
# 19:45 tommorris well, if you've got a job queue, you can parallelize it by pulling stuff from the job queue in parallel
# 19:46 barnabywalters yeah, I can see the benefits, but right now I’d rather build, say, self-hosted venues and sheet music and make my note-posting a bit faster, than spend a load of time re-developing to make my note posting SUPER FAST :)
# 19:51 tommorris barnabywalters: postgres stood up for the 150,000 hits or so yesterday. ;)
# 19:52 barnabywalters it looks awesome, esp. the GIS stuff and arrays (which is my immediate reason for migration)
# 19:52 aaronpk is considering psql now too. currently has no DB backend
# 19:58 zztw has never considered anything other than postgresql
Stevef and tantek joined the channel
# 21:34 tantek this has huge implications for improving support for use of microformats' IndieWeb use cases
# 21:34 tantek I think we can now finally start transitioning the last bits of dependencies on XML/Atom etc. to hAtom / h-entry
# 21:35 tommorris now that Ruby has 'execjs', which lets Ruby call JS (using, say, Node), it wouldn't be too hard to use a microformats-2 parser as part of a test suite
# 21:36 tantek how much work would it be to write simple Ruby wrapper library around Glenn's parser?
# 21:36 tantek so we can start parsing each others' h-cards etc.
# 21:36 tommorris not sure, I haven't really looked into execjs, beyond basic security auditing
# 21:36 aaronpk heh, I don't know if I'd want javascript in my ruby
# 21:37 tommorris well, the alternative is writing a microformats-2 parser in Ruby
# 21:37 tantek or port either the JS one or PHP one to Ruby :)
# 21:37 tommorris which shouldn't be too hard since we have a pretty good spec, test suite and some open source implementations
# 21:38 tommorris hell, I've written large chunks of an RDF/XML parser. everything should be simpler compared to that.
# 21:40 tantek since folks around here seem to be quite good at real-world / practical solutions to (semantic) markup questions, I wanted to bounce a few things off the channel
# 21:40 tantek which seems to be the strongest semantic workhorse for numerous indieweb use-cases
# 21:41 tantek so we're all marking up permalink post pages, stream pages (e.g. home page), and archive pages with "h-entry"
# 21:41 tantek I'm thinking that *any* web page that has a name and a notion of published (created) and/or updated (modified) date is worthy of marking up with h-entry
# 21:42 tommorris well, not sure about that. I think that the point of it is to identify the atomic unit of content.
# 21:43 tommorris the problem then is that the semantics of an h-entry just collapses into that of being an HTML document
# 21:43 tommorris which is fine. I'm all for that kind of thing on a philosophical level, but there's pragmatic concerns
# 21:44 tommorris people are likely to use the data *for* some purpose. subscribing to a blog, subscribing to some kind of stream of blobs of content (even if that's not a blog
# 21:44 tommorris a list of things you've faved, or friends you've added)... if everything becomes an h-entry, I'm not sure how that would work out
# 21:46 tommorris it reminds me a bit of the 303 debate in Semantic Web land, where everyone had grand theological ideas about what a "resource" is. but it all sort of collapsed in the end when people put their theologies aside and just looked at how people would actually retrieve data
# 21:49 tommorris tantek: in short, yes, but I'd want to see the practical consequences. ;)
# 21:50 tantek well, all the usual goodness in being able to automatically know the datetimes of a document
# 21:51 tommorris let's say I've got a page, tommorris.org - which has 20 odd h-entries. there is then a further "root" h-entry, the document itself
# 21:51 tommorris you then have a weird relationship between the main h-entry and the subsidiary h-entries
zztw, friedcell and donpdonp joined the channel
# 22:08 tantek tommorris - in your example, tommorris.org has no notion of it's own published/updated date
# 22:09 tommorris some blogs do. I know Dave Winer's Scripting.com used to have a "last updated" field
# 22:09 tantek it's current content is literally just a container for h-entrys and a header/footer with some meta info :)
# 22:10 tantek ok, I'm going to try adding h-entry to one of my specs and then you can take a look at a live example
# 22:11 tommorris is a bit ditzy this evening after some Polish vodka and spending 6+ hours watching Parliamentarians discussing whether he can get married. ;)
# 22:13 tantek well, get married to someone of your preferred gender/orientation :)
# 22:14 tommorris tantek: Universum. @hadleybeeman bought it for me a while back.
friedcell joined the channel
tantek joined the channel
# 23:59 hadleybeeman Glad to hear that vodka went to good use, tommorris. :) And cheers... well worth celebrating.