#dev 2021-03-04

2021-03-04 UTC
[jgmac1106] joined the channel
#
[jgmac1106]
[chrisaldrich] have you talked to jacket about microformats and micropub in inoreader
#
[jgmac1106]
he has tried a few time but doesn't trust the mf2 on the WP sites and micro blog sites he checks...
#
[jgmac1106]
I think the stuff he has been doing for micro.blog integration is off of [manton] JSON feed more than anything
[KevinMarks] joined the channel
#
[KevinMarks]
mastodon user pages are a good use case for h-feed if he wants a widespread one
[chrisaldrich] joined the channel
#
[KevinMarks]
as they include reposts and likes and so on
#
[chrisaldrich]
[jgmac1106] I haven't (that I can recall). They have a discord chat though don't they?
#
[chrisaldrich]
the mf2 isn't as important for publish as it is for their work on having better display.
jeremycherfas, [tantek], [fluffy], [jacky], benwerd, [chrisaldrich], mxd and [tw2113_Slack_] joined the channel
#
mxd
I've read some of you want to be able to show live gps data on a map for others. You can do that with Leaflet or OpenLayers for example. I just implemented a quick "live" map on my site using Leaflet and it's showing the last 1000 points. It's just a very simple implementation yet (https://github.com/DaTurboD/mxd-codes-frontend/blob/v2/components/maps/leaflet/map.js ). It should be also possible to show a lot of more points with some "caching"
#
mxd
functionality. Leaflet and OL also support data in GeoJSON format.
#
mxd
https://mxd.codes/map for this who are interested
[jeremycherfas], [cleverdevil], jjuran, voxpelli__, jimpick_, oodani, sebbu, shoesNsocks, strugee, [Rose], [KevinMarks] and [raph_l] joined the channel
#
[raph_l]
I did a big post on testing and OAuth. I'm pretty happy with it, in a "good start, keep going" kind of way: https://raphaelluckom.com/posts/on_testing_001.html
[jgmac1106] joined the channel
#
[jgmac1106]
[chrisaldrich] must of the "titleless post work jacket did was for microblog users, we have spent some time fixing up all the template themes..but he was pretty thumbs down on mf2 and thumbs up on JSONFeed
#
[jgmac1106]
might be worth another go....trying at camp to keep kids all on one theme is impossible
#
[jgmac1106]
gonna try giving them a page builder and then keep SemPress going as a theme for their stream, they don't care just wanna muck about making pages
#
GWG
[jgmac1106]: Someday I will do some more theme conversion
#
[jgmac1106]
keep your theme up, only job.
#
[jgmac1106]
get it into...WordPress.ort themes though....
#
GWG
[jgmac1106]: I have a boatload of navigation ideas I will be adding
#
GWG
Previous and next links on my date archives
#
GWG
If you have a paginated month based archive, but you want to have previous and next month links as well, which gets rel-prev and rel-next?
#
GWG
And if I'm going from a day to a month archive...so if I link the March in March 4, 2021 to the month archive, is that up?
[chrisaldrich] joined the channel
#
[chrisaldrich]
[jgmac1106] I haven't tried it yet, but there's a new theme in the WP repo called Velox that should be IndieWeb friendly and have mf2
[tantek], [Ana_Rodrigues], KartikPrabhu and [tw2113_Slack_] joined the channel
[benatwork], rrix, [chrisaldrich] and [tantek] joined the channel
#
@mdrockwell
@mjtsai Have you ever considered adding Webmention support to your site and/or syndicating to http://Micro.blog? That would be pretty rad.
(twitter.com/_/status/1367563090867412999)
#
@mjtsai
↩️ I’m not really familiar with Webmention. Is there an advantage vs. trackbacks?
(twitter.com/_/status/1367564580378001414)
#
@mantonsblog
↩️ If you want to syndicate to http://Micro.blog, I think you have an account already and can just add your RSS feed (Account → Edit Feeds) and it will pull everything in. Webmentions would be cool too. Very much like modern Trackbacks.
(twitter.com/_/status/1367573723608457216)
#
@mdrockwell
↩️ I’m not familiar with the underlying tech, but if you syndicate to http://Micro.blog, any reply to the message on http://Micro.blog will be sent to your site as a Webmention. And it can be used with http://Brid.gy to pull replies and likes in from Twitter.
(twitter.com/_/status/1367582077688905745)
#
@mdrockwell
↩️ I’m not familiar with the underlying tech, but if you syndicate to http://Micro.blog, any reply to the message on http://Micro.blog will be sent to your site as a Webmention. And it can be used with http://Brid.gy to pull replies and likes in from Twitter.
(twitter.com/_/status/1367582077688905745)
[scojjac] joined the channel
#
jacky
so kinda silly question: if I had a post that's not accessible to the public but can be viewed if one signs into my site (or some service, more likely this approach), should I give them a 401 or 407?
#
jacky
reading https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/407 versus https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401, I kinda want to use 407 because I want to hint that this can be done by a remote service
#
jacky
I think I might be making this more complex (the idea is that I'd push a URL somewhere that'd have a Web-browser-friendly page for sign-in but also expose a token endpoint to use for that page)
[Murray] joined the channel
#
jacky
I'm reading https://indieweb.org/private-webmention-brainstorming#Protocol_Flow and that makes sense for webmentions
#
sknebel
use 401
#
jacky
yeah that seems to be the route here
#
jacky
407 stuff looks like something for nginx/apache to throw
#
sknebel
more for proxy servers in a corporate network and such afaik
#
jacky
okay this is chill then
#
jacky
because I'm starting to note that I _might_ have to handle my contact list/address book _in_ my auth system as well
#
jacky
or have a way to feed it into there
#
jacky
so I can do proper permissioning for posts
[snarfed] and [tantek] joined the channel
#
[tantek]
what is 401
#
Loqi
401 is an HTTP/1.1 Status Code returned from a webserver to signify that your are not authorized to make a request to the URI https://indieweb.org/401
#
[tantek]
sounds good
#
[tantek]
what is 407
#
Loqi
It looks like we don't have a page for "407" yet. Would you like to create it? (Or just say "407 is ____", a sentence describing the term)
jamietanna joined the channel
#
jamietanna
also http.cat/401 and http.cat/407 :D
#
jamietanna
huh, 407 isn't supported
#
[tantek]
407 is 404 according to https://http.cat/407
scojjac, strugee and [KevinMarks] joined the channel