#indiewebcamp 2016-05-02

2016-05-02 UTC
KartikPrabhu1 joined the channel
#
tantek
GWG, I'd say delete it, because that's the dominant silo UX
#
tantek
and then if you want to do extra work, you could put a "this comment deleted by author" if there were responses to the comment
#
tantek
but strictly speaking I don't think that's necessary
#
kylewm
^that's what I was wondering, do hackernews and reddit show tombstones even if there aren't replies?
#
tantek
kylewm: not sure - perhaps worth documenting them? I don't really take either of those to be bastions of UX
#
tantek
what is hackernews?
#
Loqi
Hacker News is a bookmark posting silo as well as a silo for comments on those links https://indiewebcamp.com/hackernews
#
tantek
what is reddit?
#
Loqi
Reddit is a link aggregator and bulletin board site where community members may submit links and text posts, vote on the submitted entries, and post comments on them https://indiewebcamp.com/Reddit
#
kylewm
tantek: yeah, I try to avoid both
#
aaronpk
while they're not the prettiest things in the world, they get a *lot* of traffic, and are definitely worth documenting since they seem to be doing *something* right
#
ben_thatmustbeme
made a few minor improvements to my reaction emoji UI
#
GWG
Hello, ben_thatmustbeme.
#
ben_thatmustbeme
notes not to call it reacji
#
snarfed
ben_thatmustbeme++
#
Loqi
ben_thatmustbeme has 141 karma
#
tantek
aaronpk: I suppose they're worth documenting if someone wants to base work on their prior art
#
tantek
Digg used to get a lot of traffic too
#
tantek
ben_thatmustbeme, snarfed definitely feel free to add to / start /reacji#Criticism for why you find the term unappealing. worth documenting such impressions.
#
snarfed
sure! will do. tl;dr: everyone else uses "reactions." common terminology is more valuable than minor semantic differences.
#
ben_thatmustbeme
thus why i think 'reaction emoji' actually fits my use quite well, as they are reactions that are ONLY emoji, while one could do the same with images or something
#
tantek
makes sense
#
ben_thatmustbeme
what is poopji?
#
Loqi
poopji is a reacji of a pile of poop (💩) https://indiewebcamp.com/poopji
#
snarfed.org
edited /reacji (+324) "reactions!"
(view diff)
#
tantek
snarfed, while you're here, do you think you'll be able to make it to IndieWeb Summit? especially the day 0 leader summit?
#
snarfed
tantek: sorry, no. wish i could! we'll be in wyoming
#
tantek
ben_thatmustbeme: how about you?
#
GWG
If I come to Portland, I'd get to meet snarfed?
[kevinmarks] joined the channel
#
GWG
The number of pros grows.
#
ben_thatmustbeme
i will not be able to
#
ben_thatmustbeme
way too much going on
#
ben_thatmustbeme
on a side note, we just got 2 offers on our house (open house was today)
#
tantek
KevinMarks: that sounds more like internet quit rather than just silo quit
#
tantek
more like pulling a Pilgrim
#
tantek
KevinMarks: their website radiohead.com return just returned nothing
#
kylewm
do node people here have any recommendations for template engine? (for a small, pretty simple Express application)
#
Loqi
[indieweb] "miklb commented on pull request miklb/jekyll-indieweb#4" by miklb https://github.com/miklb/jekyll-indieweb/pull/4#issuecomment-216083700
#
Loqi
[indieweb] "miklb merged pull request miklb/jekyll-indieweb#4" by miklb https://github.com/miklb/jekyll-indieweb/pull/4
#
Loqi
[indieweb] "miklb pushed to master at miklb/jekyll-indieweb" by miklb https://github.com/miklb/jekyll-indieweb/compare/34d5da9031...5a20abe274
#
miklb
might be regretting that project name :-)
#
aaronpk
i'm still surprised that it's the first one that superfeedr has picked up on
#
Loqi
[markpilgrim] HTTP Error 447: Gone until I get the attention I deserve (posted 2003-11-25T15:34:31+00:00)
#
[kevinmarks]
I used jade for pestagram.com, it was fairly easy, but a different syntax from jinja et al
#
kylewm
Loqi++
#
Loqi
Loqi has 397 karma
#
kylewm
thanks kevinmarks
#
miklb
[kevinmarks] that pull request came from someone who saw your presentation last week.
#
Loqi
[indieweb] "miklb pushed to master at miklb/jekyll-indieweb" by miklb https://github.com/miklb/jekyll-indieweb/compare/5a20abe274...0be7d30ccb
#
Loqi
[indieweb] "miklb pushed to gh-pages at miklb/jekyll-indieweb" by miklb https://github.com/miklb/jekyll-indieweb/compare/0a5bcc984e...023c42079e
#
aaronparecki.com
edited /2016/Schedule (+149) "update day 1 schedule"
(view diff)
#
kylewm
KevinMarks: it looks like Swig is ~= jinja, think I'll use that
tantek, Phyks, alexhartley and snarfed joined the channel
#
bear
does quill allow for edit/delete testin?
wolftune, alexhartley and Leeky joined the channel
#
kylewm
bear: I'm pretty sure no
#
bear
yea, I'm finding that out now
#
bear
now i'm trying to figure out how to return a 410 GONE using static files only
#
Loqi
[indieweb] "Indieweb Post Kinds" by David Shanske https://wordpress.org/plugins/indieweb-post-kinds/#post-77573
snarfed joined the channel
#
kylewm
although you probably have an nginx trick up your sleeve :)
#
bear
yea, found it (took longer than I want to admit - gotta start searching indieweb wiki first)
#
bear
I do have some nginx thoughts - but first I want to validate that static html works
#
bear
nginx way would be to have a location check for *.delete for location
#
kylewm
I don't know of anyone that actually supports the meta http-equiv way right now
#
kylewm
so might be difficult to verify
#
bear
i'm adding it to my static site
#
kylewm
whoa, not much precedent for http-equiv=Status outside of our wiki
#
bear
well - firefox doesn't honor <meta http-equiv="Status" content="410 GONE" />
alexhartley joined the channel
tantek, wolftune and gRegorLove joined the channel
#
bear
yea, even if the only thing in the html is the meta tag it doesn't work
#
tantek
that's because we invented it here
#
tantek
it's literally a brainstorm/proposal here in indieweb to solve this particular use-case
#
tantek
if we incubate it and get it working
#
bear
inventing it here doesn't help my immediate need tho :/
#
tantek
then we can add it to Webmention
#
tantek
bear what's your immediate need?
#
bear
deleting posts in a static environment
#
gRegorLove
Was the $5 IWC fee serious or a joke?
#
tantek
that's what it's for
#
tantek
gRegorLove: serious
#
tantek
why did you think it was a joke?
#
bear
but it doesn't work when used as a meta http-equiv
#
gRegorLove
What's the reasoning for it?
#
GWG
What will the $5 be used for?
#
GWG
gRegorLove: You coming to PDX?
#
tantek
bear what do you mean by "doesn't work"?
#
tantek
yes it has to be implemented by indieweb consumers also
#
tantek
that's how everything we come up with here works
#
kylewm
isn't meta http-equiv outdated in general, like for any use case?
#
kylewm
it feels like a weird thing to build upon
#
gRegorLove
GWG: Yeah, I'm on the RSVP list.
#
tantek
kylewm: it is the closest existing building block
#
bear
I created html for a deleted post that contained <html><head><meta http-equiv="Status" content="410 GONE" /></head><body></body></html> and a browser shows it as 200 status
#
tantek
bear of course there is no existing implementation
#
tantek
we came up with it!
#
bear
you are starting to irk me
#
tantek
that shouldn't surprise you
#
GWG
gRegorLove: If I get there, I look forward to shaking your hand.
#
gRegorLove
tantek: I didn't understand the reasoning for charging people who might be interested in IWC but aren't set up yet, vs free for the rest of us
#
tantek
gRegorLove: it's a minimal fee to get more accurate counts for participation, since we're opening it up to everyone who wants to attend
#
bear
so i'll repeat my above assertion - if my static site has no way of being able to return a 410 for a deleted post how will it work for me to send a webmention update for a deleted post if the receiver gets 404 or 200
#
tantek
(instead of just people with their own site)
#
gRegorLove
Hm. It doesn't sit well with me, even if it's a minimal fee.
#
aaronpk
well last year we didn't charge anything for tickets and had about 50% no-shows from the tickets that were registered
#
gRegorLove
So it's to help filter out people who might RSVP but then not show up?
#
tantek
gRegorLove: why?
#
tantek
yes, that's what happens
#
tantek
and getting people to pay $5 makes them more vested in attending
#
tantek
it's pretty typical encouragement
#
gRegorLove
Did that prevent anyone from coming last year?
#
tantek
did what?
#
aaronpk
did what prevent anyone from coming?
#
kylewm
bear: I think the idea is that webmention receivers would parse the HTML and look for http-equiv specifically.
#
tantek
kylewm is correct
#
GWG
What will the proceeds go toward?
#
gRegorLove
The amount of no-shows last year. E.g. Did it appear to be full and people didn't show up, when they could have?
#
bear
then that should have been more clearly specified - here I am trying to use it to generate a http status code
#
aaronpk
we ended up ordering way more food than we should have
#
aaronpk
which i would not like to repeat
#
gRegorLove
Ok, that makes sense.
#
kylewm
we had pretty good turn out in SF last year from people who registered on Eventbrite, but I think that was down to Andi more than the registration mechanism
#
tantek
gRegorLove: also the language we've had in the past around creators only or people with their own sites only etc. tended to discourage a lot of people, especially those who were not naturally self-assertive
#
gRegorLove
I guess I would feel more comfortable if it was a minimal fee for everyone then, rather than just those who don't post on their own site.
#
gRegorLove
tantek: Sure, though I thought we iterated on that pretty well last year.
#
tantek
so instead, we're opening it up broadly, but simultaneously putting a minor fee on it just so people make it a conscious decision to attend, instead of just the "RSVP to all the things" crowd
#
gRegorLove
Is a blog post saying you're coming still a valid free RSVP this year?
#
kylewm
hmm, we should start banging the drum on that "scholarship" fund too
#
tantek
gRegorLove: good Q. I think aaronpk wanted to reduce the # of ways to RSVP
#
gRegorLove
I just don't like the tiers it implies, I guess.
#
aaronpk
okay there's enough chatter here for me to drop a link here
#
tantek
it's a lot more than $5 worth of time / work to get RSVPs working on your own site, so yes that's incentive
#
kylewm
gRegorLove: $5 is less than domain registration ;)
#
gRegorLove
Indie RSVP or edit the wiki? Free. All others, pay.
#
tantek
gRegorLove: no it's more like a discount code
#
Loqi
IndieWeb Summit
#
aaronpk
RSVPs are *only* done through ti.to registration
#
tantek
kylewm: good point
#
tantek
if someone doesn't want to pay $5 to participate then they're unlikely going to want to pay money to buy their own domain etc.
#
aaronpk
if you post an RSVP from your site, and send a webmention to that page, you'll show up there
#
aaronpk
when you check out through ti.to for the "free" ticket, it asks you to provide the link to your RSVP
#
bear
k, webmention.rocks/delete/1 doesn't like http-equiv
#
tantek
now we're getting somewhere
#
tantek
bear++ for posting a meta 410
#
Loqi
bear has 127 karma
#
kylewm
dang aaronpk nice work
#
gRegorLove
It's not really about the amount ($5). Having a domain already wasn't a requirement last year.
#
aaronpk
it's a classic problem of hosting free events
#
tantek
gRegorLove: you're missing the point. if someone doesn't want to pay $5 to participate then they're unlikely going to want to pay money to buy their own domain etc.
#
tantek
nothing about that said having a domain already
#
gRegorLove
aaronpk: Yeah, I do get it for food and such, and don't have a good alternative suggestion
#
tantek
gRegorLove: a lot of this is from experience hosting free events
#
tantek
part of making them work well is getting accurate counts. a minimal fee works wonders for that
#
gRegorLove
Guess I'd just feel more at ease if it applied to everyone.
#
tantek
the incentive to get indie RSVPs working is a good thing
#
tantek
or heck, people can always volunteer!
#
gRegorLove
Why not? :) It's a minimal fee.
#
tantek
that's certainly open to everyone
#
aaronpk
can we make an FAQ about this?
#
aaronpk
"why is it free if I have my own website?"
#
bear
hmm, most of the example deleted posts on /deleted don't actually return a 410
#
tantek
bear - definitely worth noting as nested bullet items * on them!
#
tantek
reverifying IndieWeb Examples of any kind is worth it
#
kylewm
bear: I added http-equiv support to my webmention receiver if you want to try it!
#
bear
what is the link I should use to generate a webmention?
#
Loqi
It looks like we don't have a page for "link I should use to generate a webmention" yet. Would you like to create it? https://indiewebcamp.com/s/10KG
#
tantek
kylewm++
#
Loqi
kylewm has 327 karma
#
tantek
kylewm what did you have to add to your webmention receiving code to process the http-equiv properly?
#
kylewm
like, search the document for the meta tag, parse out the content and convert to an int
#
bear.im
edited /deleted (+234) "update for those that don't return 410"
(view diff)
#
bear
kylewm what url can I use as a mention to test?
#
kylewm
bear: oh feel free to reply to any post you like
#
kylewm
hmm, although your question makes me think we're miscommunicating
#
tantek
bear how can a HTTP request return both a 410 and do a redirect? I"m confused
#
bear
so am I
#
bear
I had firefox dev tools open and that's what happened
#
tantek
that is so strange
#
kylewm
bear: if you send me a mention (e.g. on https://kylewm.com/2016/04/cats-are-magical), then you should be able to http-equiv delete it, resend the mention, and the comment shuld disappear from my site
#
bear
ok, first sent - I see it
#
bear
deleted and resent...
#
bear
\o/ gone
#
bear
kylewm++
#
Loqi
kylewm has 328 karma
#
tantek
aaronpk++ for http://2016.indieweb.org/ - this is looking really nice and much more like a "proper" event page than our wiki, and better than a silo event page too
#
Loqi
aaronpk has 126 karma
#
tantek
kylewm++ for implementing consuming http-equive status 410!
#
Loqi
kylewm has 329 karma
#
tantek
congrats bear and kylewm! that sounds like you just got a pretty big interop milestone working!
#
bear
goes to see what changes to ronkyuu will be needed for this
#
tantek
kylewm: how hard was it to "search the document for the meta tag, parse out the content and convert to an int"?
#
snarfed
sets up a reverse proxy to get around instagram's IP blocking
#
tantek
snarfed, this feels like an unwinnable contest :(
#
snarfed
tantek: only if they actually noticed and blocked bridgy specifically
#
snarfed
which i doubt
#
snarfed
and lo, it is done
#
snarfed
apache++
#
Loqi
apache has 2 karma
#
snarfed
three config lines :P
#
kylewm
!karma nginx
#
Loqi
nginx has 8 karma
#
kylewm
tantek: like 15 minutes to add the http-equiv stuff?
#
kylewm
snarfed: are you bouncing it off your snarfed.org server?
#
snarfed
kylewm: not telling :P
#
snarfed
kidding. no, off huffduff-video. snarfed is on a shared server
#
kylewm
oh huh, I thought huffduff was running on appengine too
#
snarfed
nah, it needs all sorts of binaries and C modules that stock app engine (python) doesn't support
#
snarfed
GCE would be fine, and maybe managed VMs, and *maybe* AWS lambda, except for the 5m request deadline
#
snarfed
anyone who's been missing bridgy instagram backfeed over the last few days, feel free to go click your poll now button
#
tantek
what is GCE?
#
Loqi
It looks like we don't have a page for "GCE" yet. Would you like to create it? https://indiewebcamp.com/s/10KH
#
snarfed
GCE is [https://cloud.google.com/compute/ Google Compute Engine].
#
loqi.me
created /GCE (+92) "prompted by tantek https://indiewebcamp.com/irc/2016-05-01/line/1462167132267 and dfn added by snarfed"
(view diff)
#
tantek
what is Google Compute Engine?
#
Loqi
It looks like we don't have a page for "Google Compute Engine" yet. Would you like to create it? https://indiewebcamp.com/s/10KJ
#
tantek
huh I thought we actually had a page on it
#
tantek
snarfed, which expression is more often used? the abbr or the phrase?
#
snarfed
tantek: not sure
#
snarfed
if you're picking where to document, go with the phrase
#
tantek.com
edited /Main_Page (+45) "explicit no bg on the th cells"
(view diff)
#
Loqi
[indieweb] "IndieWeb Summit 2016 - Portland, Oregon http://2016.indieweb.org/" by Chris Aldrich http://stream.boffosocko.com/2016/indieweb-summit-2016---portland-oregon
hecliunyx joined the channel
#
tantek
^^^ hey aaronpk was that ready to broadcast? ;)
miklb joined the channel
#
gregorlove.com
edited /deleted (+494) "/* IndieWeb Examples */ +me"
(view diff)
#
@btconf
5 days for the #IndieWebCamp kick off. 7 days until #btconf Düsseldorf happens for the sixth time! #excitement https://beyondtellerrand.com
(twitter.com/_/status/727018708590297088)
alexhartley and cweiske joined the channel
#
tantek.com
created /2016/newskin (+1773) "draft with dfn why, non-goals, issues, to do, participants, completed, see also"
(view diff)
#
tantek.com
edited /2016/newskin (+107) "to do: CSS to float:right the TOC on all pages by default"
(view diff)
#
@eay
@sipgateDE Guten Morgen! Eine kurze Frage: Kann man für’s @IndieWebCamp am Sa/So bei euch oder irgendwo in der Nähe parken? /cc @marcthiele
(twitter.com/_/status/727024133620547584)
#
@bastianallgeier
RT @btconf 5 days for the #IndieWebCamp kick off. 7 days until #btconf Düsseldorf happens for the sixth time! #excitement https://beyondtellerrand.com
(twitter.com/_/status/727022765342121984)
#
tantek.com
edited /2016 (+43) "/* Schedule */ some tentative shuffling of keynotes"
(view diff)
marcthiele joined the channel
#
bear.im
edited /deleted (+326) "add mine to the examples list"
(view diff)
#
tantek
I'm tempted to implement deleted the same way to help provide incentive for more webmention receivers to implement it
loic_m joined the channel
#
tantek
!tell snarfed, kylewm Bridgy Publish to FB web UI is failing weirdly. several times in a row it is redirect to make me re-login to FB (I'm already logged in), then strangely failing with a FB UI error message, and then eventually it seems to randomly work (after 3-4 attempts?).
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek.com
edited /GCE (-57) "redir to phrase"
(view diff)
#
tantek.com
edited /Google_Compute_Engine (+79) "tweak dfn, see also"
(view diff)
#
tantek.com
edited /Amazon_EC2 (+10) "see also GCE"
(view diff)
#
bear
ugh - had no idea it was already 0400 !
#
bear
but on the bright side - my site is now handling updates and deletes for posts and webmentions
#
tantek
bear clearly you must have been having fun :)
#
tantek
that's pretty epic
#
bear
yea, lots of little refactorings to the support flask app I use for micropub and webmentions
#
tantek
you got micropub update/delete working, and webmention sending of updates and deletes?
#
bear
filed a bug for webmention.rocks - once that is done I will be 21/21 for webmentions 2/2 for updates and 1/1 for deletes
#
tantek
that's awesome
#
bear
yes, micropub create, update and delete -- just using my own command line tools for now - haven't tested it with any online editor
#
bear
and during any update of a post/article it scans webmentions for "freshness"
#
tantek
how about micropub undelete?
#
bear
that is ready to implement
#
bear
I save the original html and secondary data when I flag a post as deleted
#
bear
so undelete is clearing a flag file and regenerating
#
bear
but I don't want to say it's fully implemented until I test it with at least one external client
#
tantek
makes sense
#
sknebel
bear: is your micropub endpoint open-source somewhere?
#
sknebel
bear++ :)
#
Loqi
bear has 128 karma
#
bear
it's still very much oriented to how I do things, but it's a flask app and shouldn't be too hard to tweak
#
tantek
what is kaku?
#
Loqi
It looks like we don't have a page for "kaku" yet. Would you like to create it? https://indiewebcamp.com/s/10KK
#
bear
kaku is a Python Flask app that is used to handle incoming micropub and webmention requests for bear.im
#
loqi.me
created /kaku (+130) "prompted by tantek https://indiewebcamp.com/irc/2016-05-02/line/1462177224931 and dfn added by bear"
(view diff)
#
tantek
and open source!
KartikPrabhu joined the channel
#
bear.im
edited /kaku (+29) "add links"
(view diff)
#
bear
what is kaku
#
bear
sleeps
alexhartley joined the channel
#
tantek.com
edited /kaku (+140) "open source, self-dogfooded, see also, linky linky"
(view diff)
alexhartley, dogada and Pierre-O joined the channel
#
@bastianallgeier
I’m really looking forward to my 2nd IndieWebCamp: http://indiewebcamp.com/2016/D%C3%BCsseldorf/Guest_List There are still 4 seats left. Join if you can!
(twitter.com/_/status/727062831204589568)
ehlovader and Pierre-O joined the channel
#
@btconf
Welcome to the #IndieWebCamp, Mr. @glennjones ;) See you on Saturday.
(twitter.com/_/status/727074647771074561)
#
glennjones.net
edited /2016/Düsseldorf/Guest_List (+183) "Added participant"
(view diff)
#
tantek.com
edited /tag-reply (+930) "/* How to */ person tag reply adapted from brainstorm example in [[person-tag]]"
(view diff)
#
@glennjones
@bastianallgeier had to leaving booking very late this year, but looking forward to been in Düsseldorf for @indiewebcamp this weekend
(twitter.com/_/status/727079681208516608)
#
tantek.com
edited /person-tag (-336) "/* Basic Person Tagging example */ move to tag-reply how to"
(view diff)
chimo_ joined the channel
#
tantek
awesome! Glenn Jones will be there too!
acegiak, finchd and renoirb joined the channel
#
marcthiele
tantek: Yip. Has to remind him to come, last week ;)
#
Loqi
marcthiele: voxpelli left you a message on 4/29 at 4:44am: My guess is that the IndieAuth.com issue is caused by a ü-char. I opened an issue for it at the repo http://indiewebcamp.com/irc/2016-04-29/line/1461930239271
#
Loqi
marcthiele: aaronpk left you a message on 4/29 at 7:44am: voxpelli is right, the problem with the login is when it's trying to take you back to the Düsseldorf page. if you click on the home page and log in from there it will work fine. http://indiewebcamp.com/irc/2016-04-29/line/1461941090580
#
Loqi
marcthiele: aaronpk left you a message on 4/29 at 7:52am: it looks like for whatever reason, Google is not actually showing the link to your website in the HTML response that indieauth.com gets. They have a nasty habit of changing the HTML they send back depending on who's fetching it. I would start using Github instead of Google. http://indiewebcamp.com/irc/2016-04-29/line/1461941543544
#
tantek.com
edited /tag-reply (+53) "/* person tag reply */ notifications in order"
(view diff)
alexhartley joined the channel
#
tommorris.org
created /chatbot (+2895) "new article about chatbots which will change everything, apparently"
(view diff)
#
tommorris.org
created /conversational_UI (+21) "redirect"
(view diff)
#
voxpelli
:( looks like Düsseldorf will be a really awesome event, so wished I could be there
Garbee and cyberjar09 joined the channel
#
cyberjar09
hello all just learned about indiewebcamp am excited to being my journey
#
cyberjar09
I have just bought my own domain and have setup a RPi2 at home but not sure how to go about setting up synamic DNS so it is available online .. any guides out there?
#
cweiske
maybe your router supports dyndns
#
cweiske
that would be the easiest option
#
cyberjar09
oh ok Ill have to check in that case
#
cyberjar09
will be back
#
cyberjar09
i use archer c7
hs0ucy joined the channel
#
cweiske
I made my own dyndns utilizing a ssh on my home server to the DNS server that's on a "real" server - http://cweiske.de/tagebuch/ssh-dyndns.htm
#
Loqi
[Christian Weiske] DynDNS via SSH
[jgarber] joined the channel
#
[jgarber]
Good morning/afternoon/evening, all! DC’s still looking for a home for this week’s HWC. Is anyone here local to the Washington, DC area and know of a good place to meet?
mlncn, alexhartley, alexhart_, Rev_Illo, snarfed, tantek, nitot_ and wolftune joined the channel
Lancey, shiflett, frzn and PFMurph_ joined the channel
#
kylewm
Jgarber: cc Kevinmarks I think he had a place to recommend
#
Loqi
kylewm: tantek left you a message 7 hours, 33 minutes ago: Bridgy Publish to FB web UI is failing weirdly. several times in a row it is redirect to make me re-login to FB (I'm already logged in), then strangely failing with a FB UI error message, and then eventually it seems to randomly work (after 3-4 attempts?). http://indiewebcamp.com/irc/2016-05-02/line/1462174846944
Leeky_ and dym_cx joined the channel
#
dym_cx
> "Notifying post authors of webmentions, comments and other interactions with their posts" /chatbots
#
dym_cx
this would be a big leap since right how webmentions only go to those who have it
#
cyberjar09
I use namecheap they have a guide for setting up dynamic dns. I did not need to use my router but I installed a client on my RPi instead .. am I missing anything?
saurik_, anarchivist_, hecliunyx_, M-Kodo, benborges, hs0ucy, g3funk and KartikPrabhu joined the channel
#
Loqi
[indieweb] "Testing Reactions Known plug-ins : it would be great to have the idnoOpenGraph plug-in into core and Allows Known Reactions to take advantage of it" by Rick Mendes http://www.rmendes.net/2016/testing-reactions-known-plug-ins-it-would-be-great-to-have
#
sknebel
cyberjar09: benefit of using the router is that it knows immediately when the IP has changed
#
sknebel
but you can do it from the Pi as well
#
tantek.com
edited /GitLab (+395) "advocacy, see also"
(view diff)
#
@btconf
RT @getkirby I’m going to be at IndieWebCamp & @btconf in Düsseldorf next week. Let’s meet, if you are there as well.
(twitter.com/_/status/727164934598053889)
#
@getkirby
I’m going to be at IndieWebCamp & @btconf in Düsseldorf next week. Let’s meet, if you are there as well.
(twitter.com/_/status/727164857754259457)
#
tantek
getkirby++ nice!
#
Loqi
getkirby has 1 karma
#
tantek
what is Kirby?
#
Loqi
Kirby is a filed-based CMS https://indiewebcamp.com/Kirby
snarfed joined the channel
#
Loqi
[indieweb] "@obra I'm converting to the PESOS religion. #indieweb" by Ben Werdmüller http://werd.io/2016/obra-im-converting-to-the-pesos-religion-indieweb
#
aaronpk
i get that, to some extent
#
tantek
from reading the thread I think (hope?) benwerd omitted a ;)
#
aaronpk
for checkins, i'm still planning on checking in from foursquare and backfeeding them to my site
snarfed joined the channel
#
tantek
PESOSing them to your site?
#
tantek
backfeed is for responses ;)
#
@benwerd
@obra I'm converting to the PESOS religion. #indieweb
(twitter.com/_/status/727168595864637440)
#
aaronpk
I don't see a lot of value in POSSE'ing to foursquare, it would only add a lot of complexity to whatever interface I make
#
tantek
LOL: "On its first day, my horrible affliction test had received 60,000 visits."
#
tantek
benwerd++ for still using his own domain and a subdomain: https://words.werd.io/we-are-the-monkeys-of-rum-70f81d4a02df
#
Loqi
benwerd has 112 karma
snarfed1 joined the channel
#
kylewm
tantek: I would guess ben wasn't kidding. have you seen this? https://groups.google.com/forum/#!topic/known-dev/_GGQpLHqdQI
#
tantek
I cringe at every Google Groups permalink
#
tantek
otherwise known as "Loading..."
#
tantek
Loqi, why is Google Groups so slow?
#
aaronpk
it would be amazing if the Medium app supported micropub and could be used to post to your own site
#
kylewm
Firefox is incredibly slow to load google domains for me
#
kylewm
pushing me off firefox altogether
#
tantek
kylewm: it does the opposite for me, it makes me want to avoid google domains
#
tantek
aaronpk, same for the WordPress mobile app!
#
aaronpk
definitely!
snarfed joined the channel
#
tantek
kylewm - I don't think mobile vs. POSSE is a dichotomy, or rather, it's a false dichotomy
#
tantek
though I do think there is something to be said for your idea (and plugin!) for a backfill approach
snarfed joined the channel
#
snarfed
morning all!
#
Loqi
snarfed: tantek left you a message 8 hours, 50 minutes ago: Bridgy Publish to FB web UI is failing weirdly. several times in a row it is redirect to make me re-login to FB (I'm already logged in), then strangely failing with a FB UI error message, and then eventually it seems to randomly work (after 3-4 attempts?). http://indiewebcamp.com/irc/2016-05-02/line/1462174846944
#
tantek
morning snarfed!
#
snarfed
ugh, sorry about that. we can look, but if it worked eventually, i suspect FB API flakiness
#
tantek
well the fact that I get login prompted every time is a bug
#
tantek
I'm guessing that's the cause of the flakiness
#
tantek
(login prompted into FB when Bridgy bounces to FB briefly)
#
tantek
(when I should already be cookie'd in)
#
kylewm
a FB bug you mean?
#
tantek
kylewm: good question. the buggy behavior is new as of perhaps the last month.
#
kylewm
well bridgy has you auth before publishing by design
#
tantek
but I'm already auth'd
#
kylewm
because it doesn't have any persistent idea of you being authed
#
tantek
oh - to prevent random people from POSSEing from my site to my FB profile?
#
snarfed
also, funny
#
snarfed
apologies for putting on his pedantic hat
#
snarfed
tantek: POSSE to github is arguably just git push. looks like that FB project is about mapping an internal code base to an external project, sanitizing confidential strings, etc
#
tantek
appreciates URLs as answers :)
#
snarfed
oh, except, that url doesn't actually answer this specific q
#
snarfed
sorry :P
#
snarfed
wait, no, it does, just tersely
#
snarfed
i must have written it :P
#
tantek
yep - I got it.
#
tantek
huh - I wonder if I have the backlink to bridgy publish for FB, does it need to auth?
#
snarfed
no. eg it doesn't auth for webmention publish, only for interactive
#
tantek
that is if I use the Bridgy web UI to POSSE a post, but the post already has the link to bridgy to publish, it the web UI could do it without auth right? since someone could send a webmention without auth?
#
tantek
that's what I mean. interactive + backlink = no auth?
#
snarfed
yeah we could consider removing it
#
snarfed
the backlink is required anyway
#
kylewm
it is??
#
kylewm
i thought interactive was ok without a backlink
#
snarfed
sorry, yes. i mistyped.
j12t joined the channel
#
snarfed
tantek: thanks for the idea! filed https://github.com/snarfed/bridgy/issues/666
wolftune joined the channel
#
tantek.com
edited /Kirby (+292) "community participation, see also"
(view diff)
ehlovader and [shaners] joined the channel
#
[shaners]
Morning, Loqi.
#
Loqi
[shaners]: tantek left you a message on 4/28 at 6:40pm: were you able to take/post a photo from HWC LA/SM? https://indiewebcamp.com/events/2016-04-27-homebrew-website-club#Photos http://indiewebcamp.com/irc/2016-04-28/line/1461894005966
#
Loqi
[shaners]: tantek left you a message on 4/29 at 12:35pm: little over an hour to post a photo from HWC LA/SM before the newsletter gets sent out http://indiewebcamp.com/irc/2016-04-29/line/1461958545876
#
Loqi
who, me?
#
[shaners]
I’m seeing a bunch of broken avatar images in Slack. Anyone else?
#
aaronpk
the same images are used in the web logs, are they missing there too?
yakker joined the channel
#
[shaners]
Nope. Web logs look good.
#
[shaners]
Maybe a local cache problem in my Slack.app.
#
tantek
words to keep keeping in mind: "And even if the damned thing worked, it would not offer me the functionality I really want: which is to connect with my real friends, who are all on Twitter, Facebook, or (yes, even some) on G+. "
#
snarfed
tantek++
#
Loqi
tantek has 289 karma
#
tantek
hey kylewm, ben_thatmustbeme did you either of you implement receiving tag-replies? especially person tag replies?
gRegorLove joined the channel
#
tantek
I feel like we talked about this but don't remember where it ended up
#
tantek
(this is for someone else person-tagging a post of yours, like a photo)
#
tantek.com
edited /tag-reply (+18) "/* See Also */ location-of"
(view diff)
#
gRegorLove
Good morning, indiewebcamp
#
kylewm
tantek: I don't recognize them as anything beyond person mentions
snarfed joined the channel
#
tantek
wow that's a tipping point of sorts
#
tantek
seing pingback framed relative to webmention rather than vice versa
hs0ucy, dogada and [shaners] joined the channel
#
[shaners]
benwerd!
#
[shaners]
Long time. Hi!
[benwerdmuller] joined the channel
#
[benwerdmuller]
waves
#
[shaners]
Are you gonna be at IWC PDX in June?
#
[benwerdmuller]
Categorically yes
#
[benwerdmuller]
Really looking forward to it
#
[shaners]
Righteous. Me too.
#
[benwerdmuller]
Awesome!
tantek joined the channel
#
tantek
shaners, while you're here, is IWC LA/SM happening Wednesday? https://indiewebcamp.com/events/2016-05-04-homebrew-website-club#Where
#
tantek
aaronpk: you too - need a venue for PDX (assuming you're in town before flying out!)
#
tantek
shaners, hoping for a quick yes/no before updating the wiki
#
tantek
sorry, HWC LA/SM
chrisaldrich joined the channel
#
tantek
chrisaldrich: maybe you know - is HWC LA/SM happening this week
#
@jkphl
I could need some #IndieWeb-savvy co-organizers for https://indiewebcamp.com/2016/Nuremberg/IndieWeb-Hack-Day during the @openSUSE conference. Pls ping me if you can help!
(twitter.com/_/status/727194710738124800)
#
chrisaldrich
Shaners: if it helps, I'm going to be stuck this week and can't make it across town...
#
chrisaldrich
Shaners: if it helps, I'm going to be stuck this week and can't make it across town...
tantek joined the channel
#
chrisaldrich
tantek: I think his intention was to do it weekly going forward to start softening the ground for IWC LA in November
tantek joined the channel
#
chrisaldrich
I can't speak for Shaners as he's got the keys to the location, but I'd suspect it's on, though not sure how attendance will do this week with me out....
#
[benwerdmuller]
I’m so behind the times, but count me in for IWC LA too
#
Loqi
[Shane Becker] First Homebrew Website Club in LA/Santa Monica, California
#
[shaners]
Thanks, T. That was on my list for today.
#
[benwerdmuller]
Sold. My aunt and uncle live over by the Mormon Temple, so it’s also incredibly convenient for me :thumbsup:
#
ben_thatmustbeme
tantek, no i haven't done tag replies
#
tantek
thanks for confirming and getting a venue shaners
#
ben_thatmustbeme
for me tagging is something i would prefer others not be able to do. If i do implement it, it would really be as a suggestion i would have to approve
benwerd joined the channel
#
Loqi
[indieweb] "First Homebrew Website Club in LA/Santa Monica, California from 4/27/16 #IndieWeb" by Chris Aldrich http://stream.boffosocko.com/2016/first-homebrew-website-club-in-lasanta-monica-california-from-42716
#
@ChrisAldrich
First Homebrew Website Club in LA/Santa Monica, California from 4/27/16 #IndieWeb
(twitter.com/_/status/727198463255945216)
#
Loqi
[Shane Becker] My #indieweb lunch time lightning tech talk (from 2016-04-26 at @pivotal).
#
[shaners]
tantek: Did you mention some place on the wiki where I should link to that talk?
#
tantek
what are videos about?
#
Loqi
Videos about the indieweb are a great way to get a quick visual introduction to what is the Indie Web, why we need it, and how you can make a difference for yourself, and others https://indiewebcamp.com/videos_about
#
[shaners]
Doot doot doot. A Daily Double!
#
Loqi
Ok, I'll tell him that when I see him next
#
tantek
!tell jgarber is HWC DC on this week or still looking for a venue? https://indiewebcamp.com/events/2016-05-04-homebrew-website-club#Where
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
aaronpk: I see you're in PDX on Wednesday night - HWC PDX venue? https://indiewebcamp.com/events/2016-05-04-homebrew-website-club#Where
#
tantek
ben_thatmustbeme: re: " If i do implement it, it would really be as a suggestion i would have to approve" in that case I should upload the screenshots I took of FB prompting me to approve a tag from someone else of somethird else in a photo of mine
#
aaronpk
is debating whether he should spend that time packing for Germany instead
#
aaronpk
6am flight in the morning means getting up eaarrrrly
#
bear
packing is always a good thing - it doesn't grow stale ;)
#
tantek
aaronpk: did you see that bear got webmention deletes working from his site to kylewm's site via the meta 410? time for webmention.rocks to support meta 410!
#
aaronpk
I did! that's awesome
#
aaronpk
i will add that to webmention.rocks soon!
#
tantek
I'm thinking of following in bear's footprints and implementing delete with meta 410 as well
#
aaronpk
is that easier than http 410?
#
tantek
I think so?
#
aaronpk
interesting
#
bear
for those with no access to the web server - yes :)
#
aaronpk
you don't need web server access, just a scripting language
#
aaronpk
header('HTTP/1.1 410 Gone'); in php for example
#
tantek
aaronpk - I have another use-case for it for you in particular: spiderpig :)
#
bear
is that why the known instances both serve up 410 and then continue to deliver a page?
#
aaronpk
HTTP allows a response body with 410, so that's not unusualy
#
@veganstraightedge
My #indieweb lunch time lightning tech talk (from 2016-04-26 at @pivotal). https://vimeo.com/165022563
(twitter.com/_/status/727200015362449409)
#
aaronpk
tantek: interesting point! should spiderpig keep pages that returned an http 410 or meta 410?
#
tantek
it may need to *generate* a minimal html meta 410 page when it gets a 410 status code back!
#
tantek
since the point is an archive you statically host
#
aaronpk
should it do that? or should it just not archive the page?
#
bear
yea, so for folks with static only pages then meta 410 is the only option
#
tantek
I think it should archive the 410. not archiving the page would result in a 410 -> 404 information loss
#
tantek
my ideal for how this should work on the server, is that web servers that serve static HTML files should pre-parse them for meta http-equivs, and then use those http-equivs as default HTTP header return values
#
tantek
thereby allowing HTML-level configuration of all that stuff instead of mucking with web-server-specific config files
#
aaronpk
interesting, is there precedent for servers to do that for other headers?
#
tantek
AKA .htaccess is not a standard :P
#
tantek
aaronpk: I'm saying webserver should do it for *all* meta http-equivs. not just meta 410
#
tantek
shaners that sounds like a pretty productive first HWC SM meetup! any HWC where someone walks away setup with their own site is a huge win
[chrisaldrich] joined the channel
#
Loqi
mapkyca has 6 karma
#
Loqi
[Shane Becker] First Homebrew Website Club in LA/Santa Monica, California
#
[shaners]
tantek: fixing
miklb joined the channel
#
[shaners]
tantek: fixed
snarfed joined the channel
wolftune joined the channel
#
tantek.com
edited /videos_about_the_indieweb (-133) "dropping "Digital Emancipation" video; 1st 15m (before vimeo failed), no mention of indieweb, more political rants/strawmans about surveillance, capitalism, silicon valley, also claims "The Web is the problem" whereas IndieWeb uses web as solution!"
(view diff)
#
Loqi
[indieweb] "#video: Why you need your own website in advance of Homebrew Website Club on 5/4/16 http://indiewebcamp.com/events/2016-05-04-homebrew-website-club #indieweb" by Chris Aldrich http://stream.boffosocko.com/2016/video-why-you-need-your-own-website-in-advance-of
#
tantek.com
edited /Vimeo (+356) "Issues, Unknown problems with playback, screenshot"
(view diff)
#
Loqi
[indieweb] "#indieweb lunch time lightning tech talk" https://vimeo.com/165022563
#
tantek
shaners thanks for doing a 2016 indieweb video so we have at least one :)
shiflett and hs0ucy joined the channel
#
@ChrisAldrich
#video: Why you need your own website in advance of Homebrew Website Club on 5/4/16 http://indiewebcamp.com/events/2016-05-04-homebrew-website-club #indieweb
(twitter.com/_/status/727212139576889345)
shiflett and snarfed joined the channel
#
veganstraightedge.com
created /events/2016-05-11-homebrew-website-club (+2821) "Created page with "<div class="h-event vevent"> <img style="width:100%;height:18em;object-fit:cover;object-position:50% 50%" class="u-featured" src="http://assets.veganstraightedge.com/articles/201...""
(view diff)
shiflett joined the channel
#
veganstraightedge.com
created /events/2016-05-25-homebrew-website-club (+2821) "Created page with "<div class="h-event vevent"> <img style="width:100%;height:18em;object-fit:cover;object-position:50% 50%" class="u-featured" src="http://assets.veganstraightedge.com/articles/201...""
(view diff)
KartikPrabhu joined the channel
#
tantek
now needs to adjust any LA trip schedules to be sure to stop by HWC LA/SM!
#
kylewm
shaners++ nice talk, particularly given the circumstances
#
Loqi
shaners has 34 karma
finchd-also joined the channel
#
tantek.com
edited /MediaWiki:Sidebar (+64) "+Brighton, Göteborg, Portland"
(view diff)
#
tantek
I mean LA there obv Portland was already in there
shiflett and [shaners] joined the channel
#
[shaners]
kylewm: thanks, kid
#
[shaners]
tantek: Stoked to see you down in LA/SM
#
[shaners]
kylewm: think you’ll make it down this way in November?
#
tantek
shaners I will try to make it there several times before November also
#
kylewm
Very good possibility for me
#
tantek.com
edited /Main_Page (+303) "add LA HWC 05-11 since it's weekly! -DC this week"
(view diff)
#
aaronpk
just realized that Dreamhost has an office in portland apparently
#
[shaners]
tantek: :+1::skin-tone-2:
#
aaronpk
cleverdevil: do you know who works there?
#
aaronpk
thinks that might be a great place to move Homebrew Website Club :D
#
tantek
kylewm: would you be available for remote participation in an IWC Düsseldorf mf2 parsing issues resolutions session this weekend?
Pierre-O joined the channel
#
tantek.com
edited /2016/Düsseldorf (+37) "/* Participating */ session ideas page"
(view diff)
#
kylewm
tantek: I don't think so, family in town this weekend, but more than happy to defer to you three and/or weigh in asynchronously
#
kylewm
Four even
#
tantek
cool. was hoping you could share any insights as well, as I know I've seen you come up with answers/suggestions/refinements that have improved many an issue resolution
#
tantek
if you time between now and Friday to go through http://microformats.org/wiki/microformats2-parsing-issues and comment on the ones you haven't commented on, even if you just say +0 no strong opinion.
#
tantek
s/you time/you have time/
#
Loqi
tantek meant to say: if you have time between now and Friday to go through http://microformats.org/wiki/microformats2-parsing-issues and comment on the ones you haven't commented on, even if you just say +0 no strong opinion.
#
Loqi
microformats2-parsing-issues
#
cleverdevil
aaronpk, yeah, I know lots of people who work in portland :)
#
cleverdevil
who work out of the DreamHost office
#
aaronpk
WELL then
#
aaronpk
think any of them would be interested in indieweb things?
#
Loqi
IndieWeb Summit
#
gRegorLove
Some text overlap issues with the RSVPs
#
aaronpk
my URL is too long
#
aaronpk
considers showing the date there instead of the URL
Pierre-O joined the channel
#
tantek.com
created /2016/Düsseldorf/Session_Ideas (+743) "stub with mf2 issue resolutions session idea"
(view diff)
#
tantek.com
edited /2016/Düsseldorf/Session_Ideas (+126) "kbd, more description, link mf2 parser issues"
(view diff)
#
tantek
(e.g. maybe webmention(.rocks) or maybe one on micropub?)
#
aaronpk
I would love to do a "up and running with webmention.rocks" session or something
#
tantek
add it!
#
tantek
(even just that quick session title)
#
aaronpk
wonders how "up and running" translates to German
#
aaronparecki.com
edited /2016/Düsseldorf/Session_Ideas (+131) "add webmention.rocks session idea"
(view diff)
#
tantek
wonders what Twitter "app" would look like if you could set a setting to only show you tweets with photos (not just links to photos)
#
tantek
a Tweetgram app as it were.
#
gRegorLove
I would love if they'd let me filter tweets by source. Source=instagram, hide it.
#
gRegorLove
I think the Tweetbot app has that.
#
gRegorLove
But I've never used it.
#
KartikPrabhu
manual filtering... but what about the algorithms?!
#
gRegorLove
Think about the algorithms! :)
#
tantek
Before they think about you?
#
Loqi
[Shane Becker] My #indieweb lunch time lightning tech talk (from 2016-04-26 at @pivotal).
#
tantek
wow I need to get myself a whiteboard scribe ;)
#
gRegorLove
aaronpk: I do something like this for wrapping long links. Can't find the original source, but this is close: https://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/##The+solution
#
Loqi
[Kenneth Auchenberg] Word wrapping/hyphenation using CSS.
#
aaronpk
oh gosh. no wonder i always get it not quite right
#
gRegorLove
Super easy to remember! Haha
#
tantek
laptopstolen-- :(
#
Loqi
laptopstolen has -1 karma
#
tantek
"walled garden - too rosy of a description. I don't want to eat anything grown there." LOLOL shaners is killing it.
#
tantek
what is a walled garden?
#
Loqi
It looks like we don't have a page for "walled garden" yet. Would you like to create it? https://indiewebcamp.com/s/10KM
#
tantek
walled garden is /silo
#
loqi.me
created /walled_garden (+17) "prompted by tantek https://indiewebcamp.com/irc/2016-05-02/line/1462219573925 and dfn added by tantek"
(view diff)
#
GWG
Afternoon
#
Loqi
[indieweb] "I am going to IndieWeb Summit 2016 in PDX, can't wait! I'm not sure yet if I'll be able to attend Day 0." https://kylewm.com/2016/05/i-am-going-to-indieweb-summit-2016-in-pdx-can-t-wait
#
Loqi
[indieweb] "I am going to IndieWeb Summit 2016 in PDX, can't wait! I'm not sure yet if I'll be able to attend Day 0." https://kylewm.com/2016/05/i-am-going-to-indieweb-summit-2016-in-pdx-can-t-wait
#
GWG
I have news
#
GWG
I think I can summit
#
tantek
kylewm: really hope you can attend day 0
#
tantek
GWG you too!!!
#
GWG
I just got the time off okay. Need to explore flight/accommodation
#
aaronpk
hooray!
#
kylewm.com
edited /User:Kylewm.com (+159) "/* Itches */ custom slugs"
(view diff)
#
tantek
shaners++ that was a great off the cuff no slides talk, nicely done
#
Loqi
shaners has 35 karma
[kevinmarks] joined the channel
#
[kevinmarks]
I wonder why chrome doesn't do hyphenation
Jammy_Stuff_ and JonathanNeal_ joined the channel
#
aaronpk
fixed the broken css, but i still think i'm going to replace it with the date instead of showing the URL
tommorris_, bret_, danlyke, renoirb, brianloveswords, jonnybarnes, gmacon and [shaners] joined the channel
#
[shaners]
thanks, t!
#
[shaners]
kylewm: I have the same slugging problem on my “to fix” list. Contractions should have ’s removed before replacing spaces with hyphens, imo.
#
kylewm
yes good point. I noticed known does that
#
kylewm
also it removes https?://domain.com from URLs
#
[shaners]
aaronpk: Still seeing all the broken images in Slack. I’ve quit and re-opened. And it’s only the bridged (“bot” / irc) users’ avatars that are borked.
#
[shaners]
DMed you a screenshot
[kevinmarks] joined the channel
#
[kevinmarks]
They look OK in the android app
[aaronpk] joined the channel
#
[aaronpk]
Huh yeah I see it too
#
aaronpk
everything looks fine in the backend. gonna blame it on a temporary slack error for now. if it stays broken til tomorrow i'll check again.
#
Loqi
[indieweb] "Comment on Happy #IndieWeb Birthday to Me! by Kevin Scott Creed" by Kevin Scott Creed http://boffosocko.com/2016/04/25/happy-indieweb-birthday-to-me/#comment-30411
#
[shaners]
Ok :+1::skin-tone-2:
#
tantek
I'm considering implementing /deleted in my storage back-end with a dt-deleted property
#
tantek
and then if present, returning a meta 410 for that post permalink, no title/content, as well as skipping it in stream / archive views
#
gRegorLove
aaronpk: Ti.to event says it's not live yet for IndieWeb Summit
#
aaronpk
oops yeah
#
aaronpk
i guess it's ready to go live :P
#
@indiewebcamp
RT @veganstraightedge My #indieweb lunch time lightning tech talk (from 2016-04-26 at @pivotal). https://vimeo.com/165022563
(twitter.com/_/status/727241412299751424)
#
tantek
aaronpk: how about a schedule is subject to change note on the 2016.indieweb.org page?
#
tantek
and perhaps a link to check the indiewebcamp wiki for the latest schedule details?
#
aaronpk
oh also i only half finished updating the schedule grid
#
aaronpk
I did day 1, but day 2 is still old
#
tantek
oh? I think I tweaked day 1 on the wiki
#
aaronpk
no i mean the full grid
#
aaronpk
not the summary
#
tantek
maybe we should fuzz /2016/Schedule until the summary gels
#
aaronpk
probably
#
tantek.com
edited /2016 (-9) "/* Schedule */ keep iterating day 1 talk thoughts"
(view diff)
[kevinmarks] joined the channel
#
[kevinmarks]
Yay, woodwind no longer has glitched syndication targets from known
#
[kevinmarks]
Though they are a bit verbose now.
#
tantek.com
edited /2016 (+57) "/* Schedule */ more iterating"
(view diff)
#
tantek
kevinmarks can you make it to IndieWeb Summit including Day 0 for the leaders summit?
#
Loqi
[indieweb] "Too many syndication targets to fit more than one post onscreen at a time #indieweb" by Kevin Marks http://known.kevinmarks.com/2016/too-many-syndication-targets-to-fit-more-than-one-post
#
[kevinmarks]
I need to see if I can fund it.
#
tantek.com
moved /2016/Düsseldorf/Session_Ideas to /2016/Düsseldorf/Sessions ""Sessions" was the page name we've used in the past for capturing session ideas etc."
#
aaronpk
okay, tito registration page is live!
#
tantek.com
created /2016/Sessions (+895) "stub with a bunch of leader summit sessions"
(view diff)
#
tantek
aaronpk: should that be linked to from https://indiewebcamp.com/2016#RSVP ?
#
aaronpk
yes i need to update the /2016 page now
#
aaronpk
tweak the URLs and such
#
aaronpk
i won't be able to do that until later tonight
#
tantek.com
edited /JavaScript (+276) "criticism, Can Encourage Bad Engineering"
(view diff)
#
sandro
aaronpk, tantek, I just discovered http://www.decentralizedweb.net/ Makes me very frustrated we made the F2F June 7-8 instead of 6-7.
#
tantek
sandro, I believe we scheduled first
#
tantek
thus I blame the organizers of "decentralizedweb" for not paying attention to W3C Social Web work
#
sandro
Any chance we can change? Do you think anyone's flying to Portland on the 6th, ie not for IWC?
sandro joined the channel
#
aaronpk
heh speaking of pricing discussion, that conference is $75 for a ticket
#
tantek
sandro - it's also a bit odd since announced the IndieWeb Summit June 3-5 long before as well
#
tantek
not really reasonable to expect people to fly back/forth just for one day of a conference that has not seemed to try to engage anyone else in any actual "decentralized" web community or implementation for that matter
#
sandro
I don't follow your logic. Just IWC and DW go together fine in my travel. Actually if we had SWWG on June 6-7, then everything would work perfectly.
#
tantek
sandro both IW Summit and SWWG are in Portland
#
tantek
doesn't make sense to fly back/forth to SF just for one day
#
aaronpk
DW is *after* both
#
Loqi
!calc 8-9
#
tantek
ok I'm confused
#
tantek
I thought they were overlapping?
#
aaronpk
right, w3c meeting is 7-8 right now
#
aaronpk
it *could* be IndieWeb Summit 3-5, W3C 6-7, Decentralized Web 8-9
#
tantek
aaronpk - sounds exhausting
#
aaronpk
indeed
#
tantek
would prefer the day off between IWS and SWWG to recharge
#
sandro
Yes, I was looking forward to that day off. But I'd also like to go with DW, especially since I'm going to be on the west coast.
#
sandro
I was *also* looking forward to....
#
sandro
I note the summit appears to have 17 organizers and 2 participants. :-)
#
tantek
which summit?
#
tantek
IndieWeb Summit only has 2 organizers currently :)
#
aaronpk
IIRC we specifically chose the w3c dates to include a day in between to recharge/prepare
#
tantek
sandro, perhaps you could try contacting them and asking if they could move theirs forward by a day?
#
tantek
to June 9-10?
#
tantek
since W3C SWWG meeting has been scheduled for quite some time
[benwerdmuller] joined the channel
#
[benwerdmuller]
Whoa. Just seen that event. A little sad that nobody pinged us (right?) about it, even though there are definitely some organizers who overlap with this community
#
tantek
(thus I'm assuming flights / hotels have been purchased especially by those traveling long(er) distances)
#
tantek
I see what sandro was referring to: http://www.decentralizedweb.net/people/ 17 organizers vs. 2 participants?!?
#
sandro
They're using eventbright, so presumably a human needs to fill in the participants and hasnt done it yet. I registered and didn't show up automatically.
#
aaronpk
you can add yourself to the IndieWeb summit list by sending it a webmention! ;-)
#
tantek
in reviewing http://www.decentralizedweb.net/learn-more/ there also seems to be an odd plumbing-centric focus
#
sandro
ben_thatmustbeme, I don't know any of those folks. Any you know well enough to ask for some backstory? It looks fairly IPFS + Blockchain in style.
#
tantek
misread that as "fairy IPFS + Blockchain in style"
#
aaronpk
it actually looks like an IPFS meetup more or less
#
tantek
wait, is anyone who has actually worked on a Mars mission participating in IPFS? Otherwise I dispute the "IP" part of that acronym.
[shaners] joined the channel
#
[shaners]
what is ipfs?
#
Loqi
is done
#
Loqi
IPFS is an abbreviation for “InterPlanetary File System”, self-described as “a new hypermedia distribution protocol”, yet does not appear to be selfdogfooded, and thus should be considered risky and experimental at best https://indiewebcamp.com/IPFS
#
[shaners]
Thanks!
#
aaronpk
can we get a few more indie RSVPs here? :D http://2016.indieweb.org/
#
Loqi
IndieWeb Summit
#
aaronpk
Loqi needs to have better text expansions of h-events
#
Loqi
woot!
#
tantek
aaronpk do you POSSE your indie event posts to Twitter?
#
aaronpk
i don't think i have
#
tantek
I'm wondering if there is any prior art for plain text event design that could/should document
#
[shaners]
I tried to indie RSVP from the CLI, aaronpk. But got an “unknown errror”.
#
tantek
because that's basically what you're asking for when you say "text expansion"
#
KartikPrabhu
I have received text invitations through email
#
[shaners]
Someone mind looking at mf2 on my rsvp post to make sure I’m not messing something up?
#
Loqi
[Shane Becker] I'm going to the IndieWeb Summit
#
aaronpk
ooh i think I wasn't looking for "Yes", only "yes"
#
[benwerdmuller]
I wonder if it’s too late to apply to that event with a “why I don’t believe in a completely distributed web [and indieweb is a better answer]” talk proposal
#
tantek
benwerdmuller worth trying just to see what the response is
#
[shaners]
aaronpk: Gotcha. Should I change on my end? Or you wanna downcase on your end?
#
sandro
The person who pointed me at DW disputes the "IPFS Meetup" label, vehemently. Apparently, the meeting is inspired by http://brewster.kahle.org/2015/08/11/locking-the-web-open-a-call-for-a-distributed-web-2/
#
tantek
aaronpk, shaners should p-rsvp be case-insensitive?
#
tantek
I'm thinking yes
#
[shaners]
I think so
#
aaronpk
i just added downcase, although that isn't the actual problem, cause you would have seen a different message
#
tantek
yeah we should have written a response position piece to Brewster's post a while ago
#
tantek
too busy actually building & shipping though ;)
#
aaronpk
[shaners]: i just sent a WM for you from curl and it worked fine
#
aaronpk
tho you don't have a picture
#
tantek
Loqi, how long until blockchain-all-the-things implodes the way XML-all-the-things imploded?
#
Loqi
I don't know
#
Loqi
woot!
#
[shaners]
Dang. I have my photo in my footer’s h-card. But not my h-entry’s h-card.
#
aaronpk
hm, that isn't covered on /authorship i think
#
[shaners]
Guess not. I’ll get that fixed.
#
@benwerd
The Indie Web Summit in Portland is go. I'll definitely be there. http://2016.indieweb.org/ #openweb #socialmedia
(twitter.com/_/status/727262555714932736)
#
aaronpk
i did a pretty faithful implementation of /authorship for XRay (which is what the site is using)
#
tantek
sandro, did the person who pointed at DW have any answers for why they seem to be completely ignoring or ignorant of W3C Social Web or IndieWebCamp state of the art?
#
[shaners]
If I fix and re-webmention, will it update my image or add a second rsvp of me to the list?
#
aaronpk
it *should* update
#
aaronpk
as in, it's a bug if it adds you twice
#
tantek
exactly
#
aaronpk
pretty sure i did that right yesterday
#
aaronpk
(just don't change your source URL otherwise it counts as a different webmention)
#
[shaners]
Ok. I’ll do it and we’ll see what happens.
#
aaronpk
👍
#
tantek
aaronpk: what about redirects?
#
aaronpk
i'm not doing any redirect handling on that site right now
#
aaronpk
is that even in the spec?
#
tantek
aaronpk it's in webmention yes
#
tantek
or certainly was in the wiki version :)
#
aaronpk
what do you mean "what about redirects" then?
#
aaronpk
the only thing in the spec is that the receiver should follow redirects when fetching the content
#
aaronpk
nothing about updating the canonical URL of the webmention
#
tantek
updates too right?
#
tantek
if not, then the updates section should explicitly mention it!
#
tantek
so redirects don't count as new webmentions
#
aaronpk
there are two different cases to handle for redirects
#
aaronpk
both worth documenting
#
tantek
ok made p-rsvp enums case-insensitive
#
aaronparecki.com
edited /2016 (+14) "update URLs and cost"
(view diff)
#
Loqi
[indienews] New post: "Registration for IndieWeb Summit is open! http://2016.indieweb.org Pretty thrilled to be doing this for the 6th year in PDX!" https://aaronparecki.com/2016/05/02/9/indieweb-summit
#
@aaronpk
Registration for IndieWeb Summit is open! http://2016.indieweb.org Pretty thrilled to be doing this for the 6th year in PDX!
(twitter.com/_/status/727267594915352576)
#
@indiewebcamp
RT @benwerd The Indie Web Summit in Portland is go. I'll definitely be there. http://2016.indieweb.org/ #openweb #socialmedia
(twitter.com/_/status/727266154717188096)
#
Loqi
[indieweb] "Registration for IndieWeb Summit is open! http://2016.indieweb.org Pretty thrilled to be doing this for..."
#
tantek
sandro, would "IPFS + blockchain meetup" be a more accurate description then?
#
Loqi
[indieweb] "IndieWeb Summit 2016 - Portland, Oregon" http://2016.indieweb.org/
tantek, gRegorLove and _fran joined the channel
#
kylewm
KevinMarks: do you have any ideas for shrinking those syndication targets so they're a little more manageable?
[shaners] joined the channel
#
[shaners]
aaronpk: Add my image to my entry’s h-card. Webmentioned from CLI again. Same error.
#
aaronpk
What's the actual response you're getting?
#
aaronpk
that looks like an error from whatever tool you're using to send webmentions
KartikPrabhu joined the channel
#
[shaners]
aaronpk: I don’t know the actual error. My gist is the only error I’m shown.
#
[shaners]
Is there a curl snippet that I can copy/pasta from somewhere?
#
aaronpk
webmentions are easy!
#
aaronpk
what's that tool tho? it could really benefit from a little more error reporting
#
aaronpk
wow I forgot there was a CLI command in that
#
[shaners]
:stuck_out_tongue:
#
aaronpk
i made a point of returning helpful errors from the webmention endpoint
#
[shaners]
"Thanks! Your RSVP is listed on the event page now! Go ahead and register for the "Indie RSVP" ticket!"
#
[shaners]
Image did not update, it seems
#
aaronpk
i didn't add svg support
#
[shaners]
Do you need to? Should Just Work™, right?
#
aaronpk
svg isn't one of the image types returned by the exif library, so i will have to check for the explicitly
#
[shaners]
It’s a URL in the @src
#
[shaners]
oh i see
#
aaronpk
well, it will Just Work™ the same way that it will Just Work™ to upload executable php code to the server and pwn it
#
aaronpk
(I download the image to the server and host it locally)
#
[shaners]
Riiiiiight. That. :smile:
#
sknebel
hm, sanitizing svgs is probably really tricky
#
[shaners]
aaronpk: Lemme know when you get time to add svg support and I’ll re-wm.
#
kylewm
(KevinMarks: nevermind, I think the right answer is a service icon, and those are TODO atm)
#
sknebel
with javascript embedded and all that
#
tantek
aaronpk, sknebel you may be interested in SVG Secure static mode: https://www.w3.org/TR/svg-integration/#secure-static-mode
#
aaronpk
fixed!
#
aaronpk
but yes i should do more thorough svg sanitization probably :/
hs0ucy and cyberjar09 joined the channel
#
[shaners]
:+1::skin-tone-2:
#
aaronpk
in the mean time, plz don't webmention with an svg with javascript in it
#
sknebel
if they are in <img> tags, they should be relatively secure if I read tanteks link and https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_as_an_Image correctly
#
aaronpk
oh okay cool
#
aaronpk
wow 3 registrations already!
#
[shaners]
¯\_(ツ)_/¯ All I know is that my avatar was MUCH smaller as svg than as png/gif/jpg
#
aaronpk
even smaller than png/gif? i'm surprised! it seems like it would compress well that way
#
[shaners]
GIF: 14kb
#
[shaners]
PNG: 4kb
#
[shaners]
SVG: 1kb
#
tantek
impressive
#
[shaners]
Wouldn’t be true for a photo, of course. I just happen to have an image that works well as vector.
#
[shaners]
And no complicated curves
wolftune joined the channel