#indiewebcamp 2014-06-25

2014-06-25 UTC
#
KevinMarks
tantek: not making it to portland or nyc for indiewebcamp :(
#
bret
KevinMarks: :(
#
GWG
KevinMarks: Insert frown here
#
KevinMarks
so I get to test the live stream...
bnvk1 joined the channel
#
bret
KevinMarks: what happened?
#
tantek
kylewm - yes, the quick viewability in a browser is likely a key reason for the better fidelity over time - but more importantly, EVERYONE ELSE can look at it in a browser the momenty you put it on the web and see right away if anything is broken or missing
#
tantek
s/momenty/moment
#
Loqi
tantek meant to say: kylewm - yes, the quick viewability in a browser is likely a key reason for the better fidelity over time - but more importantly, EVERYONE ELSE can look at it in a browser the moment you put it on the web and see right away if anything is broken or missing
#
KevinMarks
that weekend is my wife's birthday, both my sons are home, not a good weekend to be away
#
bret
KevinMarks: ah understandable
#
tantek
KevinMarks - apologies for the collision
#
KevinMarks
no way you'd know, and I ahve been away that weekend before, but decided against it this year
#
KevinMarks
I did plug it on Jolie O'Dell's podcast which will be up tomorrow. And will mention in my Google IO ignite tomorrow afternoon too
#
GWG
KevinMarks: I was disappointed. I tuned into that on your endorsement, and no you nor Jolie O'Dell. Wrong week.
#
KevinMarks
yes, it's not live
#
KevinMarks
though I don't think we'll need much editing.
caseorganic joined the channel
#
tantek
was half expecting an h-event feed at that post ;)
#
aaronpk
i considered it..
#
aaronpk
but holy crap that's a lot of work to do manually
#
aaronpk
especailly cause I just made event posts for everything individually
#
tantek
I suppose that would require a new "collection
#
tantek
" post type
#
aaronpk
this is also kind of a test for my collection post type https://github.com/aaronpk/p3k/issues/8
#
tantek
which would automatically include all the rich markup from the collections
#
tantek
from the collected posts that is
pauloppenheim joined the channel
#
kylewm
aaronpk: is it intentional that the collection post doesn't link to the individual post permalinks?
#
tantek
aaronpk - I thought this week in IndieWeb was the list of changes to the wiki and such?
dybskiy and paulcp joined the channel
#
aaronpk
tantek: oops yeah... what I should ahve done is posted it last week and called it "next week in the indieweb"
#
aaronpk
kylewm: there are post permalink links under the block quotes
#
aaronpk
oops I missed one
#
aaronpk
should I make the dates link to the permalink?
#
kylewm
aaronpk: that's a little awkward isn't it... your event pages don't permalink the dates (which I think makes sense)
#
aaronpk
wait which way is awkward?
#
scor
tantek: great story re fidelity of data in HTML. did you share that story elsewhere on the web? looking for a link to bookmark. can bookmark http://indiewebcamp.com/irc/2014-06-24#t1403653480 too if that's all you got...
#
kylewm
aaronpk: i think permalinking event dates woudl be a little awkward
#
kylewm
I like how you just have "permalink" at the bottom of the actual event pages
#
kylewm
could do that?
emmak joined the channel
chrissaad, fmarier and gRegor` joined the channel
avanderlip and caseorganic joined the channel
#
KartikPrabhu
any JS experts around? How do you filter children elements that have some particular attribute?. Example: I have a list element <ol> and I want an array of those <li> which have a non-empty "data-huha" attribute
#
Loqi
gives KartikPrabhu an array of those
#
KartikPrabhu
google does not seem to know
#
KartikPrabhu
aww thanks but no thanks Loqi
#
Loqi
you're welcome
wolftune and realz joined the channel
#
kylewm
KartikPrabhu: using jquery?
#
KartikPrabhu
<sigh> I want to avoid jQuery
#
KartikPrabhu
sticking to if statement for now
#
kylewm
a minimalist eh!
#
KartikPrabhu
yes! :D also don't really want all of jquery so push come to shove I can just borrow parts of jquery source
#
KartikPrabhu
looking at that for .closest now in fact :P
#
kylewm
do you want to avoid libraries altogether? like have you seen zepto?
#
KartikPrabhu
yeah. I don't want something as simple as adding marginalia to be dependent on third-party stuff
#
KartikPrabhu
but I might change my mind :P
#
kylewm
cool, good luck sorry I can't help. I bet jquery really pollutes the search space for this sort of thing
#
KartikPrabhu
yeah. And there might be some specific word i need to use to describe this task that I don't know
#
KartikPrabhu
back to tinkering
dybskiy, snarfed, fmarier, lukebrooker and willnorris joined the channel
#
gRegor`
KartikPrabhu: I might be able to help with that JS, but not right this moment. Later tonight maybe.
#
KartikPrabhu
gregor`: got around that problem. :) thanks. now wondering why children.forEach does not in FF
#
gRegor`
on an ol, or li?
willnorris joined the channel
#
rascul
eh that doesn't seem to work in chromium
#
KartikPrabhu
rasul: yeah I ended up using a for loop too... the for (var child of huha) is interesting though... can you not do that with just for (var child of children) ?
#
rascul
i couldn't do it to children, don't really know why
#
rascul
also weird that it isn't working for me in chromium
#
KartikPrabhu
gregor`: I got the <ol> using an id which is fine. then I want to do element.children.forEach(do stuff) and it doesn't work
#
KartikPrabhu
rascul: not working on chrome for me either
#
rascul
ok fixed it
#
rascul
chromium doesn't seem to like the for..of
#
rascul
same link i updated the base version
#
KartikPrabhu
hmm cool :)
avanderlip and paulcp joined the channel
nloadholtes joined the channel
#
KartikPrabhu
man MDN is so useful for JS references :D
#
Loqi
MDN has 4 karma
benwerd joined the channel
#
kylewm
MDN : w3schools :: cppreference : cplusplus.com
#
snarfed
eh. they're ok, but they all require an internet connection. go get dash, you'll thank me later
benwerd joined the channel
#
KartikPrabhu
hmm will look into it. I probably can not code worth anything without internets :P
#
KartikPrabhu
all update on marginalia: https://kartikprabhu.com/article/marginalia added JS stuff to copy marginalia to the correct spot and added a <button> to toggle their state from Show/Hide. Nothing visible happens yet (you can see stuff in DevTools of course) hopefully rest is CSS :)
#
KartikPrabhu
cc: JonathanNeal ^
#
JonathanNeal
Should I see any active marginalia, KartikPrabhu?
#
KartikPrabhu
JonathanNeal: not at the moment... but that should be CSS stuff that'll add shortly... I'll just make them appear for now in a minute.
#
KartikPrabhu
JonathanNeal: now the marginalia should just appear below the paragraph. might need hard refresh to load CSS. Have to fix some styles though.
#
KartikPrabhu
JonathanNeal: stole some fragmention.js code to find the element for a fragmention. Let me know if this is a problem. Also comments on improving marginalia.js would be very appreciated. JS n00b all the way
#
KartikPrabhu
doesn't really understand accessibility issues for using "display: none
#
KartikPrabhu
visibility: hidden;"
#
gRegor`
Hm. The age old "newer" and "older" links with arrows... which direction arrows and which order to put them in. I never seem pleased with it.
#
KartikPrabhu
gregor`: you mean time direction?
#
gRegor`
visibility doesn't remove it from the document flow, so it can still take up space on the page.
#
gRegor`
depending on the element.
#
KartikPrabhu
gregor`: yes. hence both visibility and display: none
#
gRegor`
(Didn't read up on the context, just replying to that last bit :)
#
KartikPrabhu
but don't know if both to be used or only display: none
#
gRegor`
Yeah, direction. I believe "older" should appear first, on the left, since that's most likely to be used. But I don't feel the arrow should point left.
#
KartikPrabhu
gregor`: I have seen both time directions used. Had plans long back on writing a post about it
#
gRegor`
Let me screenshot what I'm working on
#
KartikPrabhu
I also have to do some of that for my post/article lists
#
gRegor`
Yeah, I've seen various iterations and tried many. I start to like one, but then think about it more and then find something I don't like, haha.
#
KartikPrabhu
yup! same here. part of why I have postponed all of this. but someday I'll have to settle it for my site
#
gRegor`
It's been years, but I think that's why I settled on "Next" and "Previous" on my blog posts, no arraows, just links to the titles of adjacent blog posts.
#
gRegor`
I think I felt better about those words than "older"
#
KartikPrabhu
gregor`: one idea I had was to use up = newer and down = older keeping with the traditional vertical flow of time on blogposts
v0 joined the channel
#
KartikPrabhu
gregor`: "next" and "prvious" is more ambiiguous
#
gRegor`
yeah, I'm playing with different unicode arrows at the moment.
#
gRegor`
How so?
#
GWG
I'd like to see the screenshot
#
KartikPrabhu
"next" means the next post you made in time (future), or the 'next' post to read (past)
#
KartikPrabhu
since blog lists usually have "past" as the next thing to read
wolftune joined the channel
#
GWG
I have this...
#
gRegor`
This is the crazy idea I'm playing with and kind of liking: http://snag.gy/LsfgA.jpg (This is for pagination on notes, btw.)
#
GWG
The back and forward
#
gRegor`
KartikPrabhu: My 'next' means the first. It's the next post I wrote.
#
KartikPrabhu
yeah. but that convention is again site dependent across the web. (sorry no data to back that up at the moment though)
#
gRegor`
I don't know... it's still time-based content of course, but I think my concept was to move away from some of the traditional blog formats and have standalone posts/articles, which is why I chose the single post view.
#
gRegor`
Yeah, you're right
#
KartikPrabhu
gregor`: very much support single-post-views
#
KartikPrabhu
which is exactly where this is a problem :(
#
gRegor`
Thoughts on my screenshot above?
eschnou joined the channel
#
KartikPrabhu
gregor`: that seems confusing. the left thing pointing to the right
#
gRegor`
I think my disconnect is that "next" (newest) content to the right, especially with an arrow, mimics real world content like a book or newspaper...
#
gRegor`
But the majority of our content online is reverse chronological.
#
KartikPrabhu
yup! part of the problem...
#
gRegor`
So an arrow pointing right to me should always point to older content.
#
KartikPrabhu
sorry I have no answers but more questions... having flashbacks to when I thought about this intently
#
gRegor`
I did have those switched, with the same curly arrows, but I realized more people are likely to click "older" so it should be first.
#
gRegor`
Haha, no problem
#
gRegor`
I'm mostly thinking out loud myself
tantek joined the channel
#
gRegor`
I could stack them. "older" on top of "newer", same curly arrows
#
gRegor`
Or, I could sleep.
#
gRegor`
:)
#
gRegor`
G'night
#
KartikPrabhu
should move all drafts from blogger to own site
#
KartikPrabhu
night gregor`
gavinc joined the channel
#
tantek
KartikPrabhu: yes move drafts to your own site! save your future!
#
tantek
!tell scor re: story re fidelity of data in HTML have not shared that elsewhere - that permalink is fine for now, but clearly with your interest and kylewm's I should write a post about it.
#
Loqi
Ok, I'll tell them that when I see them next
#
@jancborchardt
RT @brennannovak: Interested in a better & more open web? Come learn & hack at #IndieWeb Camp 2014 in Berlin @agoracollective http://t.co/J…
(twitter.com/_/status/481673298980651009)
#
KartikPrabhu
tantek: add my interest to that
#
tantek
KartikPrabhu: mostly I didn't think of blogging it as you wouldn't think of blogging a small group casual conversation
#
tantek
but I suppose I could blog my own points / words and that would be fine
#
KartikPrabhu
tantek: of course. :)
#
tantek
and perhaps Tim's questions would be ok too - as he just asked good critical questions
#
KartikPrabhu
i think the good critical questions are of most interest :)
#
@jancborchardt
Help develop & design for the #IndieWeb! It's IndieWebCamp in Berlin and elsewhere this weekend: http://indiewebcamp.com/2014
(twitter.com/_/status/481674061811290112)
#
KartikPrabhu
my interest in TBL's views are piqued because he was a physicist when he invented HTML :)
#
KartikPrabhu
oh man! I'm adding updates to marginalia as marginalia! margiception :D
#
tantek
KartikPrabhu: we'll see how that scales as you build the UI ;)
#
KartikPrabhu
I have a small UI working already. it just shows the marginalia under the paragraph :D that's the update I added
#
tantek
reloads
#
KartikPrabhu
tantek: might need a hard refresh for CSS
#
tantek
this is amazing
#
KartikPrabhu
:D also works on Android FF just tested!
#
tantek
KartikPrabhu: really looking forward to meeting you in NYC!
#
KartikPrabhu
tantek: same here :)
#
KartikPrabhu
really hopes he makes his early morning flight given the chaotic timetable he's keeping
cweiske joined the channel
#
cweiske
benwerd, do you have a stream that contains all except the short notes?
#
benwerd
everything except the short notes? kinda - one moment
#
@t
#PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481682185359880192)
#
@kartik_prabhu
Workspace: 1.Chats+browser 2.HTML+JS+SASS #indieweb 3.tex+pdf files for physics paper 4.Python files for own site 5.math papers What a week!
(twitter.com/_/status/481682273087926272)
#
cweiske
thanks. the notes are too much
#
benwerd
nods. I post a lot
#
KartikPrabhu
has been wondering whether notes should be added in stream and feeds
#
benwerd
I've had a feature request a number of times for notes not showing up in peoples' feeds, and it'd obviously solve a volume problem for me
#
tantek
is happy benwerd has built an interface for himself that enables/encourages him to post often!
#
KartikPrabhu
nods at both statements :)
#
@YoramBarzi
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481683362562592769)
#
KartikPrabhu
since I have only 2 post-types, i could get away with 2 kinds of feeds: Article/Notes/All
#
Loqi
KartikPrabhu meant to say: since I have only 3 post-types, i could get away with 3 kinds of feeds: Article/Notes/All
#
benwerd
tantek: 5429 posts since May 30, 2013 and counting
#
@ff_I_retweet
RT @kartik_prabhu: Workspace: 1.Chats+browser 2.HTML+JS+SASS #indieweb 3.tex+pdf files for physics paper 4.Python files for own site 5.math…
(twitter.com/_/status/481683679547490304)
#
@andigalpern
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481683755380121600)
#
KartikPrabhu
wonders why that got retweeted ^^
#
@jlsuttles
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481683999228579841)
#
tantek
KartikPrabhu: looks like a good workspace
#
tantek
really needs to go to bed.
#
tantek
is too excited for this week and weekend!
#
KartikPrabhu
just "toos" tantek ;)
#
KartikPrabhu
alrighty! attempting sleep. gnight all!
#
@jordan_web
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481684922802122753)
#
@benwerd
Tantek Çelik's wonderful Personal Democracy Forum talk, "Why We Need the IndieWeb": https://www.youtube.com/
(twitter.com/_/status/481685222195359744)
#
tantek
bummer that the youtube link is lost here in IRC :/
#
KartikPrabhu
twitter--
#
Loqi
twitter has -3 karma
#
tantek
is it TWitter with t.co or is it Loqi?
#
Loqi
yeah!
#
tantek
goodnight Loqi
#
Loqi
gute nacht!
jsilvestre joined the channel
#
@thierrymarianne
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481688202294865920)
#
@rebeccagates
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481688876654682112)
benwerd, pfefferle and eschnou joined the channel
#
@krneticz
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481701697119854592)
glennjones, amz, KartikPrabhu, petermolnar, pfefferle and krendil joined the channel
#
@OuiShareLabs
RT @jancborchardt: Help develop & design for the #IndieWeb! It's IndieWebCamp in Berlin and elsewhere this weekend: http://indiewebcamp.com/2014
(twitter.com/_/status/481717659533602818)
pdurbin joined the channel
#
notizblog.org
edited /2014/Guest_List (+374) "/* Remote Participants */"
(view diff)
adactio, danbri0_, dybskiy, dybskiy_ and michielbdejong2 joined the channel
#
petermolnar
is feeling ill after looking at the NextScripts: Social Networks Auto-Poster WordPress plugin code to see if there's a place to add API retweet/reply to Twitter
#
petermolnar
this code is a monster
#
@domenicoperri
I liked a @YouTube video https://www.youtube.com/ Tantek Celik, "Why We Need the IndieWeb", #PDF14
(twitter.com/_/status/481750982687076352)
#
@nebu
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481751410141564928)
#
@malcolmblaney
RT @benwerd: Tantek Çelik's wonderful Personal Democracy Forum talk, "Why We Need the IndieWeb": https://www.youtube.com/
(twitter.com/_/status/481755526322061312)
dybskiy joined the channel
#
@brennannovak
@janl are you around / interested in attending #IndieWeb Camp this weekend? http://bnvk.me/B2y :)
(twitter.com/_/status/481764536165609472)
bnvk, danbri0 and scor joined the channel
#
Loqi
scor: tantek left you a message 6 hours, 27 minutes ago: re: story re fidelity of data in HTML have not shared that elsewhere - that permalink is fine for now, but clearly with your interest and kylewm's I should write a post about it.
scor, dybskiy and KartikPrabhu joined the channel
#
@jcbsnd
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481772634041221120)
pfefferle and KartikPrabhu joined the channel
#
GWG
petermolnar: I saw you looked at SNAP. I have to agree.
#
GWG
petermolnar: I have ideas on how to design a better syndication plugin, but I don't think I'm ready for that right now.
KartikPrabhu, avanderlip, chrissaad and pfefferle joined the channel
#
petermolnar
GWG I was wondering if I could add native retweet/reply to SNAP, the short answer is I do not like pain that much
#
GWG
petermolnar: I had thought the solution was a Bridgy Publish Plugin.
#
@janl
IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481782138531229696)
#
petermolnar
I disagree a bit: I'd like have the option to manually specify, sometimes even per post what content should exactly be posted to the silos
#
@hoodiehq
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481782417456627714)
#
@CouchDB
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481782421743239169)
#
@berlinjs
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481782436712693762)
#
petermolnar
one question though: would you rather do an all-in-one social poster plugin ( with repost/reply/comment/etc and a readable code ) or do one-by-one plugins per service?
#
@skddc
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481782924283768832)
#
petermolnar
Loqi you're oversharing
wolftune joined the channel
#
petermolnar
GWG I'd really like to have a working & usable plugin, so I probably start working on a POSSE names plugin for Wordpress, first only for Twitter & Facebook
#
petermolnar
s/names/named
#
Loqi
petermolnar meant to say: GWG I'd really like to have a working & usable plugin, so I probably start working on a POSSE named plugin for Wordpress, first only for Twitter & Facebook
#
GWG
petermolnar: If you design it right, then the services can be add-on options to a handler plugin
#
GWG
petermolnar: Basically, the way Bridgy turns the services it supports into a common control language.
#
michielbdejong
on http://indiewebcamp.com/Projects it says "[Known] can be installed on a website and will get you on the IndieWeb.", but on https://github.com/idno/idno states "an installable package is not yet available"
#
GWG
petermolnar: So, the same actions are possible, but they translate to the equivalent on that service.
#
@lhawthorn
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481784234743717888)
#
petermolnar
that is probably the best approach
#
petermolnar
what I'd like to differ from the current ones is to have the app id/token/etc per author not globally
#
petermolnar
for the api access
#
GWG
petermolnar: You want multiple authors?
#
cweiske
michielbdejong, so you have to install it manually from git
#
petermolnar
if this is and indieweb plugin, there's not need for multiple authors, that is true :D
#
michielbdejong
cweiske: right. I'll create a Dockerfile for it!
#
cweiske
petermolnar, can't you run a single wordpress instance for multiple domains?
#
GWG
petermolnar: I'd say doing it that way would add complexity.
#
GWG
petermolnar: I'd rather add complexity around functionality than multi-user, personally.
#
petermolnar
cweiske you can, that is what Multisite/network is for
#
petermolnar
GWG true, so per site should be enough, but per site one account for each network or multiple accounts for each network?
#
GWG
petermolnar: Start with one, but design for the possibility of multiple ones.
#
GWG
petermolnar: Make it a class, so you can have multiple instances?
#
GWG
Then at least you have the possibility
#
petermolnar
I really need to revive my coding skills, but I'll do my best
#
petermolnar
I can't find the who's working on what page on the wiki, can someone please point it out?
#
GWG
petermolnar: I'm a horrible coder. I'm a better idea guy.
#
GWG
petermolnar: There is one thing I would suggest. The output should have templates. If you look at SNAP, it only allows you one default. But, a note output to Twitter is different than a full article output.
#
petermolnar
is indieauth working for everyone else?
#
GWG
petermolnar: Right now?
#
GWG
Haven't checked, one sec
wolftune joined the channel
#
petermolnar
templating is a good idea
#
GWG
Yes. Bit slow...
#
GWG
Also previewing.
mcepl joined the channel
#
petermolnar
previewing is a bit tricky and that might only be a future feature :)
#
mcepl
looking at http://t.co/1bSM8BP0C1 and I have only question ... I need something which would be just yum installable on my server. Where do I have Twitter/WordPress/whatever-clone which I don't have to write myself?
dybskiy joined the channel
#
cweiske
I doubt that there is something yum-installable
#
mcepl
(and yes, I need XMPP-style transports ... Twitter, pump.io, Facebook?)
#
cweiske
status.net, now gnu social, is the closest you get to a twitter clone
#
cweiske
which might be in yum
#
mcepl
cweiske: well, I can make a package, just something which would be really something packaged, not weird set of hacks.
#
cweiske
mcepl, then known/idno would be the best option I think
#
GWG
petermolnar: Good to have a roadmap.
#
cweiske
benwerd is doing it as a product to sell
#
cweiske
so it's meant to be widely used
#
mcepl
cweiske: URL?
#
petermolnar
GWG I'll be away for the weekend, but I'll try to put a roadmap and some initial scratch together asap
jsilvestre joined the channel
#
@brennannovak
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481787902297645057)
chloeweil, snarfed and chloeweil_ joined the channel
#
GWG
petermolnar: I'm happy to help with ideas. I just still have the Wordpress theme, the taxonomy plugin, the comments plugin, and the location plugin to hack away on.
#
petermolnar
"just" :)
#
GWG
petermolnar: You are welcome to make suggestions for those.
#
petermolnar
I'm just collecting my ideas ( and because the nature of brainstorming, it's in Hungarian ) for now, I'll put a page on the wiki for Wordpress-POSSE when I have at least a scratch
#
petermolnar
I scratch of ideas
#
petermolnar
s/I/I mean/
#
Loqi
petermolnar meant to say: I mean scratch of ideas
#
GWG
I unfortunately don't speak Hungarian.
avanderlip joined the channel
#
david.shanske.com
edited /WordPress/Development (+165) "/* Filters */"
(view diff)
#
GWG
pfefferle: That update responded to your response
bnvk joined the channel
#
pfefferle
GWG just read it… and now the before and after filters are definitively making sense! good point
#
GWG
pfefferle: The other idea is to add a single e-content filter outside the div that indicates e-content.
eschnou joined the channel
#
pfefferle
petermolnar GWG do you know https://wordpress.org/plugins/keyring/ … it helps authenticating against most popular silos, so you can fokus on implementing the posse stuff
#
petermolnar
no, I did not, this is helpful :)
#
petermolnar
thank you
#
pfefferle
petermolnar you’re welcome… I did some research a few days ago because of the same reasons ;)
#
GWG
Can we agree that anyone who implements a POSSE plugin will write and include a function for returning the syndicated URL?
brianloveswords joined the channel
#
petermolnar
that is kind of obvious imho :)
danbri0 joined the channel
#
pfefferle
GWG sure! this is a ”žhave to“ ;)
#
GWG
petermolnar: Not to the current developers. They don't always care about third-parties working with their plugin.
#
petermolnar
"I don't always care about third-parties working with my plugins, but when I do, I make the code impossible to read" this could come from a SNAP dev's mouth
#
_amz3_
(no backlog) «Publish then Subscript» low-wall is not ready yet.
snarfed joined the channel
#
GWG
pfefferle: Would you have a p-summary on everything and then hide it with CSS?
#
pfefferle
GWG I don’t like hiding things in HTML
#
GWG
Oh?
#
pfefferle
GWG the view is for users first, so it should only include visible stuff
#
GWG
pfefferle: Unrelated question, should the page links for paginated posts be inside e-content or outside it?
#
pfefferle
GWG it doesn’t matter, because the rel-value depends on the ”žpage“ and not on the ”žcontent“ and is always parsed as a ”žpage“-attribute
#
pfefferle
GWG we are talking about rel-prev, rel-next, don’t we?
#
GWG
Yes, and wp_link_pages
#
GWG
But _s, which my theme is based, puts it in entry-content.
#
pfefferle
GWG that doesn’t break the mfs, if that is your question
dybskiy joined the channel
#
GWG
pfefferle: I turned 2 filters into one
#
GWG
Trying to simplify
#
GWG
pfefferle: I liberated the entry-header/entry-footer/entry-content from you
#
GWG
It should make the creation of post formats and such easier when I get to those content- files
#
pfefferle
yes, and you don’t have much redundant code
#
GWG
I do need to fix the header though
#
GWG
Those grey boxes are placeholders for elements
friedcell joined the channel
#
GWG
The 200x200 in the header is a placeholder for a logo/picture
#
pfefferle
GWG do you know http://placehold.it ???
#
GWG
The wide one is if I wanted text instead of a logo/picture and then a banner image next to it.
#
GWG
No. But that helps
gRegor` joined the channel
#
GWG
I also have 300 width box which could be a bio box or alternate image placement.
#
pfefferle
GWG and it seems you have problems with the sidebar on singleviews
#
GWG
pfefferle: Haven't worked on it yet.
#
GWG
Not single views, archive views
#
GWG
Single views work
#
pfefferle
oh yes, sorry… :)
#
GWG
Haven't gotten to any archive views
#
GWG
I want to do a custom author archive
#
GWG
But first I want to finish up on home page and single view.
#
GWG
I also have a bunch of cleanup ideas to make the code more readable.
#
GWG
Okay, that looks better
#
GWG
The content looks pretty boring with the taxonomy plugin turned off
bnvk and chrissaad joined the channel
#
GWG
pfefferle, petermolnar
#
GWG
The points are exactly what I was just mentioning about people not writing functions for other people
#
petermolnar
I think I've adopted most of the points already
#
petermolnar
but thank you for the link
#
GWG
So have I, but it was nice when it just came up on my feed reader to see I'm not alone.
#
GWG
I'm trying to figure out how to describe that in indieweb terms
#
GWG
"Scratch your own itch, but it doesn't hurt to think about other people's itches."
dybskiy joined the channel
#
fcns.eu
edited /2014/Guest_List (+285) "/* East */"
(view diff)
brianloveswords joined the channel
#
fcns.eu
edited /2014/Guest_List (+1) "/* East */"
(view diff)
#
fcns.eu
edited /2014/Guest_List (+0) "/* East */"
(view diff)
#
@veganstraightedge
Watch @t's talk from #PDF14 : "Why We Need the #IndieWeb" (13 minutes long) https://www.youtube.com/
(twitter.com/_/status/481821923572068353)
pbeaulieu, paulcp, gRegor`_, danbri0 and snarfed joined the channel
#
kylewm
snarfed: reverse engineering facebook permalinks--
#
snarfed
kylewm: heh agreed
#
snarfed
smash all the words together and karma it! :P
#
kylewm
facebook--
#
Loqi
facebook has -3 karma
#
kylewm
take that, Zuck
npdoty joined the channel
#
bnvk
facebook—
#
bnvk
just becasue
#
bnvk
facebook--
#
Loqi
facebook has -4 karma
iangreenleaf and pbeaulieu joined the channel
#
gRegor`
facebook--
#
Loqi
facebook has -5 karma
#
aaronpk
amber's talk starts in less than an hour!
tantek, dybskiy and gwhilts joined the channel
#
aaronpk
i'll live stream the talk again
#
kylewm
caseorganic++ good luck, have fun, break a leg and all that
#
Loqi
caseorganic has 141 karma
gRegor` joined the channel
#
@forsurerad
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481838353260617729)
#
@buddycloud
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481839297633718272)
caseorganic joined the channel
#
bear
ugh - Nigeria v Argentina match, Google I/O and soon Amber's talk -- too many cool things
paulcp joined the channel
#
GWG
bear, record?
Sebastien-L joined the channel
#
bear
yea, I/O I can watch later
#
aaronpk
starting in a few minutes
#
aaronpk
bear: does talky.io flip the video or is that my camera driver doing it?
#
bear
your driver
#
aaronpk
i don't even know where to go to change that
#
bear
laptop or phone?
#
aaronpk
laptop
#
aaronpk
actually wait maybe it's just the preview that's flipped?
#
bear
chrome FF?
#
bear
that could be
#
aaronpk
feel free to hop on the stream now
#
bear
looks good to me
#
aaronpk
ok cool
#
bear
love the wig
gwhilts joined the channel
#
aaronpk
smaller room, so I hope the sound is ok
#
bear
it's great
#
tantek
yeah! go caseorganic!
#
@kronda
Listening to @ambercase talk about #indieweb and owning your data. (and ironically tweeting about it).
(twitter.com/_/status/481845677291339777)
#
bear
if you are joining the talky session you can mute and hold - you will see/hear the video but transmit nothing back
#
aaronpk
bear: sounds like a feature request to me ;) a "broadcast" mode for talky
#
bear
yea, we are working on that
#
tantek
awesome surveillance slide with the double bowies!
#
@ungoldman
️Escaping the Labyrinth - Jareth sets up for an #IndieWeb preso at #osb14 http://instagram.com/p/prMCaNu1MB/
(twitter.com/_/status/481845958440157184)
#
tantek
bear, or even just a "watch" mode
#
bear
broadcast and also a audio-only mode
#
bear
for people on cell phones or bad networks
#
bear
i'll have a demo this weekend of the version that uses the video bridge - so it's not full-mesh network
#
tantek
hmm did talky crash?
#
bear
it may have on your side - I saw "connection issues" for your session
#
@skry
indieweb: @caseorganic cosplaying Aladdin Sane. #osb14
(twitter.com/_/status/481846647576461312)
#
bret
is the video having problems?
#
bear
i'm connected via talky and it's doing fine
#
bret
mkay
dybskiy joined the channel
#
bear
tantek - if that is you connected showing a paper over your camera - just click on the "hold" button
#
bear
it will stop your stream but continue to show amber
#
bear
now I only see a black square for you
#
bret
!!! good to know
#
tantek
yup that was fuzzy red from my EFF privacy sticker :)
#
bear
and "mute" will turn off your mic
#
tantek
wants one button for both :)
#
tantek
(as a temporary solution until a more global/finessed solution is designed/built)
#
bear
right now the devs are working on the video bridge and more browser support
benwerd joined the channel
#
tantek
needs to re-watch Labyrinth
#
bear
she is doing an amazing Labryinth Bowie impression!
paulcp, benwerd and dybskiy joined the channel
#
tantek
this is so good.
#
tantek
"be wary of masquerades" - so true!!!
emmak and finchd joined the channel
#
bear
agreed
#
fcns.eu
edited /2014/Guest_List (+288) "/* East */"
(view diff)
#
fcns.eu
edited /2014/Guest_List (+0) "/* East */"
(view diff)
#
tantek
guess it's time to make an apprentices section for East!
#
bear
oh cool - that is a good sign for East
#
tantek
it may have been unintentional, but when someone with a domain signs-up someone without one - the only logical assumption for us is that they're an apprentice
#
bear
that feels right
#
tantek
getting a lot of first-timers at East
#
tantek
going to be fun explaining how IndieWebCamp works
ttepasse joined the channel
#
tantek
likely going to challenge a few assumptions
#
bear
nods
#
aaronpk
Ooh live demo time
#
bret
someone send a cross site comment
#
aaronpk
hopes his server doesn't randomly crash
#
@lsblakk
RT @kronda: Listening to @ambercase talk about #indieweb and owning your data. (and ironically tweeting about it).
(twitter.com/_/status/481851130721218560)
#
benwerd
So this is a fun thing. aaronpk, I know you're recording quantified self data - I'd love to talk about how to improve display / storage of this stuff sometime this weekend. http://davidwiley.social/2014/morning-run---i-ran-38-miles-at-1130mile-pace
#
@EllaDurham
Could you imagine if email was not interoperable? We should be able to communicate across social silos. @caseorganic on the #indieweb #osb14
(twitter.com/_/status/481851505675223040)
#
aaronpk
benwerd awesome yeah!
#
tantek
these live demos are ROCKING!
#
aaronpk
When are you in town btw?
#
benwerd
lateish tomorrow night
#
tantek
aaronpk - can p3k auto-tweet photos that show up from IG?
#
tantek
with the photo POSSEd to Twitter?
#
aaronpk
I do want to add that, but selectively
#
benwerd
(I just got that exact feature request yesterday)
#
bret
wow this is a crazy demo!
#
bret
totally working great
#
aaronpk
I don't actually want to post all my Instagram photos to twitter
#
tantek.com
edited /2014/Guest_List (+80) "move Alex Noakes to East Apprentices since he was added by another Fcns.eu|Andrei Sambra and lacks his own domain, add subcounts for East"
(view diff)
#
tantek
aaronpk - it helps with getting comments on your photos from people on Twitter, rather than just people on IG
#
aaronpk
Yeah definitely some of them id want to tweet
kronda joined the channel
#
aaronpk
And that would actually provide a better experience since I could upload a native twitter photo, but twitter only shows a link to Instagram rather than the preview
#
tantek
exactly
#
tantek
hence why I suggested it
caseorganic joined the channel
#
bret
hey caseorganic!
#
benwerd
Howdy!
#
bear
waves to caseorganic
#
tantek
aaronpk - could even do that with a private IG account, no followers, purely using IG as transport - zero social interaction / public publishing
#
tantek
just got a talky network hiccup
#
aaronpk
Is it still going ok? I'm not at my laptop
#
benwerd
hopes someone asks caseorganic what kind of magic spells she uses
#
aaronpk
We need a clearer answer to the webmention spam question
#
tantek
aaronpk - we have a clear answer - we have not figured it out yet.
#
tantek
currently webmention is *just as vulnerable* as pingbck
#
tantek
s/pingbck/pingback
#
Loqi
tantek meant to say: currently webmention is *just as vulnerable* as pingback
#
tantek
we must be up front about this
#
tantek
scientific forthrightness and all that
#
snarfed
re spam, i think we at least have *a* story
#
benwerd
What's happening on Thursday morning? I didn't catch that
#
tantek
snarfed, oh? care to tell it?
#
snarfed
basically, you use a spam filter, just like all other broadcast comm platforms (e.g. email)
#
bear
local to Portland IndieWeb breakfast
#
benwerd
neat. I'll let erinjo know
#
tantek
benwerd - indieweb breakfast
#
snarfed
e.g. akismet for wordpress, and other servers that integrate with it (easy to do)
#
snarfed
not perfect, but there's no perfect spam solution
#
snarfed
the long pole is arguably just implementation. not many indieweb platforms integrate wwith a spam filter today
#
tantek
benwerd, you mean it didn't show up in your Known indie event aggregator? ;)
#
aaronpk
I like the answer of: Webmention doesn't attempt to solve spam, it's just solving that pingback was difficult to implement. Spam is a separate problem to solve.
#
tantek
aaronpk, yes
#
benwerd
tantek - one day I will have an indieweb aggregator on my smartwatch that lets me know about events and geofences local recommendations based on data saved on my friends' own homepages. But, er, not today.
#
bnvk
such indie
#
benwerd
Hey, maybe we can develop the beginnings of an aggregator this weekend.
#
aaronpk
Add it to the sessions list!
#
benwerd
goes and looks at the session list
#
kylewm
Happy Enchill, that's a great name
#
tantek
benwerd: "suggested events" ;)
#
tantek.com
edited /2014/Guest_List (+14) "move Happy Enchill to East Apprentices since he was added by another Fcns.eu|Andrei Sambra and lacks his own domain"
(view diff)
iangreenleaf joined the channel
#
kylewm
has a feeling i will be very conflicted choosing which sessions to attend/miss
#
@EduPunkN00b
RT @t: #PDF14 talk "Why We Need the #IndieWeb" 13 minute video posted: https://www.youtube.com/ slides: http://tantek.com/presentations/2014/06/indieweb/ (ttk.me t4Wk1)
(twitter.com/_/status/481855132397608962)
manny__ and kmrhb joined the channel
#
werd.io
edited /2014/Sessions (+212) "/* Have */"
(view diff)
scor joined the channel
#
tantek.com
edited /2014/Guest_List (+40) "add Farther East Apprentices, sort Apprentices sections by same order as Creators"
(view diff)
#
tantek
bnvk - did you mean to add your apprentice Anna Saulwick to West Apprentices?
#
tantek
I just added a Farther East Apprentices section in case you meant to say she is going to be attending in Berlin
#
benwerd
What do we need most? More people to own their own websites and start publishing awesome things from their own spaces!
petermolnar joined the channel
#
@kronda
If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481855656513658880)
#
aaronpk
benwerd: took the words right out if my mouth!
#
benwerd
rockin
#
tantek
benwerd: What do we need most? For you to scratch the next most important itch on your own personal site.
#
tantek
aaronpk - that's a theoretical non-personal question, make it personal
#
bnvk
tantek: oops, I didn't realize that was "West" specific- assumed it was a Global apprecentices
#
benwerd
tantek: If they have a personal site at all. Looking forward to showing off some itch-scratching this weekend though ;)
#
bnvk
will update
#
tantek
do YOU want to post private content to your site?
#
tantek
do YOU want to post a limited access event to your own site?
#
tantek
or RSVP?
#
finchd
so about how big should my server be to host some of this? (known maybe?) trying to decide on VPS versus not doing this until next year and colo-ing
#
benwerd
desperately wants privacy. Back to the proposed sessions list ...
#
tantek
we'll get private posts working when that is the next most important itch on someone's own personal site.
#
tantek
benwerd - opportunity cost - how important is private posts TO YOU compared to everything else you want on your own personal site
#
bear
finchd - the beauty is that since this is your data it does not take a lot of server power
#
aaronpk
I am interested as well, given that there are quite a few rsvps on Facebook that I don't want to be private
#
bear
so any site that can run the software framework you pick
#
aaronpk
But it's not the next most important thing I want to do
#
@EduPunkN00b
Hey, @doctorow, have you come across @indiewebcamp yet? You seem made for each other.
(twitter.com/_/status/481856364038221824)
#
tantek
no problem bnvk - I can fix - was in there anyway
gRegor`_ joined the channel
#
finchd
bear: I'm a sysadmin by trade, having someone host doesn't sound hard enough :p
#
tantek.com
edited /2014/Guest_List (-5) "/* Apprentices */ move bnvk's apprentice to Farther East Apprentices"
(view diff)
#
finchd
bear: i'm looking at (is a 256MB VPS big enough to get started, and still run my ZNC bouncer)?
#
bear
finchd - :) without knowing how much elbow grease you wish to apply… but yes, the vast majority will work jsut fine with a normal vps
danbri0 joined the channel
#
tantek
gRegor`: heads-up, your apprentice's image_url appears to be broken: http://indiewebcamp.com/2014/Guest_List#West_Apprentices
#
bear
finchd - I would say yes
#
tantek
!tell gRegor`: heads-up, your apprentice's image_url appears to be broken: http://indiewebcamp.com/2014/Guest_List#West_Apprentices
#
Loqi
Ok, I'll tell them that when I see them next
#
bear
finchd - your going to be handling dozens of requests per minute - not exactly internet scale ;)
#
werd.io
edited /2014/Sessions (+695) "/* Have */ Some more session ideas"
(view diff)
#
tantek
by the way looks like a big new contingent is coming to IndieWebCamp East: FOUR people affiliated with the CrossCloud project
#
bear
sweet
#
bear
we may need a bigger room :)
#
tantek
bear - not yet, we're good
#
@SudieHarmann
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481857199728128000)
#
tantek
more of a heads-up like we'll have to work explicitly to possibly break them out of a potential "we have the solution" mindset
#
tantek
aka resembling monoculture
#
tantek
just something to look out for
#
bear
yes, that is an easy trap to fall into when you have a built-in echo chamber
#
benwerd
it's a _great_ time for them to be coming to this though - right after the knight award
#
tantek
benwerd - I strongly encourage you to start an "Itches" section on http://indiewebcamp.com/User:Werd.io where you list "Private Posts" and whatever else you really want on your own personal site. even if it's just a simple flat list.
#
tantek
benwerd - and order it by which itches the most
#
benwerd
oh, I actually did have that on the idno page. Yes, will do that. Right now.
gwhilts joined the channel
#
bear
lunches
#
tantek.com
edited /User:Werd.io (+60) "added projects section linking to Known/idno"
(view diff)
manny_ joined the channel
#
tantek
benwerd - totally fine to keep it on the idno page
#
benwerd
I think it's vastly out of date
#
benwerd
Known itches might also be different to my own werd.io itches
#
tantek
however, now that you have multiple people actively working on Idno, you might want to move *your* Itches to /User:werd.io#Itches
#
benwerd
exactly
#
benwerd
writing now :)
#
@jancborchardt
RT @janl: IndieWeb Camp this weekend in Berlin: https://brennannovak.com/notes/472 — You should all come!
(twitter.com/_/status/481858097095651328)
#
tantek
right - fine to keep one list if it's a solo list
#
tantek
er, solo project
#
tantek
once you have a partner, better to keep your own itches lists, and a collective one for the project
#
finchd
caseorganic: I wanted to ask, how did the community choose mediawiki of the opensource wikis? I've been looking at a wiki for work, and couldn't decide
#
tantek
finchd, couldn't decide among what options?
paulcp_ and gRegor` joined the channel
#
Loqi
gRegor`: tantek left you a message 7 minutes ago: heads-up, your apprentice's image_url appears to be broken: http://indiewebcamp.com/2014/Guest_List#West_Apprentices
#
gRegor`
There isn't one, tantek
#
werd.io
edited /User:Werd.io (+804) "Itches!"
(view diff)
#
werd.io
edited /User:Werd.io (+3) "/* Ben Werdmuller */"
(view diff)
#
werd.io
edited /User:Werd.io (+111) "/* Itches */"
(view diff)
#
tantek
(following the links from the URL in the RSVP)
#
werd.io
edited /User:Werd.io (+189) "/* Itches */"
(view diff)
#
benwerd
will stop now
#
finchd
tantek: found a wiki of wikis when i was looking, sorting out all the closed source once left ~20 wikis with different storage backends
#
gRegor`
Yah, guess I could use the latter. A photo of her holding a camera isn't a great avatar photo on the former. :)
#
gRegor`
I didn't think a photo was required
#
gRegor`
just got her set up with indieauth to sign her in :)
#
tantek
finchd - short answer - MediaWiki is the open wiki UX that most people on the planet are familiar with thanks to Wikipedia, therefore it is the logical first choice for a new open source wiki on that basis alone as long as you don't mine the MediaWiki maintenance (which we are fortunate aaronpk is good at).
#
tantek
gRegor`: not required but certainly does personalize/humanize the RSVPs
#
tantek
and gives people a chance to start learning names/faces even before the IWC itself - helps enable friendlier interactions right from the start
#
tantek
is really enjoying reading http://indiewebcamp.com/User:Werd.io#Itches and the insights therein.
#
gregorlove.com
edited /2014/Guest_List (+164) "/* Apprentices */ Amanda MacLean photo"
(view diff)
#
werd.io
edited /Known (+159) "/* Sites */"
(view diff)
#
finchd
tantek: ooh, fair enough. thanks and many much internet points to you!
#
gRegor`
tantek: Added :)
#
tantek.com
edited /homepage (+205) "/* Homepage Brainstorming */ subheads"
(view diff)
caseorganic joined the channel
#
benwerd
Do other people have itches lists on their user pages? I'd love to read them
#
tantek
benwerd - plenty do
#
tantek
it's been something we've been encouraging for a while
#
benwerd
cool. clicking around
#
tantek
a way to help people focus their energy on what a) matters to them *personally*, and b) that they feel empowered to actually *do* (rather than just talk about)
#
tantek
benwerd, whenver someone makes a feature request, or starts asking "do you guys support x?", or "it would be cool if …", or "I have an idea for …" - respond by redirecting the conversation to personal itches
#
tantek
i.e. "What is the next most important itch on your own personal site?"
#
tantek
keep asking that over and over and make them answer. then make them write it down on their user page.
#
kylewm.com
edited /User:Kylewm.com () "(-723) /* personal site */"
(view diff)
#
tantek
then make them work on *that* instead of whatever they were *talking* about.
#
benwerd
tantek: Yes. Definitely. Otherwise you end up in what I call spanner-land - things that are spanners in the works for hypothetical reasons
#
tantek
I am going to call this question the scratchyourownitch challenge-response protocol.
#
tantek
when someone starts talking about/in indieweb, they are implicitly doing a resource request for your time.
#
tantek
for security reasons (avoid DOPA), you must follow the scratchyourownitch challenge-response protocol
#
benwerd
related, btw - we open sourced the materials we used to do user research: https://github.com/idno/User-Research
#
tantek
which starts by the listening party asking the question "What is the next most important itch on your own personal site?"
#
tantek
and continue to asking it until the first speaker has answered it with something specific and concrete.
manny_ joined the channel
#
tantek
once they have passed that test, follow-up with "Great! Add it to your user page's Itches section"
jsilvestre joined the channel
#
tantek
once they have done so, if they bring up any other topic, repeat with the original challenge-response question.
#
tantek
eventually they will run out of things to add to their itches, or start coding.
#
tantek
benwerd++ for open source user research!
#
Loqi
benwerd has 26 karma
#
gregorlove.com
edited /User:Gregorlove.com (+223) "/* Interests */"
(view diff)
#
tantek.com
edited /webmention (+105) "/* Brainstorming */ add a homepage webmentions forward here"
(view diff)
#
tantek.com
edited /User:Werd.io (+36) "/* Notifications of profile references */ link to previous brainstorming on webmentions to my domain"
(view diff)
#
kylewm.com
edited /User:Kylewm.com (+25) "/* other ideas */"
(view diff)
#
kylewm.com
edited /User:Kylewm.com (-242) "/* other ideas */"
(view diff)
KartikPrabhu joined the channel
#
tantek.com
edited /User:Werd.io (+55) "linky linky"
(view diff)
#
tantek.com
created /Event (+19) "r"
(view diff)
#
tantek
benwerd, hope you don't mind the linky linky - just trying to help connect your itches to existing thinking/doing in case it helps make it easier to scratch them!
#
benwerd
tantek - definitely don't mind. Thank you!
#
tantek
benwerd, I myself am keeping two lists, "Working On" http://indiewebcamp.com/Falcon#Working_On and "Itches" http://indiewebcamp.com/Falcon#Itching
#
tantek
Working On are things where I have made *some* progress with UX, code etc. and thus am "in the middle of" implementing. Roughly ordered by personal priority.
#
gregorlove.com
edited /User:Gregorlove.com (+124) "/* Interests */ link to specific to-do lists"
(view diff)
#
tantek
Itches is used to capture everything else I want on my site but haven't started coding yet.
#
tantek
again, ordered roughly by personal priority
#
gregorlove.com
edited /User:Gregorlove.com/notes (+20) "/* Posting interface */"
(view diff)
#
tantek
I figured the distinction would help if anyone else came by and wanted to work on similar things
#
tantek
realizes he should add those descriptions to each section
#
gregorlove.com
edited /User:Gregorlove.com (-6) "/* Interests */"
(view diff)
#
gRegor`
My interests (itches) section is more up to date now
avanderlip joined the channel
#
tantek.com
edited /Falcon (+296) "add descriptions to Working On and Itches"
(view diff)
#
benwerd
tantek - that's fascinating reading. Thank you again.
#
gRegor`
I like the Falcon logo, tantek.
#
aaronpk
hmm need a good header photo for indieweb event pages
#
tantek.com
edited /User:Tantek.com (+508) "/* working on */ update to link to Falcon Working On and Itches sections, note Itches specifically with an id so I can refer to #Itches, note items to be reprioritized into Falcon working on / itches lists"
(view diff)
#
tantek
thanks much benwerd - appreciated
#
tantek
I'm trying really hard to minimize any private to-do lists for Falcon beyond just links to within the /Falcon page as reminders.
#
tantek
"doing" the working in the open thing instead of just "talking" about it ;)
#
tantek
thanks gRegor`! I've been a fan of gliders for a while, and I thought that particular phase in the glider lifecycle looked kind of like a falcon swooping down to pick something up.
#
gRegor`
gliders?
#
ngoldman.me
edited /2014/Guest_List (+283) "/* West */"
(view diff)
#
gRegor`
Oh, sweet
#
kylewm
tantek: that's awesome, everyone uses the coathanger phase
#
kylewm
falcon phase is instantly recognizable though
#
tantek
thanks. yes I figured this more esoteric phase was more interesting for that aspect ;)
#
maxthayer.org
edited /2014/Guest_List (+406) "/* West */"
(view diff)
#
tantek
^^^ well done with the recruitment caseorganic!
#
bret
woohoo!
avanderlip joined the channel
#
tantek.com
edited /Falcon (+505) "add Logo section with explanation"
(view diff)
pfefferle joined the channel
#
aaronparecki.com
edited /User:Aaronparecki.com (+558) "/* related blog posts */ add some new posts"
(view diff)
#
ngoldman.me
created /User:Ngoldman.me (+349) "/* Nate Goldman */"
(view diff)
#
aaronparecki.com
edited /User:Aaronparecki.com (+162) "/* related talks */ add osbridge talk"
(view diff)
#
tantek
West is getting big!
dybskiy joined the channel
#
@AaronVanDerlip
Super jazzed about the #indieweb movement.
(twitter.com/_/status/481873592540348416)
#
tantek
caseorganic++ for an awesome Labyrinth themed IndieWeb talk and getting new recruits to sign-up for IndieWebCamp this weekend!
#
Loqi
caseorganic has 142 karma
#
tantek
awesome! probably via Bridgy :D (snarfed ^^^)
#
tantek
aaronpk - just an opportunity to improve the "who's invited" display/facepile on your indie event posts ;)
#
aaronpk
i'mw wondering what happened with the markup in the invitation, I see facebook tag IDs and such :(
#
aaronpk
true :)
#
aaronpk
assuming there's markup indicating as such
#
aaronpk
lunch!
#
kylewm
sorry that is probably not helpful
#
@i_tsukanov
@osbridge great event for anyone interested in #opensource #indieweb
(twitter.com/_/status/481875234891370496)
#
snarfed
aaronpk: looks like the problem is there's no p-rsvp in bridgy's event invites
#
snarfed
…maybe because when i implemented rsvps (many months ago), we didn't yet know what the mf2 should be
#
snarfed
maybe we do now? not seeing anything on http://indiewebcamp.com/event, and "tracking" on http://microformats.org/wiki/rsvp-brainstorming#h-entry_plus_additions doesn't seem quite right
#
kylewm
the link i sent before changed from is invited to might attend!
petermolnar joined the channel
#
snarfed
ah, thanks tantek
#
KartikPrabhu
waaa! I missed the Labyrinth-talk! :(
#
tantek
snarfed, that page / brainstorm has received very little critical review so please do so and feel free to speak if *anything* seems off / inaccurate.
#
snarfed
tantek: will do
#
tantek.com
edited /invitation (+4) "/* Invitation user flow */ link homepage webmention"
(view diff)
#
tantek.com
created /homepage_webmention (+45) "r for now until it grows to deserve its own page"
(view diff)
#
tantek
would be interesting if Bridgy is the first to actually publish "invitation" posts with their own permalinks!
#
tantek
(I don't think that's happened to a post type before - that is - a proxy service being the first to post them!)
#
snarfed
the race is on. :P i'm curious if aaronpk (or anyone else) has implemented p-invitee on the webmention receiving side
paulcp, dybskiy, michielbdejong, gwhilts, eschnou, danbri0, friedcell and avanderlip joined the channel
#
@mmmuks
@jancborchardt I am at the sticksnstones with @getOFFTIME on Saturday. But Sunday would work. I check it out! #IndieWebCamp
(twitter.com/_/status/481889520645070848)
#
benwerd
They don't make it easy to screenshare from an Android phone :|
#
rascul
iirc cyanogenmod has a screenshot option if you hold down power button
#
aaronpk
benwerd: isn't there a way to do it via adb or something? pretty sure i've seen that done
#
benwerd
there's a way to do it with java mods, the android sdk, etc etc, or by rooting the phone
#
donpdonp
KitKat (and possibly earlier) will do a screenshot by holding power+volume_down
#
benwerd
screenshots are fine
#
benwerd
I want to cast :)
#
benwerd
I just found a way though - VNC over a USB cable.
#
benwerd
Of all things. But it works.
danbri0 and krendil joined the channel
#
aaronpk
in the Civilizing IRC and forums talk. no video recording of this one.
#
peat.org
edited /2014/Guest_List (+260) "/* West */"
(view diff)
gwhilts joined the channel
#
peat.org
edited /2014/Guest_List (+0) "/* West */"
(view diff)
#
kylewm.com
edited /2014/Guest_List (+0) "/* West */ update counts"
(view diff)
#
kylewm
the count at the top should include apprentices right?
#
tantek
kylewm yes it should - see how I broke it down for easy accounting with the East section
#
kylewm.com
edited /2014/Guest_List (+28) "/* West */ breakdown attendee count"
(view diff)
#
aaronpk
taking notes here in case anyone is intereted https://etherpad.mozilla.org/civilizingirc
#
kylewm
thanks aaronpk
#
KartikPrabhu
aaronpk++ for notes on civilising IRC
#
Loqi
aaronpk has 505 karma
#
KartikPrabhu
damn so much karma for aaronpk
#
KartikPrabhu
rememeber karma is a *$^@#
KevinMarks joined the channel
#
@kevinmarks
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481903155118997504)
#
tantek
I thought there was a good consensus here about gandi.net for domain names
#
KevinMarks
I use hover
#
rascul.io
edited /User:Rascul.io (+353) "/* Ray Schulz */ Add some thoughts and ideas"
(view diff)
#
KevinMarks
google is apparently going to give each io attendee a free domain
#
KevinMarks
willnorris++
#
tantek
first year's free :P
#
Loqi
willnorris has 3 karma
#
finchd
tantek: i've been heavily recommended to nearlyfreespeech.net for domains
#
rascul
what about gandi? i like gandi
#
rascul
gandi was (still is?) also the cheapest for .io
#
KevinMarks
trying to watch tantek's talk, but im in th ebit of the train journey where the horn keeps getting blown
#
tantek
finchd, rascul - could you add that (with those links!) to http://indiewebcamp.com/domain_name_registrar#Opinions.2FRecommendations
#
tantek
oh heh - thanks KartikPrabhu :)
#
donpdonp
$39/yr for .io, thats cheap (gandi)
#
KartikPrabhu
woah second time I beat you tantek... you're getting rusty ;)
#
tantek.com
created /domains (+35) "r"
(view diff)
#
@lsblakk
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481904224163209216)
#
@mindypreston
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481904455852371968)
#
rascul.io
edited /domain_name_registrar (+154) "/* Opinions/Recommendations */ add my recommendation about gandi"
(view diff)
#
kartikprabhu.com
edited /domain_name_registrar (+71) "/* Opinions/Recommendations */ added myself and minor edits"
(view diff)
#
tantek
in reading the etherpad about civilizingirc - it sounds like a lot of the problems can be (are?) avoided by the scratchyourownitch challenge-response
#
tantek
i.e. if someone has lots of free time, continuing to redirect them to *create* for their own website hopefully gets them working on that rather than just talking a lot in the channel
#
tantek
aaronpk, perhaps you can volunteer our code-of-conduct including the research we did for it
#
aaronpk
she's talking specifically about the Cydia community, which is people trying to jailbreak their own phones, not sure how you can scratch your own itch more than that, heh
#
tantek
hah - that's pretty funny
#
tantek
and true
#
tantek
"what is the next most important to you thing that you want to do with your device?"
#
tantek
I also think having a wiki as an outlet for longer form collaborative writing makes a *huge* difference. Does the Cydia community have a wiki that they presumably push longer IRC text to?
#
aaronpk
they have a forum for that instead
#
tantek
oh dear
#
Loqi
forum has -1 karma
#
tantek
that's like worse than an email list :(
#
tantek
forum--
#
Loqi
forum has -2 karma
#
aaronpk
very similar challenges between the two tho
#
aaronpk
IRC + forum that is
#
tantek
irc *is* the forum
#
tantek
caseorganic *nailed* it in her presentation
#
tantek
a wiki makes people collaborate on incrementally improving each others' work
#
KartikPrabhu
my friend one remarked "forums are millions of people repeating the same 3 statements ad nauseum" paraphrased quote
#
tantek
rather than email (or forums) which encourage incrementally nitpicking and tearing down each others' words
#
rascul
forums can get stupid, only a few cases do i think forums are appropriate
#
bear
my dream idea is that my site lurks for me on IRC and I can give it commands to store/retrieve content
#
KevinMarks
wikis edit out disagreement, keep agreement
#
tantek
I've never seen forums "work" (as in be effective in terms of efficiency)
pbeaulieu joined the channel
#
tantek
KevinMarks: or even capture multiple points of view (per disagreements)
#
tantek
or multiple approaches / implementations!
#
tantek
shows that diversity of opinion is *ok* (even valuable) in a community
#
rascul
tantek even when they do "work" it's not 100%
#
tantek
never seen a real world forum that has made me ever consider using a forum for anything
#
KevinMarks
but if they do that they represent them both
#
rascul
tantek forums often "work" for mud games heh
manny_ joined the channel
#
KevinMarks
my slides for my ignite at I/O at 4pm http://slides.kevinmarks.com/procrustes.html
#
kylewm
aaronpk: clarifying question, the comment about a backchannel was from someone else?
#
KartikPrabhu
KevinMarks: lol at the Volacano fax-number!
#
aaronpk
Yeah, someone in the audience
#
aaronpk
She had good luck with using a back channel
#
@opencontent
@benwerd Awesome! I have a major blog post about Known planned for next week-I absolutely LOVE what you're doing. #reclaim #posse #indieweb
(twitter.com/_/status/481911138716622854)
#
@rossrader
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481911302076375042)
#
snarfed
shameless plug, KevinMarks's blog post link reminded me: thanks KevinMarks for being an early bridgy blogs user!
#
@benwerd
@opencontent Very cool! Let me know if I can help you with anything. More at #indiewebcamp this weekend / Domain of One's Own in July.
(twitter.com/_/status/481911811390717952)
#
bret
KartikPrabhu: can you link me to your margin article?
benwerd joined the channel
#
bret
or anyone else
#
KartikPrabhu
sorry about hiding it... but I want it to be in draft while in progress :)
#
KartikPrabhu
bret: also note the human-memory friendlt URL ;)
KevinMarks_ joined the channel
#
KevinMarks_
the brid.gy like ends up posted by me, funny
#
snarfed
KevinMarks_: yeah, it's a drawback of the API(s). at least it includes my name too :P
#
snarfed
kylewm: ^^ if you want a recent real life example of the blog webmentions feature to show people at IWC this weekend :P
#
KevinMarks_
the comments support OpenID. I woner if there's a a way to finagle it with indiewuth
#
KevinMarks_
s/indiewuth/indieauth/
#
Loqi
KevinMarks_ meant to say: the comments support OpenID. I woner if there's a a way to finagle it with indieauth
gRegor` and paulcp joined the channel
#
tantek
Kevinmarks - I'd like to have an in-person debate/discussion with you about http://slides.kevinmarks.com/procrustes.html#/15 - I believe I can debunk several of those assumptions of wrongness.
#
tantek
and anyone being so nitpicky about names and naming assumptions should know to say "make *fewer* of them" rather than "make less of them" ;)
#
tantek
wishes he could see KevinMarks' Ignite talk!
#
tantek
looks like a great slide deck KevinMarks
#
KevinMarks_
this "person" passed the google+ name gauntlet: https://plus.google.com/111552465437874299002/posts
#
KevinMarks_
I think it's goign to be streamed
#
KevinMarks_
considering last nights shenanigans it's not bad
#
tantek
what shenanigans?
scor joined the channel
#
tantek
snarfed++ for the Bridgy to blogger.com support!
#
Loqi
snarfed has 31 karma
#
tantek
I doubt when Kevin posted that in 29 April 2003 that he was ever expecting someone could *like* it (predates invention of FB likes) much less from *another* site!
#
KartikPrabhu
woah... nice ^^
#
tantek
KevinMarks_: how did you convince Ignite folks to let you use an HTML slide deck?
#
KevinMarks_
I didn't, I had to remake it in keynote this morning :(
#
KevinMarks_
the losing my laptop panic
#
benwerd
You lost your laptop? Ugh, sorry to hear that :(
#
KevinMarks_
I thought ti had been stolen, but I'd left in 21st amendment.
#
benwerd
I .. may have done that before also.
#
KevinMarks_
it has a video icon so you may get to see me
#
KevinMarks_
so tantek helpfully got me to call 21A before I remote wiped it
#
KevinMarks_
and then git me to throw out my crappy backpack and buy a new one
#
aaronpk
That's what friends are for :-)
#
tantek
I think the overall rule here is - pair emergency-handling can be quite helpful ;)
#
tantek
specifically, pairing with someone who is *not* directly affected by the emergency.
pauloppenheim joined the channel
#
tantek
KevinMarks_: please use your HTML is ACCEPTING slide to make a point about the Ignite folks not letting you use an HTML slide deck
#
aaronpk
Interesting that the gittip crisis is somewhat encouraging people to do it on their own site by linking to existing payment mechanisms like paypal or dwolla
#
tantek
aaronpk, could you add dwolla to /payment ?
#
tantek
I didn't find that in my research
chrissaad joined the channel
#
aaronpk
It's not there? Crazy
fmarier joined the channel
#
aaronpk
Will do but not on my computer right now
#
tantek
!tell KevinMarks when you're on this slide http://slides.kevinmarks.com/procrustes.html#/12 perhaps consider making the point: "HTML is ACCEPTING, but sadly, IGNITE is NOT ACCEPTING of HTML slides (which this presentation originally was). Why does Ignite hate the open web?"
#
Loqi
Ok, I'll tell them that when I see them next
#
KartikPrabhu
so presentations in Google IO are using Apple Keynote and not Google Docs...?
#
tantek
Ignite is its own thing kinda that is being hosted by Google IO
#
tantek
though it wouldn't surprise me if there were IO presentations that use Keynote or PPT.
#
tantek
which of course should be called out
gwhilts, manny_ and KevinMarks joined the channel
#
Loqi
KevinMarks: tantek left you a message 8 minutes ago: when you're on this slide http://slides.kevinmarks.com/procrustes.html#/12 perhaps consider making the point: "HTML is ACCEPTING, but sadly, IGNITE is NOT ACCEPTING of HTML slides (which this presentation originally was). Why does Ignite hate the open web?"
#
@panjidrama
@cynorrhodon Il y a ce projet, indiewebcamp, qui y ressemble un peu. Tu connais, je suppose ? http://indiewebcamp.com @lebagage2
(twitter.com/_/status/481921881977925632)
#
GWG
Afternoon
KevinMarks_ joined the channel
#
kylewm
aaronpk: did anyone mention public conversation logging (pro or con) in the IRC session?
#
aaronpk
No, crap, and I forgot to ask
#
kylewm
that's ok! I thought maybe it was a hot topic q.v. #atunit
#
aaronpk
It didn't seem to be an issue at all, especially since this community uses both a forum and irc
#
aaronpk
Ugh my words have been imprecise lately. I mean the Cydia community that the speaker was referring to
#
kylewm
cool that makes sense
#
kylewm.com
edited /code-of-conduct (+59) "/* Signed */ += me"
(view diff)
friedcell joined the channel
#
rascul
KevinMarks_ i like that link
#
kylewm
I was thinking this morning about how much I hate gmail's first name algorithm (ostenibly name.split()[0])
#
kylewm
Peter Parker, you got an email from: Mary
manny_ joined the channel
#
tantek
KevinMarks_: I know - I've read it before and didn't have time to debunk most of the assertions about wrongness
#
tantek
regardless - that's just an aside - we can have that discussion IRL :)
#
tantek
the HTML is ACCEPTED point (or not, for Ignite talks) is the more important point
tilgovi joined the channel
#
KevinMarks_
i'm not going to call out brady onstage when he gave me 36 hour deadline extension
#
tantek
then you could just call yourself out
snarfed joined the channel
#
tantek
"HTML is ACCEPTING, but full disclosure, these slides are not"
#
snarfed
KevinMarks and i discussed possibly using OpenID for bridgy's blogger webmentions in person just now
#
snarfed
KevinMarks: funny "small world" story: i actually implemented blogger's OpenID support, along with google's other first OpenID product integrations, as 20% projects
Garbee joined the channel
#
snarfed
good tiems
#
KevinMarks_
hah, I had no idea. I haven't used the API for a while
#
tantek
snarfed - wow and well done! wish we'd somehow met sooner!
#
KevinMarks_
I implemented microformats for blogger templates...
#
snarfed
aww likewise
#
@kevinmarks
I'm speaking in the Ignite at Google #io14 in about 10 minutes - check here: for a live stream https://www.google.com/events/io #indieweb
(twitter.com/_/status/481933314048012288)
#
KartikPrabhu
the Ignite page only shoes barry forresst
#
KevinMarks_
Brady, yes
#
KartikPrabhu
oh yeah but you are in that session I suppose
grantmacken joined the channel
#
tantek
where are you in the order kevinmarks?
#
tantek
so now that caseorganic has done Labyrinth as a setting / metaphor for silos / indieweb - it's got me thinking about other movies that could fit so well
#
KartikPrabhu
tantek: Matrix is an obvious one that I think you have used in the past
#
KartikPrabhu
also the less well-known Surrogates
jden joined the channel
#
tantek
KartikPrabhu: right I've used Matrix analogies a lot in my recent talks
#
tantek
including my closing slide in the PDF14 talk - I can only show you the door
#
KartikPrabhu
yup! caught that reference... maybe you should dress up in Morpheus gear :P
#
tantek
I'm wondering if Inception might make another good one
#
tantek
a lot of good lines to borrow from that
#
tantek
"Inception - is it possible?" - "Indieweb - is it possible?"
#
tantek
How do you know if you're awake (independent) or actually dreaming (inside someone else's silo)?
#
sparverius
rm -rf /
#
sparverius
cant do that on a silo
#
tantek
sparverius - where's the secure delete option? ;)
#
rascul
can't do it anywhere anymore with gnu's rm ;)
#
sparverius
thermite
#
rascul
--no-preserve-root
#
tantek
you also can't do it if you're using any cloud backup services
#
sparverius
i mean just the ability to run the command to completion means that you're PROBABLY not in a silo
#
tantek
anyone know if there's a backchannel for Ignite?
#
KartikPrabhu
man! 10 min talks really kill the flow of talks
#
tantek
this medical devices talk needs some serious indieweb who ownsyourdata questioning
#
tantek
"creates this dataset that can be sent to the cloud" (ARGGGGHHH)
#
KartikPrabhu
hates the word "cloud"
snarfed joined the channel
#
KartikPrabhu
preserving photos on flickr... needs indieweb
#
KartikPrabhu
and marginalia!
benwerd and manny_ joined the channel
#
tantek
amazing how many of these talks are completely side-stepping the ownyourdata needs of what they're talking about
#
tantek
it's like they're all plugged into the silos so deep that they don't even realize their assumptions.
gwhilts joined the channel
#
tantek
boardgame programming! teaching programming to preschoolers - amazing!!!
#
KartikPrabhu
pretty neat!
#
rascul
preschoolers? wow!
#
KartikPrabhu
re silos: there is this assumption that silos will exists forever, people don't see the longterm effects
#
KartikPrabhu
wow! 24 year old with 9 years programming! impressive
manny_ joined the channel
#
bear
KartikPrabhu - welcome to my fun "hell" ;)
#
bear
young folks with already a lot of experience in programming :)
#
KartikPrabhu
is not far-off with 26 and 9 years programming (not professionally)
#
@Skud
RT @kronda: If you’re inspired to get a domain name after @ambercase’s #indieweb talk, try @hover or @namecheap #osb14 #nogodaddy
(twitter.com/_/status/481943222202036224)
#
tantek
so this guy is basically pitching everyone to give free content for no pay to Google's contributor forum silo right?
#
KartikPrabhu
yup seems so...
#
tantek
come give content without pay to our silo and we'll give you gold stars by your name!
#
tantek
people really fall for this crap?
#
tantek
I thought this was only a Microsoft dev-community sucker thing
#
tantek
so Google has become the new Microsoft in that way I suppose
#
KartikPrabhu
particularly since recruiters seem to scout for such contributions
#
KartikPrabhu
or so is my impression
#
KartikPrabhu
is not tuned to the software recruiting scene.
#
tantek
"they know the ins and outs of Google Products" - like these? http://indiewebcamp.com/Google#Dead_Services
#
tantek
"Impact Google Products" - like ^^^ ?
#
tantek
unbelievable
#
tantek
Loqi, wake me up in 10 min
#
Loqi
woot!
snarfed joined the channel
#
KartikPrabhu
tantek: wake up intriguing talk on insect CSI stuff
gRegor` and wolftune joined the channel
#
bear
@tantek kevin is talking
#
tantek
KevinMarks is ON
#
tantek
hopes to never start a talk with the word "So… "
#
tantek
yeah! databases as part of the problem!
#
tantek
haha object orientation bad - because then you get Volcano with a fax number
#
tantek
KevinMarks++ for criticizing Google+ at Google I/O
#
Loqi
KevinMarks has 40 karma
#
gRegor`
Is there a link to his talk?
#
tantek
nicely done KevinMarks!
#
tantek
gRegor`: he posted the video feed earlier
#
gRegor`
goes to the logs
#
KevinMarks
It'll be up on YouTube
benwerd joined the channel