#dev 2018-04-22

2018-04-22 UTC
#
aaronpk
Ugh why do people assume URLs that don't exist should have valid certs
#
aaronpk
Was www.webmention.net linked from anywhere?
#
tantek
aaronpk: likely over-eager adding "www." to a correct URL
[kevinmarks] joined the channel
#
[kevinmarks]
Doesn't safari do that with some errors?
[miklb] joined the channel
#
[miklb]
interesting. I’ve always blindly assumed to forward www both http & https but don’t remember why now.
#
aaronpk
I usually make a redirect for www, but I don't usually make an ssl cert for it too
#
[miklb]
ah. I probably saw it in a sample when I first setup certbot and have just been doing it out of habit.
#
aaronpk
I am seriously considering getting physical coins made from the OAuth logo that say "Access Token" on the back https://oauth.net/images/oauth-logo-square.png
#
aaronpk
does anyone else think this is as hilarious as I do
#
GWG
aaronpk: Challenge coin?
#
aaronpk
yeah like that
#
aaronpk
it's unfortunately not cheap cause you have to get a bunch of them made cause they make an actual mold
#
aaronpk
but I would gladly give one to anyone who builds an indieauth server :)
#
[miklb]
that’s awesome
#
aaronpk
i'm pretty into this idea
#
GWG
aaronpk: What if you turn 30% of the known web into potential Indieauth servers?
#
tantek.com
edited /app (+143) "fix blockquote"
(view diff)
renem and [unoabraham] joined the channel
#
skippy
aaronpk: 3d print them.
#
skippy
dont use a mold.
#
aaronpk
haha I dont think that would turn out very good
#
aaronpk
okay I stand corrected, apparently shapeways can do some pretty convincing coin 3d prints
#
aaronpk
however they are a *lot* more expensive
chrisaldrich, snarfed, leg, [unoabraham], benharri, Mandrake, barpthewire and [kevinmarks] joined the channel
#
kimberlyhirsh.com
edited /generations (+21) "/* Generation 2 */"
(view diff)
[kevinmarks] joined the channel
#
Loqi
[monique zamir] History of the NYC Subway Token 1953-2003
#
[kevinmarks]
Would you punch the A all the way through?
swentel, jeremycherfas and [jeremycherfas] joined the channel
#
[jeremycherfas]
I have two 99pi challenge coins and would even consider learning enough to build an oauth server to get one of those.
#
Loqi
[jeremycherfas]: tantek left you a message 13 hours, 49 minutes ago: re: https://www.jeremycherfas.net/blog/improving-the-h-card-in-grav consider a slight improvement: a <span class="h-card"> with <data> elements for all the properties - that way you don't have to depend on CSS or use display:none which can count as a negative in some search engines
#
Zegnat
!tell skippy Hopefully http://microformats.org/wiki/microformats2-json#properties will answer all your questions about how to put properties in a mf2 JSON format.
#
Loqi
Ok, I'll tell them that when I see them next
#
jeremycherfas
Thanks tantek. So would that require identifying each element, as, say, data-name="name" data-photo="photo-url"? I'm not sure how to use data elements, but MDN seems to suggest that is they way.
[kimberlyhirsh] joined the channel
#
Zegnat
You are thinking data attributes, jeremycherfas
#
jeremycherfas
To be honest, zegnat, I do not know what I am thinking. I am just searching to fill in the giant holes in my knowledge.
#
Zegnat
<data> elements are just like <span> elements, but they have a value attribute specifically for marking up machine-readable data. So you can do: <data class="p-rsvp" value="yes">I am coming</data>, where the machine-readable (mf2 expected) value for the string “I am coming” is “yes”.
#
Zegnat
Empty <data> elements are like empty <span>s, so browsers will not render them. They are also better than empty <a> elements because they will not be added to the list of navigationable markers, e.g. for screen readers. So if you want to hide the author: <data class="u-url" value="https://example.org/"></data>
#
jeremycherfas
So that would translate as <data class="name" value="Jeremy Cherfas"> and <data class="u-photo" vlalue="https://path.to/photo">?
#
Zegnat
class="p-name" if you want mf2 parsers to pick up on it, but, yes.
#
Zegnat
And don’t forget the closing </data> tag.
#
jeremycherfas
Right. Yes, sorry about that.
#
jeremycherfas
Interesting; now is not a good time for me to play, but I have made a note to make the changes in my next dev session.
#
Zegnat
As always, feel free to give a shout when you are working on the HTML and want a refresher on <data>-elements :)
#
jeremycherfas
Thank you.
Mandrake, eli_oat, tantek, swentel and [kevinmarks] joined the channel
#
aaronpk
whoa I just realized that github's OAuth API uses form-encoded responses https://developer.github.com/apps/building-oauth-apps/authorization-options-for-oauth-apps/#response
#
GWG
What will you do m
[stefp], deathrow1, Email, barpthewire, AngeloGladding, gRegorLove, sebsel, leg, [kevinmarks], [miklb], KartikPrabhu, chrisaldrich and [pfefferle] joined the channel
#
@ChrisAldrich
This week, @dshanske and I discuss IndieAuth and the #WordPress plugin’s new functionality as well as some related micropub work David has been doing. #IndieWeb #podcast http://boffosocko.com/2018/04/18/an-indieweb-podcast-episode-2-indieauth/
(twitter.com/_/status/988122160081264640)
[kevinmarks], sebsel, tantek, KartikPrabhu and plindner joined the channel
#
tantek
hey snarfed, have you been able to respond to / interact with pump.io posts via bridgy fed? e.g. https://identi.ca/evan/note/W8oRdOWQSBK7sb89H26AMA
#
Loqi
[Evan Prodromou] I've always liked this quote by Ben Franklin, made at the signing of the Declaration of Independence: We must, indeed, all hang together, or assuredly we shall all hang separately. Sad to say, apparently it's unsourced, and had been attributed to a...
#
tantek
looks like has all the right h-entry and h-card data marked up properly - wondering if the AP support is compatible (interop) with bridgy fed
#
aaronpk
is making progress on indielogin.com
#
aaronpk
doing things a bit different this time to help it blend into the background a bit better and be easier to use
#
GWG
aaronpk: What new features are you planning?
#
tantek
!tell swentel add yourself to https://indieweb.org/irc-people so that you show up in the logs with a photo and linked to your website!
#
Loqi
Ok, I'll tell them that when I see them next
#
Loqi
Thanks! We need one more person to confirm the retweet!
zoglesby, grantcodes, myfreeweb, schmarty, eli_oat[m], peterlawson[m], mindB and tantek joined the channel
#
tantek.com
edited /Drupal (+118) "note indieweb module is newer than all the rest and does a lot of their functionality all in one module"
(view diff)
jjuran joined the channel
#
tantek.com
edited /projects (+406) "bump Drupal up to top list with two selfdogfood examples, note projects page is currently really aimed at developers and those familiar with a command line"
(view diff)
#
tantek.com
edited /former_projects (+825) "move TropoVBX / OpenVBX to abandoned - github untouched in 7 years, openvbx site gone and redirects to Twilio"
(view diff)
#
tantek.com
edited /former_projects (-2) "fix heading level"
(view diff)
[pfefferle] and eli_oat joined the channel
#
tantek.com
edited /Jekyll (+43) "direct github link for easier discoverability"
(view diff)
[eddie] joined the channel
#
www.boffosocko.com
edited /Indieweb_for_Journalism (+895) "Bylines to personal websites"
(view diff)
benharri joined the channel
#
tantek.com
edited /libravatar (+567) "move How to here from [[projects]], add François Marier example"
(view diff)
#
tantek.com
edited /WikiSuite (-155) "this is a stub, remove advertising phrasing and exaggerations, define by what it actually supposedly does, subsections, note selfdogfooding by creator!"
(view diff)
#
tantek.com
edited /projects () "(-614) up TOC, Tiki Suite -> WikiSuite (noted creator selfdogfooding), OpenVBX/TropoVBX abandoned, move Libravatar to a new Side Projects section, eliminate past "production" section! lots of editorial"
(view diff)
#
tantek
phew another big update
barpthewire joined the channel
#
tantek.com
edited /Jekyll (+680) "move Other independents from /projects to here, merge with existing list, Why and How to sections at top, move IndieWeb Examples up"
(view diff)
#
tantek.com
edited /projects () "(-543) move Jekyll other examples to /Jekyll page, more editorial slashing"
(view diff)
[snarfed] joined the channel
#
[snarfed]
[tantek] pump.io AP is still in progress. https://github.com/pump-io/pump.io/issues/1241
#
Loqi
[strugee] #1241 ActivityPub support
#
tantek
snarfed, interesting - I know they were also working on support for various IndieWeb building blocks
KartikPrabhu and [cleverdevil] joined the channel
#
[cleverdevil]
Yay, now Puny can run 100% under Lambda.
#
[cleverdevil]
As can PunyAuth.
#
[cleverdevil]
Together, they're an absolutely awful CMS, but hey, its a start 🙂
#
[snarfed]
[cleverdevil]++
#
Loqi
cleverdevil has 24 karma in this channel (81 overall)
jacky, KartikPrabhu and eli_oat joined the channel