#indiewebcamp 2014-10-11

2014-10-11 UTC
RichardLitt joined the channel
#
timowens.io
edited /IRC_People (+90) "/* Nicknames */"
(view diff)
anomalily and timmmmyboy joined the channel
#
snarfed
announcement: the instagram-to-RSS site i used (http://usubscription.com/instaFeed.php) went down, so i've deployed my own: https://instagram-atom.appspot.com/
KartikPrabhu_ joined the channel
#
gRegor`
kylewm: Why is this check like this? https://github.com/kylewm/redwind/blob/master/redwind/plugins/wm_sender.py#L180 I checked the original and don't understand it there either :)
#
gRegor`
Why not just check if it's 200?
loic_m_ joined the channel
#
kylewm
gRegor`: I borrowed that from vrypan's webmention-tools originally
#
kylewm
but sometimes you get 202 Accepted instead of 200 OK
#
kylewm
like if it is put into a response queue
#
gRegor`
Yeah, I was just thinking that
#
kylewm
oh ha, sorry for repeating what it says in the comment... i didn't even look :P
#
gRegor`
I wasn't sure about the // either, vs / in vrypan's
#
kylewm
that's Python3
#
kylewm
it converts to floating point if you just use /
#
gRegor`
Ah
#
daf
also in later versions of python2
#
gRegor`
I'm working on a webmention module for ProcessWire, so poking around other people's code for improvements
#
daf
you can get the python3 behaviour of / in python2 using from __future__ import division
#
gRegor`
It's database-driven, but I'm considering logging sent wm to a file instead of the table
wolftune joined the channel
#
kylewm
i put that kind of thing in redis with an expiration
#
kylewm
daf, that's good to know, thanks :]
KartikPrabhu_, mlncn, musigny_, mdik, xxcoeurxx and paulfitz joined the channel
#
aaronparecki.com
edited /Sponsors (+360) "/* 2014 Cambridge Sponsors */ add reclaim hosting and mozilla"
(view diff)
#
aaronparecki.com
edited /Sponsors (+0) "oops fix link"
(view diff)
#
aaronparecki.com
edited /2014/Cambridge (+201) "add sponsors"
(view diff)
j12t joined the channel
#
tantek.com
created /Snapchat (+493) "stub with dfn, criticism see also"
(view diff)
#
tantek.com
edited /Snapchat (+449) "add screenshots of SnapSaved"
(view diff)
chrissaad, timmmmyboy and tantek joined the channel
#
tantek
amazing UI warning dialog content copy by GitHub: https://twitter.com/natevw/status/520633707883819008
#
shaners
tantek: earlier i was about the the u-* parsing algo and reading the docs on the mf site.
#
shaners
there's no mention of looking for video.u-x[src] or (audio|video) > source.u-*.
#
shaners
also, i should there be or is it implied ?
#
shaners
s/also, i //
#
Loqi
shaners meant to say: should there be or is it implied ?
timmmmyboy joined the channel
#
shaners
tantek: also, i think that u-* parsing algo should look for video[poster] for an image url if there's a .u-photo on video. Thoughts?
#
tantek
real world examples?
#
tantek
of video.u-x[src], audio>source.u-*[src], video>source.u-*[src]?
#
tantek
(definite had considered them, noted as such as considering in h-entry, and now just waiting to see if anyone bothers with real world examples)
#
shaners
i put .u-photo on my <video[poster]>
#
tantek
we don't special treat u-photo or any particular u-*
#
tantek
what we could do is fall back from video.u-x[src], to video.u-x[poster]
#
tantek
which would handle that
#
tantek
but would not allow for both src and poster on <video> to be picked up
#
tantek
but maybe that's ok
#
shaners
video[src] is a video url, eg .u-video. video[poster] is an image url, eg .u-photo.
#
tantek
however the microformats2 parser does not look for any particular vocabularies like that in anywhere special
#
shaners
i think we should do both. in the same way that <a.p-name.u-url[href=url]>name</a> grabs the href for the url and the tag content for the name
#
shaners
i see your point though about being vocab agnostic
#
shaners
actually, your suggestion of video[src] falling back to video[poster] is not bad, bc i use:
#
shaners
video[poster].u-photo > source[src].u-video
#
shaners
two tags, separated classes.
#
tantek
exactly why I came to that conclusion, by following your example
#
tantek
the last question is, should we *imply* a u-photo from video[poster] the way we imply a photo from an img[src]
#
tantek
I'm inclined to say no until there's a need for it. Your example does explicit markup to be clear, and that's better.
#
shaners
i lean toward yes, if t's a video post. but no for most posts. so, no is my feeling.
#
GWG
Evening
#
tantek
since we can't special case "it's a video post", we must say no
#
shaners
exactly
#
@kevinmarks
@siobhanquinn I'd suggest indieWebcamp, though this weekend it's in Cambridge, Mass
(twitter.com/_/status/520762662905335808)
#
mlncn.withknown.com
edited /2014/Cambridge/Guest_List (+350) "/* Participants */"
(view diff)
#
shaners
although the parsers can't be expected to know an h-entry X post from an h-entry Y post, in homesteading land, I put .h-entry.as-video on video posts. .h-entry.as-note, etc
#
shaners
so, for my own purposes i can tell the difference
cmhobbs_ joined the channel
#
tantek
shaners - I do the same with h-as-* and simply made up that convention treating -as- as a vendor prefix for those vocabs
#
shaners
i had conflicted feelings about h-as-* vs as-*. tell me why you decided on h-as-*
vanderwal joined the channel
#
tantek
shaners - not sure it was the right decision
j12t joined the channel
#
tantek
might have been better to just use as-*
#
shaners
here's the parsed as-* version on my video
#
tantek
because it really is "just" a CSS hook and I haven't needed it for anything semantic or data-related.
#
shaners
YAGNI, or whatever ;)
#
tantek
thus experience leans much more towards just as-* rather than h-as-*
#
tantek
I think initially it "felt" right to try making it work as a way of experimenting with object compatbility with ActivityStreams
#
shaners
i rember that early discussion
#
tantek
(vague memories of a session on ActivityStreams and microformats2 compat in 2012 Federated Social Web Summit)
chrissaad joined the channel
#
shaners
i used h-as-* on iamshane.com too
#
tantek
looks for uRLs
#
shaners
but for the HS proper rebuild, i've moved to just as-*
j12t joined the channel
#
tantek
that seems like the more sensible conservative approach
wolftune joined the channel
#
tantek.com
edited /link-preview (+230) "/* existing silo support */ added more specifics of Facebook vs. Twitter support"
(view diff)
gRegor` joined the channel
#
tantek.com
edited /link-preview (+787) "more silo examples details, more specific links, add Why and How, re-order sections for more productivity upon finding the page"
(view diff)
joinerman and KartikPrabhu_ joined the channel
#
mattl
oh wow. the camp starts at 9.
daf joined the channel
#
carmen
yeah, where i'm from, social events didnt start til 1am
addal and KartikPrabhu_ joined the channel
#
KevinMarks__
Madrid, Carmen? I remember it having its own timezone
KartikPrabhu_, musigny, chrissaad, j12t, xtof, petermolnar, bitsandcrafts and elima joined the channel
j12t joined the channel
ben_thatmust_ and elima joined the channel
#
ben_thatmust_
The problem with going to bed at 9 PM because I was tired is that I wake up at 4 AM because i'm not
#
kevinmarks.com
edited /2014/Cambridge/Guest_List (+225) "/* Remote Participants */"
(view diff)
#
kevinmarks.com
created /noterlive (+168) "Created page with "<dfn>NoterLive</dfn> is a live-noting tool that post to twiter and compiles the notes for posting as a full post. [http://noterlive.com noterlive.com] by {{kevinmarks}}""
(view diff)
KevinMarks joined the channel
musigny, stream7, KartikPrabhu_ and Pierre-O joined the channel
EOGreer, JohnDuh, stream7 and thierrymarianne joined the channel
#
@dissolve333
@mlncn Nice to see I'm having a positive influence out there. Welcome to the #IndieWeb(btmb.me s/2f)
(twitter.com/_/status/520879435520565248)
elima joined the channel
#
ben_thatmust
based on the train schedule, i'll be there like an hour early today. if you guys need any help setting up
EOGreer, Kopfstein, KartikPrabhu_, thierrymarianne, loic_m__, tantek and musigny joined the channel
#
tantek
good morning #Indiewebcamp!
Pierre-O joined the channel
#
joskar
Good morning tantek!
Pierre-O joined the channel
#
rascul
currently 48F in Cambridge, projected high of 54F and 70% chance of rain http://www.wunderground.com/cgi-bin/findweather/getForecast?query=cambridge%2C+ma
#
rascul
tomorrow should be a little nicer though :)
ben_thatmust_ joined the channel
#
ben_thatmust_
just got in to south station. don't know what I'm doing for the next hour
#
rascul
i'll be in cambridge in an hour or so
#
rascul
+ a few maybe
#
rascul
about an hour drive from shrewsbury and we're leaving here shortly
#
ben_thatmust_
I do the commuter rail but the schedule on weekends is 1 train every 2 hours or so
#
rascul
i rode that from boston to grafton, the ride kinda sucked, amtrak is much nicer heh
#
ben_thatmust_
I take it daily it's fine for me. I can read and do work. I can't do that in a car
#
rascul
i had also been on the train all day by that point, it's possible i was getting a little train sick
#
ben_thatmust_
red line between park st and kendel is closed, shuttle buses are running
musigny joined the channel
#
pdurbin
ben_thatmust_: thanks for the heads up. I'll probably bike over (from Brookline).
#
ben_thatmust_
in the rain?
#
pdurbin
I bike to work every day. Rain, snow. Rain pants ftw! :)
#
pdurbin
some crazy sad stuff happening in the Boston area last night: Brianna Wu on Twitter: "The police just came by. Husband and I are going somewhere safe. Remember, #gamergate isn't about attacking women. http://t.co/ZU6oEVxMGL" - https://twitter.com/Spacekatgal/status/520739878993420290
#
@Spacekatgal
The police just came by. Husband and I are going somewhere safe. Remember, #gamergate isn't about attacking women. https://twitter.com/Spacekatgal/status/520739878993420290/photo/1
(twitter.com/_/status/520739878993420290)
Pierre-O, musigny and ben_thatmust__ joined the channel
#
ben_thatmust__
in case anyone else had a really old entry for the location today, its in the stata building, 32 vasser st
#
ben_thatmust__
i was lied to!!
#
hawke.org sandro
edited /2014/Cambridge (+41) "/* IndieWebCampCambridge 2014 */"
(view diff)
#
mattl
ugh. Mornings.
ben_thatmust_1 joined the channel
#
ben_thatmust_1
thats nuts
timmmmyboy and KartikPrabhu_ joined the channel
#
ben_thatmust_1
/nick ben_thatmust___
ben_thatmust_2 joined the channel
#
mattl
Is there coffee, ben_thatmust_2?
#
ben_thatmust__
mattl, not yet but i think sandro and tim are taking care of that now
#
mattl
Oh cool. Be there shortly. Just about to cross the river.
Pierre-O and paulfitz joined the channel
#
tantek.com
edited /2014/Cambridge/Guest_List (+0) "update counts"
(view diff)
IWC_Cambridge joined the channel
#
IWC_Cambridge
Good morning from MIT!
EOGreer, timmmmyboy and thierrymarianne joined the channel
#
@endi
any documentation on updating a personal Known implementation? cautious about overwriting configs @benwerd #indieweb
(twitter.com/_/status/520933579069874176)
glennjones joined the channel
#
petermolnar
had anyone ever succeeded using WordPress with sqlite?
#
petermolnar
I've tried numerous times and failed miserably
rascul joined the channel
#
GWG
petermolnar: Someone really should build that database abstraction layer
#
petermolnar
there is one in theory
Guest15839 joined the channel
#
aaronparecki.com
created /2014/Cambridge/Live (+43) "Created page with "https://www.youtube.com/watch?v=ioyudny4mp8""
(view diff)
alexhartley joined the channel
#
petermolnar
but the whole thing falls apart, becomes sluggy and slow, and i always fail with importing the data
EOGreer joined the channel
#
petermolnar
s/sluggy/sluggish
#
Loqi
petermolnar meant to say: but the whole thing falls apart, becomes sluggish and slow, and i always fail with importing the data
chrissaad, EOGreer_ and IWC_Cambridge1 joined the channel
#
@benwerd
Here on this rainy day for #indiewebcamp at MIT's iconic Stata Center. Not 100% watertight, I'm told.
(twitter.com/_/status/520935988743254017)
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
@erinjo
Hanging out in the Strata Building at MIT today for IndieWeb Camp. Interior wayfinding seems to be an issue here.
(twitter.com/_/status/520936275356831747)
#
chrisdancy
Need a diet coke
#
mattl
try the ground floor.
mlncn and benwerd joined the channel
#
chrisdancy
@mattl vending?
#
benwerd
On IRC thanks to timmmmyboy's sleuthing
#
benwerd
MIT blocks it campus-wide!
#
mattl
chrisdancy: oh. i can show you. let's go. i need one too.
#
Loqi
benwerd: acegiak left you a message 3 days, 1 hour ago: in your checkins your e-conent contains a script that includes a reference to a varable called L on the first line. that var isnt set in the e-content as far as i can tell so by browser javascript crashes when displaying those notes?
#
Loqi
benwerd: KevinMarks_ left you a message on 10/8 at 11:03am: are you doing a hwc in Boston tonight?
tgbrun joined the channel
#
mattl
benwerd: get a real client ;)
#
Loqi
benwerd: KevinMarks_ left you a message on 10/8 at 11:03am: are you doing a hwc in Boston tonight?
#
chrisdancy
@mattl grab me
#
mattl
let's go.
#
tantek.com
edited /2014/Cambridge (-173) "/* To-do */ did all those"
(view diff)
willowbl00 joined the channel
#
www.tombruning.com
edited /IRC_People (+1) "/* Nicknames */"
(view diff)
jessierabbit and obra joined the channel
#
tantek.com
created /2014/Cambridge/Introductions (+1476) "copy from [[2014/UK/Introductions]] and update for Cambridge!"
(view diff)
aaronpk_ and jessierabbit joined the channel
#
@dissolve333
Settling in at #indiewebcamp Cambridge. Finally! Been waiting like 8 months for this.(btmb.me s/2h)
(twitter.com/_/status/520939404949348352)
#
benwerd
Tantek starting up with opening welcomes
#
benwerd
"Welcomes" is a word
#
@timmmmyboy
I can't think of a more appropriate venue for #indiewebcamp than here at the Stata Center at MIT on the same floor as W3C office.
(twitter.com/_/status/520940026365222912)
#
benwerd
Tantek demoing the realtime channel. Nobody swear
#
timmmmyboy
What's the URL for livestream?
#
KevinMarks
morning all
#
pdurbin
basic principles: 1. scratch your own itch, 2. self-dogfooding
EOGreer and jdp23 joined the channel
#
ben_thatmust__
aaronpk has the url for the stream, when he sits back down we'll get that to you timmmmyboy
#
willowbl00
second room is 449
#
timmmmyboy
@ben_thatmust__ Cool, just wanted to send out to followers.
cuibonobo joined the channel
#
timmmmyboy
@aaronpk_ Thanks!
tantek joined the channel
#
IWC_Cambridge1
caseorganic now up at the podium demoing
#
@timmmmyboy
Join us remotely for #indiewebcamp Cambridge by following along at https://www.youtube.com/ live and in IRC.
(twitter.com/_/status/520942303960395776)
#
tantek
caseorganic demonstrated photo posting via Instagram, Ownyourgram, PESOS to her own site.
#
aaronparecki.com
edited /2014/Cambridge (+95) "add volunteers and livestream link"
(view diff)
#
tantek
… then posted a note on her site, POSSE to Twitter
#
tantek.com
edited /2014/Cambridge/Schedule (+16) "update room headings"
(view diff)
#
tantek
caseorganic then showed how the copy showed up at Twitter, and then how an @-reply from aaronpk showed up on her site at the permalink of her note
#
tantek
up now
#
tantek
benwerd
#
tantek
demoing Known
#
tantek
Audio playing
#
tantek
posting a status update
#
tantek
choice of network to send it to
#
tantek
sending it to only LinkedIn
#
tantek
unchecked Twitter, FB
#
@aaronpk
We're starting #indiewebcamp Cambridge this morning with demos! Follow along with the livestream: http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/520943667981201409)
#
tantek
showing recent content he's posted
#
tantek
comments, notes, etc.
caseorganic joined the channel
#
tantek
also a photo posted via Ownyourgram
#
aaronpk_
yay irc!
#
Loqi
yay!
#
tantek
benwerd was addicted to Twitter, Facebook, Instagram
#
caseorganic
Whew - MIT blocks IRC? How curious.
#
tantek
and he wanted to not be
#
tantek
caseorganic: use SSID: StataCenter
#
caseorganic
benwerd wanted to make his own site that was just as easy to use as Twitter, Facebook and Instagram.
#
caseorganic
tantek: I did. :)
#
tantek
benwerd has not posted to those networks first since last June
#
@timmmmyboy
OwnYourGram: Take your Instagram photos and automatically push them back to your site https://ownyourgram.com/ #indiewebcamp
(twitter.com/_/status/520944058110586880)
#
tantek
now working on Following
#
tantek
and reader
#
tantek
functionality built into Known
#
tantek
and hopes to get that working this weekend
#
caseorganic
benwerd++ for demoing http://withknown.com at #indiewebcamp MIT
#
Loqi
benwerd has 40 karma
#
tantek
launched Known with erinjo recently
#
tantek
now up to 3500 sites using it
brianloveswords joined the channel
#
ben_thatmust__
wow, thats a pretty impressive number in such a short time
#
jdp23
there's about a minute lag on the youtube. so i'm getting the update here first :)
#
caseorganic
jdp23: yeah, the lag is fun with IRC. :)
#
obra
gr. known's site-custom styles are overrideable by the theme style
#
tantek
now up: aaronpk
#
tantek
demoing URL that he bookmarked
#
tantek
he got bookmarks working on his own site
#
obra
also, yay, known site-custom styles are awesome
#
@mlncn
Heading to IndieWebCamp in Cambridge - https://indiewebcamp.com/2014/Cambridge/Guest_List - a bit late, and trying to pingback to say i'm coming
(twitter.com/_/status/520944862317654016)
#
jdp23
@caseorganic if i had been a little quicker on the typing, i could have gotten the reply to your site before you even mentioned it on the video. ooooh time travel!!!!
#
tantek
aaronpk showing Quill launched via a bookmarklet
#
benwerd
obra: that might be a CSS ordering issue. Happy to take a look
#
www.tombruning.com
created /User:Tombruning.com (+114) "Created page with "Working on a personal site, trying to incorporate as much of indieweb as I can. Going slowly, but making headway.""
(view diff)
#
tantek
… to post a bookmark
#
obra
benwerd: sure. happy to show you whenevre
#
tantek
with highlighted text that shows up as an excerpt
#
obra
after demos
mlncn joined the channel
#
tantek
you can use Quill on your own site
#
tantek
Quill.p3k.io
#
tantek
when you sign-in
#
tantek
aaronpk pretends to be werd.io
#
tantek
to show IndieAuth / micropub flow
#
caseorganic
jdp23: excellent! that would have been fun
#
tantek
Quill found micropub support so it went to the IndieAuth flow to log in as werd.io
#
tantek
aaronpk canceled out of that
#
@jgarber
RT @aaronpk: We're starting #indiewebcamp Cambridge this morning with demos! Follow along with the livestream: http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/520945563672793088)
#
tantek
now showed what happens if he tries Quill with tantek.com
#
tantek
it can't find micropub endpoint
#
@jgarber
RT @timmmmyboy: I can't think of a more appropriate venue for #indiewebcamp than here at the Stata Center at MIT on the same floor as W3C o…
(twitter.com/_/status/520945688277168129)
#
tantek
but then shows documentation of how to start enabling micropub on your site.
#
tantek
next up
#
tantek
willowbl00: showing an animation explaining the indieweb that she made!
#
tantek
her itch is to help other people understand
#
tantek
wants to add audio to her animation
#
willowbl00
indiewebcamp visualization I'll be asking for help writing a script for: http://youtu.be/PRCqOyN4cjE?list=UUh3KWUd-8Fxfu6UxX5-uiFA
#
@aaronpk
@timmmmyboy Actually Quill is a #POSSE tool since it posts first to your website and doesn't... #indiewebcamp http://aaronparecki.com/replies/2014/10/11/2/posse-indiewebcamp
(twitter.com/_/status/520946283993788416)
indie-visitor joined the channel
#
caseorganic
aaronpk_: tantek: willowbl00 asks the question: is there an etherpad associated with sessions for indiewebcamp? There was the mozilla link before.
#
@timmmmyboy
RT @aaronpk: @timmmmyboy Actually Quill is a #POSSE tool since it posts first to your website and doesn't... #indiewebcamp http://t.co/Oq5i…
(twitter.com/_/status/520946431147143169)
#
@timmmmyboy
@aaronpk Ah, thanks for the clarification. Even better! #indiewebcamp
(twitter.com/_/status/520946664212013056)
#
caseorganic
Note that if you're just joining and are remote, the livestream for IndieWebCamp Cambridge is here: https://www.youtube.com/watch?v=ioyudny4mp8
kendra_ and jessierabbit joined the channel
#
@marksimpkins
@caseorganic aww, you guys are having all the fun at MIT (CyborgCamp yesterday, IndieWebCamp today).
(twitter.com/_/status/520947098318278656)
erinjo joined the channel
#
jdp23
whoa on the livestream i'm seeing @casorganic showing the livestream ... recursion :)
#
obra
erinjo: benwerd: https://s.ly/ - the background color should be orange, I think. https://www.dropbox.com/s/5opcuw2vfeyzcfb/Screenshot%202014-10-11%2010.40.39.png?dl=0 is my site style.
#
caseorganic
jdp23: dun dun dun!
#
tantek
up next: ben_thatmust
#
tantek
ben.thatmustbe.me
#
tantek
demonstrating his site
#
tantek
shows signing into his site via IndieAuth
#
benwerd
obra: okeydoke. sorry. will take a look. cc erinjo
#
caseorganic
benwerd: today i'm going to install Known on one of my domains!
#
obra
benwerd: no apology necessary!
#
benwerd
caseorganic: yay!
#
Loqi
yay!
#
mattl
just log in as tantek and see what happens
#
obra
you're giving me free software. additional gifts of time or work are just that. gifts.
#
benwerd
feedback is also a gift
#
caseorganic
benwerd: the question is which domain? silly.io squawk.io tricky.io wacky.io or worry.io?
#
@timmmmyboy
I see lots of folks are using IndieAuth on their sites: https://indieauth.com/ Verifying login identity by your domain #indiewebcamp
(twitter.com/_/status/520947881155780608)
#
benwerd
caseorganic: seriously, that spare domain hack weekend is just waiting to happen
#
tantek
ben_thatmust started his site based on Opencart
#
jdp23
benwerd is there a way to set up known to support indieauth? just tryied using quill on streamltapestrymaker.net and no dice
#
benwerd
caseorganic: hopefully not too tricky.io
#
tantek
tore out anything to do with sales etc.
#
caseorganic
benwerd: true.dat
#
tantek
… wrote his own micropub UI / endpoint
#
tantek
… which has its own indieauth login
#
benwerd
jdp23: yes. there's a plugin called indiepub - comes as standard in the installer package and the hosted service but needs to be enabled
#
tantek
… shows Google Authenticator login
#
jdp23
benwerd cool thanks
#
caseorganic
benwerd: you still have squirreled.com, right? have you turned it into a known-powered squirrel aggregator yet?
#
tantek
… shows a UI
#
caseorganic
benwerd: or perhaps a site on the dangers of digital hoarding?
#
tantek
shows (Delete) UI
#
benwerd
caseorganic: okay, forget everything else, that's what's happening this weekend
#
tantek
… and if he deleted by accident, shows (Undelete) support
#
tantek
can do New posts to to Create Posts
#
benwerd
undelete support is awesome
#
caseorganic
undelete support - nice
#
tantek
Ntoes, article, rsvp, checkin, like, bookmark
#
tantek
s/Ntoes/Notes
#
Loqi
tantek meant to say: Notes, article, rsvp, checkin, like, bookmark
#
benwerd
VERY nice reposting support.
#
tantek
… shows going to a post on tantek.com
#
tantek
copying the permalink
#
tantek
and pasting into a URL parameter into his micropub endpoint URL
#
tantek
auto-fills the content for reposting
#
tantek
ben_thatmust: it gets the content from the tantek.com permalinks by curling it, parsing it with phpmf2 for microformats, and pulling out the properties / contents etc.
#
tantek
… I want it to detect the type of post too
#
benwerd
ben_thatmust: super-cool
#
tantek
… past couple of weeks he implemeted Delete and Undelete
#
caseorganic
chrisdancy is up next to do a demo
#
tantek
ben_thatmust: his UI shows all deleted posts to him when he's logged in
#
tantek
… so he can undelete them
#
@aaronpk
@timmmmyboy Come to think of it, it's not even POSSE because there is no syndicated copy! It's just an #indieweb app! #indiewebcamp
(twitter.com/_/status/520949140486774784)
#
mattl
ben_thatmustbeme: does that mean anyone with the URL to a deleted item can get it, even once its "deleted"?
#
tantek
up next
#
caseorganic
benwerd: when you're in portland next let me know. i'll host the spare domain hack day. that's actually a good name. SDHD.
#
tantek
chrisdancy
#
ben_thatmust__
mattl, no, drafts are viewable via permalink, but deleted pages do no
#
@benwerd
@aaronpk @timmmmyboy But it could _trigger_ syndication, right? #indiewebcamp
(twitter.com/_/status/520949457240604672)
#
tantek
chrisdancy: showing OhLife
#
benwerd
caseorganic: I would come specially. Mostly I come to Portland for Indie Web Camp ;)
#
tantek
but OhLife is shutting down!
#
caseorganic
chrisdancy: "today is my birthday. ohlife is shutting down today"
#
tantek
… see also timehop and memoir
#
caseorganic
"perspective as a service apps"
#
@benwerd
Learning that a service called #OhLife is shutting down, and now I have the world's worst earworm. Doo doo-doo doo ... #desree #indiewebcamp
(twitter.com/_/status/520949950545289217)
#
jdp23
benwerd that worked, cool. although there weren't any syndication targets
#
tantek
… wants something that sends him message that tells him what happened.
#
pdurbin
a la timehop
#
ben_thatmust__
oh also, ben.thatmustbe.me/new for the micropub client
#
benwerd
jdp23: I'll try and look at that today
#
tantek
and "indieweb timehop"
#
jdp23
benwerd no big deal, no urgency ... should i file a github issue?
#
ben_thatmust__
happy birthday chrisdancy
#
benwerd
jdp23 sure, yes please
#
benwerd
Happy birthday chrisdancy. (If anyone missed Cyborg Camp yesterday, Chris's talk was transformative and awesome.)
#
ben_thatmust__
what is indiehop
#
Loqi
It looks like we don't have a page for "indiehop" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=indiehop
#
caseorganic.com
edited /site-deaths (+269) "/* Past */ Added OhLife Shutdown"
(view diff)
KartikPrabhu_ joined the channel
#
@timmmmyboy
Great idea by @chrisdancy to build TimeHop style service for indie sites. Get an email each day with memory from your domain. #indiewebcamp
(twitter.com/_/status/520951095909433344)
indie-visitor joined the channel
#
cuibonobo
what is TimeHop
#
Loqi
It looks like we don't have a page for "TimeHop" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=TimeHop
#
chrisdancy
thanks for thinking about sending me my memories
#
@TwitPic
We're happy to announce we've been acquired and Twitpic will live on! We will post more details as we can disclose them
(twitter.com/_/status/512705809696837632)
#
cuibonobo
video feed has been buffering for almost a minute. is it just me?
mlncn joined the channel
#
aaronpk_
let me check it out
#
cuibonobo
a refresh fixed it
#
aaronpk_
i had lots of wifi issues with the livestream yesterday, but that may be because lots of people came online later in the day. it's pretty quiet on campus here today so i'm hoping it's more stable
#
ben_thatmust__
caseorganic perhaps a restored section for site-deaths just for upcoming.org
#
benwerd
Encouraging timmmmyboy to demo Domain of One's Own tech - domains for every student!
#
obra
erinjo: benwerd: is there a withknown irc channel?
#
benwerd
obra: there is not. As of this morning there is now community.withknown.com
#
aaronpk_
tantek showing how he has implemented actions on his posts
#
obra
(I poked at withknown.com and couldn't find a link)
#
obra
nodnod
#
aaronpk_
showing indie-action tag markup
jdp23_ joined the channel
#
aaronpk_
so that the "like" or "repost" buttons post those to your own site rather than just liking on twitter
#
bret
hey iwc mit!
#
obra
aw. community.withknown.com doesn't let me indieauth against my own known site ;)
#
aaronpk_
just realized we have two aarons, two jesses, and two bens here. (sort of, minus spelling differences)
#
bret
haha
#
caseorganic.com
edited /site-deaths (+319) "/* Upcoming */ Added update to Twitpic shutdown and later acquisition announcement"
(view diff)
#
Loqi
rofl
#
bret
aaronpk_: is there a lifestream?
#
timmmmyboy
If there's still time I'd be happy to do a demo, can show Known integration with students.
#
bret
life(
#
jdp23_
i think this "reply-in-context" is incredibly important
#
@kyle_wm
RT @aaronpk: We're starting #indiewebcamp Cambridge this morning with demos! Follow along with the livestream: http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/520953824073105409)
#
bret
mattl++
#
Loqi
mattl has 3 karma
#
jdp23_
obra you may need to enable IndiePub in the site features. once I did that I could use IndieAuth
#
tantek
what is IndiePub?
#
Loqi
It looks like we don't have a page for "IndiePub" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=IndiePub
#
ben_thatmust__
jdp23_ i agree
#
benwerd
obra: you'll need to grab the plugin because you're running from git https://github.com/idno/indiepub
#
benwerd
tantek: it's the combination IndieAuth / Micropub plugin for Known
#
bret
tantek, dig the changes!
#
tantek
thanks bret!
#
tantek
up next
#
obra
ahhhh
#
tantek
pdurbin - demoing greptilian.com - his site
#
tantek
wiki.greptilian.com
#
tantek
three itches
#
tantek
owning your own data
#
tantek
building community
#
tantek
reproduceability of results
#
tantek
(those three)
#
tantek
under the owning your own data, storing his wiki in git
#
jdp23_
benwerd i see what obra's talking about. if i try to sign in to community.withknow.com it prompts for an email address, not a domain
#
tantek
it's based on ikiwiki
#
tantek
see /ikiwiki for more
#
benwerd
ahhhhhh
#
benwerd
I see. True
#
benwerd
cracks knuckles. Project!
#
aaronpk_
benwerd: +100000 for supporting indieauth logins on community.withknown.com!
#
aaronpk_
or more accurately, +2500
#
benwerd
aaronpk_ No, I don't
#
benwerd
Hold back
#
benwerd
Wait wait
#
benwerd
Future-me will
#
tantek
… uses markdown for the document format in his wiki
#
tantek
… has a few haunts on the home page of his wiki
#
tantek
… where he hangs out
#
tantek
… IRC
#
tantek
… lot of value in channels that are logged
#
bear
looks like a great showing for IWC
jeckman joined the channel
#
tantek
(bear - it is!)
#
tantek
pdurbin hosts his own irc logs
#
tantek
irclog.greptilian.com
#
tantek
he didn't write the bot, written by moritz
#
tantek
instance is called philbot
#
tantek
shows a log of friendlyjava - when he gave a talk at JavaOne last week
#
tantek
also runs a logging bot at work
#
tantek
shows dataverse channel log
#
tantek
a way to upload and get a citation
#
tantek
dataverse is all about reproduceability
#
tantek
on github he has a repo called greptilian-vagrant
#
tantek
github.com/pdurbin/greptilian-vagrant
#
tantek
anyone can clone his setup
#
tantek
all the configuration is stored in this repo
#
tantek
the point of vagrant is that you just type "vagrant up" and you get a virtual machine right there on your own box
#
ben_thatmust__
love the idea of having all the configuration in a vagrant set up
alexhartley joined the channel
#
ben_thatmust__
pdurbin++ for that
#
tantek
up next
#
Loqi
pdurbin has 4 karma
#
tantek
Tim Owens
#
tantek
he's coming from a highered backround
#
tantek
ben and the Known group introduced him to indieweb
#
tantek
giving every student faculty staff that wants one - domain hosting
#
tantek
UMW.domains
loic_m__ joined the channel
#
tantek
University of Mary Washington
#
tantek
when students log in they use their university credentials
#
tantek
they choose their domain and they get redirect right into cpanel
#
tantek
what is cpanel?
#
Loqi
It looks like we don't have a page for "cpanel" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=cpanel
#
tantek
tim … shows creating a domain
#
tantek
uses a plugin for cpanel
#
tantek
called installatron
#
tantek
it's not open source, but it's pretty powerful. one-click installer
#
tantek
includes open source software to install, but also has an API to add more to the install
#
tantek
one way to customize it
#
tantek
can also build their own applications
#
@mattl
Domain squatters. Get http://timgetsatestdomain.org now before @timmmmyboy does another demo. #indiewebcamp
(twitter.com/_/status/520956503197749248)
#
tantek
has a section "For Education"
#
tantek
creates packages that students can install
#
tantek
benwerd gave them some of the code that runs withknown.com - sign up process so they could use it for courses
#
benwerd
timmmmmyboy is demoing a hub: known users can syndicate to this hub known site
jdp23 joined the channel
#
bear.im
created /cpanel (+223) "Created page with "<dfn>cPanel is a web based hosting control panel that provides an interface to tools designed to simplify the requirements of hosting a web site</dfn> * https://en.wikipedia.org...""
(view diff)
#
Loqi
bear has 34 karma
loic_m__ joined the channel
#
tantek
Tim shows how a student could create a site with Known, but as part of an existing Known hub
#
tantek
when they're registering it's registering on that hub
#
pdurbin
"I'll just keep adding m's until it works." --timmmmyboy
#
@mattl
Hey @timmyboy and @timmmyboy please come to #indiewebcamp and meet @timmmmyboy
(twitter.com/_/status/520957769915334656)
#
tantek
… for us this is about student agency
#
tantek
… they have their own space
#
tantek
… when they publish things, they can just publish on their own site
#
tantek
… or they can push to Twitter etc.
#
tantek
… and they can push it to the hub, that faculty member, e.g. when they're submitting assignments
#
@timmmmyboy
Demoing Known in Domain of One's Own for #indiewebcamp
(twitter.com/_/status/520958060932902912)
#
tantek.com
edited /cpanel (+17) "stub, fix dfn"
(view diff)
#
@benwerd
RT @timmmmyboy: Demoing Known in Domain of One's Own for #indiewebcamp
(twitter.com/_/status/520958144605081601)
#
tantek
… demos posting to his demo Known, and syndicating to the wire106 hub
#
jdp23
benwerd is the known hub site a syndication target just like the others?
#
@jeckman
RT @aaronpk: We're starting #indiewebcamp Cambridge this morning with demos! Follow along with the livestream: http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/520958266906779648)
#
aaronpk_
i'm curious about how this hub thing works!
#
bear.im
edited /cpanel (-53) "linkify dfn"
(view diff)
#
jdp23
aaronpk_ me too :)
#
tantek
… helping students get their feet wet
#
tantek
… they can take their domain when they graduate
#
@benwerd
From now on, @timmmmyboy is doing our pitches for us. @withknown #indieweb
(twitter.com/_/status/520958633882816512)
#
@mattl
Is there a free software tool like cpanel? #indiewebcamp
(twitter.com/_/status/520958656897376256)
#
tantek
… there's a system for the students to transfer their domain to another registrar
#
tantek
… so they can retain it forever
#
aaronpk_
using the mozilla one
#
@jimgroom
RT @benwerd: From now on, @timmmmyboy is doing our pitches for us. @withknown #indieweb
(twitter.com/_/status/520959103456522240)
jgarber joined the channel
#
jdp23
great demos! taking off now -- i might try to join in some of the sessions later if it's doable remotely
#
pdurbin
three things for the card (barcamp style): 1. title/brief description (i.e. webactions), 2. your name, 3. hashtag for your session and indieweb-yourhashtag etherpad
#
@jimgroom
Why am I not surprised @timmmmyboy tore up @withknown demo on @reclaimhosting at @indiewebcamp in Boston. #4life
(twitter.com/_/status/520959758938173442)
#
bret
Make sure to post your pads into IRC or even better on to https://etherpad.mozilla.org/indiewebcamp-cambridge
#
bret
Is there a photo of the session schedule I can copy into the wiki?
#
aaronpk_
not yet
#
benwerd
bret: it's empty so far
#
aaronpk_
we're abotu to start scheduling
anomalily joined the channel
#
bret
rgr, if you can get me that photo when scheduling is done i can start getting that into the wiki
#
pdurbin
bret: plan is to snap a photo before lunch, which will be in an hour and a half
#
aaronpk_
awesome
anomalily and xtof joined the channel
alexhartley joined the channel
#
@anomalily
Hey #indiewebcamp cambridge peeps! I’m spying on you via the livestream. It feels a bit…voyeuristic.
(twitter.com/_/status/520961433270366208)
#
@anomalily
My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520962638138732544)
#
@BlackGirlsCode
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520962721169551360)
#
@Adebukola
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520963044747538432)
#
@anomalily
In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfTheGirlBGC
(twitter.com/_/status/520963147285274624)
#
@BlackGirlsCode
RT @anomalily: In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfT…
(twitter.com/_/status/520963278223450113)
#
aaronpk_
i'm going to update the youtube link there as it changes
#
aaronpk_
cause it'll be different after lunch
#
@Adebukola
RT @anomalily: In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfT…
(twitter.com/_/status/520964168825208833)
#
@t
Awesome personal site demos kick off the first #IndieWebCamp Cambridge! Now session scheduling: http://www.youtube.com/ (ttk.me t4Y_1)
(twitter.com/_/status/520964618236481536)
#
@jkphl
.@t What a pity that the livestream isn't available in Germany. Thx @YouTube / @GEMAdialog >:( Have fun y'all @indiewebcamp! o/
(twitter.com/_/status/520965310460231682)
#
sixtwothree.org
edited /2014/Cambridge/Guest_List (+251) "/* Remote Participants */ Adding myself to remote participant list."
(view diff)
#
jgarber
:point_up: Morning, IndieWebCamp folks! I'll be down here in rainy Richmond, VA following along and working on some things.
#
bret
lol getting a camera demo
#
@aaronpk
@jkphl @t Yeah :-( Yesterday at CyborgCamp someone set up a socks proxy for people in Germany. #indiewebcamp (http://aaronparecki.com/replies/2014/10/11/5/indiewebcamp)
(twitter.com/_/status/520966194698805248)
gRegor` joined the channel
#
gRegor`
Hello, #indiewebcamp Cambridge!
alexhartley joined the channel
#
bret
cool schedule time :)
#
bret
thanks for the readout, can't quite make out the words in the videp
willowbl001 joined the channel
#
aaronpk_
bret: incoming
#
bret
uh oh lost the stream
#
post-by-email
uploaded /File:20141011-160521.jpg "Uploaded via email by Aaron Parecki <aar*@*recki.com>"
#
aaronpk_
yeah, paused before the next session starts
#
aaronpk_
i'm making separate youtube URLs for each session
#
bret
!!!!
#
bret
rad aaronpk_
#
pdurbin
installer session about how to make installation of indieweb softare easier by mattl starting: https://etherpad.mozilla.org/indiewebcamp-installer
#
tantek
aaronpk can you take/post a photo of the session grid? mine came out a bit blurry.
#
tantek
aaronpk - needs rotation :)
#
kylewm
what software is mattl talking about? re: "we're also in PHP"
#
tantek
hmm - yours is also blurry at the necessary resolutions
#
aaronpk_
i'll take one with my slr
#
aaronparecki.com
edited /2014/Cambridge/Live (+400) "add URLs for each livestream session"
(view diff)
#
@t
Pouring outside here in Cambridge - great day to be indoors brainstorming how to improve the #indieweb. (ttk.me t4Y_2)
(twitter.com/_/status/520971266623537152)
indie-visitor joined the channel
#
@jkphl
.@aaronpk :D Keep it like that — and enjoy yourself (and the #indiewebcamp). Looking forward to meeting you on Thursday! #bono14
(twitter.com/_/status/520971495989055489)
#
pdurbin
kylewm: https://getcomposer.org for PHP was mentioned, not sure if by mattl. I added it to https://etherpad.mozilla.org/indiewebcamp-installer
#
bret.io
edited /2014/Cambridge/Schedule (+298) "/* Saturday, October 11, 2014 (Brainstorming) */"
(view diff)
#
bret
aaronpk_: took a first pass
#
bret
i'll go through now and link to videos and etherpads
dariusdunlap joined the channel
#
kylewm
GNU social I think it is
#
aaronparecki.com
edited /2014/Cambridge/Live (-32) "update links"
(view diff)
#
aaronpk_
thanks!
RichardLitt joined the channel
#
@domenicoperri
Installers Made Easy - IndieWebCamp Cambridge 2014: http://www.youtube.com/
(twitter.com/_/status/520972892125675520)
#
@invispide
Installers Made Easy - IndieWebCamp Cambridge 2014: http://www.youtube.com/ via @YouTube
(twitter.com/_/status/520973409077837824)
#
@invispide
I liked a @YouTube video http://www.youtube.com/ Installers Made Easy - IndieWebCamp Cambridge 2014
(twitter.com/_/status/520973477147209728)
#
@aaronpk
We'll be livestreaming all the #indiewebcamp sessions in the main room today! http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/520973764750626816)
#
aaronpk_
bear: we should talk soon about h.264 -> webrtc video :)
benwerd joined the channel
#
benwerd
Paging j12t
#
bret.io
edited /2014/Cambridge/Schedule (+90) "/* Saturday, October 11, 2014 (Brainstorming) */ Linked most sessions"
(view diff)
#
bret
aaronpk_: a total of two sessions right now?
wolftune joined the channel
#
benwerd
!tell j12t Interesting feedback from timmmmyboy - would like packages vs an entire distribution (helps run Reclaim Hosting)
#
Loqi
Ok, I'll tell them that when I see them next
#
bret.io
created /2014/Cambridge/ (+28) "Redirected page to [[2014/Cambridge]]"
(view diff)
#
bret.io
edited /2014/Cambridge/Schedule (+72) "/* Saturday, October 11, 2014 (Brainstorming) */ Finished linking"
(view diff)
mlncn joined the channel
#
bret.io
created /2014/Cambridge/installer (+64) "Linked session etherpad"
(view diff)
#
@t
in #indiewebcampscript session led by @willowbl00 on narrating this #indieweb tutorial: http://www.youtube.com/ (ttk.me t4Y_3)
(twitter.com/_/status/520978069063229440)
#
pdurbin
new! https://github.com/mattl/indieweb-installer ... to carry on the conversation :)
#
@Mekaeg
RT @anomalily: In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfT…
(twitter.com/_/status/520978503546970112)
#
@Mekaeg
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520978527471284224)
brianloveswords joined the channel
#
@erik_paulson
RT @t: Awesome personal site demos kick off the first #IndieWebCamp Cambridge! Now session scheduling: http://www.youtube.com/ (ttk.me t4Y_1)
(twitter.com/_/status/520979397130461184)
KartikPrabhu_ joined the channel
#
GWG
Sounds like a nice crowd there
#
blog.bl00cyb.org
edited /2014/Cambridge/Guest_List (+267) "/* Participants */ added willow"
(view diff)
#
GWG
I'm just happy, since I'm in and out, that the sessions are recorded this time and up on a silo for my enjoyment
#
@domenicoperri
RT @timmmmyboy: OwnYourGram: Take your Instagram photos and automatically push them back to your site https://ownyourgram.com/ #indiewebcamp
(twitter.com/_/status/520980849266008064)
#
carmen
guess this google-streaming thing requires Flash.
#
carmen
wonder if Gnash or something works
#
GWG
carmen: You should be able to do HTML5
#
carmen
chromium has all 6 boxes ticked on http://www.youtube.com/html5 but it just spins a progress/bufffer
#
@VolunteerBGCNY
RT @anomalily: In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfT…
(twitter.com/_/status/520981639154135040)
#
carmen
maybe if you unblock their dozens of spyware hosts embedded in nearly every page on the internet it works?
#
carmen
what's a good /etc/hosts manager?
#
@VolunteerBGCMem
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520981844024893440)
benwerd joined the channel
#
carmen
GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED
#
carmen
weird, so it must install some extension
#
bret
carmen: there are h.264 streams too
#
bret
i have a safari :( plugin that replaces the flash with h264 counterpart
#
bret
tell me if the schedule needs updating... you all now have a wiki schedule and etherpads made for all the sessions: https://etherpad.mozilla.org/indiewebcamp-cambridge http://indiewebcamp.com/2014/Cambridge_Schedule
#
aaronpk_
lunch break!
#
bret
let me know if you guys need any other organizational help on the collab front
caseorganic joined the channel
#
@cindygallop
RT @anomalily: In my ideal world, very soon the code divas of @BlackGirlsCode will be AT #indiewebcamp building a more open web. <3 #DayOfT…
(twitter.com/_/status/520985216417292288)
#
@cindygallop
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/520985306649329664)
#
carmen
echo 127.0.0.1 localhost > /etc/hosts doesn't fix it. i bet "full chrome" on mac/win works fine
#
carmen
it's impossible to get F12 debugger working on the other live streams, as it's apparemtly making 100s of requests a second. up to "5964" requests after about 10 sweconds
#
carmen
unsure if those are all for hte livechat or it's literally requesting each frame in its own req or some other SNAFU
#
carmen
most open-sores nazi events ive attended in europe use ogg streaming using stuff built into debian an dit all works fine in vlc or mplayer...
#
carmen
i guess this indiewebcamp is about celebrating proprietary corporate streaming solutions though....
#
bret
carmen: are you on a mac?
#
carmen
much like boston itslef. that's why i live a 30 minute bikeride from the southern end of the redline.. you' basically have to sign a NDA and work on propreiary surveillytics
#
carmen
otherwise you wont be able to come up with $2500/mo for a decent 1br not in roxbury...
#
carmen
Thinkpad X60 and http://www.voidlinux.eu/
#
carmen
maybe i'll just get on my bike and get completely soaked an dmake the 2 hour bike + walk + train commute ot Kendlal Sqr :)
brianloveswords joined the channel
#
@jgarber
Second time in recent memory that #indiewebcamp is on a weekend I’m visiting Richmond, VA. Participating remotely on this rainy Saturday.
(twitter.com/_/status/520990273292496896)
dariusdunlap and eschnou joined the channel
#
carmen
<error><domain>GData</domain><code>ServiceException</code><internalReason>Internal Server Error</internalReason></error></errors>
#
carmen
hrmm, theyre giving me 500s. feels like google only tests with "full chrome", (not chromium?) and only when users are signed in?
#
carmen
hypercomplexity for sure in this livestreaming thing. a good old <video> tag has handled streaming video since what, 2008?
paulfitz joined the channel
#
@jeckman
Left #indiewebcamp to join #bcbos for a while. #toomanycamps Excellent ideas and talks at both #cambridgeFTW
(twitter.com/_/status/520996779748515841)
tgbrun and j12t joined the channel
benwerd joined the channel
#
bret
you guys back?
#
daf
just back from lunch
#
bret
neato
#
daf
aaron says live stream should be up
#
bret
yeah my browser didn't catch the stream at first... working great thanks aaronpk_
#
bret
(and daf)
IWC_Cambridge2 joined the channel
#
bret
waves through the video camera
ben_thatmust___ joined the channel
brianloveswords, mlncn and caseorganic joined the channel
#
caseorganic
Loqi, should I install Known on squeak.io or silly.io?
#
Loqi
silly.io
#
bret
especially since there isn't video on that session
timmmmyboy joined the channel
#
Loqi
bret has 33 karma
#
bret
what are you searching for?
#
Loqi
It looks like we don't have a page for "you searching for" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=you+searching+for
#
ben_thatmust___
bret, i'll try to watch the chat closer if you have any question
#
bret
ben_thatmust___: you there?
#
bret
:) sweet
#
bret
ill ping on your name for qs
#
ben_thatmust___
sitting to the left, don't know if you can see me, maroon shirt
jeckman joined the channel
benwerd joined the channel
#
gRegor`
Since I'm already working on a new webmention plugin for ProcessWire, I might attempt to add vouch to it tomorrow.
#
aaronpk_
well it should be pretty easy to verify vouches!
#
gRegor`
Yeah, danlyke is doing that
#
@benwerd
Learning that very few shared hosts support PHP 5.4 by default. So, that's it: we're backporting @withknown to 5.3. #weep #indieweb
(twitter.com/_/status/521003649636392960)
eschnou joined the channel
#
pdurbin
such as namecheap as a PHP host
#
aaronpk_
benwerd: sadface!
#
bear
that is indeed horrible news
#
benwerd
a single tear
#
benwerd
actually, that's a lie
#
benwerd
multiple tears
#
timmmmyboy
benwerd: with no option for end-user to upgrade? That scenario would be a hurdle but easier to overcome. Host that doesn't support it period is questionable host.
brianloveswords joined the channel
#
aaronpk_
double-double-dot
#
gRegor`
Watch out for so-and-so that's harassing people?
#
gRegor`
Whos is TommyTroll? ;)
#
benwerd
There were questions about Known on nginx. Here's a tutorial: https://elliottucker.net/2014/setting-up-known-with-nginx-indieweb
#
bear
has that tutorial been updated to fix the path issue that known plugins use?
#
bear
I know I had to stop using nginx for leo's site because the twitter callback would not work
#
carmen
nginx seems less pedantic than Apache WRT RFC-compliance .stuff like tossing etags and always 200ing script-backends
#
carmen
requires a lot more explicit whitelisting of headers also
#
carmen
and dont forget to additionally set the Access-Control-Expose-Headers header or else a browser or something else will toss it anyways
#
gRegor`
Unless the spam link is on a Wikipedia User page
#
gRegor`
I bet those won't be cleaned up nearly as fast
#
bret
ben_thatmust___: can you bring up wikipdeia user pages as a target for spam?
#
gRegor`
(I'm commenting on the vouch session, in case these comments seem random)
#
bret
indieklout... jk
#
gRegor`
Heh
#
bret
it was gregor! I just pinged
#
bret
no idea
#
gRegor`
I don't see it as a big problem. I don't think I would trust wikipedia as a vouch
#
bret
seems sketchy
#
aaronpk_
confirmed wikipedia adds rel=nofollow to links on user pages
#
bret
aaronpk_: rgr
#
bret
is that all of media wiki?
#
gRegor`
Probably
#
aaronpk_
indiewebcamp wiki does not
#
bear
that is why I like how the vouch spec leaves verification as a blackbox -- it's going to encourage different methods
#
gRegor`
I think I'm a bit confused on the rel-no-follow. I thought that had to be on our sites when we link to Wikipedia, for example.
#
aaronpk_
it can be
#
aaronpk_
that just means that your post that links to wikipedia won't be used as a vouch
#
bear
blacklist is not required if people use vouch verification methods that are organic and being refreshed often (i.e. by having TTL for how far back you allow a vouch link to be used)
#
gRegor`
And when I check a vouch URL, I should verify it's not a rel-no-follow link to my domain? I think I'm getting it
#
bret
what I like about this is that a lot of places in portland just require vouches to get in.... ("whoa whoa, who are you?" "nah man its cool I know elliott" "ohh yeah ok cool come on in")
#
bret
(and all over really... ha!)
#
bret
vouched for by weev
#
gRegor`
It appears all external links on Wikipedia have rel-nofollow
#
mattl
bret: someone had to name drop me to get into a bar in Boston last week.
#
bear
is tantek saying that a blogroll is a vouch source?
#
bret
mattl! exactly!
#
gRegor`
I'm on the big screen
#
gRegor`
Or not. Not refreshing.
#
bret
if you see a link between two sites, and the linkee supports wm, and no wm has been sent, a 3rd party can come in and send the wm
KartikPrabhu_ and shaners joined the channel
#
@Thesueshi
RT @anomalily: My twitter stream is a competition between #indiewebcamp and #DayOfTheGirlBGC @BlackGirlsCode is building ROBOTS
(twitter.com/_/status/521009174155915265)
#
@Neilnanderson
RT @aaronpk: We'll be livestreaming all the #indiewebcamp sessions in the main room today! http://indiewebcamp.com/2014/Cambridge/Live
(twitter.com/_/status/521009801359147008)
#
bear
aaronpk_ or ben_thatmust___ - did they say how the vouch is sent along with the webmention? as a header or a new param to the GET?
#
aaronpk_
bear: an additional parameter
#
bear
449 is something that Microsoft introduced - no?
#
aaronpk_
yep we found that on wikipedia
#
GWG
I missed Vouch
#
GWG
Darn
#
bret
GWG: its still going on
j12t joined the channel
#
bret
(or is it about to end and the video circled back)
#
aaronpk_
bret: sometimes the player skips back, you can probrably refresh to catch back up
#
bret.io
edited /User:Bret.io (+41) "/* Events */"
(view diff)
#
bret.io
edited /User:Bret.io (+76) "/* Current IndieWeb Projects */"
(view diff)
#
GWG
bret: I see people debating.
#
GWG
I just sent it to the Chromecast
#
GWG
I can watch the replay
#
GWG
That makes this the best IWC ever
#
GWG
aaronpk_: You'll have to tell me your setup.
#
GWG
This works better than talky. Although less interaction.
#
ben_thatmust___
s/trust/approve/ on that whole conversation
#
bret
Sounds like this vouch stuff could benefit from more graffle charts
#
bear
GWG - I have to agree sadly - we really need to get recording and broadcast implemented in talky
#
bret
bear++
#
Loqi
bear has 35 karma
#
aaronpk_
bear: we're gonna try out this broadcaster with an h.264->webrtc gateway soon right? :D
#
bret
a braodcast talky room, with only a single video feed and maybe a chatroom
#
bear
aaronpk, bret - those are both on the feature list for our november schedule
#
IWC_Cambridge2
what is graffle?
#
daf
I'm working on a flowchart!
#
Loqi
It looks like we don't have a page for "graffle" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=graffle
#
GWG
bear: Talky is designed for multiple people...not for this sort of livestreaming...
#
bear
gwg - yep, but it's a "pro" feature we are considering
#
bret
bear: and webRTC p2p video broadcast so more viewers = more BW for everyone
#
GWG
bear: I look forward to it.
#
GWG
That, and watching what I missed earlier.
#
bear
bret - we would have a video bridge to avoid death-by-mesh
#
bret
or did bittorrent inc slurp up all patents on that
#
bret
anyone know of tools to generate online versions of https://www.omnigroup.com/omnigraffle style charts?
erlehmann joined the channel
#
bear
lucidchart.com
jdp23 joined the channel
#
GWG
is working on a non-itch
#
jdp23
i'm working on somebody else's itch :-|
#
GWG
jdp23: Oh?
#
jdp23
i have a 2-panel display with the chat in the left panel, a thread in the right panel
#
kylewm
GWG: sometimes scratching creates an itch
#
GWG
I'm working on WordPress stuff again.
#
jdp23
the chat direciton is togglable: new messages at bottom (IRC style) or at top (Twitter style)
#
jdp23
half of my users want to be able to toggle the direction of the thread as well to match the chat :-|
#
jdp23
personally i couldn't care less but it matters a lot to them. so .... time to scratch
#
GWG
It's pretty lacking in excitement. I'm rewriting the settings menu using the WordPress Settings API. Once I have the menu set up, I can code the functionality I want.
erlehmann joined the channel
#
jdp23
kylewm what did you think of the vouch discussion in https://etherpad.mozilla.org/indiewebcamp-vouch ?
indie-visitor joined the channel
#
GWG
Event over?
#
gRegor`
Vouch is over. Next session will have a separate youtube link
#
bear
he's reseting the stream for the next discussion
#
bear
https://etherpad.mozilla.org/indiewebcamp-vouch for the notes on the vouch session
#
jdp23
it depends what's being projected :)
tantek joined the channel
#
@thierrymarianne
RT @t: Awesome personal site demos kick off the first #IndieWebCamp Cambridge! Now session scheduling: http://www.youtube.com/ (ttk.me t4Y_1)
(twitter.com/_/status/521015861839417344)
#
mattl
Okay indieweb folks. Its been fun, but I really need to go take a nap and get ready for Europe. Hope to see some of you at MozFest!
#
aaronpk_
looks like you found the new livestream
#
bear
what is the new url?
#
Loqi
It looks like we don't have a page for "the new url" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=the+new+url
#
aaronpk_
check http://indiewebcamp.com/2014/Cambridge/Live for all the URLs. we're on inline reply now
#
bret
Cplaylist_type%2Cpmbypass%2Csource%2Cexpire/playlist_type/DVR/itag/0/id/TEPhgOF2fiY.0/maudio/1/source/yt_live_broadcast/gcr/us/expire/1413076509/signature/1B5B0950E658939F34E1609AE43819C3964F1B75.9C7F5D5A913F7138C48077BEA6D582C2844F5646/key/yt5/file/index.m3u8
#
bret
oops
alexhartley joined the channel
#
aaronpk_
question for the people on the stream, is it useful to show just the giant screen here or do you want to see the room and our pretty faces too?
#
bear
at least the head of the speaker
#
IWC_Cambridge2
the contrast makes it so you can't really see the screen then
#
bret
maybe a pan or two, but screen and audio are most important
#
aaronpk_
shrewdness seems to have lost my subscriptions
#
carmen
failed out of both browsers. guess youtube-dl the archives is the answer
#
bret.io
created /2014/Cambridge/vouch (+60) "Added etherpad"
(view diff)
#
bret.io
created /2014/Cambridge/installknown (+67) "Added etherpad"
(view diff)
#
jdp23
yes that would be cool!
#
bret
hey all at IWC, help take notes here: https://etherpad.mozilla.org/indiewebcamp-inline
#
bret
if you are in an unscheduled break off group, please create a new pad
#
kylewm
jdp23: I read the notes from vouch, more optimistic now :) I think it'll be a while before anyone automates the vouch-finding part, but maybe that's ok
#
jdp23
kylewm agreed
#
bret.io
created /2014/Cambridge/inline (+105) "Added live links"
(view diff)
#
bret.io
edited /2014/Cambridge/inline (+4) "turned into a list"
(view diff)
#
bret.io
edited /2014/Cambridge/Schedule (+10) "/* Saturday, October 11, 2014 (Brainstorming) */ Fixed 2014 - Cambridge link"
(view diff)
#
daf
here's my webmention+vouch diagram https://imgur.com/jiYShZD
#
bret
daf++
#
Loqi
daf has 1 karma
#
jdp23
daf++
#
Loqi
daf has 2 karma
#
jdp23
very useful!
#
bret.io
edited /2014/Cambridge/Introductions (+56) "/* Notes */ Added video"
(view diff)
#
jdp23
i added it to the etherpad
#
bret.io
edited /2014/Cambridge/installer (+48) "Added video link"
(view diff)
#
bret
jdp23++
#
Loqi
jdp23 has 4 karma
#
bret.io
edited /2014/Cambridge/vouch (+48) "Added video link"
(view diff)
#
jdp23
putting security aside for the moment, i'd be comfortable with a checkbox saying "post on my site and syndicate here" (or even "syndicate back to my site")
#
jdp23
if i'm logged in, i'd like to see the checkbox enabled by default; if not, then when i clickon it it gives me the opportunity to log in
#
pdurbin
just installed Known for the first time, with some assists from benwerd :)
#
bret
pdurbin++
#
Loqi
pdurbin has 5 karma
#
mlncn
pdurbin++
#
Loqi
pdurbin has 6 karma
#
benwerd
pdurbin++
#
Loqi
dude
#
bret
Loqi: turn off your karma filter on IWC days plz, kthnx
#
Loqi
dude
#
carmen
6-8pm ZINE READINGS by Katie Bennet, Ponybody Violet of ANAlog, Brittany Mitchel of Sweet as the South, J.C., Alex Nall of Teaching Comics, Nicole Mazzeao of Pleasure Pie, Emma Karin Eriksson and Kerri Radley of Deafula
#
bret
carmen: where at?
#
bret
cool
alexhartley joined the channel
#
bret
Could there be some kind of standardized posting interface objects?
#
bret
set of*
j12t joined the channel
#
bret
i want a stand like Jesse :)
#
Loqi
gives bret a stand like Jesse
#
@benwerd
Ported @withknown to PHP 5.3 this afternoon. Needs some testing. Release candidate here: http://assets.withknown.com/releases/known-0.6.4.zip #indieweb
(twitter.com/_/status/521025205821390849)
joinerman joined the channel
#
bret
I goat run!
shaners joined the channel
#
caseorganic
bret: bye!
#
bret
s/goat/gotta
#
Loqi
bret meant to say: I gotta run!
#
bret
bye caseorganic
#
jdp23
my audio's too muddy to follow, can somebody else take over the etherpad notes?
loic_m__ and j12t joined the channel
#
ben_thatmust___
i can't i should be heading to the other room for the other session
#
ben_thatmust___
since i should be running one
#
jdp23
yep. incredibly important
mlncn joined the channel
#
@kartik_prabhu
Missing out on the MIT @indiewebcamp goodness due to no laptop :-(
(twitter.com/_/status/521031447818145792)
alexhart_ joined the channel
#
GWG
What is Making Mobile Easier about?
#
Loqi
It looks like we don't have a page for "Making Mobile Easier about" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=Making+Mobile+Easier+about
#
ben_thatmust___
ooor not, no one was over there,
#
aaronpk_
obra: i'm experimenting with this now :)
#
tantek
using this etherpad for mobile session: https://etherpad.mozilla.org/indiewebcamp-mobilesux
jessierabbit joined the channel
#
obra
aaronpk_ :)
#
aaronpk_
obra: weird, it half worked
#
aaronpk_
my like button did in fact make a post, but then the browser says "No 'Access-Control-Allow-Origin' header is present..."
#
aaronpk_
but the post request did come through
#
KartikPrabhu_
tantek: I'm writing on your etherpad. hope that's ok
#
tantek
KartikPrabhu_: please do!
#
aaronpk_
obra: I wonder... is there any reason my "like" endpoint shouldn't just say "*" for CORS?
#
obra
not necessarily.
#
aaronpk_
cause then this totally works
#
obra
not 100% sure
#
obra
fwiw, my idiotic test is http://eruditorum.org/test.html
#
obra
that's not throwing CORS issues.
#
aaronpk_
open this on one side: http://geobin.io/GyYrZzVnba and this on the other: http://pin13.net/like/
#
obra
back in a moment. gotta feed the meter
#
aaronpk_
OH with a form tag
#
aaronpk_
k let me change mine around a bit
#
obra
kind of evil.
#
obra
but working
#
aaronpk_
oh but wait then it redirects the browser
#
aaronpk_
this is quickly getting ugly
#
@coreload
"Techno-utopians like to argue that open systems always win, but that simply isn’t true" @caseorganic http://techcrunch.com/2014/10/11/the-internet-of-someone-elses-things/ #iot #indieweb
(twitter.com/_/status/521040716416688128)
#
pdurbin
tantek: you mentioned ##friendlyjava but didn't link to the logs. Doing so now per the channel owner's request: http://irclog.greptilian.com/friendlyjava/2014-10-11#i_79970 :)
#
aaronpk_
oh wait i did this wrong...
#
aaronpk_
obra: ok yeah still can't do ajax post cross site
#
obra
right.
#
aaronpk_
even if the js comes from that site
alexhartley joined the channel
#
obra
I flaked
#
@html5devconf
The web is your API: feeds and actions using HTML5 and webmentions by @benwerd of Known at next #HTML5DevConf http://html5devconf.com/speakers/ben_werdmuller.html
(twitter.com/_/status/521042943642456065)
#
tantek
woohoo benwerd @html5devconf!
#
obra
aaronpk_: I think you're stuck using an iframe. though one should be able to use an invisible iframe.
#
obra
the downside is that you can't get a response back.
RichardLitt and willowbl00 joined the channel
#
aaronpk_
obra: i think we need to get a response back in order to know if the like succeeded
#
aaronpk_
obra: so if I add 'Access-Control-Allow-Origin: *' then it works!
#
obra
awesome
#
bret
Woot
#
Loqi
woot
#
bret
oh wow, https://ind.ie/pulse/ is absorbing syncthing
#
bret
were the related all along?
#
aaronpk_
i didn't think so
#
bret
well, ind.ie isn't shipping code yet, but at least they are working with people who are :)
#
aaronpk_
that's one way to ship code
#
bret
true that
#
bret
i haven't actually tried sync thing yet, but its come across my radar.
benwerd and alexhartley joined the channel
#
bret
cool looks kind of like git-annex
#
bret
hopefully the overall performance will be better
#
mattl
hey benwerd: when you get a sec, can you clone this and make a known.json file and run install.php against it? https://github.com/mattl/indieweb-installer
#
aaronpk_
bret: is it not basically bittorrent sync?
#
bret
aaronpk_: i don't have a grasp of the scope. definitely looks similar, and is open source
#
bret
aaronpk_: looks very similar to bittorrent
#
aaronpk_
ok that's what I thought
#
bret
you create repos, and connect to other nodes
#
bret
which is good, I have full faith the bittorrent inc is capable of royally screwing up BTSync someday
#
bret
that*
#
aaronpk_
really? I trust bittorrent inc more than syncthing in this case
#
aaronpk_
because bittorrent inc actually has a business model behind btsync
#
@kartik_prabhu
@dissolve333 Yeah. But I wanted to make things too. Using this time to see how miserable posting from mobile is for me. #indieweb
(twitter.com/_/status/521051239048441856)
#
bret
aaronpk_: have you ever used utorrent recently?
#
bret
its like 3 layers of malware darkpatterns just to install
#
aaronpk_
that's cause they don't have a business model behind utorrent
#
bret
their business model for it is selling me Anti virus.... which I don't want
#
bret
anyway, super lame they should just release it as a utility and monatize other projects
#
aaronpk_
maybe they will now that they can actualy charge for btsync
#
bret
they charge for it?
#
aaronpk_
you can buy a cloud server that will keep a copy online for you
#
bret
have not noticed
#
aaronpk_
it costs about the same as running your own AWS instance I believe
#
aaronpk_
it's a reasonable approach
#
benwerd
mattl: I will do that!
#
bret
aaronpk_: where did you see this?
#
pdurbin
benwerd: I put my Known/Vagrant hacking here: https://github.com/pdurbin/known-vagrant
#
benwerd
pdurbin: awesome!
#
bret
pdurbin++
#
Loqi
pdurbin has 7 karma
#
pdurbin
benwerd: hilarious. had no idea this existed: http://everything2.com/title/The+Everything2+Podcast (or that you've been on it)
#
benwerd
pdurbin: Oolong is an IRL friend of mine
#
pdurbin
I'm a bit addicted to podcasts. I have various lists here: http://podcasts.greptilian.com
#
@aaronpk
"No no no, you *railed* it!" - @obra to @benwerd after solving the issue in the first 30 seconds. #indiewebcamp (http://aaronparecki.com/notes/2014/10/11/4/indiewebcamp)
(twitter.com/_/status/521053456245612546)
#
pdurbin
oh, last e2 podcast episode was over 3 years ago
#
bret
where are you guys now?
#
aaronpk_
wrapping up
#
bret
cool
#
bret
no more video?
#
aaronpk_
nope! will resume tomorrow
#
pdurbin
bret: we wanted to talk about you a bit ;)
#
bret
cool good day everyone! had fun observing
tilgovi joined the channel
#
pdurbin
it's been a fun day
#
bret
thank you to everyone taking notes and helping the remote participants
#
benwerd
*Finally* cleaned Known for PHP 5.3. http://assets.withknown.com/releases/known-0.6.4-rc1.zip cc caseorganic
thierrymarianne joined the channel
#
tantek
benwerd - it looks like Known doesn't support putting a user's profile icon as their indiewebcamp.com/icon
#
tantek
and instead it just uses the (K) icon
#
benwerd
tantek - it's an option
#
tantek
but not the default?!?
#
benwerd
tantek - oh, I've just realized why it may not be working.
#
tantek
getting lots of "it seems weird that it wouldn't show up by default"
#
benwerd
nods, and gets out his editor
#
benwerd
It was, and I've just realized that a change broke it
#
benwerd
Fixing ;)
#
tantek
and the default making it launch in a separate process is a bit weird too
#
benwerd
That one I'm not sure about. Doesn't happen on Android. Any clues about what might be triggering iOS to do that?
#
tantek
that is - I don't think people expect it to behave that way by default. perhaps remove the <meta name="apple-mobile-web-app-capable" content="yes"> ?
#
tantek
yes - you added it a while ago :)
#
tantek
when we were experimenting
#
tantek
remove <meta name="apple-mobile-web-app-capable" content="yes"> and <meta name="apple-mobile-web-app-status-bar-style" content="black">
#
benwerd
Oh, got it
#
caseorganic
benwerd: :) downloading now
#
benwerd
tantek: thanks; just made that change in code
#
benwerd
the user icon is thornier but I'm on it
#
pdurbin
aaronpk: ok, so this seems to be the thing you're talking about http://indiewebcamp.com/webactions
j12t and alexhartley joined the channel
#
erlehmann
say, what would be a good structure for a plain text blog?
#
erlehmann
also, anyone here saving entry ids in files themselves?
#
carmen
derive ID (URI) from pathname here
#
carmen
usign relative URIs inside the file which get a baseURI bound at request time
#
aaronpk_
hay ppl
#
aaronpk_
how about dinner
#
erlehmann
carmen i have lots of old entries that have an id not containing my host.
#
tantek
session times are up everyone!
#
tantek
back to the main room!
#
kylewm
erlehmann: can you give a little more background information? what's the site you are working on, what are you trying to do?
#
erlehmann
i am currently doing live code-surgery on it
#
erlehmann
so if something is broken, disregard it
#
erlehmann
but this, for example, is what i am striving for http://news.dieweltistgarnichtso.net/bin.atom
#
erlehmann
each category is a git repository
#
carmen
i'm trying to make money. which means i have no part in even bringing it up in here. except making money without signing NDAs or working on anything centralized, proprietary or walled-gardenlike. or on bloatware (Mozilla) or licenses i disagree with (FSF/GPL - prefer UNLICENSE/MIT)
#
erlehmann
kylewm hipster news 2 generates atom entries for each file. those are formated using xslt
#
erlehmann
kylewm i want a very simple file backend where the atom ids (and possibly other metadata) are stored inside the files. MIME would fit the bill, but … implementation complexity.
#
Loqi
gives erlehmann a very simple file backend where the atom ids
#
erlehmann
i want a pony?
#
aaronpk_
you might get a pony
#
Loqi
gives erlehmann a pony
#
aaronpk_
oh there it is!
#
erlehmann
indeed's
#
aaronpk_
that's approximately the same code :)
#
kylewm
erlehmann: why does carmen's suggestion to use the ID as the path not work?
#
erlehmann
kylewm because i already have ids. i want to store them, not generate them.
#
erlehmann
kylewm also content sometimes moves around.
#
kylewm
oh sure, i think i get it
#
kylewm
well, #microformats would suggest store them in a u-uid property
#
erlehmann
the heavy handed approach would be to have each entry be a MIME message or xml file or whatever
mlncn joined the channel
#
erlehmann
ah, interesting. documentation?
#
pdurbin
aaronpk: cool, you've documented window.navigator.registerProtocolHandler('web+action', 'https://aaronparecki.com/config.html?handler=%s', 'Aaron Parecki'); at http://indiewebcamp.com/indie-config
caseorganic joined the channel
#
kylewm
there are also people using a block of YAML or JSON frontmatter at the top of each file
#
erlehmann
hmm.
RichardLitt and willowbl00 joined the channel
#
shaners
erlehmann please add yourself to http://indiewebcamp.com/irc-people
#
shaners
carmen please add yourself to http://indiewebcamp.com/irc-people
#
erlehmann
shaners how do i log in?
#
erlehmann
there is no register
#
erlehmann
and no anonymous edit
#
shaners
erlehmann what is your personal website?
#
erlehmann
shaners and?
#
shaners
is typing
#
shaners
erlehmann the wiki uses indieauth.com to handle login. instead of username/password, indieauth uses your personal website's domain as the "username" and then farms out to one of several third party sites for the password auth part.
#
shaners
ie, i login to the wiki by using my twitter or github credentials (via oauth)
#
erlehmann
shaners so i have to create a twitter account to log in to the wiki? very indie!
#
shaners
the way you enable that on your personal site is to add some links to twitter, github, etc with `rel="me"` on your site.
#
erlehmann
> implying implications
#
erlehmann
shaners and the easy way to log in?
#
shaners
that is the only way to log in
#
shaners
do you have any accounts on any social media-y sites?
#
erlehmann
okcupid!
#
erlehmann
i find the trade-off useful for finding dates.
#
shaners
github, twitter, google, app.net
#
shaners
you can also use sms or persona (more indie, if you prefer)
#
erlehmann
sms?
#
erlehmann
sms sounds simple. elaborate?
#
shaners
still requires adding a link on your homepage
#
erlehmann
yeah, but i *have* a phone number
#
erlehmann
shaners the scheme is tel btw
#
erlehmann
isn't it?
#
shaners
talk to aaronpk_ aaronpk about that some other time
#
shaners
the ponit of all of this is that A: your domain/url/website is your identity
#
erlehmann
yeah, it is. but it seems i need some other identity.
#
shaners
2: the indiewebcamp wiki doesn't want to or get to have access to your password
#
shaners
indieauth + some other site is a transitional strategy that allows users (me and you) to login to site using our domains as identity (using rel-me links) for now, instead of everyone havign to roll their own auth server.
#
shaners
you're welcoem to do that yourself if you want. or run an indieauth server on your domain. it's open source.
#
erlehmann
oh lel
#
KartikPrabhu_
regarding how indie it is, one could run their own authorization server.
#
KartikPrabhu_
doh shaners already said that
#
shaners
i ask you (and carmen) to do this because I often see you (and carmen) in here, but i have no clue who you are. and when i look on the wiki, you're not listed.
#
shaners
carmen: what is your personal website? please add yourself to /irc-people.
#
erlehmann
i do not want to sound off-putting, but the “let me give you my email and send me a link with a login token” strategy that almost everyone else uses somehow has more appeal to me
#
erlehmann
shaners is there a way to do that without getting a twitter account in return?
#
shaners
again, sms or persona
#
shaners
or a github account. do you have some aversion to github?
#
erlehmann
why not email?
#
KartikPrabhu_
erlehmann: the whole point is to have some prof of work on your own site. having an email does not do that
#
erlehmann
how does sms do that?
#
erlehmann
github is trying to embrace, extend, extinguish open standards.
#
erlehmann
> stop emailing code
#
shaners
erlehmann: are you oppossed to creating a github account?
#
KartikPrabhu_
Are you proposing that you will link to your email from your homepage?
#
erlehmann
> The days of sharing source code by email and thumb drives are long gone. Using GitHub […]
#
erlehmann
KartikPrabhu_ yes!
#
KartikPrabhu_
sharing code via email is horrendous imo
#
shaners
erlehmann erlehmann : stay focused.
#
shaners
i'm trying to get you more plugged in with the indieweb community that you seem to want to particpate in.
#
erlehmann
shaners lets say since github suspended my account in the middle of work and took with it all the tickets for a project, i am somewhat hostile.
#
KartikPrabhu_
erlehmann: sure maybe suggest to aaronpk for email as login
#
shaners
why did they suspend your account?
#
erlehmann
dunno lel
#
shaners
i doubt that
#
erlehmann
no really
#
erlehmann
they have automated systems
#
erlehmann
and cannot tell me what did it
#
erlehmann
also they broke a perfectly working workflow
#
shaners
did you take it up with them? contact support? i know several people there. they don't just delete accounts willy nilly.
#
shaners
ok. so you're focused on login by email. are you opposed to using Persona?
#
erlehmann
yes, i did and they did respond and so on and so on. but that is EXACTLY the thing that i do not want to have again.
#
erlehmann
i do not want to not be able to login because github bots run amok
#
erlehmann
whatever persona does. let me read up on at.
#
erlehmann
it
#
shaners
or you can use sms, like i suggested above
#
erlehmann
> Go to login.persona.org, click the Sign in button and a pop-up window will appear.
#
erlehmann
no login button, lel https://login.persona.org/
#
shaners
erlehmann: again, how about sms ?
#
erlehmann
shaners sounds good enough. but then, do i *have* to provide an identity here?
#
erlehmann
will i get kicked if i don't make myself known on the wiki?
#
shaners
you've already told me your domain, how is this anymore than that?
#
erlehmann
good, then i'll just not do it and no longer think about hideously complex scripts.
#
KartikPrabhu_
But also no one has to take you seriously if you are not implementing things ;-)
#
erlehmann
shaners cognitive load. as long as it takes more energy to comment on a blog or edit wikipedia or click on a link in an email, i think i won't do it.
#
erlehmann
most websites have email login. i enter my email, click on ”žforgot password“ and get a login link.
#
shaners
well, we're doing something different here.
#
erlehmann
i use it almost exclusively
#
shaners
we're trying to build a better web, a better future.
#
erlehmann
yeah, something very complex. why not allow anonymous editing?
#
shaners
because trolls and spam
#
KartikPrabhu_
I have found email to be pretty bad identification
#
shaners
we've been down that route before
#
erlehmann
shaners i come from imageboard culture. trolls and spam can certainly be contained, quarantined.
nagaway joined the channel
#
KartikPrabhu_
proof of work again
#
shaners
and for better or for worse the IWC wiki: A: doesn't allow anon edits and 2: requires a rel-me link on your personal website (via indieauth.com)
#
erlehmann
the issue with proof of work is that it assumes legitimate users will expend more energy than abusive ones
#
KartikPrabhu_
if you don't do things on your website, then your anonymous edits are more likely philosophy
#
erlehmann
i moderate on an imageboard i shall not name and i found that consistently the abusers spend *more* energy to spam
#
erlehmann
than legitimate users
#
KartikPrabhu_
But then we can ban abusive domains
#
erlehmann
who just don't post if they do not manage to use the captcha and so on
#
shaners
well, over here, we've found that requiring personal domain + rel-me for login keeps the trolls and spam to *almost* zero
#
KartikPrabhu_
I would be surprised if spammers spent the effort to make new domains add indieauth support just to edit the wiki
#
erlehmann
if i remember correctly, kuro5hin issued a 5$ price for an account. almost only trolls were willing to pay it after they were banned.
#
KartikPrabhu_
because money is cheap. self dog fooding isn't
#
erlehmann
KartikPrabhu_ i would be surprised if i do any kind of effort that is more than i need to edit wikipedia or comment on a blog post to edit the wiki.
#
KartikPrabhu_
Cool. you don't have to do anything
#
shaners
erlehmann: why do you hang out in this channel?
#
erlehmann
shaners to get information about people who create their own web pages that do not rely on copious amounts of third party soon-to-be-broken API buggery.
#
shaners
erlehmann: is this your github account? https://github.com/erlehmann
#
erlehmann
and see what software they create
#
KartikPrabhu_
do only observing?
#
erlehmann
shaners indeed. and look how i do not publish to it anymore.
#
shaners
so, were you lying before when you said that github suspended your account?
#
shaners
it doesn't look very suspended to me
#
erlehmann
shaners they did restore it. they also were unwilling to issue permanent redirects to my home page.
#
shaners
redirects from what?
#
erlehmann
since code on the github account is mentioned in at least two papers i think that suffices.
#
erlehmann
redirects from projects to new urls for those projects on my server.
#
shaners
they don't do that. no silo does.
#
KartikPrabhu_
even if you are a published author of papers
#
shaners
erlehmann: is this your website? http://blog.dieweltistgarnichtso.net
#
erlehmann
i am not even the author in one case
#
erlehmann
shaners one of them
#
erlehmann
i will not connect anything to github. using it for login infrastructure only invites “your account was suspended”
#
KartikPrabhu_
man I should ask for that, I have at least 5 papers published :-P
#
shaners
is your name Nils Dagsson Moskopp?
#
erlehmann
i only expend energy if i feel secure that no third party will break it
#
erlehmann
shaners indeed
snarfed joined the channel
#
erlehmann
allowing github to control my edits to the indieweb wiki would be a boneheaded move i think
#
erlehmann
as long as a third party i have no power over can easily sabotage my stuff, i think it is a bad solution
#
KartikPrabhu_
do you wish to edit and contribute to the wiki? or only observer here?
#
shaners
KartikPrabhu_ I asked erlehmann (and carmen) to add themselves to /irc-people
#
erlehmann
KartikPrabhu_ i am content with contributing to my own pake and observing.
#
erlehmann
s/pake/site/g
#
Loqi
erlehmann meant to say: KartikPrabhu_ i am content with contributing to my own site and observing.
#
shaners
erlehmann: GH would not control your edits. If they ever "suspend your account" again, you can use a different provider for auth. inclduing, AGAIN, SMS.
#
shaners
s/inclduing/including/
#
Loqi
shaners meant to say: erlehmann: GH would not control your edits. If they ever "suspend your account" again, you can use a different provider for auth. including, AGAIN, SMS.
jdp23 joined the channel
#
erlehmann
shaners they misused my trust twice (the first time was when they were lying about something that i even sent them a patch for not being able to do it without js, even though the site source code showed they did go out of their way to break a form control). i will not give them a chance to do it again.
#
erlehmann
fool me twice, etc. pp.
#
erlehmann
i did not notice at first even
#
erlehmann
because they lied to other users that my repositories where not there
#
erlehmann
but not to me
#
KartikPrabhu_
erlehmann: cool. might i then suggest that you document your own site work on your own site.
#
erlehmann
KartikPrabhu_ i actually do!
#
KartikPrabhu_
very nice.
#
jdp23
i do think that the indieweb's obsession with "you must log in with your domain" is very offputting to a lot of people
#
erlehmann
jdp23 if it was only the domain. “you must give third parties the ability to break your assumptions” is the problem for me.
#
KartikPrabhu_
jdp23 it is the self dog fooding prof of work
#
KartikPrabhu_
also use sms, run your own auth server, ask for email support, no need for third parties
#
jdp23
i understnd. and, it gives the impression of being elitist. "you have to prove your work in order to participate in this community" is offputting
#
erlehmann
what jdp23 says
#
KartikPrabhu_
ok. I don't see it as unreasonable, even if I'm not a developer
#
KartikPrabhu_
I'm very off put by actual developers complaining about developing
#
jdp23
i said "a lot of people", not everybody :)
caseorganic joined the channel
#
shaners
jdp23 the reason we care optimize for people that are building their own website is from our experience with other efforts in the past that was distracted by a *lot* of talk by people talking a big game, but never actually building anything. it was all academic / hypothetical / pie in the sky. eg, microformats, federated web summit, rdf, xml*, html/css standards, etc
#
erlehmann
shaners i *do* stuff
#
shaners
i know you do.
#
shaners
i saw your website
#
shaners
i'm not saying you don't
#
erlehmann
hipster news 2 is a static blog engine that converts git repositories to feeds
#
erlehmann
i use it for over a year
#
erlehmann
now
#
shaners
erlehmann: i know that you build stuff. i'm not saying you don't.
#
KartikPrabhu_
previous post on something similar devs were comparing about https://kartikprabhu.com/notes/creator
#
KartikPrabhu_
complaining
#
shaners
i'm saying that the "login with your domain" tactic filters out people who won't build anything and will just talk.
#
jdp23
shaners i understand. i'm just saying that in my experience, it also alienates people who would otherwise have a lot to contribute.
#
KartikPrabhu_
contribute without having own domain?
#
shaners
maybe so. everything is trade offs. this is the trade off that has been chosen for the iwc wiki.
#
jdp23
i didn't say they don't have their domain
#
shaners
a wiki about building websites
#
KartikPrabhu_
just don't want to login with it?
#
erlehmann
just don't want to login with commercial crapware
#
shaners
erlehmann: then use SMS
#
shaners
how many times have i suggested that now?
#
KartikPrabhu_
the commercial point is moot as I pointed out
#
erlehmann
the third-party point is not moot
#
kylewm
you can also log in with PGP
#
erlehmann
shaners if you want to exclude people who are annoyed by overly complex technology, by all means use.
#
KartikPrabhu_
it is. run your own auth server
#
erlehmann
kylewm that is something.
#
snarfed
kylewm++
#
Loqi
kylewm has 64 karma
#
jdp23
jsut don't want to make the changes to enable the log in (the links to make indieauth happening) or run their own auth server (heck even i don't want to do that) or share their phone # etc
#
erlehmann
kylewm i have a pgp key. what do i need to sign?
#
shaners
erlehmann go to indieauth.com and read something
#
KartikPrabhu_
jdp23 devs don't want to dev!
#
kylewm
erlehmann: looking for the documentation, one sec
#
KartikPrabhu_
anyway contribute by writing articles on your a
#
erlehmann
i have it https://indieauth.com/gpg
#
jdp23
KartikPrabhu first of all they're not all devs. second of all even the ones who are don't necessarily want to do that specific dev
#
erlehmann
i still find it obnoxious, but no more than a captcha
snarfed joined the channel
#
shaners
what is captcha?
#
Loqi
It looks like we don't have a page for "captcha" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=captcha
#
kylewm
haha, third!
#
KartikPrabhu_
jdp23 well if don't want to do it, then fine
#
jdp23
right
#
snarfed
do we send people to #indiechat for tech politics conversations yet?
#
snarfed
if not, i vote we start :P
#
KartikPrabhu_
me is just lolling at these objections
#
jdp23
hmm, i wasn't seeing it as a tech politics conversation. i was seeing it as feedback from somebody who's having a hard time getting any of my friends interested enough in the community to participate
#
erlehmann
does anyone think it is a bad idea to have my articles as html files?
#
snarfed
jdp23: oh! sorry, i meant the "github and etc co's are evil" conversation, the "should you need a domain to sign in"
#
jdp23
snarfed oh ok :)
#
shaners
erlehmann please add yourself to /irc-people
#
jdp23
and, i'm not trying to revisit the decision. i understand why that's the tradeoff
#
erlehmann
shaners see, if you want that so much, you can do it yourself. you have all the data.
#
snarfed
erlehmann: re html, actually the reverse, you're among friends for making that call. see http://indiewebcamp.com/databases-antipattern
jet__ joined the channel
#
KartikPrabhu_
and his incredulous snark backs off slowly
chrissaad joined the channel
#
shaners
bret what're you working on these days?
stream7 joined the channel