#dev 2019-01-24

2019-01-24 UTC
#
GWG
If you have multiple photo properties on a post, according to post type discovery, is it still a photo post?
[jgmac1106] and [tantek] joined the channel
#
[tantek]
GWG we may want to consider “multiphoto” as a distinct post type if there are enough consumers that do something differently enough (judgment call) than a plain single photo post
#
[tantek]
Feel free to file an issue for it on the PTD repo
#
GWG
I am considering it for my use case
#
GWG
I have prior art
#
[tantek]
Prior art for consuming or publishing?
#
GWG
Publishing
#
GWG
Post formats in WordPress have an image and gallery format
#
GWG
I think Tumblr uses the term photoset
[asuh] joined the channel
#
[asuh]
WordPress says image post format is a single image https://codex.wordpress.org/Post_Formats#Supported_Formats
#
GWG
I like the name photoset
#
aaronpk
What has the Wordpress micropub plugin been doing with multi photo posts then?
jgmac1106 joined the channel
#
GWG
aaronpk, the Micropub plugin, without Post Kinds will display it using the WordPress gallery. With Post Kinds, it isn't handling it well and on my list to figure out
snarfed joined the channel
#
KartikPrabhu
what is album?
#
Loqi
KartikPrabhu: snarfed left you a message 20 hours, 49 minutes ago: re how to do automated syndication, it's true, bridgy publish abuses webmentions. the "right" way to do it (now) is micropub syndication targets: https://micropub.net/draft/#syndication-targets
#
Loqi
KartikPrabhu: snarfed left you a message 20 hours, 48 minutes ago: bridgy publish doesn't use that (yet) because it didn't exist when bridgy publish was created. https://github.com/snarfed/bridgy/issues/796
#
Loqi
An album is another name for a collection of photos or songs https://indieweb.org/album
#
KartikPrabhu
GWG: ^ there already is a name
#
GWG
I like album as well
#
GWG
Then what is multi-photo?
#
KartikPrabhu
what is multi-photo
#
Loqi
A multi-photo is like a photo post, except just with multiple adjacent photos, either in a series, or tiled / arranged in some layout https://indieweb.org/multi-photo
#
GWG
I need to clarify this in my mind
[tantek] joined the channel
#
[tantek]
Can you document your prior art in /multiphoto IndieWeb examples with screenshot so we can see what lols interesting about it?
#
[tantek]
*what’s not lols 😂
#
GWG
Interesting?
#
[tantek]
About your prior art
#
GWG
Well, I'm not sure if it is interesting...so much as evidence this is an issue for others in past.
#
@t
hosting Homebrew Website Club #SF @MozSF tonight! One year ago today: #IndieWeb building blocks published @W3C: * #IndieAuth #W3C Note: https://www.w3.org/TR/2018/NOTE-indieauth-20180123/ * #WebSub W3C Recommendation! https://twitter.com/t/status/956354767596539904 (formerly @pubsubhubbub #pubsubhubbub) http://tantek.com/t4ye1
(twitter.com/_/status/1088261940496031744)
#
@aaronpk
It's already been a year since #IndieAuth was published as a @W3C Note! Support from new services and some new plugins as well! https://aaronparecki.com/2019/01/23/22/indieauth
(twitter.com/_/status/1088269523864567808)
#
Loqi
Thanks! We need one more person to confirm the retweet!
[schmarty], [xavierroy], snarfed, [jgmac1106], [asuh], snarfed1, leg, mblaney, cjwillcock, KartikPrabhu, [Vincent], [eddie], swentel, jgmac1106, barpthewire and cweiske joined the channel
#
GWG
swentel, I am getting things out of Yarns into Indigenous
#
swentel
awesome :)
#
GWG
Not sure if it looks the way you intended though
#
swentel
how so ?
#
GWG
Well, there is a mystery Avatar next to everything
#
GWG
Where does Indigenous look for the author icon? On the feed, each individual entry, or both?
#
swentel
individual entry
#
swentel
to be fair, I see a lot of mystery avatars too
#
swentel
especially on RSS feeds
#
GWG
swentel, question is would it make sense to check the feed as well?
#
swentel
should probably start ignoring that, but I'm bad with UI's ;)
#
GWG
Me too
#
GWG
That's why I wrote the parsing code not the UI
#
swentel
GWG, checking the feed, like, doing a request to the feed and get the author ?
#
GWG
swentel, let me look at the Microsub spec
#
swentel
that would seem overhead anyway, as multiple feeds can be in one channel
#
swentel
and there's no feed info per item in the timeline
#
swentel
or on the channel
#
GWG
I see that
#
GWG
Wonder if it is easier to have the endpoint add the author from the feed to each entry.
#
GWG
I am going to make a note of that
calumryan joined the channel
#
GWG
swentel, Yarns is still a beta product, so it is hard to figure out what it is supposed to do
#
GWG
I should catch up with jackjamieson
#
swentel
ah right
#
swentel
like that
#
Loqi
I agree
jgmac1106 joined the channel
#
swentel
well, I modelled heavily after aperture of course
#
swentel
xray does all the heavy lifting when parsing the feed
#
swentel
so every item has all info it needs
#
GWG
I should look at multiple microsub readers to see how they interpret the output
#
swentel
the endpoint just sends that item, that's it
#
GWG
swentel, in Yarns, it is Parse This doing the heavy lifting
#
GWG
It's like xray, only not
#
GWG
I do a lot of things aaronpk doesn't and vice versa
#
GWG
I include an OGP parser, for example. I am not sure xray does
#
GWG
OpenGraph
#
swentel
I think it does
#
swentel
quickly checks
#
GWG
Xray is more full featured
#
GWG
But I dig into and extract every bit of data I can... probably too much
swentie joined the channel
#
swentie
woops
#
swentie
dropped off
[kevinmarks] joined the channel
#
GWG
I need to look at how much processing I am doing and see if I can optimize it as again... probably extracting more than anyone is consuming
#
GWG
I extract geo coordinates from RSS feeds
#
GWG
Pulling things out because I can even if not using them yet is how you become Facebook
#
GWG
I need to either start using them or stop spending the time.
help and [davidmead] joined the channel
#
Zegnat
I don’t believe XRay does OGP, for what its worth.
#
Zegnat
If you are interested in parsing all you can, have a look at jkphl’s micrometa, which will include even JSON-LD/Schema/...
#
Zegnat
What is micrometa?
#
Loqi
It looks like we don't have a page for "micrometa" yet. Would you like to create it? (Or just say "micrometa is ____", a sentence describing the term)
#
Zegnat
micrometa is a meta data parser by {{jkphl}} capable of extracting [[microformats]], HTML Microdata (like [[Schema]]) and [[JSON-LD]] from HTML. https://micrometa.jkphl.is/
#
Zegnat
micrometa << [https://github.com/jkphl/micrometa Source on GitHub]
#
Loqi
ok, I added "[https://github.com/jkphl/micrometa Source on GitHub]" to a brand new "See Also" section of /micrometa https://indieweb.org/wiki/index.php?diff=55879&oldid=55878
#
Loqi
[jkphl] micrometa: A meta parser for extracting micro information out of HTML documents, currently supporting Microformats 1+2, HTML Microdata and JSON-LD, written in PHP
jgmac1106, eli_oat, snarfed, dougbeal|mb1, [stefp], snarfed1, [Vincent], [kevinmarks], [svandragt], KartikPrabhu, leg, [schmarty] and [Rose] joined the channel
#
jgmac1106
Kind of enjoying an embedded chat rather than one more Slack channel and my students complain about one more tool. How close to this could we get with websub: http://edu407.jgregorymcverry.com/chatroom.html I think good enough well need to figure DM, should I look to ActivityPub…no think less tools better shared embedded websub chat within a webring…that’s what it is..get on that schmarty
#
Loqi
Course Title
#
snarfed
still isn't websub or webmention are the best plumbing fits for chat
#
snarfed
aaronpk had embedded chat on his site for a while
#
aaronpk
Backed by IRC :-)
#
aaronpk
I turned it off cause I was getting too many random OAuth tech support chat
KartikPrabhu and [tantek] joined the channel
#
[tantek]
Heh. Sounds like a good opportunity to put in a coin-op to enable chat ;)
#
sknebel
If I remember right, deathrow1 brainstormed that at a HWC once: have his site linked to the calendar, and a button with changing price for "interrupt joel NOW"
#
GWG
tantek, you can buy a coin door online
#
donpdonp
evanpro did something along those lines, even created an evanpro coin to support it.
snarfed, [asuh], jgmac1106, Anchakor, [davidmead], [jgmac1106], KartikPrabhu, [svandragt], [tantek] and [stefp] joined the channel