#dev 2021-03-29

2021-03-29 UTC
#
@zenia2020
@dansvel WebMention itu kayaknya jalan tiap 30 menit
(twitter.com/_/status/1376325754821038084)
[scojjac] joined the channel
[KevinMarks] joined the channel
#
@dansvel
↩️ nggak cuma twitter,, webmention kalo pake bridgy bisa sekalian facebook, instagram, reddit, ada juga yg bisa di devto, cuma blum tau caranya
(twitter.com/_/status/1376351275059580929)
johnvl, [jeremycherfas], [tantek], Rijen, [KevinMarks], Zenyattus, [Jeremy_Keith], [Murray], [scojjac] and [tw2113_Slack_] joined the channel
#
[tantek]
This sounds like good news and also a highlighting of the fundamental power dynamics at play: https://ethanmarcotte.com/wrote/au-revoir-mon-ampmour/
[Rose], [KevinMarks], [Zegnat], [jeremycherfas] and [Murray] joined the channel
#
jacky
you know, there's some things I wish one could adjust via Micropub
#
jacky
I don't know if it's really meant to manage one's site
#
jacky
but like being able to add syndication targets from Micropub could make some onboarding nearly zero-touch
#
[KevinMarks]
does that mean changing how you respond to unknown mp-syndicate-to?
#
[KevinMarks]
so you pass in a full struct there and the server remembers it?
#
[KevinMarks]
the challenge is that syndication is often using some other server specific config. I suppose you could pass in another url that has a micropub endpoint, but you'd still need some auth to happen server side
[chrisaldrich] and [schmarty] joined the channel
#
[schmarty]
jacky: that is super interesting. a lot of syndication target setup does look the same, i imagine. some oauth dance to get permissions to post to some account on some silo. the endpoints and post contents need to be different for each one, but silo.pub flattens that all out to a micropub endpoint and access token, probably.
#
jacky
[KevinMarks]: sure but we have a standard structure on how it should be represented to clients
#
jacky
I think that could be the basis of which servers can then serialize that information to their system
#
jacky
[schmarty]: looking at silo.pub actually inspired me to suggest this tbh!
#
jacky
because if part of the process was like "okay, tell us which services to add to your site" (or even to automatically disable/enable them if it notices issues with syndication)
#
[schmarty]
yeah this is pretty powerful. i think a way to bake silo.pub registration into your micropub endpoint would be a huge start.
[snarfed] joined the channel
#
[snarfed]
probably not silo.pub specifically though, it’s abandoned
#
[snarfed]
hah well that too
[tantek] joined the channel
#
[tantek]
yeah I think the domain was lost
KartikPrabhu joined the channel
#
[schmarty]
it might be a reasonable codebase to start from or crib from. but, yeah, RIP hosted silo dot pub.
#
[tantek]
does anyone use images to decorate their "no results found pages"? I'm wondering if this is a "thing" we can document
#
[tantek]
e.g. just tried searching for the "Impending Doom" in news.google.com and selected their auto-suggest dropdown for the "topic", and got a no results page
#
[tantek]
and the text "There are no items to show."
#
[tantek]
I feel like I've seen othersites fill in their "zero results" pages with humorous images
[fluffy] and [scojjac] joined the channel
#
[scojjac]
Old office had a room 404 placard that I used for a bit
#
[scojjac]
twitter used to have the fail whale, right?
#
jacky
realizing that using micropub to update one's contact list is also a very viable way to do it
#
jacky
like sending action=create&h=card&url=$URL should be enough to add someone to one's contact list
#
jacky
is thinking more about what things we read that we should consider also editing via Micropub
#
[KevinMarks]
Hmm. So you could define a syndication target microformat to add one maybe?
#
jacky
perhaps, I was doing to lean on the same structure shown here https://micropub.spec.indieweb.org/#syndication-targets
#
jacky
the thing is, I don't want to define an explicit format without first giving a case where it'd be presented on one's site
#
jacky
so far, I can't think of any outside of them being a special 'archive'
#
jacky
I think I can get around having to define a new microformat by using a new action `create:syndication-target` (for example) and let the remaining properties follow a similar structure to the above
#
jacky
shrugs
#
jacky
I just don't want to end up in a place where an auxiliary API is built without some sort of consensus and then we run into the "compatible with Mastodon API" issue
#
jacky
granted, that's assuming we get a proliferation of Micropub syndication targets, lol
jeremycherfas and nertzy_ joined the channel
#
[KevinMarks]
I was thinking that you could extend mp-syndicate-to to create it maybe
#
[KevinMarks]
But that may be confusing too
jeremycherfas joined the channel
#
jacky
yeah I can see that being useful if someone's testing it out for the first time
#
jacky
but would be a bit noisy afterwards
jeremycherfas and [aciccarello] joined the channel
#
[aciccarello]
[tantek] I know google's material design has encouraged more friendly "empty state" pages. https://material.io/design/communication/empty-states.html#content
#
[aciccarello]
But usually I hear people talking about those kinds of images for 404 pages (I've got a GIF). I'm not sure what the "thing" would be for those images.
[tantek] joined the channel
#
[tantek]
no results found is vaguely similar to no page found
jeremycherfas joined the channel
#
[aciccarello]
Whoah, well this is an interesting use of 404 pages:
#
jacky
heh yeah
[schmarty], [chrisaldrich] and [fluffy] joined the channel
#
[fluffy]
Neat idea but I just went to their own 404 page to see what sorts of stuff they’d be serving up and so far none of them are like… recent or relevant or likely to be resolved.
#
[fluffy]
like, “current age: 70. missing since 1968”
#
[chrisaldrich]
I don't have it on my search page results, though could probably do it, but I did put up some images on my 404: https://boffosocko.com/404
#
[chrisaldrich]
It's definitely more of a thing for 404 page design than for no results pages in search in my experience...
#
[chrisaldrich]
but definitely falls under the category of /fun
[KevinMarks] joined the channel