#indiewebcamp 2015-02-11

2015-02-11 UTC
#
pdurbin
poor Google Wave
#
gRegor`
Haha
#
gRegor`
In-person is the best way to have those conversations, of course. meetups, *camps, etc
#
acegiak
I feel like Google Wave's failure was the turning point for google's "Don't be evil" ethos
#
Loqi
acegiak: ben_thatmust left you a message 7 hours, 29 minutes ago: I just fixed the serious bug logging in and rebuilt MobilePub. Apparently its possible to have cordova apps to handle intents but there are bugs specifically with images, also there is a problem with it being a 3rd party plugin so phonegap-build won't work :( I may move back to just building it on my home machine then
#
gRegor`
And hey, IRC works pretty well :)
#
Loqi
acegiak: ben_thatmust left you a message 7 hours, 27 minutes ago: cordova dev is quite simple though, i'm sure you could make it do exactly what you want in minimal time.
#
acegiak
like they went "well being outright good isn't working"
#
Loqi
IRC has 6 karma
#
gRegor`
Interesting. What was particularly evil about Wave, acegiak?
#
acegiak
no, I think wave was really good
#
gRegor`
What is Google Wave?
#
acegiak
and it's failure was what made them go down the facebook closed silo route with g+
#
gRegor`
Aha, I see.
#
gRegor`
It was Wave, then Buzz, then g+ right?
#
acegiak
though wave and buzz were pretty much the same time
#
gregorlove.com
created /Google_Wave (+31) "Redirected page to [[Google#Dead Silos]]"
(view diff)
#
acegiak
but google wave was "a modern reinvention of email" with live convos, multiuser editing, total federation
#
acegiak
a lot of that tech got moved into things like google docs
#
pdurbin
"the death of email" TM
#
gRegor`
Yep. I remember it being pretty cool, though I never picked up using it a lot beyond toying with it with friends
#
acegiak
but when I did my presentation on it in uni I was so fuckin hyped about it
#
gRegor`
XMPP integration with it was cool
#
acegiak
I used it to organise a couple of uni group projects and it worked well
#
gRegor`
Back when Goog cared about XMPP
#
acegiak
but they decided to drop it for their new closed ecosystem approach
mlncn-agaric joined the channel
#
acegiak
I used to want to work for google because they were inspiring. now I'd take a job at google because they're scary and I don't want to be in their way
#
gRegor`
Heh
snarfed joined the channel
#
acegiak
however, in good news, I got my posse working with xmlrpc posts
#
snarfed
benwerd_: maybe? what symptom are you seeing?
#
benwerd_
snarfed: We've suddenly stopped processing verbs correctly. No changes from our end, so I'm poking at it a little. It looks like u-like-of (etc) aren't being discovered.
#
snarfed
acegiak: it's subjective, but that's not quite how wave and g+ evolved. (i worked there during them and know the histories)
#
snarfed
they were pretty independent. no one internally viewed wave as social
#
snarfed
also little to none of it went into docs
#
snarfed
arguably producs like https://quip.com/ are more the spiritual successors to wave
#
acegiak
snarfed: ok, fair enough. I'm just saying what it looked like for a wide eyed uni student
#
snarfed
acegiak: sure! happy to clarify.
#
snarfed
benwerd_: hmm. let me look at what got pushed today
#
acegiak
snarfed: are you storing your mf2 data in your post content or in metadata like GWG and I?
#
snarfed
acegiak: uh. on my site? i use the semantic-linkbacks plugin
#
snarfed
so whatever it does
#
acegiak
ok cool
#
acegiak
was just curious
#
snarfed
on an unrelated note, you may be interested in https://github.com/snarfed/wordpress-micropub when it's ready
#
acegiak
I certainly might be!
#
acegiak
or rather am!
#
benwerd_
the it's us somehow :) will continue to dig
#
benwerd_
thanks!
#
snarfed
they have appropriate u-like-of and u-repost-of. maybe known now expects link text? those links don't have any
#
GWG
I have returned
#
acegiak
snarfed: at least for the moment with xmlrpc posts posseing properly I can use the wordpress android app and my kupfer and thunar plugins again
#
acegiak
GWG: hail!
#
snarfed
hey aaronpk, i'm trying to grok the micropub spec. a few qs (no hurry)…
#
GWG
Hail acegiak
#
snarfed
1. do you distinguish an update from a create by the presence of the 'url' param?
#
snarfed
2. what identifies a delete request?
#
aaronpk
ben_thatmust: you did deletes right?
#
snarfed
maybe DELETE verb?
#
snarfed
or is it all POST
#
aaronpk
all post
#
GWG
Snarfed, what are you thinking in terms of design?
#
aaronpk
ah we were gonna do action=delete
#
aaronpk
and action=update
#
aaronpk
to be more explicit
#
snarfed
GWG: little to none
#
aaronpk
there aren't a lot of implementations of updates and deletes yet :)
#
snarfed
should i use the action param then?
#
GWG
Snarfed, I meant how will the plugin work?
yakker joined the channel
#
snarfed
ben_thatmust: if you're one of the farthest ahead on micropub implementation, mind fleshing out the wiki page a little?
#
GWG
There are dozens of POSSE options, how do you code for that?
#
GWG
POSSE action hook?
#
snarfed
GWG: hmm i don't quite follow. it implements the micropub spec. first pass will have no token mgmt, register a single url endpoint, and handle CRUD on it
#
snarfed
GWG: i don't plan to implement syndication anytime soon
#
aaronpk
you don't have to POSSE to support micropub
#
GWG
Aaronpk, agreed.
KevinMarks__ joined the channel
#
snarfed
GWG: i guess i could describe it as, iterative design instead of up front
#
snarfed
(ie lazy and design as little as possible)
#
GWG
Snarfed, my suggestion would be if you add the right hooks, others could add that without you
#
snarfed
GWG: sure!
#
snarfed
hooks can be added anytime
#
aaronpk
doesn't wordpress already have all the hooks you'd need?
#
aaronpk
like an after-save or something
#
snarfed
probably
#
GWG
That was what I meant by design
#
aaronpk
the micropub plugin is really just going to be creating posts
#
snarfed
ok. i'll still go with punting then. easy to add hooks later
#
GWG
Snarfed, next question... How will you do replies?
#
snarfed
aaronpk: i assume there's no action=create?
#
snarfed
GWG: that seems orthogonal/out of scope, right?
#
aaronpk
correct
#
acegiak
yeah. that's not really part of micropub?
#
GWG
Are you only doing straight notes?
#
aaronpk
the micropub request for a reply will contain an in-reply-to URL
#
aaronpk
how do you post replies right now in wordpress?
#
acegiak
see here's the thing, GWG and I both store our reply metadata differently
#
snarfed
these all sound like great things for me to punt on
#
GWG
Aaronpk, through plugin. Nothing built in
#
aaronpk
well v1 should be able to post notes, and even if that's all that launches that's a great start
#
GWG
acegiak: Back to hooks
#
aaronpk
acegiak: GWG: do you store likes the same way?
#
acegiak
I've stopped storing likes with my weird little plugin setup
#
acegiak
but I think I might switch to using GWG's plugin so we can build a nice wordpress ecosystem
#
aaronpk
GWG: maybe this could plug in to the "post kinds" plugin
#
GWG
Acegiak, what is your design now?
#
aaronpk
so the micropub plugin would know about all the stuff post kinds knows
#
GWG
Aaronpk, I am hoping.
#
acegiak
I think post kinds is a good way to go
#
aaronpk
and if you don't have the post kinds plugin then you can still use the micropub plugin to create regular notes
#
GWG
I learned from Pfefferle's response to my queries. Which was, "I'll put in a hook or a filter and you can build the rest yourself."
#
acegiak
at the moment I'm just using the old method of separate meta fields for context target context quote and context title
#
acegiak
also: Did I show the wordpress peeps this: https://github.com/acegiak/prepopPost ?
#
GWG
So, whatever snarfed builds I plan to be there proposing where to add the extension options
#
snarfed
great!
#
GWG
First I've seen it
#
acegiak
has made life a lot easier for getting things into the post editor window
#
GWG
Acegiak, may give it a shot.
#
acegiak
sorry it's not well documented yet
#
GWG
Acegiak, anything that I should know?
#
acegiak
I don't think so. the js file is small enough to be understandable
#
snarfed
this would be easier if i knew php
#
snarfed
but that's never stopped me from writing plenty of php before
#
snarfed
so here goes
#
acegiak
you don't need ot know php to write php
#
GWG
Snarfed, you are still a better PHP programmer than I am
#
snarfed
hah i doubt that, but htanks
#
GWG
I learned to write programs in BASIC and PASCAL
#
aaronpk
i learned BASIC too!
#
aaronpk
it took me a while to realize that variables could be more than 1 letter long, because all the examples in the reference book had single-letter variable names
#
aaronpk
i was like "hm strange, what happens if my program gets really long and i need more than 26 variables!"
#
GWG
I assume, aaronpk, that you stayed in programming after that.
joshwnj joined the channel
#
kylewm
it took me months maybe years of writing qbasic to find the Edit > New Sub menu
#
GWG
Kylewm, how did you find your talk with the RSS guy?
tantek joined the channel
#
ben_thatmust
thats how i do it
#
snarfed
ben_thatmust++ yay thx
#
Loqi
ben_thatmust has 6 karma
#
Loqi
[bridgy] Bill Seitz replied '.@kevinmarks @julien51 @davewiner @t @aaronpk Which RSS-era readers will accept such a non-RSS feed?' to a tweet http://indiewebcamp.com/reader (https://twitter.com/BillSeitz/status/565310795698159616)
#
GWG
Kylewm, I wasn't speaking literally.
#
GWG
I was speaking figuratively
#
aaronpk
ben_thatmust: would you consider "action" instead of "operation"? it seems better somehow
#
kylewm
GWG: oh sorry :) it was a little nerve wracking, and a little frustrating for someone to say "we could interop if you would just listen to me and do things my way", but generally cool
#
GWG
Kylewm, I keep learning abound here how much room there is for flexibility, but we are trying to create a common language
#
GWG
Someone is bound to disagree on something
#
snarfed
and then we crush them
#
GWG
Snarfed, usually Tantek convinces me I'm not seeing things from the broader perspective, whether or not I agree with his point of view.
#
GWG
Sometimes it is someone else.
#
GWG
But that is a good thing. Nome of should be too wrapped up in our own opinion
KevinMarks_ joined the channel
#
GWG
So, someone thinks that RSS is the right path. I believe otherwise. But I will support both standards for now
#
kylewm
if i could post likes and comments on winer's blog using RSS i'd do it, if i could post them on pump.io using AS2.0 I'd do it... it's all plumbing
#
gRegor`
snarfed++ for "these all sound like great things for me to punt on"
#
Loqi
snarfed has 80 karma
#
GWG
I support RSS because I already support it. If I had to maintain it, I am not sure if I would
#
kylewm
gRegor`: you read that in Triumph's voice?
#
gRegor`
Hahaha
#
gRegor`
I did now.
#
GWG
I support feed by email because I can't get my relatives to read my site. If enough people are interested, I want to engage with them. That is what I like about POSSE
#
snarfed
huh. RSS/Atom feeds as a form of POSSE is an interesting framing
KevinMarks_ joined the channel
#
tantek.com
edited /Atom (+347) "/* IndieWeb implementations */ examples, subsections, move projects to separate section"
(view diff)
#
kylewm
snarfed: I tried that... tantek didn't buy it
#
tantek.com
edited /RSS () "(-654) change Problems to Issues (under the assumption that they're resolvable), move Barnaby's example to Atom (since he has no RSS feed), move Projects to its own higher level section"
(view diff)
#
GWG
Snarfed, no one has told me why RSS is better than markup
pauloppenheim joined the channel
#
acegiak
GWG: it's potentially less heavy
#
tantek
acegiak - or potentially more heavy as some of us have found with Atom
#
tantek
GWG, keep asking that question
#
GWG
People want feed readers still, but do people need RSS for that?
#
kylewm
lol that's when tantek said my question was "the best illustration of feed-framing-blinders I have seen"
#
snarfed
GWG: imho *right now* RSS is better because of the ecosystem
#
snarfed
everything supports it
#
snarfed
when indie readers etc are more mature, that will go away
#
GWG
A feed reader delivers me a summary. I still visit the main site to get the content. Where is the lightness?
#
snarfed
kylewm: heh yeah. the framing doesn't hold together for long…but cute while it lasts
#
KevinMarks
467 6608 51259
#
KevinMarks
720 3235 25587
#
snarfed
kylewm: i love that tantek claimed to be shocked by the idea
#
KevinMarks
about half the size
#
snarfed
*shocked*, he tells you
#
snarfed
still, fair point
#
GWG
The people who didn't reply to me before still aren't going to with or without RSS
#
snarfed
lots of people read but don't reply
#
acegiak
GWG: I'm doing it. I'm installing post kinds
#
acegiak
I'm gonna add legacy support code to my theme
#
GWG
acegiak++
#
acegiak
so I don't have to touch my old metadata
#
Loqi
acegiak has 7 karma
#
snarfed
wonders why he's participating in a feed debate
#
tantek
snarfed, slow night?
#
GWG
Acegiak, can I have a review?
#
acegiak
you can when I've played with it
#
tantek
snarfed, I'm trying to focus on documenting facts that are coming up in the debate
KevinMarks_ joined the channel
#
GWG
Acegiak, exactly
#
snarfed
tantek: you're a better man than me
#
@kartik_prabhu
Just dropped my RSS feed. Will keep Atom around for a while. (https://kartikprabhu.com/notes/no-rss)
(twitter.com/_/status/565223702917156866)
#
tantek
snarfed, maybe I'm lazier?
#
snarfed
doubtful
#
gRegor`
Haha
#
tantek
!tell KartikPrabhu which version of RSS did you used to support?
#
Loqi
Ok, I'll tell them that when I see them next
#
GWG
So, assuming the issue is the heaviness of the full html feed, how do you address that?
#
tantek
GWG, assumption rejected without personal metrics
#
acegiak
so post kinds is a fork of custom taxonomy isnt it?
#
tantek
since clearly we're having widely different results
#
gRegor`
GWG "A feed reader delivers me a summary" That's if the feed creator is making it a summary-only feed. Aren't they likely to do the same if they adopt mf2? Since they're so greedy for the clicks, heh
#
acegiak
so I should get rid of custom taxonomy
#
KevinMarks
the wataerpig parser is barfing on tantek's page
#
tantek
^^^ GWG, FAQs for "IndieWeb Kinds Plugin" ?
#
tantek
KevinMarks, as the CSS WG and W3C Publications Process folks have grown fond of telling me this week, I'm apparently quite good at breaking things (unintentionally of course)
#
tantek
KevinMarks: can you file a github issue against that service?
#
KevinMarks
no, it's no open source
#
tantek
perhaps leave him a !tell ?
#
Loqi
Ok, I'll tell him that when I see him next
caseorganic joined the channel
#
gRegor`
I think Barnaby is already aware. https://waterpigs.co.uk/notes/4_bL4R/
#
GWG
Acegiak, yes
#
GWG
Tantek, biggest question... What the heck is this?
#
tantek
GWG, "this" in the immediate context is chat in IRC.
#
tantek.com
edited /RSS (+325) "/* Shutdowns */ explicitly note Kartik since he distinguished RSS vs Atom"
(view diff)
#
acegiak
GWG: wheres your base theme?
caseorganic joined the channel
#
tantek.com
edited /RSS (+399) "/* Issues */ Ambiguous Usage"
(view diff)
KevinMarks_ joined the channel
#
tantek.com
edited /RSS (+923) "Criticism / Causes Plumbing Misfocus, how to solve/escape"
(view diff)
caseorganic joined the channel
#
pdurbin
snarfed: nice to see "legacy" changed to "proven" on the RSS page: http://indiewebcamp.com/wiki/index.php?title=RSS&diff=17312&oldid=17304
#
snarfed
pdurbin: all tantek, not me
#
snarfed
(but i approve)
#
GWG
irt1904
#
pdurbin
oh. duh. good edit, tantek
mlncn-agaric joined the channel
#
GWG
Oops. Typing that somewhere else
#
GWG
tantek: I was referring to your FAQ Post Kinds question.
#
tantek
hmm - not sure I made that edit
#
tantek
but I'm good with the natural collaborative evolution of this page
KartikPrabhu joined the channel
#
tantek
hmm - who is Www.ouvre-boite.com ?
#
tantek
that's who made the edit
#
tantek
ah that's Julien Genestoux
KevinMarks_ joined the channel
#
tantek.com
created /User:Www.ouvre-boite.com (+85) "stub with an h-card"
(view diff)
#
tantek
pdurbin it was Julien Genestoux
#
pdurbin
ok. I find `git blame` easier for this stuff :)
#
tantek
pdurbin - I like the "History" link myself :)
#
pdurbin
to each his/her own
#
acegiak
GWG: what do I need to do to get make multikind posts be a thing?
#
snarfed
ok wordpress people! it's *barely* working, but it's working, at least for create. feel free to try it out. https://github.com/snarfed/wordpress-micropub
KevinMarks_ joined the channel
#
GWG
acegiak: File Issue?
#
GWG
I'll consider unofficial support.
#
snarfed.org
edited /Micropub (+102) "/* Response */ undelete"
(view diff)
#
tantek.com
edited /RSS (+265) "clarify RSS is not a singular format, nor is "RSS/Atom", varying degrees of adoption/usage/openness"
(view diff)
#
GWG
I think it is easier as a single thing, but I'll find a way to make it work under the hood
caseorga_ joined the channel
#
tantek
pdurbin - I tried to be more precise with the wording re: RSS - please feel free to further improve the wording
#
acegiak
I don't see how "repost and comment" makes sense as two separate posts rather than one single multiverb post
#
GWG
Repost and reply?
#
GWG
I don't have comment
#
tantek
acegiak: they happen at two different points in time, with different keystrokes / mouse-clicks, thus they are different human events
#
tantek
thus different posts
#
tantek
also - common practice
#
tantek
typical sites treat them as separate posts
#
tantek
so that's the user model people are used to
#
tantek
there's two reasons
#
snarfed
tantek: not always, facebook is an example of both as a single action
#
tantek
1. temporally distinct actions = distinct posts
#
acegiak
except tumblr and facebook?
#
tantek
2. established user model
#
tantek
snarfed: do you mean share + comment?
#
snarfed
eh fb may or may not be. you comment on the repost, but it doesn't show up as a comment on the original post, so maybe not
#
tantek
right
#
tantek
share comments are very confusing
#
acegiak
also I'm reposting largely to give context to my reply
#
tantek
and kind of annoying if you're the original poster
#
tantek
allows people to hijack comments on your post
#
snarfed
same w/g+
#
tantek
acegiak - "reposting largely to give context to my reply" - that's called a /reply-context !
#
tantek
not a repost
#
tantek
hey gRegor` your example doesn't look very indiewebby: http://indiewebcamp.com/RSS#gRegor_Morrill
#
tantek
your usage of feedburner is more like POSSEing to feedburner rather than actually being an IndieWeb Example of RSS yourself
#
acegiak
for my ux flow I have a post in my feed reader, I hit a button to bring up my response box, it prepopulates the quote field, I then optionally add a comment and/or tick a "like" box?
#
acegiak
those are three verbs happening at the same time
#
acegiak
that way I don't have to show the reply context on my site twice for comment and like
KevinMarks_ joined the channel
#
ben_thatmust
aaronpk, i think i can agree, action makes more sense
#
ben_thatmust
!tell aaronpk I agree action is better, i remember why i avoided it, to not confuse it with action="POST" on the form
#
Loqi
Ok, I'll tell them that when I see them next
#
snarfed
acegiak: tantek: we've had this conversation before, right? combined and separate reply/repost/like/etc are both ok, right?
#
acegiak
yeah we have
#
acegiak
and we came to the same conclusion
#
GWG
I'm willing to support multikind. I just found it was not the more common use case, so it shouldn't be the default behavior.
#
snarfed
k wordpress-micropub supports update and delete now
#
snarfed
…and now i'll stop narrating my commits :P
#
GWG
snarfed: I'm enjoying it.
#
acegiak
it's like livetweeting
#
snarfed
heh thx
KevinMarks_ joined the channel
#
ben_thatmust
snarfed, did you use action=delete
#
ben_thatmust
i want to update my client to do the same
#
snarfed
ben_thatmust: it supports both action= and operation=
#
ben_thatmust
i'm going to swap over to action=
#
ben_thatmust
its a minor confusion
#
ben_thatmust
i don't think it will be a problem
j12t joined the channel
#
kylewm
food for thought, would you consider using a single letter for the action param to distinguish it from a property that is being posted? h=type, o=operation
#
ben.thatmustbe.me
edited /Micropub-brainstorming (-12) "/* Explicit CRUD */ migrate operation= to action="
(view diff)
#
acegiak
GWG: running indieweb post kinds with mf2_s getting these:
#
ben_thatmust
hmmm, kylewm, i suppose we could, but i don't see the point. it just makes it harder to read
#
snarfed
hey wordpress people, do any of you know how to get an http header from the current request?
#
snarfed
can't find it for the life of me
caseorganic joined the channel
#
ben_thatmust
the h= i can forgive because it fits well with mf2
#
ben_thatmust
but i don't think you want to go down the road of shorthanding every field name
#
kylewm
ben_thatmust: as it is, it's a mix of content and control parameters in one flat hierarchy... what if i hypothetically wanted to publish a "p-action" field in my post
#
kylewm
the "action" parameter is already taken
#
kylewm
(that is to say, I'm not just suggesting shortening it because it's easier to type)
#
acegiak
snarfed: pretty sure that you can get it just the php way unless wordpress is specifically blocking that? http://php.net/manual/en/function.getallheaders.php
#
snarfed
oh, php has some global knowledge of "the current http request"?
#
snarfed
wow ok
#
kylewm
i think that function specifically doesn't exist in nginx -- we had to shim one in for Known if i remember correctly?
#
acegiak
but that's different
#
snarfed
acegiak: yeah, i saw that one, it makes a separate external http HEAD request
#
ben_thatmust
kylewm, i think its better to do what is logical now, don't plan for things that may never happen
#
kylewm
ben_thatmust: also I'm repeating the argument that aaronpk made when I asked him why it was "h" instead of "type"
#
ben_thatmust
if anything i would say you prefix any control params with something
#
kylewm
snarfed: acegiak: here's the shim they added to Known https://github.com/idno/Known/blob/master/Idno/Pages/File/View.php#L25
#
kylewm
ben_thatmust: yeah I'd be down with prefixing too
#
snarfed
kylewm++ whee thanks
#
Loqi
kylewm has 115 karma
#
kylewm
snarfed: maybe just use $_SERVER directly?
#
snarfed
i abdicate any such decision
#
ben_thatmust
kylewm, i'd like to hear aaronpk weigh in on this..... now that i converted entirely to action already :P
#
ben_thatmust
prefixing would clean things up a lot though
#
ben_thatmust
specifically if we get in to the other ideas of removing fields and things of that nature that are in the brainstorming page
#
GWG
acegiak: Thinking about design. I have an idea.
#
GWG
.map? Why does it need that?
#
aaronpk
hi again
#
Loqi
aaronpk: ben_thatmust left you a message 36 minutes ago: I agree action is better, i remember why i avoided it, to not confuse it with action="POST" on the form
#
aaronpk
man i'm afk for an hour and snarfed already has a working micropub endpoint for wordpress??
#
ben_thatmust
but there is plenty more talk after that
#
acegiak
do you get the error loading that up?
#
snarfed
aaronpk: don't get too excited
#
snarfed
(but yes)
#
kylewm
acegiak: what has happened!!
#
ben_thatmust
aaronpk, indieweb moves pretty fast, if you don't stop to look around once in a while, you might just miss it
#
acegiak
kylewm: I'm fiddling
#
GWG
acegiak: I'm not sure what happened. It's meant to be a blank theme.
#
kylewm
ben_thatmustbeme++ for excellent ferris bueller reference
#
Loqi
ben_thatmustbeme has 42 karma
#
acegiak
oh I think a plugin is fucking it, gimme a sec
#
Loqi
ahahahaha
#
GWG
acegiak: I can add the map file.
#
kylewm
Loqi you have a puerile sense of humor
#
Loqi
grins profusely
#
GWG
It shouldn't need it. it is a product of SASS
#
ben_thatmust
snarfed, now just need to test MobilePub to wordpress :D
#
aaronpk
okay let me read scrollback...
joshwnj joined the channel
#
aaronpk
yes the reason for h=entry in micropub was because "h=entry" looks similar to "h-entry" as well as it being very unlikely that anyone would want to set a property on their post called "h"
#
GWG
acegiak: If you are interested, I'm build a full theme.
#
acegiak
GWG: I'm gonna child theme it up for the moment
j12t joined the channel
#
acegiak
GWG: should a .map file have been generated?
#
ben_thatmust
waits for aaronpk to catch up fully
#
GWG
acegiak: It is generated, but the error doesn't appear on my site.
#
acegiak
how does it get generated?
#
acegiak
is sass a thing I need to install?
#
aaronpk
i suppose it may make sense to prefix all micropub parameters
#
GWG
I could add it to the package, if you want. But it isn't on my production site, and it runs without asking for it.
#
ben_thatmust
mp_action
#
aaronpk
hyphen but maybe yeah
#
ben_thatmust
mp-action=
#
aaronpk
or hd-action
#
aaronpk
since h is an upside-down µ and d is an upside-down p
#
acegiak
GWG: don't add it to the package. I'll try and work out why it's asking
#
GWG
I'm new to SASS
#
ben_thatmust
i'm missing something there
#
aaronpk
µ=micro
#
ben_thatmust
then it would be dh
#
aaronpk
nah flip hd vertically
#
aaronpk
oops hb
yakker joined the channel
#
ben_thatmust
or thats just silly
#
aaronpk
it is in fact silly
#
aaronpk
but I always assumed that's why h was used in the first place
#
ben_thatmust
so, i think mp-action is something that makes a good amount of sense
#
ben_thatmust
and any newer micropub specific things would just be mp-
#
aaronpk
i agree
#
ben_thatmust
i use type= to specify what type i want to post it as (i know your dislike of it) but i can change that to mp-type
#
aaronpk
you use h= also tho right?
#
ben_thatmust
yes, but its always only h=post
#
aaronpk
h=entry you mean I hope
#
snarfed
kylewm: ok, first pass at wp micropub plugin is done. ready to port https://github.com/snarfed/ownyourresponses to micropub! :P
#
ben_thatmust
honestly its always set and i didn't really see any other values
#
ben_thatmust
other than like h=recipe, but i'm not there yet
#
ben_thatmust
or card, which will be useful when i get in to storing contacts and things
#
aaronpk
yeah that's what it's for
#
aaronpk
the reason i don't like type= is because it doesn't correspond to anything in microformats
KartikPrabhu joined the channel
#
ben_thatmust
would that mean syndicate-to should actually be mp-syndicate-to ?
#
aaronpk
and on the brainstorming page, we'd have mp-remove-field
#
aaronpk
oh don't forget about h=event
#
ben_thatmust
i'm going to wait on using syndicate-to as that has been implemented fairly wider already
#
ben_thatmust
mp-h=event?
#
aaronpk
which is probably the next one to happen
#
aaronpk
no, for creating events
#
ben_thatmust
yeah, i saw that too
#
aaronpk
and h=card for creating venues before checking in to them
#
acegiak
GWG: so how do I make it so that posts with no kind are displayed?
#
aaronpk
imagine what happened if I sent a request with wp=1
#
aaronpk
you should use $_POST instead, unless there is a Wordpress way of fetching post parameters
#
acegiak
wordpress messes with those fields sometimes though
#
aaronpk
with $_POST?
#
acegiak
I've had trouble with it in the past
#
aaronpk
k then do `parse_str($content, $params);` instead, so you set the variables in the $params array
#
aaronpk
the fact that php still allows you to set local variables from http post data is sad
#
aaronpk
i'm happy to send a PR real quick :)
#
GWG
acegiak: They should be displayed.
#
acegiak
gwg: yeah, I just created a new one and it is
#
acegiak
so why aren't old posts displaying...
#
GWG
acegiak: It did in my tests. Maybe I missed something.
#
acegiak
no I just posted a new post with no kind throug xmlrpc and it showed up was fine
#
GWG
I was trying to make it so everything had a kind. But it defaults to thinking it is a note if it has no kind, for backward compatibility.
#
snarfed
aaronpk: thanks. that part was copied verbatim from the webmention plugin.
#
acegiak
yeah that makes sense
#
snarfed
exactly :(
#
acegiak
GWG: Call to undefined function get_linkbacks_number() in /pile/serv/wp-content/themes/mf2_s-master/inc/entry-meta.php on line 130,
#
GWG
acegiak: It's a Semantic Linkbacks function. You must have an older version.
#
aaronpk
attempts to send a bad webmention
#
acegiak
version from the wordpress directory?
tilgovi joined the channel
#
GWG
acegiak: Github repo. I think pfefferle hasn't updated.
#
ben.thatmustbe.me
edited /Micropub-brainstorming (+12) "/* Explicit CRUD */ using mp-action now"
(view diff)
#
aaronpk
well luckily the webmention plugin doesn't actually use the $wp variable
#
aaronpk
i'm still going to send a PR for it
#
acegiak
eeyyyyyyy. all my posts are displaying!
#
GWG
acegiak: That good or bad?
#
ben_thatmust
my site now all swapped off to mp-type and mp-action as well as MobilePub
tantek joined the channel
#
kylewm
aaronpk: ben_thatmust: wow did you decide "mp-type" instead of "h"?
#
ben_thatmust
kylewm no
#
aaronpk
i was assuming he was using mp-type for things like photo vs reply
#
ben_thatmust
h=entry,mp-type=checkin
#
ben_thatmust
yeah, exactly
#
aaronpk
ben_thatmust: what happens when you post a reply that has a photo?
#
ben_thatmust
its a photo, reply isn't a basic type for me
#
ben_thatmust
its a photo that happens to have a in-reply-to
#
aaronpk
interesting
#
aaronpk
see all this feels like internals that don't matter to publishers or consumers
#
aaronpk
in the end you publish an h-entry post with a bunch of properties
KartikPrabhu joined the channel
#
ben_thatmust
yes and no, so for me actually note vs article is a difference of encoding (articles are written in html with an <hr> to define the break for the short version) but notes are just text
#
ben_thatmust
honestly i think thats the most important piece
#
ben_thatmust
i use it to determine checkin vs note, which is a minor distinction, i could eliminate one of those types
#
tantek
snarfed - yes re: multi-type post or multiple posts. I think we're continuing the discussion and trying to capture / express how both models could make sense or make sense to different people.
#
GWG
acegiak: The plugin needs more work. It is so far good enough. BUt it needs to be better
#
ben_thatmust
and i use it for rsvp, but i don't need it for that, i have fields that would be unique for it
#
aaronpk
I guess it's only needed if it is somehow possible for two different kinds of posts to have the same properties
#
aaronpk
and if they have the same properties then why are they different kinds of posts
#
ben_thatmust
basically yes
#
aaronpk
but i would be curious if there are any examples
#
ben_thatmust
organization
#
ben_thatmust
also presentation
#
ben_thatmust
i may include gps co-ordinates on a note, but its not a checkin to a location
#
ben_thatmust
whereas i might check-in to a location, with a brief text attached to it
#
aaronpk
that's where i'm not clear yet on the distinction as well, mostly around what makes something a checkin, and is that really important
#
ben_thatmust
and i want the presentation different on those
#
Loqi
gives ben_thatmust the presentation different on those
#
ben_thatmust
glares a loqi
#
Loqi
dude
#
ben_thatmust
the focus of a note is the text, the focus of a checkin is the location, with a checkin i show a map, with text below it, with a note i show text with a link to a geo-coords
#
tantek
reads logs
#
aaronpk
great, can you post screenshots of both examples ot the wiki?
#
ben_thatmust
not right now, i'm about to head to bed. but think of it as "Dude this garden is cool" vs "I'm at XYZ Bar, try the turkey club"
#
kylewm
had to read that multiple times before i figured out you meant the sandwich and not the turkey nightclub
#
tantek
haha that's hilarious
#
tantek
ben_thatmust: did you get the follow-up about your invited expert application?
#
tantek
I think there's some more form filling out you need to do
#
ben_thatmust
checks his spam folder
#
ben_thatmust
okay, headed to bed
#
ben_thatmust
i'll keep an eye out for in tantek
#
aaronpk
good night!
#
Loqi
buenas noches
#
@dnnr
RT @new_wp_plugins: New #WordPress plugin: indieweb-post-kinds- https://wordpress.org/plugins/indieweb-post-kinds/ Allows you to reply/like/RSVP etc to another site fr…
(twitter.com/_/status/565354251917209601)
#
tantek
ben_thatmust: yes you should have already received an email - from Sandro I think.
mdik_ joined the channel
#
tantek
has caught up on logs for today
KevinMarks_, KartikPrabhu, FergusL, gRegor`, KevinMarks__, tilgovi and lukebrooker joined the channel
#
acegiak
GWG: hell yeah! that 'header_entry_meta' hook made it so easy to get my legacy response data to display without having to modify theme files
#
acegiak
nice work!
#
Loqi
GWG has 69 karma
#
GWG
acegiak: Each revision gets better. This is my fourth theme rewrite
#
acegiak
you're a machine
#
GWG
acegiak: No, I'm obsessive compulsive. Not clinically, but...
#
GWG
I want to get it 'right'
#
GWG
I don't think I'm there.
#
acegiak
now I just need to update my posse plugin to work with your metadata structure
joshwnj joined the channel
#
GWG
acegiak: I want things to work simply, and they aren't there yet.
#
acegiak
yeah simplicity is complex
#
gRegor`
aaronpk, acegiak, snarfed: WordPress *always* adds slashes to $_POST, regardless of magic_quotes_gpc setting *AND* will continue to do so even though magic quotes is removed as of PHP 5.4
#
gRegor`
File under: WordPress is freaking stupid.
#
acegiak
gRegor`: I learned to just put my head down and use wordpresses provided interfaces
#
gRegor`
It's bad coding practice.
#
GWG
Ditto. Choose your battles.
#
gRegor`
strip slashes and properly escape $_POST data
#
gRegor`
I have no illusions about changing WordPress. Just pointing it out.
#
GWG
gRegor`: The issue is WordPress's stubborn insistence on not breaking things
#
gRegor`
Yep. It's mentioned in the notes on that codex page
#
GWG
gRegor`: It's why they won't dump XMLRPC when JSON comes in.
#
GWG
Although that is rather behind.
#
tantek
gRegor`: what do you think of recategorizing your use of Feedburner as a form of POSSE rather than actual IndieWeb RSS? (since the URL is not at your domain)
#
gRegor`
*shrug*
#
gRegor`
I'm actually working on migrating that back to my own domain currently.
#
acegiak
GWG: ok so how do I get the response data from your system? I'm just updating my posse plugin now
#
GWG
It's stored as an array in metadata.
#
tantek
gRegor`: what are the reasons to use your own domain for RSS vs. using Feedburner? or using both?
#
gRegor`
tantek: I confirmed and the feed I publish on my site is RSS 2.0, which Feedburner, I believe, converts to Atom.
#
gRegor`
Feedburner was something I set-and-forget back in the day, when it was popular and beloved. And it worked well.
#
gRegor`
It's basically been stagnant and I'd rather move it back to my domain before it just disappears one day.
#
tantek
what is FeedBurner?
#
Loqi
FeedBurner is a service that aggregates feeds and provides analytics to publishers https://indiewebcamp.com/FeedBurner
lukebrooker joined the channel
#
GWG
acegiak: You could also try get_kind_response($post_ID)
lukebrooker joined the channel
#
acegiak
GWG: a repost kind doesn't save response url or the title?
#
GWG
They all save identically, or should.
#
acegiak
hmm, apparently none are saving titles or URLS...
#
acegiak
maybe my legacy plugin is getting in the way
#
acegiak
ok yeah it was collisions
#
acegiak
all fixed
#
Loqi
giggles
#
GWG
acegiak: Let me test and see if it is working for me. I don't think I broke anything.
#
acegiak
GWG: I fixed it
#
acegiak
my plugin for displaying my legacy posts was hijacking hte action
#
GWG
acegiak: Okay
lukebrooker joined the channel
#
kylewm
I feel like I should know this... as a "developer" of a facebook app, do I still have to file for a review before the app can publish to my page?
#
kylewm
i didn't have to for redwind, but the api has changed since then, and now it's not working for a Known i'm setting up for my partner
#
snarfed
kylewm: to your page? or your profile?
#
snarfed
and you have to ask for the right scopes regardless, it will just always give them to you if you own the app
#
kylewm
ah great
#
kylewm
to my page i guess
#
kylewm
timeline? wall?
#
snarfed
oh, i mean, fb page vs user
#
kylewm
oh oh sorry, user profile thing
#
snarfed
yeah. then just make sure you ask for publish_actions?
#
kylewm
snarfed++ thanks that worked!
#
Loqi
snarfed has 81 karma
#
kylewm
i had an outdated version of the known code that wasn't asking for all the perms
#
tantek.com
edited /rsvp (+366) "stub Brainstorming with intent for the section similar to /like"
(view diff)
#
tantek.com
edited /rsvp (+234) "/* Brainstorming */ some value/prose possibilities to consider"
(view diff)
#
tantek.com
edited /rsvp (+139) "/* Brainstorming */ Remote variants"
(view diff)
KevinMarks_ joined the channel
#
kgoon.asia
edited /How_to_set_up_web_sign-in_on_your_own_domain-ko (+32) "/* 1. 당신의 홈페이지에 다양한 소셜 프로필을 연결합니다. */"
(view diff)
#
kgoon.asia
edited /How_to_set_up_web_sign-in_on_your_own_domain-ko (+11) "/* 1. 당신의 홈페이지에 다양한 소셜 프로필을 연결합니다. */"
(view diff)
#
snarfed.org
edited /Micropub (+111) "/* Open Source */ wordpress plugin"
(view diff)
bret, KevinMarks_ and tantek joined the channel
#
snarfed.org
edited /WordPress_Plugins (+131) "micropub plugin"
(view diff)
michielbdejong joined the channel
#
acegiak
everything appears to be working with your plugin, now GWG
#
GWG
acegiak: Great.
#
acegiak
I've made a couple of small changes which I'll submit on github
#
GWG
acegiak: Great.
#
acegiak
GWG: pull request there for you
#
GWG
Okay. Will look at it tomorrow. Near bed here
michielbdejong, kerosene, lukebrooker and KevinMarks__ joined the channel
friedcell, pfefferle and cweiske joined the channel
#
pfefferle
good morning all
snarfed, KartikPrabhu, frzn and elima joined the channel
#
acegiak
pfefferle: morning
elf-pavlik, sanduhrs, LauraJ, benwerd_, iandevlin, KevinMarks_, KartikPrabhu and loic_m joined the channel
#
@hamishcampbell
The openweb... Tantek Celik, "Why We Need the IndieWeb", #PDF14: https://www.youtube.com/
(twitter.com/_/status/565429038811185152)
michielbdejong joined the channel
dns53, thehighfiveghost, interactivist, KevinMarks_, eschnou, LauraJ, Sebastien-L, pfefferle, stream7, Deledrius, barnabywalters, KartikPrabhu and friedcell joined the channel
#
@bookprescom
8 Mobile Landing Pages Get Spanked for Conversion’s Sake >> http://www.searchenginejournal.com/?p=123651&utm_content=buffer44020&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer #SocialMedia Tip from Casey Ark. #SelfPublish #IndieAuth…
(twitter.com/_/status/565465356899450881)
wagle, kerosene, adactio, KevinMarks_ and michielbdejong joined the channel
#
@sandeepshetty
Facebook suspending Native Americans over ‘fake’ names http://rt.com/usa/231187-facebook-suspending-native-americans/ #indieweb #ownyouridentity
(twitter.com/_/status/565476221992304641)
thehighfiveghost joined the channel
#
@elfpavlik
RT @sandeepshetty: Facebook suspending Native Americans over ‘fake’ names http://rt.com/usa/231187-facebook-suspending-native-americans/ #indieweb #ownyouridentity
(twitter.com/_/status/565482331377762306)
mlncn-agaric, frzn and KevinMarks_ joined the channel
#
GWG
Good morning all
KevinMarks_ joined the channel
#
ben_thatmust
!tell tantek no e-mail from Sandro or anyone else
#
Loqi
Ok, I'll tell him that when I see him next
#
@thierrymarianne
RT @sandeepshetty: Facebook suspending Native Americans over ‘fake’ names http://rt.com/usa/231187-facebook-suspending-native-americans/ #indieweb #ownyouridentity
(twitter.com/_/status/565492379726381057)
friedcell joined the channel
#
@YannPdeM
RT @sandeepshetty: Facebook suspending Native Americans over ‘fake’ names http://rt.com/usa/231187-facebook-suspending-native-americans/ #indieweb #ownyouridentity
(twitter.com/_/status/565496609862336515)
scor, elf-pavlik, elf-pavlik_, elf-pavlik__, Acidnerd, friedcell and KevinMarks_ joined the channel
#
GWG
Pfefferle, did you see snarfed's work?
#
pfefferle
GWG if you speak of the micropup plugin
#
GWG
Pub, and yes
#
pfefferle
GWG but I still see no need to use micropub :)
#
pfefferle
GWG but I understand why snarfed is doing it
#
GWG
I really wanted a simple and fast note posting UI.
#
GWG
Micropub could be the way to address that.
#
GWG
Of course, there are many other ways too
#
GWG
It takes me too long and too many steps to post a note
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
indie-visitor joined the channel
#
indie-visitor
yo
#
madpandakiller
hay guys
#
madpandakiller
any one play day-z
MadPandaKiller, loic_m and LauraJ joined the channel
#
MadPandaKiller
yo
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
v
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
barnabywalters
aaronpk, can you kick madpandakiller as obviously spam?
#
MadPandaKiller
If you guys play dayz sa join you should apply to join this clan http://www.misfitsdayz.com/
#
Loqi
barnabywalters: KevinMarks left you a message on 2/10 at 5:14pm: https://waterpigs.co.uk/services/microformats-to-atom/?url=http%3A%2F%2Ftantek.com seems to mis out all the h-entry's
#
MadPandaKiller
I THOUGHT I WAS THE ONLY ONE HERE
#
barnabywalters
madpandakiller: you are not. why are you spamming the channel?
#
cweiske
you can't see him anymore now
#
XxNinja37xX
Idk
#
XxNinja37xX
why not
fourtonfish joined the channel
#
aaronpk
oh well looks like that took care of itself
verdi_ joined the channel
#
GWG
Anyone have any good examples of the data passed to a reply endpoint?
#
barnabywalters
GWG: if you’re talking about micropub, shrewdness just sends content and in-reply-to
#
GWG
Snarfed is doing micropub for WordPress. I thought I might add something that worked more like the twitter intents
KevinMarks_ joined the channel
#
GWG
As a complement to that.
frzn and danlyke joined the channel
#
sandro
ben_thatmust, did you get the IE email finally? I clicked the wrong place yesterday and messed up the process, but supposedly it's been sorted now.
KevinMarks_ joined the channel
#
ben_thatmustbeme
sandro, I did, thank you
#
sandro
Great :)
#
barnabywalters
GWG: so you’re making posting endpoints for wordpress which auto-fill form fields with values from the URL query string?
LauraJ joined the channel
#
barnabywalters
in that case IMO the only thing required is the in-reply-to URL, and then if the UI wants to pre-fill the content with stuff based on the URL (e.g. twitter @name) it can do that itself
interactivist joined the channel
#
pfefferle
GWG but micropub will only provide an API… so you still have to code a simple UI for that…
#
aaronpk
you don't really need to use the micropub api if you're posting from wordpress. it's more useful for posting from other apps
#
pfefferle
exactly
#
pfefferle
GWG aaronpk I understand why snarfed wants to implement it, because it is easier to run micropub calls instead of for example atom-pup or xml-rpc https://github.com/snarfed/ownyourresponses
#
ben_thatmustbeme
now i just have a ton of reading to catch up with for SocialWG
wolftune joined the channel
#
aaronpk
pfefferle: yes also because there are a bunch of micropub apps that he'll be able to use soon! like the readers for example
#
rhiaro
Just finished figuring out what to say for my talk about indieweb at Edinburgh Techmeetup tonight
#
rhiaro
It's basically going to be a guided tour of the wiki
#
aaronpk
rhiaro: awesome!
#
rhiaro
Hopefully will recruit lots of people for IWC Edinburgh!
#
pfefferle
aaronpk but it doesn’t simplify the posting UI at the end
gRegor` joined the channel
#
aaronpk
what do you mean?
#
pfefferle
aaronpk except you always want to use extenal apps/webservices to post
#
aaronpk
that's what it's for
#
aaronpk
so you can use a reader like http://reader.kylewm.com and click the "like" button and have it post to your wordpress site
#
ben_thatmustbeme
rhiaro, will it be recorded?
#
ben_thatmustbeme
s/recorded/posted online/
#
Loqi
ben_thatmustbeme meant to say: rhiaro, will it be posted online?
#
rhiaro
ben_thatmustbeme: they often are, though I odn't know what happens to the recordings
#
pfefferle
aaronpk Yes :) My only problem: I am not sure how micropub will help GWG to simplify the WordPress posting UI
#
rhiaro
I'll try to get hold of it if so
#
aaronpk
recordings often go into a black hole
#
aaronpk
it's hard to actually do something with the video after recording it
#
ben_thatmustbeme
i'm just thinking if its posted, its another entry for /presentations
#
aaronpk
your best bet is gonna be to try to snag the file at the event. bring an external hard drive :)
#
rhiaro
if they don't post it on techmeetup.org I'll post it myself
#
rhiaro
I know where to hunt the organisers down, so I'll pester for it :)
#
aaronpk
excellent
#
KevinMarks_
I recognise that, aaronpk. I have done talks that were obviously being videoed, so didn't ask anyone to do it for me, and then the organisers never posted them
#
rhiaro
s/techmeetup.org/techmeetup.co.uk
#
aaronpk
i've found the only way to make sure i post videos of talks i record is to do it the same week
#
aaronpk
otherwise it quickly falls into the "low priority" status and gets buried under other stuff
#
rhiaro
aha, looks like they're only a month behind http://vimeo.com/techmeetup
#
rhiaro
so that bodes well
brianlove_swords joined the channel
#
gregorlove.com
edited /FeedBurner (+56) "/* Indieweb Examples */ Former"
(view diff)
#
gregorlove.com
edited /RSS (-262) "/* Indieweb Examples */"
(view diff)
j12t and mlncn-agaric joined the channel
#
gregorlove.com
edited /Atom (+361) "/* IndieWeb Examples */ +me"
(view diff)
#
gregorlove.com
edited /User:Gregorlove.com (+28) "/* Interests */"
(view diff)
tjgillies joined the channel
#
gregorlove.com
edited /RSS (-5) "word-o"
(view diff)
#
kylewm.com
edited /Atom (-49) "fix hotlinked logo"
(view diff)
#
aaronpk
really? there are no examples of people publishing an RSS feed?
#
gRegor`
It was only added to the page yesterday.
#
gRegor`
Barnaby and I were in that section, but he is technically Atom
#
gRegor`
And now I am too. :)
#
aaronpk
i just checked and mine is also atom
#
aaronpk
i have no idea why i chose atom over rss when i made it
friedcell joined the channel
#
gRegor`
I migrated back to Atom because popular indieweb opinion seems to be it's the lesser of two XMeviLs
#
gRegor`
I've heard that outside indieweb, too.
#
gRegor`
Feels good to have reclaimed the feed, though! Thankfully the FeedBurner delete+permanently redirect process was easy.
#
aaronpk
they have a "permanently redirect" feature? that's a great feature to add to the feedburner page
#
gRegor`
It's on /FeedBurner
#
aaronpk
oh good
#
gRegor`
You could add yourself to /Atom#IndieWeb_Examples
#
kylewm.com
edited /Atom (+344) "/* IndieWeb Examples */ add me"
(view diff)
#
aaronpk
my atom tag is gone from my home page so it's not discoverable anymore. i don't know when that happened.
#
gRegor`
Ah
#
aaronpk
i think i removed it when i kept getting complaints that my articles weren't showing up very nicely in atom, like images were broken or something
#
kylewm
aaronpk: yeah iirc some readers couldn't parse your xml
#
aaronpk
and i just didn't want to deal with fixing it
#
aaronpk
i should link to the h-entry->atom service tho
#
gRegor`
I went to the trouble of validating my feed last night and yeah, it's a bit of a pain. Mostly just the way I had to tinker with the way /Nucleus outputs information, to encode certain entities.
#
aaronpk
oh huh, I don't even have an HTML page with the full text of articles
#
kylewm.com
edited /RSS (+0) "/* Indieweb Examples */ use canonical page name Atom instead of ATOM"
(view diff)
#
gregorlove.com
created /Template:see_also (+101) "'see also' template"
(view diff)
interactivist joined the channel
#
kylewm
@julien51 is also Atom...
#
kylewm
even pump2rss uses Atom
KevinMarks_ joined the channel
#
gregorlove.com
created /Template:! (+1) "Ceci n'est pas une pipe."
(view diff)
#
gregorlove.com
edited /RSS (-2) "/* Indieweb Examples */"
(view diff)
#
gregorlove.com
edited /Template:see_also (+39) "doc sub-template"
(view diff)
#
@kylewm2
indiewebcamp tries to document social web interactions, but “so-and-so invited you to like their page” is one i’d feel good about skipping
(twitter.com/_/status/565555453183004672)
KevinMarks_ and marclaporte joined the channel
#
gregorlove.com
edited /RSS (-7) "/* Indieweb Examples */ corrected link"
(view diff)
marclaporte joined the channel
#
gregorlove.com
edited /Atom (-9) "/* IndieWeb Examples */ see also template"
(view diff)
#
gRegor`
http://indiewebcamp.com/Template:see_also is set up now. Renders the "See also" links in the same way as "Main article" links.
friedcell, jancborchardt, snarfed, tilgovi, stream7, ttepasse and interactivist joined the channel
#
snarfed
straw poll: micropub and webmention endpoints with query params. subjective vote…fine? unfortunate but ok? horrible?
#
kylewm
fine (note that p3k's webmention endpoint has query params)
KartikPrabhu, snarfed1 and scor joined the channel
#
snarfed1
kylewm: thx
#
aaronpk
shouldn't matter since both accept POST requests so you never need to mess with the URL you're given
#
gRegor`
snarfed1: sounds fine to me
#
snarfed1
thanks guys
#
snarfed1
ugh brb
#
gRegor`
As long as it's not a utm_ param
#
aaronpk
gRegornobacktick++
#
Loqi
gRegornobacktick has 38 karma
snarfed joined the channel
#
gRegor`
haha
#
gRegor`
Speaking of, a week or two ago someone posted some javascript to automatically redirect to canonical links. Anyone have that handy?
#
aaronpk
i don't know where it came from but i just copied that out of my bookmarks bar
marclaporte joined the channel
#
gRegor`
Thanks!
#
gRegor`
Ah, so it's a bookmarklet, not something that automatically redirects?
cuibonobo, KartikPrabhu, thehighfiveghost, danlyke, eschnou, KevinMarks_, benwerd_ and tilgovi joined the channel
#
aaronpk
lol at signup overlay
#
aaronpk
open chrome inspector, delete overlay class, stream is already playing
gmack and eschnou joined the channel
wolftune, LauraJ and frzn1 joined the channel
#
kylewm.com
edited /RSS (+239) "/* Indieweb Examples */ finally found some examples of people using RSS and not Atom"
(view diff)
#
aaronpk
rhiaro is on now!
#
aaronpk
oh 10-minute break first
#
kylewm
nice, thanks aaronpk
LauraJ joined the channel
#
benwerd_
slightly homesick
#
benwerd_
That thing when there are people you know milling around on the livestream but they're 5000 miles away *waves helplessly at screen*
#
kylewm
i could happily listen to sub-audible drone of scottish accents all day
#
benwerd_
It's like Coffitivity but Scottish
#
benwerd_
Whiskitivity?
#
gRegor`
benwerd_ beat me to it. I was just trying to remember the name of Coffitivity, haha
#
kylewm
aaronpk: benwerd_: can you hear her?
#
benwerd_
Yes, but volume is cranked
#
aaronpk
"Implement stuff first, ask questions later"
#
aaronpk
makes sure the server stays on
#
gRegor`
Haha
#
aaronpk
(she's clicking a bunch of links in the wiki)
addal joined the channel
#
gRegor`
Indieweb of the Rings
iandevlin joined the channel
#
aaronpk
"indieweb is not getting everyone to use the same system"
#
aaronpk
"indieweb is about doing things your way"
#
kylewm
I had Coffivity playing in the background
#
kylewm
I did not understand how you guys could hear
#
aaronpk
hahahaha
#
danlyke
giggle.
#
gRegor`
rustles the bushes outside kylewm's window
#
benwerd_
kylewm: ha
#
aaronpk
benward______: your ssl cert expired!
#
kylewm.com
edited /User:Kylewm.com (+446) "/* Itches */"
(view diff)
#
@tef
it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565601676145745920)
#
millette
and yacht clubs
#
aaronpk
oops haha
#
Loqi
[mention] Aaron Parecki commented '@tef Feel free to fill in some more information here! http://indiewebcamp.com/history' on a post that linked to http://indiewebcamp.com/history (https://aaronparecki.com/replies/2015/02/11/3/)
#
@janl
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565602651665346560)
#
aaronpk
braces for live demo
snarfed joined the channel
#
@adambrenecki
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565602971237761026)
#
gRegor`
Way to break things, Twitter
#
kylewm
indieauth supports last.fm??
mlncn-agaric joined the channel
#
aaronpk
kylewm: lol yeah
#
kylewm
weird, cool
scor joined the channel
#
aaronpk
soon eventbrite since they added rel=me to their profiles last week
#
aaronpk
aw the livestream is breaking up for me
#
aaronpk
!tell rhiaro it looks like your site is being served from both http://www.rhiaro.co.uk/ and http://rhiaro.co.uk/ instead of having one redirect to the other, which is why your twitter indieauth login stopped working
#
Loqi
Ok, I'll tell her that when I see her next
#
@wirehead
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565604323959508993)
#
aaronpk
"They're a really friendly bunch, but they don't believe in mailing lists"
pauloppenheim joined the channel
#
@aaronpk
#indieweb "They're a really friendly bunch, but they don't believe in mailing lists" @rhiaro
(twitter.com/_/status/565604855637889024)
#
aaronpk
waves to the room
#
gRegor`
waves
#
aaronpk
that was great :)
#
gRegor`
Meme idea: "Mailing lists? I don't believe in them." http://www.funnyjunk.com/funny_gifs/4564480/Rous
#
benwerd_
"Known is like WordPress for the indieweb." I'll take it.
#
@parody_bit
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565605115575693316)
#
benwerd_
Am resource-constrained but badly want to go to IndieWebCamp Edinburgh.
#
snarfed
benwerd++ yup that's praise
#
Loqi
benwerd has 55 karma
#
snarfed
known++
#
Loqi
known has 5 karma
#
gRegor`
Ah, don't die during q&a, livestream
#
@kevinmarks
RT @aaronpk: #indieweb "They're a really friendly bunch, but they don't believe in mailing lists" @rhiaro
(twitter.com/_/status/565606161291169792)
#
gRegor`
Question was about Bridgy handling groups.
#
@dch__
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565606255587516418)
#
gRegor`
Paging snarfed to Edinburgh
#
@tef
@benwerd fwiw alhough known has indieweb bits it does seem to try and be a low hassle way to self publish, which is neat
(twitter.com/_/status/565606388525965312)
#
snarfed
gRegor`: edinburgh, hell yeah! you can babysit my 5mo old for a week or so right? :P
#
snarfed
oh stream
#
aaronpk
easier
#
gRegor`
Hehe
#
snarfed
juggling her right now, unlikely
#
snarfed
ask here and i can try to answer
#
aaronpk
Q: "why is this indieweb and not just the web?"
#
snarfed
A: "correct!"
#
kylewm
australian accent
#
aaronpk
Q: "aren't you still dependent on the DNS system?"
cweiske joined the channel
#
aaronpk
Q: "are there any recommendations on server hosting?"
#
snarfed
A: "yes, just like you and pretty much everyone"
#
aaronpk
A: "no."
#
aaronpk
sorry to muddle that QA thread :)
#
aaronpk
A: "DNS is out of scope"
#
aaronpk
Q about private messaging
#
gRegor`
rhiaro++
#
Loqi
rhiaro has 10 karma
#
aaronpk
rhiaro++
#
Loqi
rhiaro has 11 karma
#
tbrb
rhiaro++
#
Loqi
dude
#
gRegor`
Heh "This website is under destruction. Check back soon for less green and more linked data. (And up to date blog posts)" http://rhiaro.co.uk/
#
gRegor`
That's too bad. I like the green.
#
kylewm
tbrb: welcome! are you at that meetup?
#
tbrb
I am indeed
#
tbrb
I've been lurking a little recently after speaking to rhiaro
#
tbrb
And just looking to get involved more when I start getting time to
#
gRegor`
Cool, tbrb. Welcome!
KartikPrabhu joined the channel
#
gRegor`
Do you have a personal website?
#
@benwerd
You mean the latest masterpiece in indieweb storytelling from Known Inc's™ Ben Werdmuller™ and Erin Jo .. http://werd.io/2015/you-mean-the-latest-masterpiece-in-indieweb-storytelling-from-known
(twitter.com/_/status/565609188710436865)
#
@benwerd
You mean the latest masterpiece in indieweb storytelling from Known Inc's™ Ben Werdmuller™ and Erin Jo .. http://werd.io/2015/you-mean-the-latest-masterpiece-in-indieweb-storytelling-from-known
(twitter.com/_/status/565609408269676548)
#
tbrb
I do. I also have set up indie auth too :)
#
KartikPrabhu
gRegor`: is HWC on tonight?
#
Loqi
KartikPrabhu: tantek left you a message on 2/10 at 5:10pm: which version of RSS did you used to support?
#
gRegor`
Nice. You can add yourself to http://indiewebcamp.com/irc-people if you'd like. Then the chat logs can show your picture and link to you: http://indiewebcamp.com/irc-people
#
gRegor`
KartikPrabhu: Yep. She'll either be there or hide a key for us.
#
gRegor`
There's a new lock.
#
gRegor`
So, fingers crossed. :)
#
KartikPrabhu
cool. yeah be careful
#
KartikPrabhu
tell tantek: I believe RSS2.0
#
tbrb
Cool gRegor`, I'll have a look at that when I get home
#
KartikPrabhu
bleh fail
#
KartikPrabhu
!tell tantek: I believe RSS2.0 . that is Django default
#
Loqi
Ok, I'll tell him that when I see him next
KitB and KevinMarks__ joined the channel
#
rhiaro
aaronpk: ohh shouldn't have used www when I tried to log in. Guess it was just blind luck the others worked
#
Loqi
rhiaro: aaronpk left you a message 28 minutes ago: it looks like your site is being served from both http://www.rhiaro.co.uk/ and http://rhiaro.co.uk/ instead of having one redirect to the other, which is why your twitter indieauth login stopped working
#
rhiaro
I guess I usually don't use www
#
rhiaro
live demo panic
KartikPrabhu joined the channel
#
aaronpk
well if you redirect one to the other (doesn't matter which way) then it'll work either way you enter it
#
rhiaro
it's getting a complete overhaul soon
#
rhiaro
New one was supposed to be up tonight but I had to spend that time fighting with another server instead
#
rhiaro
my current site is actually parsing a blogger rss feed :/
#
rhiaro
New one that runs on a triplestore (for reasons) is about ready :D
#
KitB
Are you serving through docker?
#
rhiaro
KitB: no, that one is going on shared hosting to prove a point
#
KitB
Oh of course. :P
#
tbrb
Aaron, regarding redirecting a site, would nginx just returning a 301 do?
#
rhiaro
tbrb: sounds right
#
snarfed
sharedhosting++
#
Loqi
sharedhosting has 1 karma
#
@bobbi_fox_SMR
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565612673011040259)
#
tbrb
Ace, I'll swap my vhost config tonight too
#
snarfed
sysadmin--
#
Loqi
sysadmin has -1 karma
#
aaronpk
sysadmin--
#
Loqi
dude
#
aaronpk
hm maybe that should be sysadmining--
#
aaronpk
since i have nothing against sysadmins
#
aaronpk
in fact i appreciate them quite a bit because it means i dont have to do it
#
rhiaro
I forgot to mention indiehosters
#
snarfed
i love that karma is a mild black box, you often have to guess the word
#
aaronpk
that's ok, you managed to get quite a lot in there!
#
rhiaro
but sharedhosting-- because the server my site is on got ddosed the other week and was down for ages
#
rhiaro
but sharedhosting++ because I didn't have to deal with the problem myself
#
rhiaro
They never found out (or, at least, shared) who the target was, so if it had been one of my sites being on a shared server is great, but if it was someone else, then not so much
#
snarfed
rhiaro: out of curiosity, how would owning the os/hardware have inherently helped with the ddos?
#
rhiaro
I mean if someone else was the target of the ddos, they wouldn't have been on my server, so I wouldn't have been affected
#
snarfed
ahhhhhhh it was against someone else
#
rhiaro
sharing with other people increases the risk of being hit as a side effect
#
rhiaro
if it *had* been against me, then I'm glad I wasn't the one who had to fix it
#
snarfed
at least, sharing with poor isolation and multitenancy
#
snarfed
ok agreed
#
snarfed
multitenancy++
#
Loqi
multitenancy has 1 karma
#
rhiaro
yeah, your standard every-joe shared hosting
#
snarfed
puts down the karma and steps back
#
snarfed
eh, even then, many of them have pretty good isolation
#
snarfed
just not all
#
rhiaro
I dunno, I'm with a company I've been with for years
#
rhiaro
Since I bought my very first domain name!
#
rhiaro
I do most things on digital ocean droplets
#
rhiaro
just my personal site on shared host mostly
#
rhiaro
oh, we've had an offer of a venue for IWC Edi :)
#
@obra
@aaronpk @rhiaro Email is totally anti-#indieweb. Loose federation, open, interoperable protocols & 30+ year history of self-hosting. Ick!
(twitter.com/_/status/565615046001446912)
#
snarfed
what's the perfect chaser for a good old fashioned RSS debate?
#
snarfed
mailing list debate!
#
aaronpk
i think that debate ended quickly
#
snarfed
give it time
benwerd_ joined the channel
#
@ScottMuc
RT @tef: it's weird when the indieweb history lesson pretends aol, compuserve didn't exist and the social network lockin is modern
(twitter.com/_/status/565619396690055170)
#
gRegor`
aaronpk: I've noticed your dt-published <time> elements show a text cursor on hover in Firefox, but a pointer cursor in Chrome. I thought for a moment there weren't permalinks when I was browsing in Firefox.
#
aaronpk
oh odd
#
gRegor`
turning off ul .date { cursor: auto; } seems to bring back the pointer in Firefox
#
gRegor`
Link works fine of course. Just the cursor threw me off
#
aaronpk
yeah weird
#
aaronpk
i wonder why i added cursor: auto in the first place then
#
harryreeder.co.uk
edited /IRC_People (+100) "/* Nicknames */"
(view diff)
#
ben_thatmustbeme
tbrb++ welcome
#
Loqi
tbrb has 1 karma
#
tbrb
Thanks
KevinMarks_ joined the channel
#
bret
HWC pdx tonight!
#
bret
should we start advertising event in the topic?
#
aaronpk
oh i should make Loqi do that like he does for #pdxtech
#
Loqi
who, me?
#
bret
aaronpk: yeah!
benwerd_, interactivist and KevinMarks_ joined the channel
#
KevinMarks
hm, lots of missing replies from brid.gy on http://known.kevinmarks.com/2015/quiet-wadha-episode-45-of-tldr-that-has-been-supressed - fasle positives for having it linked last by others?
#
KevinMarks
oh wait, brid.gy doesn't find direct links to posts, dose it only replie to my tweets
snarfed joined the channel
#
snarfed
KevinMarks: correct
#
snarfed
or at least related
#
KevinMarks
maybe #51 needs splitting into sub-bugs
lukebrooker and snarfed joined the channel
#
@enquos
enquos system tour: https://www.youtube.com/ #ownyourdata #tracking #selftracking #health #fitness #nutrition #wellness #quantifiedself
(twitter.com/_/status/565641654347255809)
#
gRegor`
kylewm: I know it's early, but do you have stats on Woodwind? # of feeds, # of people using it?
#
kylewm
gRegor`: 21 users have registered, subscribing to 67 feeds
#
kylewm
no clue how many are active
#
snarfed
21! awesome!
#
snarfed
kylewm++
#
Loqi
kylewm has 116 karma
#
aaronpk
rwar i wanna work on mine soon!
#
aaronpk
i'm just backlogged right now
tantek joined the channel
#
kylewm
9 users have subscribed to more than 2 feeds :)
#
gRegor`
I'm using it more and more regularly.
#
gRegor`
I haven't used a feed reader regularly since Google Reader died, and keep thinking I need to get going with one again.
#
aaronpk
i've used feed readers since google reader... the twitter app, instagram app, indiewebcamp irc logs, ...
j12t joined the channel
#
gRegor`
Yeah yeah. By "reader" I mean "xml feed aggregator" :)
lukebrooker joined the channel
#
KevinMarks
we just need to drop the xml part
tantek joined the channel
#
snarfed
kylewm: KevinMarks: looks like today's hwc may be quiet. should we bring laptops and plan to hack some?
#
KevinMarks
sounds good
#
KevinMarks
if we can iterate on reader/unmung/micropub stuff
#
kylewm
oh looks like andi changed her mind :(
#
snarfed
we should drag benwerd_ if he's around
#
benwerd_
I'm definitely planning to come.
#
Loqi
giggles
tantek, mlncn-agaric and Blackwool joined the channel
#
KevinMarks
yay! - reader hacking, ben?
#
Loqi
woot
indie-visitor joined the channel
#
Blackwool
hi all, new here
#
acegiak
Blackwool is my partner
#
Blackwool
yus
#
KevinMarks
hi blackwool
#
Blackwool
hey :)
KevinMarks_ joined the channel
#
Blackwool
I actually wanted to ask the group a few questions about indie web camp in general
#
KevinMarks
please do
#
Blackwool
I'm a documentarian and I have an opportunity to apply for some funding
#
kylewm
(acegiak: your new style looks really nice!)
#
benwerd_
KevinMarks: definitely game!
#
Blackwool
and when Ace suggested I make a film about Indie Web and the battle for the social web I thought YES!
#
acegiak
kylewm: thanks! I'm just playing with custom CSS on GWG's base mf2_s theme
#
benwerd_
Blackwool: That sounds really exciting
#
KevinMarks
Blackwool: we have some source material linked: http://indiewebcamp.com/videos_about_the_indieweb
#
Blackwool
Awesome! (We have literally only just come up with the idea this morning, so it's very new and basic)
#
Blackwool
but the brief is "open a conversation you think Australia should be having"
#
Blackwool
and I feel like this really applies
#
Blackwool
fantastic!
#
Blackwool
I'll check it out!
wolftune joined the channel
#
benwerd_
I don't have a notification of one
#
acegiak
hmmm :/
joshwnj joined the channel
#
kylewm
Blackwool: did you still have questions? lost on the wiki? :)
#
GWG
Kylewm, acegiak, glad you like it.
#
GWG
I have a theme I am developing on it up at tiny.n9n.us
#
Blackwool
Haha, yeah, sorry! currently watching a talk by Tantek Celik
#
Blackwool
But very keen to hear any thoughts you have, I haven't quite worked out what I need to ask yet!
#
kylewm
no worries! and no hurry
#
KevinMarks
a lot of our videos are CC'd so, you should be able to reuse...
#
Blackwool
oh! fantastic!
#
acegiak
GWG: neat! a bit bold for my tastes
#
Blackwool
I obviously would want to film a ton of new stuff, because that's what I like doing, but that would be very useful...
#
acegiak
trying to keep certain kinds of posts unobtrusive
#
GWG
Acegiak, it's a work in progress. Bold how?
#
acegiak
GWG: It's good so far! The large block shapes and sharp clean lines
#
KevinMarks
interesting comment about medium and Genius being the same underneath: https://medium.com/message/its-kind-of-cheesy-being-green-2c72cc9e5eda
#
acegiak
GWG: does indieweb post kinds call webmention for response url?
#
acegiak
or should I add that to my posse plugin?
KevinMarks_ joined the channel
#
kylewm
KevinMarks: I was happier before I read that. didn't know iPhone users see my texts as second class citizens :(
#
aaronpk
I have no explanation for why, but I find myself having the same opinion about the green bubbles