#dev 2022-06-17

2022-06-17 UTC
jacky, [chrisaldrich], cjw6k_, davidpeach, tetov-irc and lagash_ joined the channel
#
@fundor333
How I implement Indieweb, Webmention and H Entry in My Blog #hentry #hugo #indiweb #twtxt https://fundor333.com/post/2022/indieweb-webmention-and-h-entry-in-my-blog/
(twitter.com/_/status/1537725754376605697)
tetov-irc, [echo], [arush] and jacky joined the channel
#
jacky
what are webactions
#
Loqi
A web action is the interface and user experience of taking a specific discrete action, across the web, from one site to another site or application, like a reply button on a post, which when activated, allows you to reply using your own site instead of the site you are viewing https://indieweb.org/webactions
jacky joined the channel
#
jacky
so this is a bit of a weird idea
#
jacky
but I've been curious about how https://indieweb.org/Web_Action_URL_APIs#Mac_OS works and wondering if it'd make sense to get a scheme for desktop apps that support things like Micropub or the like
cybi joined the channel
#
jacky
adds notes to wiki
[snarfed] joined the channel
#
[snarfed]
jacky++ love it
#
Loqi
jacky has 26 karma in this channel over the last year (57 in all channels)
#
jacky
tbh it would be something like `micropub://like-of=$URL` (kinda like mail links)
jacky joined the channel
#
[snarfed]
even better, a desktop app that just loads your web app of choice
#
[snarfed]
is there already precedent for that? eg doesn't Gmail do it for mailto: links somehow?
#
jacky
yeah, I forget how that works
#
jacky
ahh it's only within the browser
#
jacky
that's fine tbh
#
jacky
but I know that this is possible from the browser _and_ the desktop (like there's a convention)
#
[snarfed]
sure. I was thinking this could be an alternative to web actions...?
#
[snarfed]
I assume this has already been thought through
cybi joined the channel
#
jacky
yeah - like something that'd be able to open links from twitter, github, etc when detected
#
jacky
I'd have to play with it intercepting links in the browser though (might need an extension that could swap out links on those sites to open in the app)
#
jacky
that opens up every time a link is opened and lets you pick a web browser (I use it b/c I have like six of them, lol)
#
jacky
but I figure something that was a little smarter (like noticing links from silos or maybe if it has access to your nickname cache locally, it could match on URL prefixes to see if it's possibly something that could be viewed in a social reader real quick)
jacky and cybi joined the channel
#
[snarfed]
also, stuff like capjamesg's poll responses
#
[snarfed]
those could just be micropub: URIs with each response prefilled?
jacky, cybi and jbove joined the channel
#
jacky
[snarfed]: yup!
#
jacky
that'd be the most ideal setup
jacky joined the channel
#
[tantek]
URIs aren't an "alternative" to web actions, they're two different layers. you could use different URIs as part of the plumbing for web actions
#
[tantek]
this is specifically why I named web actions based on the *UX*
#
[tantek]
back in the day there was a previous attempt at something vaguely trying to solve the same problem call "web intents" except that it was tied to very specific plumbing, which is of course a layer design error
#
[tantek]
just like calling things "RSS buttons"
#
[snarfed]
sure! understood, I think. I guess I was curious how scheme handlers might help implement web actions
cybi joined the channel
mro and jacky joined the channel
#
@type__error
#indieweb friends: has anyone managed to get http://brid.gy working with twitter replies? it comes up with likes and retweets, but seemingly not replies to my tweets with eligible URLs in :/
(twitter.com/_/status/1537844036710674432)
jacky joined the channel
#
@type__error
↩️ The code is fine. I pasted in some tweet URLs to the http://brid.gy UI to manually backfill them, and it's only pulled through likes and RTs
(twitter.com/_/status/1537845849094606854)
#
@type__error
↩️ yep, I've been working from @mxbck's post (https://mxb.dev/blog/using-webmentions-on-static-sites/) and @TheGreenGreek's one. The issue seems to be in the data I'm getting, rather than rendering it
(twitter.com/_/status/1537846758356697088)
#
@CarolSaysThings
↩️ Mine are working, so feel free to poke around my repo. I basically implemented this: https://sia.codes/posts/webmentions-eleventy-in-depth/
(twitter.com/_/status/1537846328058908673)
jacky joined the channel
#
@schnarfed
↩️ If those tweets are older, it's probably because Twitter's v1.1 search API, which Bridgy uses to find replies, is best effort and only includes the last week. https://brid.gy/about#can+be+flaky We're looking forward to the v2 API! But it's still incomplete, so we can't migrate just yet.
(twitter.com/_/status/1537850426069962757)
jacky, gRegor and [Murray] joined the channel
#
[Murray]
In webmentio.io is there a way to tell apart pingbacks/trackbacks and webmentions? Or are they all webmentions?
#
aaronpk
hm no it doesn't return that in the API, but it would be easy to add since i am tracking the type
#
aaronpk
(it doesn't support trackbacks at all tho fwiw)
jacky joined the channel
#
GWG
aaronpk: Did you get any sense of what Pingbacks are coming in?
vera and jacky joined the channel
#
@type__error
↩️ I pasted an old tweet url into the “resend” box on http://brid.gy. Turns out it’s a limitation of the Twitter api that means it can’t grab old replies :(
(twitter.com/_/status/1537865654556151810)
jacky, Seirdy, cybi, jjuran, mro and tbbrown joined the channel
#
[fluffy]
For a while I had pingbacks enabled on webmention.io and I never once got a single legitimate pingback, but I got a crapton of spam.
#
superkuh
I log all post data. Yeah, there's still lots of spam.
jacky joined the channel
#
[Murray]
[aaronpk] I meant in the dashboard; I have received some spam it seems, wondered if it might be useful, but the pages appear to have been deleted already, so I don't know how to tell
#
aaronpk
ah yeah it doesn't show there either. i added it kinda recently just for logging but didn't think about making that visible
#
aaronpk
oh, "relatively recently" heh, it was nov 2018
#
[Murray]
fair enough, I know people were talking recently about webmention spam, so wanted to point to it if it was 😄 As it stands, its breaking my site build script (apparently I don't have particularly robust error handling) so I'll delete them unless they're of any interest
#
aaronpk
i've got plenty more in there, don't worry :P
#
[Murray]
:thumbsup:
#
[Murray]
good to know 😄
jacky, tetov-irc, tbbrown and Seirdy joined the channel