2013-11-06 UTC
ChiefRA, tantek, jschweinsberg and KevinMarks joined the channel
tantek, tobyink, romainneutron, encolpe, barnabywalters, adactio, pfefferle, TallTed, Atamido, jgay, brianloveswords, lmjabreu and kennyluck joined the channel
snarfed joined the channel
# 15:37 snarfed morning all! i'm looking for a python mf2 parser…does anyone know of one?
# 15:50 ChiefRA snarfed there are mf2 parsers
# 15:51 ChiefRA hold on a sec, while I give you a link.
# 15:51 snarfed thanks! surprised google didn't rank them high enough in my search
# 15:51 ChiefRA they're new, Google just starts to "understand" them.
# 15:52 ChiefRA it takes a while until "lasy" Google gets up-to-date with the latest trends :)
# 15:55 ChiefRA hmm I don't know.
# 15:55 ChiefRA can you give me a link to such a parser?
# 15:55 ChiefRA snarfed may need one.
# 15:56 snarfed thanks! i already have, those look good but they're not python
# 15:56 snarfed if we don't know that one exists, that's fine, i was just checking before i start coding
# 15:57 ChiefRA snarfed can you make one ? :)
# 15:57 ChiefRA for the sake of humanity?
# 15:57 snarfed lol. not sure about humanity, but yes, i'll write one if i can't find one
# 15:58 ChiefRA :)) ok hang around here on a regular basis, tantek or aaronpk might be able to provide you with extended help about it.
# 15:58 ChiefRA tantek is not on atm, but he will join. I'll leave him a message to contact you when he comes on.
# 15:58 snarfed no need, i see them in person here and there, i've mentioned it before. they're supportive but they pay more attention to php
# 15:59 barnabywalters snarfed: glancing over the code for microtron it looks like it’d be tricky to add support for all the important things in mf2
# 15:59 tommorris snarfed: nobody has written a Python mf2 parser yet. do feel free to start one. ;)
# 16:00 tommorris snarfed: alternatively, you can run the Node parser and call it via HTTP
# 16:01 snarfed all sad conclusions, i'm fine with python, but not really the right person to write a parser
# 16:01 ChiefRA you're welcome.
# 16:02 ChiefRA !tell tantek snarfed came with a great idea of making a Pyton mf2 parser. Anyone tryed that before?
# 16:02 Loqi Ok, I'll tell him that when I see him next
# 16:02 barnabywalters snarfed: I didn’t think I was the right person to write a parser either, but I ended up making it because it needed to exist and no-one else was going to do it in a hurry :)
# 16:06 barnabywalters snarfed: if it’s any help, php-mf2 comes with some command-line utils for fetching and parsing mf2 which you could call from subprocess.call()
tobyink joined the channel
# 16:07 snarfed all tradeoffs, including me writing a full fledged parser…but thanks for the encouragement, much appreciated
romainneutron, snarfed and tantek joined the channel
# 17:54 Loqi tantek: ChiefRA left you a message 1 hour, 52 minutes ago: snarfed came with a great idea of making a Pyton mf2 parser. Anyone tryed that before?
# 17:55 snarfed tantek: feel free to disregard. consensus seems to be there aren't any python mf2 parsers yet. i may start one eventually, but no promises :P
# 17:58 KevinMarks I started looking at it a while ago, but realised my python parsing techniques are very out of date
jschweinsberg joined the channel
romainneutron, Phae and benward joined the channel
# 18:46 tommorris snarfed: I'm starting one. I need an excuse to learn some Python toys I'm playing with.
# 18:47 snarfed post the repo link when you have it, i'll happily follow along and contribute
tswicegood joined the channel
# 18:57 tommorris snarfed: sure. on train so have sporadic dodgy internet. mostly just using this as a way to get myself into writing python as I have to do some more at work
lmjabreu joined the channel
twisted` joined the channel
rknLA, tantek, tobyink, snarfed1 and krijnh joined the channel
snarfed and romainneutron joined the channel
armicron and Phae joined the channel
# 21:34 tommorris mainly doing it because I wanted to familiarise myself with nose as I need to use it at work
snarfed, bret and tantek joined the channel
# 23:02 tommorris tantek: there was someone here earlier asking about python microformats2 parser. I've been hacking one together
# 23:16 tantek nice - hosting code on your own domain, how #indiewebcamp of you ;)
# 23:16 tantek is there a version you push to github for collaboration?
# 23:16 tantek and "parses the simplest test cases" is certainly good enough to add to the microforrmats.org parsers page
# 23:26 tommorris tantek: it's bitbucket. you can just map a subdomain to it ;)
# 23:27 tommorris but yeah, git / mercurial[with hg-git] makes the whole hosting it yourself thing becomes easier
# 23:28 tommorris tantek: as for the parser, I'm hoping to work on it on the way to and from work
# 23:42 tantek was just thinking if you put it on github then snarfed and kevinmarks could contribute to it as well, maybe even barnabywalters (who has expressed some interest in the past)
# 23:43 tommorris yeah, can do. was using it as a way to play with mercurial but I'm happy to pop it on github too
# 23:43 snarfed i don't feel strongly where it's hosted, i'll send patches/PRs anywhere
# 23:44 tommorris you can log into bitbucket with your github account, which is fairly hilarious oauthery.