#indiewebcamp 2016-05-01

2016-05-01 UTC
#
GWG
Evening
#
GWG
Does it make sense to keep taking a break from one project to work on another, not necessarily finishing any one thing?
#
kylewm
spose it depends if you are procastinating or doing one when you get burned out or stuck on the other
#
GWG
Well, in this case, I learned so many tricks about the HTTP API while working on webmentions I wanted to improve my link preview code with the same.
#
GWG
The link preview code is built into Post Kinds. It parses microformats. If there aren't any, or it can't find the field it is looking for, it falls back on meta/ogp.
#
GWG
I had to write some things with meta tags in webmentions because pfefferle was using get_meta_tags, which retrieves the source from a URL. But the code already retrieved it.
#
GWG
To be precise, the current stable version, if you have both Semantic Linkbacks and Webmentions installs, to process a single webmention retrieves the remote source at least 3 times.
#
GWG
It was sort of annoying me
#
kylewm
I think snarfed will appreciate the reduced bridgy load if wordpress fetches fewer times
snarfed and KartikPrabhu joined the channel
#
GWG
kylewm: I hope I did well on it.
#
GWG
It's been 3 weeks
#
kylewm
oh :)
#
GWG
But that is just the Webmentions component. I'm only half done with the Semantic Linkbacks component, which is what does the MF2 parsing.
#
GWG
It fetches it one time as well.
#
GWG
I have code that stops that, but I haven't figure out how to fix it so it would better work with salmentions.
hecliunyx joined the channel
#
cassie.wtf
edited /2016/Guest_List (+312) "/* RSVPs */"
(view diff)
torrorist, acegiak and mdik_ joined the channel
#
boffosocko.com
edited /User:Boffosocko.com (+197) "updated itches, working on, etc."
(view diff)
[kevinmarks] joined the channel
#
[kevinmarks]
Can you share a cache between them?
#
GWG
KevinMarks: Yes, that is what I've been rewriting. I also got WordPress Core to do it for Pingbacks
#
GWG
It went in with Version 4.5, resolving a decade old bug
tantek and snarfed joined the channel
#
GWG
How would you convert '20160430115757' to ISO8601?
#
tantek
where did you find it?
#
Loqi
tantek: kylewm left you a message 10 hours, 39 minutes ago: JSON viewer in Firefox Developer edition looks really nice, but the "items" entry is empty here http://mf2.kylewm.com/?url=http%3A%2F%2Facegiak.net&parser=html5lib http://indiewebcamp.com/irc/2016-04-30/line/1462033617191
#
Loqi
tantek: aaronpk left you a message 5 hours, 45 minutes ago: is this name with no space a bug in the parser or...? https://xray.p3k.io/parse?url=http%3A%2F%2Ftantek.com%2F2016%2F121%2Ft1%2Flox-bagel-midday-sun-grateful http://indiewebcamp.com/irc/2016-04-30/line/1462051275113
#
GWG
tantek: As a fallback for when there are no microformats.
#
tantek
GWG, yikes, how are you finding it in the first place? like in what element etc.?
#
tantek
!tell kylewm thanks for thetrying it out! I'll verify and file bug(s) accordingly.
#
Loqi
Ok, I'll tell them that when I see them next
#
GWG
tantek: <meta name="ptime" content="20160430115757" />
#
tantek
GWG, what the what? where did ptime come from?
#
GWG
tantek: One of the five sites I was using to find meta tags I might use when there are no microformats?
#
GWG
In this case, the people at the NY Times
#
tantek
GWG I wouldn't count on that meta - looks like CMS cruft that could change at any time.
#
GWG
I don't count on it.
#
GWG
I keep falling back to different signals.
#
tantek
!tell aaronpk that URL only provides a single name, of the author, which does have a space in it. Was there something else?
#
Loqi
Ok, I'll tell them that when I see them next
#
GWG
If a site has no microformats, you wouldn't try to extract other information from it alternatively?
#
KartikPrabhu
i wouldn't
#
KartikPrabhu
how many kinds of metadata are you going to parse
#
KartikPrabhu
if everyone makes up their own
#
KartikPrabhu
like "ptime"
#
tantek
GWG, no I would move on to implementing other things
#
tantek
because typically such random meta scraper code is of temprorary use at best until the site changes whatever random thing its CMS is doing
#
tantek
Instead I'd spend the time writing a public post directed at the publication requesting that they support standard microformats
#
tantek
and then move onto the next more sustainably productive thing to build
#
GWG
Know anyone at the Times who might support microformats?
#
GWG
Not that it is the only publication I tested.
#
tantek
plus if you're looking to scrape (which is basically what you're doing by inspecting random meta tags), you should look for a *visible* date(time) in the page, and then figure out some way of accessing that e.g. via a CSS selector
#
GWG
I wasn't going to try for much longer. I was going to see how many of these odd tags are standardized.
#
GWG
I was hoping the whole thing would give me a mental break from figuring out a better design for Semantic Linkbacks that would allow the file to be dropped into a plugin folder with webmentions and just work optionally as one plugin or two.
snarfed joined the channel
#
aaronpk
Tantek: I'm seeing stuff like this in my "reader" "[Tantek Çelik] a jpgSometimes you just feel like ..."
#
Loqi
aaronpk: tantek left you a message 27 minutes ago: that URL only provides a single name, of the author, which does have a space in it. Was there something else? http://indiewebcamp.com/irc/2016-04-30/line/1462072507550
#
tantek
aaronpk sounds like you're seeing a text version of the content?
#
aaronpk
also I'm unclear on why "a jpg" is useful alt text on the image
#
tantek
and it's pulling the alt text from the img
#
aaronpk
Yes it's the alt text being added to the plaintext of the content
#
tantek
yeah, that's my placeholder until I've implemented the (alt text) syntax in my replacement for Markdown
#
aaronpk
but there's no space between "jpg" and the start of the content
#
aaronpk
because there's no space between the img tag and the next tag
#
aaronpk
I just don't know if that's a parser bug or if that's how it's supposed to work
#
tantek
right, it could be a "bug" in my content
#
tantek
well, that's simple enough to provide a better default experience, whether or not the parser inserts a space afterwards
#
tantek
so I should make the auto-embedder more forgiving/robust for either case if/when a default alt attribute is provided
mblaney joined the channel
#
tantek
aaronpk, updated my production cassis.js to append a ". " to the alt. Hopefully that will look better by default in text views of the conten
#
tantek
s/conten/content
#
Loqi
tantek meant to say: aaronpk, updated my production cassis.js to append a ". " to the alt. Hopefully that will look better by default in text views of the content
#
Loqi
[indieweb] "Hypothes.is as a public research notebook" http://kris.shaffermusic.com/2016/04/hypothesis-public-research-notebook/
#
tantek
has anyone kept a history of the numerous attempts to build a layer "over" the web using plugins and silos? E.g. Google Sidewiki? https://en.wikipedia.org/wiki/Google_Sidewiki
#
Loqi
Google Sidewiki
#
tantek
!tell aaronpk let me know if you find any further oddnesses, presentational or otherwise, with my posts in your reader
#
Loqi
Ok, I'll tell them that when I see them next
#
snarfed
disables bridgy instagram backfeed for a day or two or three to see if it resets their rate limiting
#
tantek
snarfed what was the polling frequency?
#
snarfed
variable. 30m for active users, gradually falls down to 1d for inactive
#
snarfed
for <500 active users, it's really miniscule volume, so i highly doubt any humans noticed or did anything specific for bridgy
#
GWG
snarfed, you use Semantic Linkbacks, right?
#
snarfed
GWG: yes
[kevinmarks] joined the channel
#
[kevinmarks]
I think we should wrap img alt text in spaces. We should definitely wrap the img src in spaces
#
GWG
How would you think it should display reacji?
#
snarfed
GWG: probably facepile?
#
snarfed
personally i prefer reply style like it does now, but i'm probably the minority
#
snarfed
got me though
#
GWG
snarfed: Right now, it turns it into a comment, because it doesn't know how to handle it as anything else.
#
GWG
Even if it is reply style, it should be able to recognize it as what it is.
#
[kevinmarks]
Face badged with emoji is another answer, but not fully convinced
#
GWG
I didn't care until I started getting them recently from Bridgy.
#
GWG
I know other people implemented them earlier
#
snarfed
i think only ben_thatmustbeme
#
[kevinmarks]
Well, voxpelli and I show repost/like as faces badged with emoji
#
[kevinmarks]
We were debating doing that for reacji too
#
GWG
I'll stand by my statement for now
#
miklb
[kevinmarks] how are you doing that?
#
GWG
Other people
#
[kevinmarks]
Using webmention.herokuapp.com
#
[kevinmarks]
On kevinmarks.com
#
[kevinmarks]
It is a bit odd when you get a like and a retweet
#
miklb
I understand that, I meant how are you showing likes as face badges.
#
miklb
is that using the cutting edge version?
#
Loqi
Internet Identity Workshop 2016-04-26
#
[kevinmarks]
Yes, and I tweaked the CSS a bit, but I need better separation
#
[kevinmarks]
My design chops are weak
#
miklb
I'll have to look closer at that then.
gRegorLove, awolf, squeakytoy, loic_m and catsup joined the channel
alexhartley joined the channel
#
Loqi
[indieweb] "@eliaszudin for me #indieweb is just the "original web" before corporate silo's like fb,tw privatized the ability to make information viral (but you know already" by Rick Mendes https://www.rmendes.net/2016/eliaszudin-for-me-indieweb-is-just-the-original-web-before
alexhart_, catsup, loic_m, lilipop, Erkan_Yilmaz and Garbee joined the channel
#
@RikMende
Incredibly happy about my setup to blog, share, react and even audio podcasts on my @withknown instance :) #indieweb https://twitter.com/RikMende/status/726783038236053504/photo/1
(twitter.com/_/status/726783038236053504)
hecliunyx joined the channel
#
@withknown
RT @RikMende Incredibly happy about my setup to blog, share, react and even audio podcasts on my @withknown instance :) #indieweb https://twitter.com/RikMende/status/726783038236053504/photo/1
(twitter.com/_/status/726785688780206081)
alexhartley and snarfed joined the channel
#
dym.cx
edited /videos_about_the_indieweb (+134) "/* 2016 */ +latest Camlistore video"
(view diff)
#
dym.cx
edited /User:Bradfitz.com (+34) "/* Projects */ +Camlistore"
(view diff)
dym_cx joined the channel
#
dym.cx
edited /videos_about_the_indieweb (-165) "/* 2016 */"
(view diff)
wilfredh and snarfed1 joined the channel
#
dym.cx
edited /camlistore (+159) "+introduction video"
(view diff)
alexhartley joined the channel
#
@mshook
RT @RikMende Incredibly happy about my setup to blog, share, react and even audio podcasts on my @withknown instance :) #indieweb https://twitter.com/RikMende/status/726783038236053504/photo/1
(twitter.com/_/status/726805214561488896)
#
aaronpk
who was it that made the icon font pack of a bunch of indieweb icons?
#
Loqi
aaronpk: tantek left you a message 11 hours, 55 minutes ago: let me know if you find any further oddnesses, presentational or otherwise, with my posts in your reader http://indiewebcamp.com/irc/2016-04-30/line/1462077576312
#
aaronpk
once i figure this out i'm adding a link on http://indiewebcamp.com/social_media_icon_set
#
Loqi
kylewm: tantek left you a message 13 hours, 25 minutes ago: thanks for thetrying it out! I'll verify and file bug(s) accordingly. http://indiewebcamp.com/irc/2016-04-30/line/1462072327525
#
aaronpk
thanks!
#
aaronparecki.com
edited /social_media_icon_set (+43) "add open web icons"
(view diff)
#
aaronparecki.com
edited /icon (+20) "/* See Also */"
(view diff)
#
aaronparecki.com
edited /social_media_icon_set (+20) "/* See Also */"
(view diff)
dym_cx joined the channel
#
dym_cx
what would be the best platform/technology to display several thousands of "tweets" w/o chronological order (since it's pointless past ~100)
#
kylewm
some kind of infographic maybe?
#
dym_cx
it should be a functional usable website, not a picture
#
dym_cx
aside from "google.com" UI i cant think of how to show that much data
[kevinmarks] joined the channel
#
[kevinmarks]
Just as text, or is there other structure?
#
dym_cx
i mean, even tag-cloud (r.i.p. trends) stops being usable past ~100 tags in it
snarfed joined the channel
#
dym_cx
no, just text-chiunks 100-500 characters
#
dym_cx
s/chiunks/chunks
#
Loqi
dym_cx meant to say: /s/chunks/chunks
#
dym_cx
:facepalm:
#
[kevinmarks]
Gilad lotan does visualisations of tweets clustered that have thousands in
#
dym_cx
no, think of a website wich helps you go through 1000s of tweets, not a picture
#
[kevinmarks]
Right, using d3 to make a dynamic SVG view
#
[kevinmarks]
Thousands of tweets is novel length text, you need to impose some structure or order on them
Ginger1 joined the channel
#
Ginger1
people!!
#
[kevinmarks]
The export twitter makes is historic
#
dym_cx
yes??
#
[kevinmarks]
See kevinmarks.com/tweets
#
Ginger1
becomes tearful at seeing a seemingly-healthy IRC channel
#
[kevinmarks]
Clustered by month
#
Ginger1
my usual hangout channel on ircnet tends to average a few lines a week
#
[kevinmarks]
Hi ginger1. We try to keep it conversational in here
#
[kevinmarks]
Bridging to the web and Slack helps
#
Ginger1
slack?
#
dym_cx
Ginger1: this IRC is like a hub; https://indiewebcamp.slack.com/messages/indiewebcamp/
#
Ginger1
ah ok
#
dym_cx
irc is recreating a real-life "meeting place" the most, given how bad it handles concurrent discussions
Pierre-O joined the channel
#
Ginger1
I've been an IRC user since the mid-nineties..just nice to see an active community
#
Ginger1
between 1998-2005 there was a very active place where I hung out - but these days it's pretty dormant...a few of the old guard there but without any interaction
#
dym_cx
you know the moto, "still better than mail-list"
#
Ginger1
:)
tantek joined the channel
#
Ginger1
flicking through the "manifesto" of the indieweb movement(?)...liking what I'm reading
#
[kevinmarks]
Do you have your own website ginger1?
#
tantek
welcome Ginger1! Pretty sure we don't have a "manifesto" per se, but we do have indiewebcamp.com/principles!
#
Ginger1
nope...but have thought about creating one for a while
#
Ginger1
the concepts tie in nicely with my belief in the need for broad skill development -
#
Ginger1
I work in IT - where there's a great celebration of "Digital Natives", who might be active on Twitter but no so little about how technology actually works
#
Ginger1
maybe that's just my company
#
Ginger1
know
#
Ginger1
*know
#
Ginger1
thinks his vegan diet is addling his brain
#
bear
my task today, get my micropub endpoint working with update and delete
#
tantek
bear++
#
Loqi
bear has 126 karma
#
aaronpk
awesome
#
bear
delete is the only thing it's missing, update is just not fully functional
#
aaronpk
my task today: launch ticketing website for indieweb summit
#
tantek
tito?
#
bear
I need to find a work related reason to attened
#
aaronpk
yeah i think so
#
aaronpk
it's nicer to use than eventbrite
#
bear
tito++ so much saner than all of the others
#
Loqi
tito has 1 karma
#
bear
they are very friendly folk, could even probably get them to use mf2
#
tantek
did we decide on $5 for open tickets, and free with indie RSVP?
#
aaronpk
yeah i think so
#
bear
that is a great idea
#
tantek
aaronpk: and then we still have plan the keynotes ;)
#
tantek
and maybe even make slides or something :P
#
tantek
hmm, what is 2016/Planning
#
aaronpk
indie RSVP meaning specifically an /RSVP post? or is a generic reply post acceptable?
#
tantek
specifically an indie RSVP post yeah
#
tantek
we could also allow free sign-ups on the wiki Guest_List as usual
#
aaronpk
i'd rather not scatter registrations
#
tantek
the wiki has so far been the only thing that's acted as a good record of who is going and who was there
#
aaronpk
it makes it confusing for people because depending on how they land at the site, it appears there are different RSVP requirements/mechanisms
#
tantek
right now if you want to look back at any previous indiewebcamp, good luck at getting that information out of tito or eventbrite etc.
#
tantek
it's all stuck in people's email inboxes :(
#
aaronpk
tito has good admin tools for events
#
aaronpk
+1 for wiki as archive tho
#
tantek
aaronpk: I'll believe that about tito once there is a successful example of tito->wiki archiving
#
bear
generate the wiki from the tito data?
#
tantek
if that's non-trivial, the tools aren't good enough :P
#
aaronpk
if we actually check people in using tito then it will be easy
#
aaronpk
which we should do this time, and barb from vadio offered to do that
#
tantek
heh we have two lists of organizers already ;) https://indiewebcamp.com/2016#Organizers
#
bear
for realtimeconf we used tito as the source of truth and pulled data to generate everything else
#
aaronpk
there wil be a checkin desk at the front which you have to pass by after getting off the elevator
#
tantek
aaronpk - that will be a big help! can you add barb/vadio to the volunteers list unless they are a co-organizer too?
#
aaronparecki.com
edited /2016 (-73) "/* Organizers */ consolidate on [[2016/Planning]]"
(view diff)
#
tantek.com
edited /2016/Planning (+132) "add to organizers, some to do"
(view diff)
#
aaronparecki.com
edited /2016/Planning (+66) "add barb"
(view diff)
#
tantek
aaronpk: I think the list on the main page was there for participants
#
tantek
so they would know who to contact for any general questions, and frankly, I think it's a hook for Code of Conduct contacting too
#
tantek
no one is going to dig into a subpage to look for that
#
aaronpk
gotcha. then the section should not lead with "if you'd like to help out"
#
tantek
yep - that was how we did it previously
#
tantek
but better to have that be on a separate planning page
#
tantek
and have the "if you'd like to help out ..." take people to the planning page in general
#
aaronpk
can someone review this page and make sure the "how to" instructions are clear and have examples? I'm going to be pointing people at this page https://indiewebcamp.com/RSVP
#
tantek.com
edited /2016 (-51) "/* Candidate Cities and Dates */ done!"
(view diff)
#
tantek
hey perhaps it's time to formalize p-rsvp beyond draft :)
#
tantek
we've got 8+ examples, all different implementations
#
aaronpk
oh neat, you can point your own domain at ti.to
#
tantek.com
edited /rsvp (+28) "put Why first as usual, update some of the how to a bit, point out need for complete examples"
(view diff)
#
bear
I would remove the "this is a stub" marker
#
tantek
are there really only two examples of people using "featured" photos? https://indiewebcamp.com/featured#IndieWeb_Examples
#
bear
The link to "/replies" which doesn't auto-forward to "/reply" is kinda confusing
#
tantek
aaronpk: I thought you were using "u-featured" in your articles?
#
tantek
GWG, somehow I thought you were too
#
aaronpk
i thought so too
#
tantek
and certainly we have examples on the wiki now too!
#
GWG
tantek: I am on some posts.
#
tantek
GWG, can you find/cite an early example of yours (if not the first?) where you use u-featured?
[kevinmarks] joined the channel
#
[kevinmarks]
I use featured in my main page feed
#
[kevinmarks]
Sometimes
#
tantek
KevinMarks: same question :)
#
kylewm
bear: is there a micropub client that does delete/update that you are using to test your implementation?
#
bear
kylewm - I don't know, was going to be my next thing to search for
#
bear
(after I get delete)
#
bear
for update right now i'm just sending another webmention but want to do it via micropub
#
bear
a webmention in my system of itself triggers a "gather" event which updates the html
#
tantek
I'd suggest delete/undelete as an implementation pair, especially for testing :)
#
GWG
tantek: I was using it for photo posts, as I recall.
#
bear
I can fake undelete because I don't use a database store - I just remove the delete marker file
#
GWG
But I need to work on that part of my site as well.
#
kylewm
bear: confused about the webmention part...that's what triggers a rebuild of the html from files on disk?
#
tantek.com
edited /rsvp (+89) "some copy improvement on why"
(view diff)
#
bear
kylewm - for my system right now, yea - I check the source url and if it's me and the target is the same ... it's just a hacky way of triggering the template generation
#
tantek
just rewrote this a bit to hopefully make more sense: what do you all think? https://indiewebcamp.com/rsvp#Why Especially those of you who do not have RSVP examples listed yet!
#
bear
because right now sending webmentions from the commandline is easy
#
GWG
tantek: I backdated the feature to old posts, so I'm unsure what is actually oldest.
#
bear.im
edited /rsvp (+4) "simple word adjustments and make the keyword pattern consistent"
(view diff)
#
bear
tantek ^^ some small word adjustments and also made all of the yes,no,maybe keywords bold like the first ones
#
tantek
bear, do you implement RSVPs?
#
bear
no officially - I do because I craft my webmention html manually
#
bear
that is something i'm fixing with this micropub code
#
bear
s/no officially/not officially/
alexhartley joined the channel
#
aaronpk
is it worth explicitly asking during registration if people will be there one or both days?
#
aaronpk
as in, allow people to register for only day 1?
#
tantek
same fee
#
GWG
bear: Why is it every time you say that, I hear a cultured voice in my mind explaining about 'artisanal webmentions, lovingly crafted with you in mind'?
#
bear
oh my
#
tantek
GWG, I hear it too :)
#
tantek
bear, yes, nice wording tweaks. thanks!
#
bear
wears the old school hand tooled mantle
#
GWG
bear: "Hand forged in the workshop of a master craftsman, these webmentions can be yours..."
#
@alpower
having fun learning python and figuring out the instagram API #indieweb https://twitter.com/alpower/status/726837761190318081/photo/1
(twitter.com/_/status/726837761190318081)
chrisaldrich joined the channel
#
chrisaldrich
First bespoke webmenions... then just wait to see what the hipsters come up with :)
#
aaronparecki.com
edited /2016 (+65) "/* Organizers */"
(view diff)
#
GWG
Hi, chrisaldrich
#
GWG
Anything new there? Other than all the comments on that post of yours?
#
chrisaldrich
plowing through mf2 spec to see how I can improve my suspenders there.
#
chrisaldrich
which post/ and which comments?
#
chrisaldrich
How about you GWG? Figured out the next big project?
#
chrisaldrich
Shaners on Wednesday mentioned that there was some theme related bug in WP that was preventing core from implementing mf2 because of a bug that propogated across the system. Is it documented somewhere?
#
GWG
ChrisAldrich, you prompted a Semantic Linkbacks issue
#
GWG
ChrisAldrich, there are a few
#
GWG
But WordPress implements some built in classic microformats
#
GWG
It is partially that which creates the issue
#
GWG
As for me, did a lot of optimization on webmentions. Moving into Semantic Linkbacks to do the same. Lots of changes to support new functionality.
#
GWG
And it got me doing a push to Post Kinds
#
chrisaldrich
yes, that post... I'm behind on reading the irc logs this week; I keep promising myself I'd keep up better *alas*
#
chrisaldrich
is it in a spot that I should upgrade to the GitHub versions to bang on it for you a bit?
#
GWG
Post Kinds or something else?
#
GWG
The Post Kinds changes were improvements to the link preview handling. I broke that piece out because working on webmentions made me learn a lot about the WordPress HTTP API
miklb joined the channel
#
chrisaldrich
Yes Post Kinds... semantic Linkbacks when you're wrapping up...
#
GWG
The improvements to Semantic Linkbacks are still ongoing.
#
GWG
Webmentions is nearly wrapped up, but you won't see much functionality change yet. I am waiting for merge before adding more features that depend on what I did.
#
GWG
For example, the webmentions plugin now knows that a code 410 exists, but doesn't act on it
#
GWG
Although that is partially because I wasn't sure if 410 should trigger a delete or change the comment to a notice that it was deleted. Seems more user preference.
#
chrisaldrich
Have you started on building a separate plugin for the portions you're taking out of semantic linkbacks? I'd been reading through portions of the code lately and thinking about what that would look like. (While also dusting off some coding skills).
#
GWG
ChrisAldrich, I am not taking out any functionality
#
GWG
I am trying to make it more extensible.
#
GWG
When it was designed, things were different
#
chrisaldrich
Sorry, I may have been thinking about syndication links...
#
GWG
That is also on my list. The hcard and relme functionality moving to the Indieweb plugin.
#
GWG
I I got stuck on making that better.
#
aaronpk
heh, facebook uses the RSS icon for their "subscribe" button for pages
#
chrisaldrich
is the hcard and relme functionality better done in plugins as a stopgap for later support within themes themselves? Or is it smarter to try to push core to include some of that?
#
benborges
thinking facebook privatized RSS in some way..
#
GWG
A theme can call on a plugin function
#
GWG
The idea is quick drop, but that a theme could do extend the functionality
#
GWG
That is part of why I am trying to write it in such a specific way
#
chrisaldrich
I also think of some of as which way could best help more people within the WP community to adopt these general principles more rapidly...
#
chrisaldrich
In about two weeks, I'll be finishing up two side projects I've been working on. Perhaps an in person call would help me to better understand the direction you've been moving in so I can be of more specific help.
#
GWG
ChrisAldrich, a
#
GWG
lways happy for involvement.
#
GWG
Would love a chat.
#
GWG
I have hopes to deliver on a lot of projects this year, including some core stuff
#
GWG
I got myself named component maintainer for Pings and Trackbacks and need to close some tickets.
#
GWG
Writing webmention code makes me think that I could close the ticket about updating pingback code without a feature project.
#
chrisaldrich
Congrats on that! Though you should see if you can force them to make it Pings, Trackbacks, and Webmentions!!!
#
GWG
ChrisAldrich, gradually
#
GWG
I have a webmentions ticket open.
#
GWG
And the existing webmentions plugin is the best way to work on the code.
#
GWG
I think that breaking the plugin into pieces that can stand on their own means that I can try to get each piece in.
#
kylewm
Eek bad time to be getting into the Instagram API, alpower :/
#
chrisaldrich
Is all of the webmentions stuff currently passively relying on Akismet? Which piece would need to be modified to better improve spam implementation? (About half of my webmentions end up in my spam folder.)
#
GWG
So, I separated the webmention receiver from the sender. And I want to see what I can do similarly in Semantic Linkbacks by filing small tickets for changes.
#
GWG
ChrisAldrich, Akismet thinks all Linkbacks are spam.
#
GWG
It is a bias.
#
GWG
But there are features such as Vouch to support moderation
#
chrisaldrich
separating them does seem like a smart thought; I'll let you get back to work... but let's touch base around the 15th and set up some time to chat live.
#
GWG
ChrisAldrich, I am eating lunch actually.
#
GWG
But will look forward to it
#
chrisaldrich
Webmentions originating from Facebook could potentially be auto-approved as the social "glue" that exists there creates a natural damper on spam (and Facebook has a vested interest to shut spammers down as well)
#
GWG
ChrisAldrich, I have some code that does that, but I have a better idea I want to try that works on that principle.
#
GWG
It is why I got author_url, which is the comment field used by webmentions for the source added as an option to WP_Comment_Query
#
tantek
!tell kylewm I know you have published RSVP posts but I don't remember when you started - do you know and can you add yourself to https://indiewebcamp.com/rsvp#IndieWeb_Examples ? Thanks!
#
Loqi
Ok, I'll tell them that when I see them next
#
chrisaldrich
Thanks GWG, I'm off; catch you later.
#
Loqi
GWG has 154 karma
alexhartley and arthurspooner joined the channel
#
bear
did something change in how indieauth redirects for login success? my micropub endpoint is hanging at the redirect-on-success part
#
aaronpk
i don't think so. what authorization server are you using?
#
bear
hmm, I think it's my code...
#
bear
indieauth.com
#
bear
yea, it must be my code - I see the request for /success
#
bear
and then I verify the token and see the valid response
#
bear
digs into his login code more
#
bear
the token auth step seems slow
#
mlsrv.de
edited /2016/Düsseldorf/Guest_List (-244) "/* Participants */"
(view diff)
Pierre-O joined the channel
#
bear
aaronpk - not urgent, but it does seem like the call to https://indieauth.com/auth to validate the code returned during login is slow
#
aaronpk
that's odd cause there's no database anymore
#
aaronpk
it doesn't seem particularly slow logging in to indiewebcamp.com, but it's kind of hard to tell what step that is
#
bear
yea, i'm adding some debug code to my stuff to narrow it down
#
bear
figures - now it's working fast
#
bear
yep, don't know what changed, but now it's less than 0.5 seconds for the entire process
KartikPrabhu, alexhartley, snarfed, arthurspooner, hecliunyx, tantek and squeakytoy2 joined the channel
#
aaronpk
GWG: did you say you're planning on coming to Portland in June?
#
GWG
aaronpk: I'm thinking of it. I have to talk to my boss to see if I can get away. But I think it would be fun. Why?
#
GWG
I'll get to see all those things that Portland is famous for.
#
GWG
Not sure what they are. The only thing that ever comes to mind is the carpet
#
GWG
And shanghaing
#
aaronpk
We were thinking about on the second day, having a "workshop" track where someone can lead people through setting up wordpress with all the necessary plugins
#
aaronpk
last year it seemed that there was quite a bit of interest in that, but nobody was really ready to lead that
#
GWG
You are trying to entice me there?
#
aaronpk
I am :)
#
aaronpk
i thought you'd be a great person to lead that
#
tantek
GWG, we would also like to have you for the Day 0 leader summit
#
GWG
Well, if I take a redeye out Thursday night...
#
GWG
Let me talk to my boss tomorrow and see if I can get the long weekend, because I have to take the following week's Monday as well.
#
tantek
that should work - we are deliberately starting the Leaders Summit at noon to allow people some leeway in flying in overnight or the morning of
snarfed joined the channel
#
bear
i'm getting webmentions for old posts all of a sudden
alexhartley joined the channel
#
GWG
I have a question I asked earlier. Do people generally delete in response to a 410 or replace the mention with a deleted notice?
#
bear
finding out that my logging makes it hard to tell :/
#
bear
oh, the change I made to respond to updates now means that any reference to older posts will cause a "scan for new outbounds" to happen because the meta data file isn't present for older posts
snarfed joined the channel
#
kylewm
GWG: I delete outright
#
Loqi
kylewm: tantek left you a message 3 hours, 37 minutes ago: I know you have published RSVP posts but I don't remember when you started - do you know and can you add yourself to https://indiewebcamp.com/rsvp#IndieWeb_Examples ? Thanks! http://indiewebcamp.com/irc/2016-05-01/line/1462133572411
#
GWG
kylewm: That would be the easiest.
#
kylewm
GWG: I figure, mine's not the canonical copy anyway, so I don't feel a strong need to hang on to it
#
kylewm
subjective
#
GWG
I'm just wondering if someone would rather replace it with an explicit notice....not showing the content, but saying, this is no longer available? Or such?
#
aaronpk
IMO that's a very subjective decision and depends on the situation
#
GWG
That was why I was contemplating it
#
kylewm
the only place I can think of that showed tombstones for deleted comments is Blogger, and I always hated that
#
aaronpk
hackernews does
#
aaronpk
and reddit i think
#
kylewm
makes sense for preserving threads
#
kylewm.com
edited /rsvp (+324) "/* Kyle Mahan */"
(view diff)