#dev 2019-09-01

2019-09-01 UTC
KartikPrabhu, [Michael_Beckwit and [fluffy] joined the channel
#
[fluffy]
Good to know. I generally don’t specify a font size except in relative terms or using the `medium`/`small`/etc forms since I want to respect peoples’ font preferences.
#
[fluffy]
I have really good eyesight (especially for my age) and even then too many websites use too-damn-small text.
[tantek], tsrt^, KartikPrabhu, jjuran, [timothy_chamber and [Michael_Beckwit joined the channel
#
[tantek]
jacky++ glad to hear about new ideas for webaction fallbacks!
#
Loqi
jacky has 20 karma in this channel over the last year (86 in all channels)
#
[tantek]
I don't understand the Mastodon interaction (or problem with it). Would be interesting to see a step-by-step user-flow of what you'd like to see work (perhaps add to /webactions#Brainstorming ?)
#
jacky
I was hoping it was something on par with Twitter Intents (pushing a URL to be posted on one's mastodon account)
#
jacky
but that seems to require a network request and I didn't want to make one in the browser
[jeremycherfas] joined the channel
#
[jeremycherfas]
I’m pretty sure it will all have to be tweaked again once I have the typography in place, but at least this way I think I have the structure working as I feel it should.
jjuran, gRegorLove, [pawel_madej], [KevinMarks] and leg joined the channel
#
jamietanna[m]
grantcodes: it looks like https://microsub-notifier.tpxl.io doesn't redirect to the correct endpoint when it received the authorization code, I needed to rewrite the URL from https://microsub-notifier.captain.tpxl.io/api/auth to https://microsub-notifier.tpxl.io/api/auth
[jgmac1106] joined the channel
#
[jgmac1106]
I use 768 or 800 depends on who I am copying, doing my darnest to build sites with fewest media qeuiers possible
#
jgmac1106
confused why I am struggling with these css animations on figcaptions, should be just stack the figcpation in the same grid row, and columns, set z index, make opacity 0 and then make opacity 1 on hover....maybe I should try with one photo first
#
@jgmac1106
↩️ Why I stopped using most badging platforms. I am a teacher. Need to do assessment, so I used microformats and webmentions to make badges that are single html files (https://quickthoughts.jgregorymcverry.com/s/1zAd9a)
(twitter.com/_/status/1168135643777703936)
#
@feedmypixel
Test webmentions tweet https://feedmypixel.com #test #webmention #movealongnothingtoseehere
(twitter.com/_/status/1168148292880015360)
#
@jgmac1106
↩️ Mapping microformats with iCal and gCal was major topic in irc this week. In fact think a meetup microformats article hit the top of indie news this week: https://news.indieweb.org/en we all use webmentions to rsvp from our sites (https://quickthoughts.jgregorymcverry.com/s/1ToVDu)
(twitter.com/_/status/1168150011206602752)
#
@feedmypixel
Test webmention tweet https://feedmypixel.com #test #webmention #movealongnothingtoseehere
(twitter.com/_/status/1168151993766076417)
[pawel_madej] joined the channel
#
GWG
Does anyone accept webmentions to locally hosted media? The image URL as opposed to the photo post?
#
jgmac1106
I don’t, do you include location of the photo? actually working on my photo galleries now
#
GWG
I'm building that support, but realized that WordPress sends for all URLs in content, not just links
#
GWG
So, technically, WordPress has been sending webmentions if someone uses an img tag
#
GWG
Include the location? In the webmention?
#
GWG
Or separate question?
#
GWG
I wrote a function to extract URLs based on what HTML element they are attached to, so I could add settings to choose what to send webmentions for
#
jgmac1106
no just in dsiplay as in the h-entry, nothing to do with webmentions
#
GWG
Oh.. I do
#
GWG
When I can
#
GWG
I have a function that extracts it from exif and displays it on the attachment page
#
GWG
Sorry, still in webmention mode
#
Loqi
[aaronpk] #33 findOutgoingLinks method should return only URLs in <a> tags
#
GWG
Looks like aaronpk identified a scenario related to this
#
Loqi
[Zegnat] #91 “other similar links” is a vague description for what constitutes getting mentioned in HTML
#
GWG
So did Zegnat on receiving
#
GWG
But can't find much discussion on sending
#
sknebel
I thought I did support it for an experiment from one of the Berlin IWCs, but apparently not
#
sknebel
(receiving)
#
GWG
sknebel, apparently there was a discussion at Berlin in 2017
#
sknebel
might very well have been that
#
sknebel
or 2018?
#
sknebel
when tmattis was doing some flickr replacement experiments
#
jgmac1106
I want to be able to just add photos and not worry about grid selectors based on photo size or orientation but still have the figcaption display nice, fun challenge
#
jgmac1106
and I am just copy/pasting way to glory and mucking about, still think nesting a grid inside each photo rather than flexbox is what I should do
#
jgmac1106
gwg thinking about it a webmention being sent directly to media would be a nice way for a content creator to kind of track the reach of their media, know when other people use it and such
#
GWG
jgmac1106, that's what I am thinking. Also, cut down on useless webmentions if you don't want to send for every link
#
GWG
sknebel, what about sending?
#
sknebel
would have obviously been the other part, if we'd decided to go with hotlinking there
#
sknebel
(which the prototype did, but might not have been the final design)
#
sknebel
I know there's been a bunch of discussion about that, many people see hotlinking as bad, others seem to prefer it in some cases, e.g. to get listener numbers etc
#
GWG
Yes, so I should consider supporting it
#
sknebel
would you use it?
#
GWG
The other question is how people are generating their outgoing URLs.
#
GWG
sknebel, WordPress has attachment pages for every uploaded resource. I started out with the idea of directing any webmention for the resource to the attachment page.
#
GWG
Then I started thinking about all the outgoing webmentions I must be sending. Both to local resources and remote ones
#
sknebel
that sounds like a good idea for it, yes. similar to having a special page for the homepag WMs
#
GWG
I self ping
#
GWG
So, the spec talks about per media rules for receiving, but not for sending
#
GWG
That's where I am now
#
GWG
I wonder if that is worth an issue on the spec
#
sknebel
There isn't much done with the target, so I'm not sure special rules are necessary - especially not for media types that don't have a way to embed a rel=webmention
#
GWG
I'm referring to the source
#
sknebel
then I'm not sure I understand the scenario
#
GWG
The way the sender figures out what to send right now is a straight regex for all URLs in the content of the page
#
GWG
I am thinking it should only do href and maybe src
#
GWG
I'm wondering if anyone does that
#
jgmac1106
well I tried to switch from flexbox to a nested grid where I put the caption at the top and the photo at the bottom but messed it up: https://precious-hearing.glitch.me/ going back to flex as it was more than good enough
#
jgmac1106
changed the url, I am pretty happy with this, if I knew all the grid math stuff I might be able to figure out how to use different size images to not have white space but it is a good start: https://cssgrid-photogallery.glitch.me/
vika_nezrimaya, [tantek], gRegorLove and strugee joined the channel
#
jacky
anyone got ideas of interfaces of subscription flows that they like?
#
jacky
something like feedly but beyond that
#
jacky
I think I might just implement a 'preview' of their profile and have an option to follow
[jgmac1106] joined the channel
#
[jgmac1106]
Been lovong the cancel button
#
[jgmac1106]
jacky I think [aaronpk] made a feed preview for Aperture. Might be stuff to look at
#
jacky
cancel button?
#
[jgmac1106]
Joking, meaning been trying to cull subscriptions, sorry
#
[jgmac1106]
If a site did have a list of feeds (as I do) I would like a checkbox of what to follow
#
[jgmac1106]
If Koype does notification a toggle for on/off or maybe that is better at channel and not source level
#
[jgmac1106]
Maybe the cancel button would be cool. Drop in url - >"you are already subscribed to this feed. Would you like to remove it".... Better than hunting through so many channels
[timothy_chamber joined the channel
#
jacky
this isn't for koype
#
jacky
it's part of lwa
gRegorLove, [Michael_Beckwit and vika_nezrimaya joined the channel
#
[jgmac1106]
If everyone is self contained in system with correct mf2 you could juat use post type discovery and toggle on and off poet typers per user on subscription
#
[Michael_Beckwit
alright, i'm still a bit confused by indiebookclub and some details of its implementation
#
[Michael_Beckwit
i have https://wordpress.org/plugins/micropub/ installed and active
#
[Michael_Beckwit
i know indiebook makes a POST request to the endpoint that's present
#
[Michael_Beckwit
when it does, is it supposed to fill in and publish everything automatically?
#
[Michael_Beckwit
do i need to do up some code on my end to handle?
#
[Michael_Beckwit
I know I have /wp-admin/admin.php?page=micropub for a settings page
#
[Michael_Beckwit
do i need to do anything with the auth and token endpoints?
#
KartikPrabhu
GWG: wordpress questions ^^
#
[Michael_Beckwit
sort of 😛
#
GWG
It should need no configuration
#
[Michael_Beckwit
hmm, 403 forbidden errors
#
[Michael_Beckwit
looks like it's failing at the `current_user_can( 'read' )` check
#
[Michael_Beckwit
i haven't done anything with indieauth thus far, in case that's important
#
[Michael_Beckwit
i haven't done anything with indieauth thus far, in case that's important
#
GWG
Yes
#
GWG
IndieAuth can be hard to troubleshoot
#
[Michael_Beckwit
i'm thinking that mention of indieauth setup may be needed
#
GWG
What setup exactly?
#
GWG
It should just work unless you want to use your root domain over your author profile URL
#
[Michael_Beckwit
well, if indieauth needs to be present on the site in general, that's a step that wasn't clear to me
#
GWG
You can use IndieAuth.com if you want, but that requires rel me links
#
[Michael_Beckwit
with just micropub, my endpoint is getting 403 errors and so is book club
#
[Michael_Beckwit
and the default auth/token values for micropub are indieauth
strugee joined the channel
#
[Michael_Beckwit
so i'm just trying to find the holes in what i still need and hopefully provide feedback for where documentation can be improved 😄
gRegorLove, bekomotion[m], [pfefferle] and KartikPrabhu joined the channel
#
GWG
Are you using Micropub by itself or with the plugin for IndieAuth?
#
[Michael_Beckwit
i presently have both installed and active
#
[Michael_Beckwit
i only had micropub installed at first, and then i tried adding indieauth too and no change
#
GWG
And you ran the recommended test?
#
GWG
Does anyone add webmention headers to static content such as image files?
jeremycherfas, zoink92Discord[m, npfossDiscord[m], PamileissonDisco, BossMANDiscord[m, nilocDiscord[m], thestevewayDisco, codynhatDiscord[, KarlDiscord[m], snapDiscord[m], EdmundMDiscord[m, braditzDiscord[m, ptonerDiscord[m], doodlemaniaDisco, RealSnazzyDiscor, zcopleyDiscord[m, Dazuck-3BoxDisco, [jgmac1106], zwelsternDiscord, koalalorenzoDisc, thatguyDiscord[m, zoglesby and [KevinMarks] joined the channel
#
[KevinMarks]
@svgshare accepts webmentions for images
#
[KevinMarks]
And adds the headers
Lolicon[m] joined the channel
#
[KevinMarks]
Svgshare.com that is
cesarosum[m] joined the channel
#
[KevinMarks]
Hm over quota. That's annoying.
johanhermanDisc4, cannabysDiscord[, deltaDiscord[m], oed3[m], postablesDiscord, npfoss[m], dpinnerDiscord[m, JerbsDiscord[m], farhad312Discord, jessicaschilling, [tantek], Jean6739[m], Guest8644, jamiedubsDiscord, Rick[m], TeamIanDiscord[m, ArunDiscord[m], bitspillDiscord[, ad87657Discord[m, sanderDiscord[m], johanherman[m]1, snapDiscord[m], eddyDiscord[m], gtsDiscord[m], corylDiscord[m], EdmundMDiscord[m, felixschlDiscor4, bushido711Discor, JeffMaherVegas[m, JeffMaherVegasDi, HeysteinDiscord[, NatoBoram[m], drshamoonDiscord, TristanDiscord[m, Rixon, CarboClanCDiscor, Luna14Discord[m], ScottSmileyDisco, tobowersDiscord[, M4eekDiscord[m], KubeWorshipperDi, AuHau[m], CantiTurtleCoinD, nijynotDiscord[m, test123Discord[m, freethinkingawa4, PhillmacDiscord[, DiscordBridge[m4, chmanieDiscord[4, msena3Discord[m], abhi_Discord[m], msena3[m], thomasDiscord[m], RickDiscord[m], rittmeDiscord[m], Lolicon[m], aswiththewildDis, maparentDiscord[, JordanKrageDisco, vasaDiscord[m], wcharginDiscord[, card[m], Tianyi[m]1, jjuran, johanherman[m], grantcodes[m], l^discordDiscord, marcocastignoliD, dy5es41Discord[m, Ja3oodDiscord[m], DaekiDiscord[m], sander[m] and itsmekntDiscord[ joined the channel
#
GWG
Interesting, what does svgshare do with them?
fexra|TRTLDiscor, alexmarcus[m], NebulousDiscord[ and CantiTurtleCoinD joined the channel