#dev 2021-02-19

2021-02-19 UTC
#
btrem
The wiki doesn't say rel=syndication is, as Tantek told me yesterday, deprecated.
#
btrem
It says u-syndication is an "alternative" to rel=syndication when you want to limit the scope. Is that correct?
[KevinMarks] joined the channel
#
jacky
that part re: using u-syndication over rel=syndication sounds correct
#
jacky
and the indieweb wiki is saying that that's the goal of rel=syndication as well
#
jacky
or rather, it sends people to u-syndication
#
jacky
most important bit seems to be this: https://indieweb.org/u-syndication#History
#
btrem
Yeah, so in a list of h-entry items (e.g., on many a home page), one has to use `class=u-syndication` to scope it to that particular h-entry.
#
btrem
But on a single h-entry page -- the permalink -- one can use rel=syndication, right?
#
[tantek]
btrem, note that the microformats wiki page on that has not been updated since 2014 https://microformats.org/wiki/index.php?title=rel-syndication&action=history
#
btrem
Ok, so don't necessarily follow the microformats wiki.
#
btrem
And rel=syndication is deprecated?
#
[tantek]
no, check the history to understand context
#
[tantek]
it's effectively deprecated per the link jacky shared
#
[tantek]
perhaps we should do so explicitly
#
[tantek]
or narrow it down to why you might want to use it. I can't think of any reasons because AFAIK there are no consuming services that parse for rel=syndication
#
btrem
The link jacky shared says it's *not* deprecated.
#
btrem
It says u-syndication is an *alternative* for use when you want to limit the scope.
#
[tantek]
no it says "Previously, this page recommended" (which is pretty much the rough definition of deprecated) "... using the `rel="syndication"` attribute on the syndication URLs"
#
btrem
Which actually makes sense to me. u-syndication for part of a page (e.g., a single h-entry in a list); rel-syndication for a page that is exactly one h-entry.
#
[tantek]
but clearly we should clarify that further since misinterpretation is possible
#
btrem
Are we reading the same page?
#
[tantek]
using both depending on context like that doesn't make sense due to greater complexity for publishers and consuming code, when using only u-syndication works fine
#
[tantek]
Are we? Literally the first words of https://indieweb.org/u-syndication#History
#
btrem
that page does not contain the word "previously".
#
btrem
I'm confused.
#
[tantek]
I said the link jacky shared
#
btrem
Yes, that's the link jacky shared.
#
jacky
but in that region
#
jacky
using #History
#
Loqi
[jacky] most important bit seems to be this: https://indieweb.org/u-syndication#History
#
btrem
Ok, now I get the problem. I'm reading the microformats page, not the indieweb page.
#
btrem
So I'm confusing myself.
#
[tantek]
and the microformats page was the one that hadn't been updated since 2014, that's my point about checking the history for context
#
btrem
Ok, but since the indieweb page doesn't say much about rel, a web search brought me to the microformats page instead.
#
btrem
So I don't really feel bad about landing there, nor about asking about it here. I don't check the history of every page I look up on the web.
#
btrem
Anyways, thanks jacky for the link.
#
btrem
jacky++
#
Loqi
jacky has 31 karma in this channel over the last year (110 in all channels)
#
jacky
no problem
#
[tantek]
btrem, sorry, to be clear, definitely don't feel bad about any of this! This stuff is hard to always keep everything up to date and discoverable, and appreciate the surfacing of this inconsistency
jacky, miklb, ben_thatmustbeme, JackyAlcin[m], aciccarello[m], khimaros[m], Salt[m], reed, antonio[m], nekr0z, bw3, smacko[m], wombelix[m], astrojl_matrix, Caleb[m]1, jamietanna[m], joshghent[m], fredcy_, batkin[m], [KevinMarks], willnorris, voxpelli_, genehack and mblaney joined the channel; jacky left the channel
#
mblaney
hi [snarfed] I had a go installing the brid.gy facebook extension, it's given me a user page of brid.gy/facebook/mblaney.xyz which doesn't exist.
peterrother, [jgmac1106], themaxdavitt, jbove and ludovicchabant joined the channel
#
@lostfocus
Jan’s Blog — Sending Webmention Notifications to My Social Reader https://ift.tt/3dtnefq
(twitter.com/_/status/1362751241416302598)
ludovicchabant, themaxdavitt, jbove, shoesNsocks, [Ana_Rodrigues], bw3, aciccarello[m], fredcy_ and [snarfed] joined the channel; mblaney left the channel
#
[snarfed]
thanks for the nudge mblaney! looking
#
[snarfed]
looks like your browser hasn’t completed an FB poll yet. are you logged into FB?
#
[snarfed]
what does status say on that page?
#
GWG
[snarfed]: That reminds me, I have to manually posse something to Facebook to test your extension
#
[snarfed]
:thumbsup:
#
[snarfed]
no hurry. it already found wms for you that it should have sent but didn’t. i’ll debug. https://brid.gy/facebook/100002356503167
#
Loqi
David Shanske
#
GWG
I have been meaning to clean out and minimize my presence anyway
jacky-, joshproehl_, AkyRhO_, jeremycherfas, aciccarello[m], astrojl_matrix, khimaros[m], nekr0z and nickodd joined the channel
#
sebsel
lol I did a yolo update to PHP8 for my site just now. Got a 'syntax error, unexpected token ";", expecting "{"'. Turns out to be tantek's Cassis library. Do I want to debug that? :P
#
aaronpk
oh no lol
#
jacky
yikes
#
sebsel
I had a fast rollback so I'm good :)
#
sebsel
turns out that part of the JS code uses a function named 'match', which is now a reserved keyword and it's own thing in PHP 8.
#
sknebel
s/match/totallynotmatch ?
#
petermolnar
> I had a fast rollback so I'm good :) - that ain' no YOLO spirit :P
#
sebsel
I did the 'lets just switch and refresh my homepage', that feels yolo to me?
#
aaronpk
it's only yolo if you can't go back :P
#
sebsel
I'll keep that in mind for PHP 9
#
aaronpk
otherwise it's more like YOLT
#
jacky
lmfao
#
sebsel
opened an issue but I'm afraid it's going to need more comment-hacks to get around it, since something.match() is just part of Javascript (and now invalid PHP 8)
#
sebsel
but yea, since I'm only using the .php and even committed into my own repo I'm fine with sknebel's search and replace :P
#
aaronpk
ooh tricky
#
sebbu
reminds me when i had a similar issue with php7 because of a difference in the automatic autoload
#
sebbu
the error was "undefined method"
jamietanna, oenone, timotimo, btrem and [snarfed] joined the channel
#
[snarfed]
GWG looks like you got a few Facebook wms! 🎉 https://brid.gy/facebook/100002356503167
#
Loqi
David Shanske
nickodd left the channel
#
petermolnar
is that through the browser plugin?
[tantek] joined the channel
#
GWG
petermolnar: Likes on a post I made for the first time since June lf 2018 saying that I was testing this
#
GWG
[snarfed]: Not sure this will have me posseing to Facebook... but you never know
#
aciccarello[m]
[snarfed]: Does the firefox browser extension work if you're only logged in using a facebook container?
jeremycherfas and simone- joined the channel
#
GWG
aciccarello[m]: I think he just fixed that
miklb, leo60228 and jjuran_ joined the channel
#
[snarfed]
correct!
#
GWG
[snarfed]: I wish publishing would come back
#
GWG
I hate manual POSSE
#
GWG
[snarfed]: Not asking though. Just wishing.
#
[snarfed]
understood! yeah it’s possible, but not likely
#
GWG
[snarfed]: Thank you for all you do.
#
GWG
I always appreciate it
#
[snarfed]
welcome!
#
GWG
[snarfed]: I'll get around to a hosted backfeed solution of my own someday.
#
GWG
After the many other things I want to do, possibly.
#
GWG
Like unit tests
#
GWG
I wrote one yesterday
#
[tantek]
sebsel, on it
#
sebsel
no hurry!
[KevinMarks] joined the channel
#
[KevinMarks]
Maybe I should try the Firefox container as fn doesn't work in chrome since I blocked their cookies
rrix joined the channel
#
[tantek]
fix seems to work on my site without regressions so might as well commit to gh
#
btrem
aaronpk I think there's an error on https://webmention.io/
#
btrem
Under the heading "Show all mentions", is an example json that is missing a comma on line 20.
#
btrem
BICBW
#
btrem
I tried to clone the repo and fix it myself, but the README.md of the wementions.io repo is not the same as the docs on the website.  :/    Or I just can't find my way around.
jamietanna joined the channel
#
btrem
Thanks. PR should only take a few minutes.
#
btrem
Well, that was a comedy of mishaps. Didn't fork it, made the correction. Whoops, start again. Didn't create a branch, pushed to main. Whoops, start again. I don't think I've ever done so much work for one bloody comma. Gah. PR done. Obviously, you should make sure I'm not off my rocker about the missing comma.
#
Loqi
Ok, I'll tell them that when I see them next
#
[tantek]
!tell sebsel fix is here if you want to take a minute to review it: https://github.com/tantek/cassis/pull/35
#
Loqi
[tantek] #35 PHP 8 compat preg_m* separate JS/PHP funcs
mblaney joined the channel