#benwerdI remember the whole GIF licensing controversy, too. If everyone would just pick up something license-unencumbered, we'd be golden. But yes, JS dynamic codecs could well be the answer.
#KevinMarksI remember m'colleague at Apple modified a hardqware y2K countdown clock for the Unisys patent expiration so he could check gif into QuickTime
#KevinMarksmaybe the silo metaphor does work - http://www.silo.org/benefits.htm 'The switch from horizontal to vertical storage can increase milk production totaling well over $100/cow/year*(7)'
#tantekKevinMarks, I think I need to bring back the Matrix quote paraphrasing
#tantekWhat are the silos? Control. The silos are computer-generated dream worlds built to keep us under control in order to change a human being into this. [holds up chart showing clicks on ad units]
#pdurbintantek: 'Anything pitched as a single project by name, e.g. "Tent server can connect to any other Tent server" [emphasis added] is likely to inevitably descend into a monoculture' -- http://indiewebcamp.com/Tent.io ... but isn't Tent supposed to be a protocol? i.e. "SMTP server" or "DNS server"
#tantek!tell benwerd an indieweb tagged post aggregator would be cool - but as pointed out in that thread - unless you have a new approach to the spam problem - don't bother.
#rtaibahbarnabywalters, well seems like I am in a pickle. This is hosted on mediatemple, I wanted to move away from them (after the GoDaddy acquisition.) Now they suspended my account and asking me to pay for the next year...grrr
#rtaibahMemoryKloud: The assumption is that you don't really need to own or preserve everything, but only the memories that you cherish (wedding, newborn, graduation...etc)
smus joined the channel
#pdurbinrtaibah: doesn't the preservation of pictures aid our memories?
#rtaibahpdurbin, yes of course it does! Images, videos, microblogs, blogs, sound bites....etc all take a part. The problem is that these are fragmented between platforms/users
barnabywalters, crossdiver, bnvk, julien51 and ttepasse joined the channel
#rtaibahpdurbin, no not anti at all, where did you get that from? I haven't looked at Thinkup for a while. But MemoryKloud's (my grad school final project I was talking about) idea was that it depended on user-defined events. i.e capture anything that has to do with my newborn from all these networks. Then create a scrap book out of it or something.
#pdurbinsounds nice. sorry, keep talking and I'll understand better
#rtaibahpdurbin, lol yeah, I wasn't clear because I assumed I will have the website to do the talking. My host locked me out without me noticing.
smus, josephboyle, _6a68, crossdiver and tantek joined the channel
#Loqitantek: barnabywalters left you a message 33 minutes ago: RE facebook OPD, I added a basic shim for facebook permalink post pages. Brrr disgusting markup. https://github.com/indieweb/php-mf2-shim
skinny and snarfed joined the channel
#tantekbarnabywalters - what are you doing to clean/tidy the markup before attempting to parse it?
smus joined the channel
#barnabywaltersnothing, but I made a pretty-printed copy of the page so I could make sense of it
#barnabywaltersand in post content I’m replacing their nasty shortened links with the real links
#tantekoh - are you using LoadHTML or something and letting PHP deal with the mess?
#tantekhe could even use werd.io - short enough that no need to use a different shortener domain
#tantek!tell benwerd what would it take to convince you to put (werd.io 2013-10-30-t1) style (or shorter) permashortcitations in the POSSE copies of your notes posts on FB, Twitter etc.? cc: barnabywalters [original-post-discovery] <- old school tag.
#tantekbarnabywalters - I'm working on my rel-syndication parsing/discovery code and I'm wondering what's the best current PHP approach to extracting that stuff from potentially messy markup. Would like to avoid regex/scraping if possible.
rtaibah joined the channel
#tantekis digging through php-mf2-shim code to try to find its approach
#barnabywaltersis there a #microformats wiki page about consuming mf data? I’ve been learning a ton of stuff about it recently, and solidified much of it into useful functions in mf-cleaner
#tantekis there an option to tell php-mf2 to only parse rel values?
#snarfedhey barnabywalters, i've been using php-mf2 from the command line to get a fast testing loop - which is great, thanks for writing it! - and i'm seeing odd results
#snarfedi'm a php novice, and it's cluttered markup, so it's very likely something on my end
#rtaibahOk, so I've been through the website, read the getting started, any other readings you guys recommend. I heard Jeremy Keith on The Web Ahead talk about this, I want more of where that came from.
#barnabywalterssnarfed: I made a new test case from the source of your site, and it parsed fine using exactly the same version as your command line script was
#barnabywaltersI should just make a script which does exactly this (fetches data from a page and spits it out as JSON) and include it with the download
#barnabywalterssnarfed: no problem, thanks for bringing it up!
#barnabywaltersthis is a good excuse to play with composers’ bin installation settings
benwerd joined the channel
#Loqibenwerd: tantek left you a message on 10/29 at 6:33pm: an indieweb tagged post aggregator would be cool - but as pointed out in that thread - unless you have a new approach to the spam problem - don't bother.
#Loqibenwerd: tantek left you a message 10 hours, 38 minutes ago: do you know when you started supporting rel=syndication links? FYI I added them 2013-06-23, day 2 of IndieWebCamp 2013.
#Loqibenwerd: barnabywalters left you a message 4 hours, 20 minutes ago: RE facebook OPD, I added a basic shim for facebook permalink post pages. Brrr disgusting markup. https://github.com/indieweb/php-mf2-shim
#Loqibenwerd: tantek left you a message 3 hours, 14 minutes ago: what would it take to convince you to put (werd.io 2013-10-30-t1) style (or shorter) permashortcitations in the POSSE copies of your notes posts on FB, Twitter etc.? cc: barnabywalters [original-post-discovery] <- old school tag.
#benwerd!tell tantek I don't need convincing re: POSSE links
#benwerdit's on my list. Just need to carve out the time to do it, and figure out what the most sensible / shortest syntax is, given I don't use your style of permalink.
#Loqitantek: benwerd left you a message 28 minutes ago: I don't need convincing re: POSSE links
#benwerdoh, weird. Loqi snipped off the rest of my message.
#benwerdGuess s/he doesn't like semicolons, like all the best editors.
#benwerdRe: links - It's on my list. Just need to carve out the time to do it, and figure out what the most sensible / shortest syntax is, given I don't use your style of permalink.
#barnabywalterssnarfed: I added fetch-mf2 and parse-mf2 commands to the dev version of php-mf2, they turn up in vendor/bin if you install using composer. One fetches from a URL, the other parses from stdin, both output pretty JSON
smus joined the channel
#snarfedgreat! i use the github repo, so i'll just pull. thanks!
squeakytoy joined the channel
#snarfedbarnabywalters: hmm. did you mean the shebang lines to be /usr/bin/env php ?
#snarfedthanks. i edited and started already. just finished installing composer via homebrew, but it's not seeing that it's installed. debugging that now.
#barnabywaltersinstalling composer via homebrew? interesting
#barnabywalterswhat commands are you running and what error are you getting?
#snarfedfetch-mtp doesn't find the composer install location
#snarfedphp-mf2 assumes it's installed by composer? or in a standard php lib path?
#barnabywaltersthose binaries used to assume they were installed by composer, I added another check which should let them run from a bare cloned repo
#snarfedlol, thanks, sorry for all the hand-holding
#snarfednow to convince bnvk and eschnou to accept webmentions on their sites again :P
caseorganic joined the channel
#aaronpkbenwerd: I'm not a fan of the "missing slash" links either :)
#Loqiaaronpk: tantek left you a message 11 hours, 46 minutes ago: do you know when you started supporting rel=syndication links? FYI I added them 2013-06-23, day 2 of IndieWebCamp 2013.
caseorga_ joined the channel
#aaronpk!tell tantek what do you mean "supporting rel=syndication links"? When I started publishing them or when I started following them on other peoples' posts?
#snarfedaaronpk, benwerd: agreed re permashortcitation (missing slash) links. i don't have a good alternative suggestion though, especially for places like silos where you can only control content, not markup.
#barnabywalterslooking for the last link in the POSSE copy is fairly robust
#snarfedyeah, i use the explicit link attachments for FB and G+, which is similar. it's valuable real estate for rendering inside silos though, so i may switch to last text link
#barnabywalterssnarfed: in the FB UI I can’t see a place to explicitly add a link (automatically determined from content) — can you only do that via the API?
wingnataxa, glennjones, smus, paulcp, edsu, paulcp_, caseorganic, sfarthing, mikeal, fmarier, crossdiver, tpinto and tantek joined the channel
#Loqitantek: aaronpk left you a message 2 hours, 17 minutes ago: what do you mean "supporting rel=syndication links"? When I started publishing them or when I started following them on other peoples' posts?
#tantekaaronpk, when you started publishing rel=syndication markup on your links to "also on Twitter"
bnvk joined the channel
#tantekbut yeah, would be good to know when you started consuming rel-syndication links for actual use within p3k
#aaronpktantek: I added the rel=syndication attribute on April 10, 2013
#tantekaaronpk and when did p3k start looking for rel-syndication links?
lukebrooker joined the channel
#tantek!tell benwerd - and the other questions? when did you start publishing rel="syndication" markup? and does idno look for (consume) rel-syndication links when you're posting a reply?