#indiewebcamp 2015-04-25

2015-04-25 UTC
#
tantek.com
edited /Falcon (+15) "/* Publishing standards */ u-like-of"
(view diff)
KartikPrabhu joined the channel
#
tantek
hmm - just realized I have an invalid object-type in my atom feed - /like
#
tantek
and now I have no idea how to convert my "like" posts into Atom 1.0 - does that mean it is time to give up on Atom 1.0? Or should I just not put my posts there? Or should they just be notes?
#
tantek
s/not put my posts/not put my like posts
#
Loqi
tantek meant to say: and now I have no idea how to convert my "like" posts into Atom 1.0 - does that mean it is time to give up on Atom 1.0? Or should I just not put my like posts there? Or should they just be notes?
#
tantek
kylewm: you were/are consuming my Atom feed is that right?
#
kylewm
tantek: I was, am not anymore
#
tantek
well I haven't gotten any bug reports so I suppose it's ok
#
tantek
maybe I'll leave it in as "non-standard"
#
tantek
W3C Feed Validator doesn't complain, but also doesn't support Activity Streams http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ftantek.com%2Fupdates.atom
#
kylewm
what were you using that was complaining?
#
aaronpk
tantek: I would expect to see that "like" post in Atom as a regular entry
#
tantek
kylewm, View Source on my Atom feed, saw that I had somehow used <object-type xmlns="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/like</object-type> and then decided to check the Activity Streams 1.0 spec to see if there was a "like" object-type, noticed there was not (it's a verb in AS1)
#
KevinMarks_
what deos unmung see?
#
KevinMarks_
an untitled first item saying 'likes Ryan Barrett’s “Introducing Color Genomics”.'
j12t joined the channel
#
KevinMarks_
for feedparser that's a shrug
#
kylewm
so activitystreams json it would be {"verb":"like", "object":{"url":"https://snarfed.org/2015-04-21_introducing-color-genomics"}}
#
kylewm
that doesn't translate to atom xml?
#
tantek
hmm - maybe I have to add another object? or verb?
#
tantek
or both?
#
kylewm
but if nobody consumes it, it's just an exercise in meeting the requirements of a spec?
#
KevinMarks_
yay, feedparser now passes the xfn and rel tag tests again
#
tantek
KevinMarks++
#
Loqi
KevinMarks has 108 karma
#
tantek
kylewm: I'm assuming that any currently shipping AS2 consumers also consume AS1
#
tantek
because that would be logical for backward compat
#
tantek
as well as not that difficult to support
#
tantek
but I have no evidence
#
tantek
the last time I tested AS1 consuming - it was with StatusNet
#
tantek
maybe snarfed would know
#
tantek
!tell snarfed do you know of any feed reader or other consuming code that consumes Activity Streams 1.0 (Atom/XML) and does something presentationally different with different object-types and verbs?
#
Loqi
Ok, I'll tell them that when I see them next
#
kylewm
this has some examples of follows and reposts http://quitter.se/api/statuses/user_timeline/115649.atom
#
KevinMarks_
hm, I should put up a page that runs my version shouldn't I
#
tantek
KevinMarks: did you spec your changes?
#
KevinMarks_
not yet, will do that next
#
tantek
it wasn't clear from the brainstorming page and the follow-up discussion what you decided to go with
#
KevinMarks_
I'll go edit that now
#
KevinMarks_
it was easier to code the parser than make exampels by hand
#
tantek
kylewm: thanks for the example
#
tantek
(from that example)
#
kylewm
it's interesting how some posts have objects and some *are* the object
#
kylewm
i'm not deep enough into the AS spec to understand that
#
tantek
kylewm: it's because the AS spec designers fell in love with the subject-verb-object abstraction, and made everything fit that
#
KevinMarks_
over to #microformats for my parsing stuff
#
tantek
whereas when everything has a permalink, everything is a post, an object, and there's no need for verbs in the model
#
KevinMarks_
we need to check that against the existing big activity stream users at some point
#
tantek
who are they?
#
tantek.com
edited /ActivityStreams (+72) "create explicit IndieWeb Examples section, and Silo Examples, note AS1.0/Atom examples"
(view diff)
#
tantek
KevinMarks - the top level "urls" key is misleading
#
tantek
oops wrong channel
#
kylewm
gnu social isn't a silo is it, tantek?
#
kylewm
(i.e. quitter.se)
KevinMarks__ joined the channel
#
tantek
what is GNU Social?
#
Loqi
GNU social is an free software project that "will be a decentralized social network that you can install on your own server" https://indiewebcamp.com/GNU_social
#
tantek
right, GNU Social is software, quitter.se is silo that uses it (right?)
#
kylewm.com
edited /ActivityStreams (+86) "/* Silo Examples */ add JSON feed"
(view diff)
KevinMarks___ joined the channel
#
kylewm
I don't think it has much in common with a silo, it's non-profit, federated, interoperates with other sites that publish or consume Atom
#
tantek
what is a commons?
KevinMarks joined the channel
#
rhiaro
Isn't GNU Social a monoculture?
#
tantek.com
edited /commons (-18) "fix summary"
(view diff)
#
tantek
let's try that again
#
tantek
what is a commons?
#
Loqi
A commons is a centralized web content hosting site, where users are able to freely contribute content, and easily retrieve it, typically each others' content as well https://indiewebcamp.com/commons
#
tantek
sounds closer to a commons kylewm - good point
#
kylewm
rhiaro: yes to monoculture
KevinMarks__ joined the channel
#
tantek.com
edited /ActivityStreams (+69) "/* Silo Examples */ Commons examples"
(view diff)
#
rhiaro
oh I see, multiple types
snarfed joined the channel
#
KevinMarks_
big users of activity streams would be gnip and echo
#
tantek
What is Gnip?
#
tantek
What is Echo?
frzn joined the channel
#
rhiaro
KevinMarks_: and pumpio / mediagoblin (or did you already have this part of the conversation)?
#
KevinMarks_
gnip is a social data broker, now owned by twitter see gnip.com they us Activity Streams as their internal format see http://support.gnip.com/articles/activity-streams-intro.html
#
loqi.me
created /gnip (+205) "prompted by tantek https://indiewebcamp.com/irc/2015-04-24/line/1429925614884 and dfn added by KevinMarks_"
(view diff)
#
KevinMarks_
Echo is a social data broker, see http://www.echostudio.co/
#
loqi.me
created /Echo (+86) "prompted by tantek https://indiewebcamp.com/irc/2015-04-24/line/1429925617637 and dfn added by KevinMarks_"
(view diff)
snarfed joined the channel
#
tantek
kevinmarks "social data broker" sounds like marketing
#
tantek
brokers usually help buy / sell stuff
#
tantek
I don't really see any of that here
#
KevinMarks_
they buy data from twitter/fb etc and sell it to companies
#
tantek
rhiaro: are GNU Social instances only interested in interoperating with other instances?
#
rhiaro
tantek: I don't know for sure, that's the impression I got from "a social network you can install"
#
rhiaro
(as opposed to say, "a protocol you can implement")
#
rhiaro
I think some might have bridging
#
tantek
rhiaro: could you document that and ( http://federation.skilledtests.com/select_your_server.html ) on http://indiewebcamp.com/GNU_social ? maybe in a Criticism / Monoculture subsection?
#
rhiaro
did status.net interoperate with other systems?
#
rhiaro
there's GNU FM too which "federates" with last.fm but I can't see anything about that interoperating with GNU Social, hmm
#
rhiaro
right, well various different GNU Social sites seem to look different. I wonder how deep it goes.
#
rhiaro
"It is possible for a GNU social user (e.g., on quitter.se) to subscribe to a feed (e.g., tantek.com) by manuallly visiting the URL" <- well that's not so bad
#
tantek
wait really? does someone have that working?
#
rhiaro
I just read that in iwc wiki
#
rhiaro
assumed you wrote it
#
tantek
I don't think so?
#
tantek
because I would have provided links to support that
#
rhiaro
^ behind a login
#
rhiaro
also says it has microformats
#
rhiaro
sounds interoppy
#
rhiaro
adds to list of things to play with
#
kylewm
(I wrote that bit about subcribing to tantek.com on quitter)
#
kylewm
it seems to be mostly broken now though, I can still subscribe to tantek.com but cannot see any updates from him
#
kylewm
and even at the time i think I had to look at the source to find that ostatussub url
#
tantek
kylewm: maybe that's my fault?
#
tantek
i.e. the unknown object-type
#
kylewm
impossible to know
#
tantek
no error message?
#
kylewm
and I can't see any updates from my atom feed either
#
kylewm
although it's even more likely to be broken :p
#
kylewm
if someone is interested, I woudl recommend trying with a more vanilla version of GNU Social -- quitter.se is highly customized to look like twitter
#
tantek
kylewm: can you document the failure at least on the page?
#
tantek
either on the /AS page or on /Quitter.se - your choice
#
kylewm
heading out the door, but i will document it tonight
#
tantek
thanks
tilgovi and wolftune joined the channel
#
@AllinNigeria
VoiceOfIndie: Arts alive in Nigeria! http://t.co/NsNBx9ByjP; RT/Support Jinlobify #RaveReviewsBookClub #IndieAuth… https://twitter.com/VoiceOfIndie/status/591797866395369472
(twitter.com/_/status/591801843208069120)
acegiak, snarfed and j12t joined the channel
#
tantek
for now I've turned my like posts into just "notes" in my Atom AS 1.0 because I don't know of any AS 1.0 Atom consumers that do anything with a "like" that I can test :/
#
tantek.com
edited /Falcon (+24) "/* Feeds */ likes are also just "notes" in the AS1 output"
(view diff)
snarfed and KevinMarks joined the channel
nloadholtes joined the channel
#
@kevinmarks
@LynnMagic the indieweb work is mostly public by default, but there is some thought and experimentation http://indiewebcamp.com/private_posts
(twitter.com/_/status/591833133013606400)
e-lima, snarfed, KevinMarks__ and dietrich_ joined the channel
#
@kevinmarks
@LynnMagic selective visibility is tricky across domains but webmention should mean that if you send a hidden post the receiver won't see it
(twitter.com/_/status/591848808432041984)
joskar_, j12t, benward, Erkan_Yilmaz, KitB, voxpelli, ramsey, bigbluehat, tommorris, fkooman and mattl joined the channel
#
kylewm
oh snap, a post on my website is showing up natively in quitter now
#
tantek
what did you do to fix it?
#
kylewm
nothing
#
kylewm
i just went to look and its there suddenly
#
kylewm
possibly because it was a new post since i was playing around with it
#
tantek
heisenbug?
#
tantek
not that it should matter, but I did "fix" my AS Atom feed to use "note" as the object type for my like posts, since it's not obvious how to minimally construct an AS Atom like (with verb)
#
kylewm
next time you post an update, I'll check whether it pulls it in
#
tantek
ok I'll post something
e-lima and sandro- joined the channel
Erkan_Yilmaz, sdboyer_ and martinBrown_ joined the channel
#
tantek
kylewm: I posted a reply. next I'll post a like
WHARGARBL joined the channel
#
kylewm.com
edited /events/2015-05-06-homebrew-website-club (+168) "/* Where */ CreamerySF"
(view diff)
kronda_, jancborchardt__ and KevinMarks joined the channel
#
tantek
like posted
#
kylewm.com
edited /events/2015-05-06-homebrew-website-club (+63) "/* URLs */ add SF events"
(view diff)
#
kylewm
tantek: I had accidentally unfollowed you earlier so I didn't get the first post, but the like showed up!!
#
tantek
what did it show up like? (no pun intended)
#
kylewm
taking screenshot
j12t joined the channel
#
tantek
that sounds like it showed up in near realtime then!
#
tantek
note that I am sending PuSH notifications for *both* my AS Atom feed and my home page h-feed
AcidNerd joined the channel
fkooman and j12t joined the channel
#
kylewm
it's really cool how it preserves the link
#
tantek
kylewm here goes a realtime test
#
kylewm
hasn't showed up in quitter yet...
#
tantek
sorry haven't pushed the pub button yet
#
tantek
ready?
#
kylewm
ha, yes
#
@t
Everyone at Homebrew Website Club SF/PDX/NYC this week was ok with @IndieWebCamp July 11-12. Mark your calendars! (ttk.me t4aq1)
(twitter.com/_/status/591861367415525376)
#
kylewm
haha yeah it worked!
#
tantek
< 1 min?
#
kylewm
oh yeah like seconds
#
tantek
sweet! yay! alright, that's good enough reason to keep maintaining my AS1 Atom feed + PuSH 0.3.
#
Loqi
woot
#
tantek
good enough interop :)
#
kylewm
yeah, i am pleasantly surprised/impressed
#
tantek
that definitely deserves updated documentation
#
kylewm
going to requeet you
#
tantek
what is requeet?
#
tantek
(saw that coming)
#
kylewm
I think they thought better of calling them queets -- it says "Repeated by ... " now
#
tantek
can you link to a public permalink of it?
#
tantek
of this cross-site repost?
#
tantek
probably a good example to capture
#
tantek
hmm js required
#
kylewm
that's actually the permalink of the (re)post itself
#
tantek
exactly!
#
kylewm
I'm not totally sure what this is
#
kylewm
I guess it is equivalent to a single-post view in woodwind
#
tantek.com
edited /repost (+206) "Commons Examples / quitter"
(view diff)
yakker joined the channel
#
@kevinmarks
@LynnMagic looking at quirell, it would be pretty easy to make it indieweb friendly. Mind if I try?
(twitter.com/_/status/591864279931850752)
#
fkooman
hmm quill has a http redirect URI, that is not good :(
#
kylewm
tantek: sorry if this was already clear -- your note gets its own permalink page on quitter even if I don't repost it, e.g. https://quitter.se/notice/3667699
#
tantek
fascinating - just because you're subscribed to me?
#
kylewm
fkooman: http redirects to https, that's bad?
#
fkooman
kylewm, for one, it allows for mitm :)
#
fkooman
i mean, i access quill over https, then it redirects to indiecert to authenticate, but in the auth request it specifies a http://quill... redirect_uri query parameter
#
fkooman
that is wrong
#
fkooman
monocle work fine...
#
kylewm
ohh, yes that's bad
#
tantek
oh oops - sounds like an oversight
#
tantek
especially since you *started* with an https access of quill
#
fkooman
exactly :)
#
tantek
good catch! might want to !tell aaronpk that
#
tantek
kylewm: does quitter have a POSSE copy of all my posts then?
#
fkooman
!tell aaronpk quill has a http URL as redirect_uri parameter to the authorization_endpoint :(
#
Loqi
Ok, I'll tell them that when I see them next
j12t joined the channel
#
kylewm
I'm curious if it will have a copy of them going forward, it didn't have the old ones even though I had been subscribed to you for > a year
#
tantek
I wonder if you had to have your browser open to it
#
kylewm
we'll see i guess
#
kylewm
heading to bed, good night all!
#
Loqi
don't let the bed bugs bite
#
fkooman
hmmm...why does ownyourgram require instagram?
#
tantek
I suppose if I were using my own hub or aaronpk's hub perhaps it could tell if/when quitter retrieved the post
#
tantek
fkooman: it's the whole point of ownyourgram
#
fkooman
oh haha :-)
#
fkooman
read now the description :o :)
#
fkooman
at least the login works :-)
#
tantek
night kylewm !
#
@kevinmarks
@LynnMagic looking at quirell, it would be pretty easy to make it indieweb friendly. Mind if I try?
(twitter.com/_/status/591864279931850752)
snarfed joined the channel
#
@srbanister
Der @diplix inspiriert mich gerade mit seinem #IndieWeb - Blogpost: Dein Feedback auf meine Inhalte gehört zu mir https://www.dirkmurschall.de/blog/dein-feedback-auf-meine-inhalte-gehoert-zu-mir/
(twitter.com/_/status/591870565461401600)
#
tantek.com
edited /2015/ (+9) "main indiewebcamp date is set!"
(view diff)
snarfed joined the channel
#
tantek.com
edited /2015 (+1581) "date is set, start setting up the page, move candidate dates to bottom as historical documentation"
(view diff)
#
@Ironsoup
@t Doesn't anyone care about <TITLE>s? Too many uninformative; obfuscated. Manually editing after +bookmark'ing sucks. #indieweb
(twitter.com/_/status/591872940662099968)
#
tantek
maybe it's bookmarking that's broken :P
#
tantek.com
edited /2015 (+1204) "/* IndieWebCamp 2015 */ add more sections from the 2014 home page"
(view diff)
#
tantek.com
edited /Template:IndieWebCamp (+16) "IWC 2015 is planned, move it up to the first half"
(view diff)
#
tantek.com
edited /Events (+3624) "add next 3 month's HWC meetups, July IndieWebCamps"
(view diff)
j12t joined the channel
#
KevinMarks_
well, <title> has been abused by SEO types
squeakytoy2 joined the channel
#
tantek.com
created /2015/Guest_List (+5961) "copy from 2014 and update"
(view diff)
#
tantek
and we have a 2015 Guest List setup with so far co-organizers aaronpk and mysefl
#
tantek
go forth and add yourselves!
#
tantek.com
edited /2015 (+19) "category 2015"
(view diff)
#
tantek
KevinMarks - you going to be able to make it to IWC 2015 July 11-12 in Portland? https://indiewebcamp.com/2015/Guest_List#Creators
#
tantek
rhiaro: https://indiewebcamp.com/2015/Edinburgh says "Once we've confirmed the dates and venue" - but you've confirmed the dates right?
#
tantek
and do you have a venue confirmed too?
#
KevinMarks_
I think so, yes
#
KevinMarks_
that weekend is free fro me at the moment
#
tantek
great! lock it down :)
eschnou, fkooman and alexhartley joined the channel
#
@obiwankimberly
RT @t: Everyone at Homebrew Website Club SF/PDX/NYC this week was ok with @IndieWebCamp July 11-12. Mark your calendars! (ttk.me t4aq1)
(twitter.com/_/status/591917331212869632)
frzn joined the channel
#
KevinMarks_
I even used acegiak's pronoun markup
alexhartley, alexhart_, almereyda and fkooman joined the channel
#
ben_thatmustbeme
:/ gitlab has links to your own profile as rel=nofollow ... no "me" rel in there
KevinMarks__ joined the channel
#
ben_thatmustbeme
KevinMarks_: have you started working on the code to quirell yet?
#
ben_thatmustbeme
:( still tons of leftover dead connections in here
#
ben_thatmustbeme
i had found a fix for aaronpk at one point
KevinMarks, alexhartley, squeakytoy2, nloadholtes, rhiaro_, KevinMarks__, torrorist, KartikPrabhu, tmro, test_ben and ben_test2 joined the channel
#
ben_test2
excellent
ben_test3 joined the channel
#
ben_test3
test
#
ben_thatmustbeme
can't get streaming logs up and running to test on my machine
#
ben_thatmustbeme
getting closer
#
ben_thatmustbeme
yes, that works!
test_ben joined the channel
#
test_ben
tests
GWG and fkooman joined the channel
#
KevinMarks_
ben_thatmustbeme: I forked the code to get that up, yes, but I haven't used gitlab before so haven't made a pull request yet
#
kylewm
hmm, so fkooman made the point yesterday that indieauthing with http://tuxed.net/ is not equivalent to indieauthing with https://tuxed.net/
#
kylewm
but they are the same as far as indiewebcamp.com is concerned
#
kylewm
I'm thinking of making them two totally separate accounts in woodwind
#
KevinMarks_
is this what timbl was worrying about?
#
@mivesto
RT @elfpavlik: "Implicit vs explicit object types" by @rhiaro http://rhiaro.co.uk/2015/04/post-and-activity-types see: [#hEntry #Activity] cc: [#IndieWeb #ActivityStrea…
(twitter.com/_/status/591993792170962944)
#
kylewm
sheesh yeah that would be nice
KevinMarks__, Deledrius_, wagle_ and dorian_ joined the channel
#
@srbanister
Ich spiele in diesen Tagen mit Webmentions rum. Kann sein, dass sich mein Postingverhalten etwas ändert.
(twitter.com/_/status/591999414656446464)
daf1, bear_ and tallpaul_ joined the channel
zachdono-, ryukafal1 and michel_v joined the channel
#
kylewm
hmm, indieauth strips the trailing /, is that a problem?
FergusL, squeakytoy2, Nowaker, tantek, frzn, pdurbin1 and arlen joined the channel
#
tantek
KevinMarks: it is one instance of the problems TimBL was talking about yes.
#
tantek
kylewm: if the http version redirects to https - then only use the https version as the one account - in both cases
squeakytoy2 joined the channel
#
kylewm
tantek: if I log in to indieauth with http://kylewm.com, it will return me=http://kylewm.com, even though http redirects to https
#
tantek
then that's a bug in indieauth we should get fixed
#
kylewm
and I think that's the right thing to do -- since someone could mitm my http:// site and redirect it somewhere bad
#
tantek
no the redirect destination is what should be used as the identity, not the original
#
tantek
so if they redirect it somewhere bad, that's revealed as their identity
#
kylewm
ah right ok
arlen joined the channel
#
tantek
if someone implements level 5 https://indiewebcamp.com/https#Level_5_security then auth services should respect that.
#
tantek
kylewm: re: strips the trailing /, is that a problem? - not for a domain identity
wolftune, prtksxna, Unifex and amblin joined the channel
#
kylewm
tantek: so would you say that http://kylewm.com is the same identity as https://kylewm.com?
ben_thatmustbeme joined the channel
#
kylewm
like authing with one should give you the other?
#
tantek
not in general, only in the http->https upgrade direction
#
tantek
per level 5 https
minsky joined the channel
JonathanNeal and tommorris joined the channel
#
kylewm
not actually sure if that's the same issue
mattl, e-lima, Garbee, benwerd and almereyda joined the channel
#
tantek.com
edited /Falcon (+1351) "quote posts - including figuring out display and markup for"
(view diff)
rhiaro_ joined the channel
#
tantek.com
edited /Falcon (+239) "/* Legacy support */ recently verified consuming support for AS Atom + PuSH feature"
(view diff)
arlen and halorgium joined the channel
#
@heathr
@ElisaC the web felt clearly like it was about *people*. Lots of early women inc @dooce. Early blogging (pre-blogging software) was v human
(twitter.com/_/status/592015135872405504)
tilgovi joined the channel
#
aaronpk
good morning
#
Loqi
aaronpk: fkooman left you a message 10 hours, 2 minutes ago: quill has a http URL as redirect_uri parameter to the authorization_endpoint :( http://indiewebcamp.com/irc/2015-04-25/line/1429946764865
#
aaronpk
fkooman: thanks! good catch
KevinMarks joined the channel
#
ben_thatmustbeme
aaronpk, i started working on some of the issues on the webchat
#
ben_thatmustbeme
i am having some trouble setting it up entirely, i got the UI up but don't have the websockets bit figured out. but I believe I found the issue with /me
#
aaronpk
oh cool
#
ben_thatmustbeme
i also have some code I found that should take care of the dead connections issue
#
aaronpk
oh awesome, i never did figure out what was up with that
#
ben_thatmustbeme
i had sent you a link to some code fix, but i never put it in github
#
ben_thatmustbeme
so i'll be getting around to that bit
#
ben_thatmustbeme
like i said, I have the viewer working, but I had to hardcode wss://indiewebcamp.com for where to connect the sockets to
#
ben_thatmustbeme
is it a node server running the other end?
#
ben_thatmustbeme
just got back from the dentist so i was rushing through some of the set up this morning
#
ben_thatmustbeme
wait, no, i'd have to just leave that part, thats using loqi isn't it
#
Loqi
dude
#
aaronpk
oh yeah if you're not running your own node websockets server you could use the indiewebcamp one
#
GWG
ben_thatmustbeme: Remember Indiewebcamp Online?
#
GWG
I keep thinking of trying ab HWC online to try to build interest for more physical ones.
benwerd joined the channel
#
aaronpk
fkooman: fixed the quill redirect uri issue! thanks
squeakytoy2 joined the channel
#
KevinMarks
Oh, if you want to try my quirrel instance, the number of kittens is "one"
#
fkooman
aaronpk, cool, thanks!
#
aaronpk
tantek: kylewm: for the http://kylewm.com/ vs https://kylewm.com/ issue ( http://indiewebcamp.com/irc/2015-04-25/line/1429979768632 ) i explicitly made it use the entered URL as the identity
#
fkooman
aaronpk, i can login to quill now with indiecert :)
#
aaronpk
here's a real example of why that's important: https://github.com/aaronpk/IndieAuth.com/issues/19
rhiaro_ joined the channel
#
aaronpk
fkooman: awesome!
#
ben_thatmustbeme
KevinMarks. that is the most random quote i've seen today (if taken out of context)
KevinMarks__ joined the channel
#
ben_thatmustbeme
aaronpk: I may have to run my own node instance. i don't think i can really debug the other parts without that
#
ben_thatmustbeme
everything in /streaming/ is the node isn't it?
#
tantek
aaronpk - then do you consider http vs https as different identities?
#
aaronpk
yeah, are you familar with running node stuff?
#
ben_thatmustbeme
i can run them, just always started some description of how to run it
#
aaronpk
tantek: indieauth.com does, but the apps like quill or teacup actually handle it inconsistently now that I look
#
aaronpk
quill uses the full URL that it gets as the identity, but teacup uses just the domain part
#
tantek
the wiki for example only uses the domain / path
wolftune joined the channel
#
aaronpk
I guess we need to be more explicit about this
#
ben_thatmustbeme
i use the domain
#
tantek
at least document the range of behavior and what are considered better/best practices
#
ben_thatmustbeme
so http and https are the same
#
ben_thatmustbeme
biggest reason for that, is people who up from http to https don't look like a new person everywhere
frzn joined the channel
#
aaronpk
right, that's a good reason for wanting to combine the http and https identities
#
tantek
yeah - there are some odd exceptions like forbes.com (try it with http vs. https)
#
aaronpk
the thing i'm struggling with conceptually is that http identities can't really be treated as secure at all, so maybe apps just shouldn't allow non-https logins at all
#
aaronpk
except in practice that would create a huge barrier
#
tantek
that would cut off a lot of people :/
#
ben_thatmustbeme
yeah, i don't think we could do that
#
ben_thatmustbeme
maybe a slight nudge of "hey you really aren't secure"
#
GWG
Can you require an extra step with http vs https?
#
aaronpk
right, so in practice we end up with people starting off with http, then adding https and not wanting every app to consider that a new account
#
fkooman
aaronpk, if you post using quill and the micropub endpoint sends a 301 with a location header, quill thinks the post was successful :)
#
aaronpk
fkooman: that's correct
#
aaronpk
oh wait no that should be 201
#
fkooman
exactly :-)
eschnou joined the channel
#
kylewm
yeah actually that tripped me up ^
#
aaronpk
oops, it must be looking for just the location header
ben_test joined the channel
#
fkooman
it should probably follow 3xx redirects first :-)
#
aaronpk
you can't follow 3xx redirects for post
#
ben_test
tests
#
fkooman
can't or shouldn't? :)
#
aaronpk
well browsers don't, and i believe the http spec says you shouldn't
#
tantek
note that SHOULD in that context really does mean you can't unless you have some really exceptional reason
#
fkooman
but I actually agree, so I'll fix that :)
ben_test2 joined the channel
#
ben_test2
tests emotes with multiple words
#
ben_thatmustbeme
my fix works aaronpk... send a pull request
#
ben_thatmustbeme
it should be pretty easy to get notifications works too.. way toying with that this morning
#
tantek
last night I setup the Guest List page for IndieWebCamp 2015 - so far it's just aaronpk and me - so go sign-up! https://indiewebcamp.com/2015/Guest_List
#
GWG
aaronpk: Is there a downside to, once someone moves to https, no longer allowing http?
#
GWG
tantek: Which venues are confirmed?
#
aaronpk
GWG: that seems reasonable, just requires a lot more code and edge case handling
#
tantek
GWG, just Portland
#
kylewm
aaronpk: re: redirects, what about the situation where someone intercepts http://kylewm.com and redirects it to http://badactor.com, then they could login as kylewm.com?
#
tantek
so far
KevinMarks joined the channel
#
ben_thatmustbeme
wow... drugs from dentist mess with my typing apparently... just saw all the typos i made
#
Loqi
[mention] yatil posted 'On May 9th, I’ll attend the IndieWebCamp Germany in Düsseldorf. It is part of the beyond tellerrand week which I will miss as I am leaving f...' linking to https://indiewebcamp.com/2015/Germany/ (https://yatil.net/attending-indiewebcamp-germany-2015/)
#
Loqi
[mention] yatil posted 'On May 9th, I’ll attend the IndieWebCamp Germany in Düsseldorf. It is part of the beyond tellerrand week which I will miss as I am leaving f...' linking to https://indiewebcamp.com/2015/Germany (https://yatil.net/attending-indiewebcamp-germany-2015/)
#
tantek.com
edited /2015 (+21) "/* Candidate Cities */ move Portland to confirmed, take myself off organizing other cities"
(view diff)
#
kylewm.com
edited /2015/Guest_List (+368) "/* Creators */ RSVP, yay!"
(view diff)
#
GWG
tantek: Maybe I'll see about getting to Portland this time. I've never been.
#
tantek
GWG, for other cities, see and add to https://indiewebcamp.com/2015#Candidate_Cities especially if you want to make another city happen, step up to help co-organize.
#
tantek
GWG, that would be great too!
#
GWG
I think in NYC right now, I'll focus on HWC.
#
tantek
good call
#
aaronpk
tantek: maybe we can move all the candidate date stuf to a sub-page like 2015/planning to de-clutter the main 2015 page?
#
tantek
it's a mix aaronpk
#
tantek
because date is set so I moved that to the bottom
#
GWG
tantek: I was also pondering trying an online HWC. But afraid it might defeat the point.
#
tantek
however, I left candidate cities near the top so other cities could organize
#
tantek
GWG, yeah - online HWC does defeat the point a bit - we have that nearly 24x7 with just IRC :)
#
GWG
tantek: My thought on it was to attract people who don't come to irc.
snarfed joined the channel
#
GWG
I could always do something crazy.
#
tantek
off to go for a walk, get groceries and think more about /quote posts. Wrote up my "Working On" thoughts here in case anyone wants to edit/contribute: https://indiewebcamp.com/Falcon#quote_posts
ben_test joined the channel
#
snarfed
hey GWG have you played with the 4.2 press this at all?
#
Loqi
snarfed: tantek left you a message on 4/24 at 5:51pm: do you know of any feed reader or other consuming code that consumes Activity Streams 1.0 (Atom/XML) and does something presentationally different with different object-types and verbs? http://indiewebcamp.com/irc/2015-04-24/line/1429923075938
#
ben_thatmustbeme
args: [ '*', '[object', 'HTMLInputElement]', 'Erroneous Nickname' ] well that isn't right
ben_notify joined the channel
#
ben_thatmustbeme
heh, oh yesh, thats better
#
GWG
Snarfed: Yes. But I still am writing my own. It is a great improvement though, isn't it?
#
ben_thatmustbeme
ohh ben_notify, are you getting notifications now?
#
ben_notify
darn, guess not
#
GWG
snarfed: What do you think?
#
snarfed
GWG: not sure, i haven't really dug in much yet
#
ben_thatmustbeme
ohh ben_notify2, are you getting notifications NOW?
#
snarfed
i only use it for posting indie replies (likes etc), so i'm just annoyed i have to port…and i have a sinking feeling it doesn't support direct HTML any more…but meh
#
GWG
snarfed: Want to consider signing on to my solution?
#
ben_thatmustbeme
try this one most ben_notify
ben_notify2 joined the channel
#
ben_thatmustbeme
try this one most ben_notify
#
GWG
When it is more ready?
#
ben_thatmustbeme
try this one most ben_notify2
kylewm_shout joined the channel
#
snarfed
GWG: sure! will yours support a bookmarklet for auto-populating indie reply, like, etc markup based on the current page?
#
snarfed
that's my sole use case
#
ben_thatmustbeme
sorry for all the spammy guys, ben_notify2
#
ben_notify2
gah
#
GWG
snarfed: It already supports a bookmarklet.
#
snarfed
GWG: and the rest of my q? :P
#
ben_thatmustbeme
heh, a notification of the actual html... not so helpful... and probably don't want to get noficiations of my own messages
#
ben_thatmustbeme
but its working otherwise
#
GWG
Since I mark up on the fly and you mark up during creation, not yet. But I intend to support an unkind use case.
#
snarfed
!tell tantek: re consuming AS1, obligatory answer, https://github.com/snarfed/activitystreams-unofficial does: when you use it to publish to silos, it determines the action to publish based on the verb/object type. otherwise, i don't actually follow the AS community, so i'm pretty useless. maybe try bengo?
#
Loqi
Ok, I'll tell him that when I see him next
#
GWG
I am storing the data in post meta either way.
rhiaro_ joined the channel
#
GWG
snarfed: You should recognize some of the code. I borrowed liberally from the micropub and webmention plugins.
#
GWG
Except it uses the Wordpress auth, and if you don't send in a URL, it generates a form to fill.
#
GWG
snarfed: It also has pfefferle's webactions codr, and I hope to add the work on URL handlers done at IWC UK last year.
j12t_ joined the channel
#
GWG
Hoping for a complete solution.
eschnou and ben_notify joined the channel
#
ben_thatmustbeme
test message to ben_notify
#
ben_notify
dang, something wrong with my regex
tantek, rhiaro_ and ben_notify joined the channel
#
ben_thatmustbeme
i will get this notifications bit working eventually
tilgovi joined the channel
#
GWG
ben_thatmustbeme: We're all rooting for you
#
ben_thatmustbeme
it sends the text back already marked up, so i'll have to strip it out
#
ben_thatmustbeme
i can't finish it up now anyway
#
tantek
Loqi, playback
#
Loqi
tantek: snarfed left you a message 32 minutes ago: re consuming AS1, obligatory answer, https://github.com/snarfed/activitystreams-unofficial does: when you use it to publish to silos, it determines the action to publish based on the verb/object type. otherwise, i don't actually follow the AS community, so i'm pretty useless. maybe try bengo? http://indiewebcamp.com/irc/2015-04-25/line/1429987382294
#
tantek
hmm - looked at that and couldn't find a way to feed it an AS1 Atom URL and get sample output (what would be published to a silo if it were doing so)
eschnou joined the channel
#
tantek.com
edited /2015/Germany (+169) "add Indie Event URL"
(view diff)
#
tantek
aaronpk: checking indie event post presentation, e.g. https://aaronparecki.com/events/2015/03/19/1/indiewebcamp - is the duplicate (image attending) "is attending" text (or not attending) deliberate? or is that reply text coming from Bridgy?
#
aaronpk
That text is coming from Bridgy
wolftune joined the channel
#
aaronpk
The same way text from an indie site would come through
#
tantek
I thought we figured this out a few weeks ago
#
aaronpk
I don't remember that conversation
#
tantek
it was primarily with kylewm IIRC
#
aaronpk
I may have been traveling too
#
tantek.com
edited /event (+222) "/* Kyle Mahan */ note newer example with de-dupped display of RSVP status for Bridgy responses"
(view diff)
#
tantek
hmm - looks like kylewm has made it work recently https://kylewm.com/2015/04/homebrew-website-club-1 - though older events still have the duplicate, e.g. https://kylewm.com/2014/12/homebrew-website-club-17-december-2014
#
tantek
aaronpk: since an RSVP is also a reply, the receiving site needs to know how to distinguish between default reply text and actual reply content. I think we settled on p-summary as the place for fallback information for replies in general
#
tantek
i.e. if the receiving site does not understand the "special" reply (e.g. RSVP), it will do the right thing by using the p-summary
#
tantek
whereas for *special* replies (e.g. RSVP), the receiver should use the RSVP information, and then only add reply commentary if there is some in the content
#
tantek
kylewm - do you recall when we had this conversation? because clearly you fixed/changed something in your Indie Event RSVP receiving/display code.
#
tantek.com
edited /Main_Page (+555) "/* IndieWebCamp */ note more 2015 IndieWebCamps coming up!"
(view diff)
#
Loqi
slack/snarfed: tantek: re a-u, you're right, it doesn't have a built in publish preview UI. it's primarily a library. bridgy publish/preview uses it directly though, so you can look at that
#
tantek
but bridgy publish only consumes permalinks to posts right? not feed file URLs?
#
Loqi
slack/snarfed: bridgy, yes. a-u also consumes AS JSON/XML
#
Loqi
slack/snarfed: (and outputs atom but doesn't consume it)
#
tantek
interesing, then I'm confused about what Bridgy Publish actually *publishes* because I thought it only published a single post (by design)
#
tantek
what does feeding it a feed do?
#
tantek
use the most recent entry in the feed?
frzn joined the channel
#
Loqi
slack/snarfed: sorry, I'm being unclear. you're right about bridgy. I'm talking about the a-u library
#
tantek
one of the challenges I have found with AS1/Atom (and frankly JSON) is that there are insufficient *simple* / minimal publishing examples
#
tantek
makes me realize all our "How to markup" sections should start with the simplest possible markup, with maybe a few variants, and only incrementally show how to do more complex things
#
tantek
like there is no simple/minimal AS1/Atom (or JSON) "like" post example anywhere AFAIK
snarfed joined the channel
#
snarfed
examples weren't the primary use case for these, but you might be interested: https://github.com/snarfed/activitystreams-unofficial/tree/master/testdata
#
tantek.com
edited /IndieWebCamps (+1706) "copy IndieWebCamp Cambridge 2015 from home page to here"
(view diff)
#
tantek.com
edited /Main_Page (+27) "/* IndieWebCamp */ ID"
(view diff)
#
tantek.com
edited /Main_Page (-66) "/* IndieWebCamp */ -ID already had one, dedup "next" & h-event container, move p-name summary markup to after heading"
(view diff)
#
tantek
aaronpk - I've taken care of copying the home page next IWC section to the /IndieWebCamps archive - go ahead and update it for /2015/Germany : https://indiewebcamp.com/#next
wolftune joined the channel
#
tantek.com
edited /2015 (+205) "add Indie Event placeholder, Lanyrd"
(view diff)
#
tantek
really pleased with how well lanyrd works without JS
#
tantek
Lanyrd++
#
Loqi
Lanyrd has 1 karma
#
tantek
speaking of - Lanyrd URL for IWC 2015 is up: http://lanyrd.com/2015/indiewebcamp/
KevinMarks__ joined the channel
#
tantek
what is Lanyrd?
#
werd.io
edited /2015/Guest_List (+344) "/* Creators */"
(view diff)
#
tantek.com
created /Lanyrd (+137) "stub with dfn, URL, see also"
(view diff)
#
tantek.com
edited /Lanyrd (+183) "POSSE to, link to Bridgy feature request"
(view diff)
KevinMarks joined the channel
#
tantek.com
edited /Lanyrd (+220) "Backfeed from - no one so far, note Bridgy backfeed feature request"
(view diff)
#
tantek.com
edited /event (+274) "/* POSSE */ Lanyrd"
(view diff)
KevinMarks__ joined the channel
#
tantek
kylewm: could you post an indie event for https://indiewebcamp.com/2015 and FB POSSE copy? If Redwind allows for it, note also the Lanyrd copy: http://lanyrd.com/2015/indiewebcamp/
KevinMarks and KevinMarks___ joined the channel
#
fkooman
aaronpk, can you clean the micropub location cache of quill? i moved the endpoint and now the old one is still used :(
KevinMarks joined the channel
#
fkooman
aaronpk, oops, my bad :)
snarfed, j12t, LCyrin, wolftune, almereyda, awolf and KevinMarks joined the channel
KevinMarks__ joined the channel
awolf joined the channel
#
tantek
that adamrcoom link is js;dr. also tried it with JS on, and got this error:
#
tantek
"Failed to load resource: https://.… jquery … An SSL error has occurred and a secure connection to the server cannot be made."
#
tantek
js required = your content is fragile and can fail to show for many reasons, not just because the user has JS off
awolf and j12t joined the channel