#dev 2021-07-27
2021-07-27 UTC
angelo joined the channel
# vikanezrimaya oh well
# vikanezrimaya I partially imported the webmentions. Partially because apparently there are a lot of errors. Broken links on my site due to incorrect database migrations losing links in process (since earlier versions accounted for some even earlier versions' legacy behavior), sometimes due to the source of the webmention erroring out, and sometimes due to an unexplainable error that weirdly occurs with a lot of stuff
# vikanezrimaya Oh! apparently it simply doesn't follow redirects. Oops, found a spec violation in my code! 😹
# vikanezrimaya ok I will deal with the errors later, since I have them all logged
# vikanezrimaya but for now I can rest assured that 305 webmentions out of 467 were processed correctly and now are inside of my site's database where I could later find a way to display them.
# vikanezrimaya I wonder how many webmentions does everyone else have on their websites
nertzy joined the channel
# [jacky] it looks like /opensearch needs some updating to archive.org links
# [jacky] hmm okay to https://github.com/dewitt/opensearch
[James_D] joined the channel
# [James_D] Oof. I looked over the spec. Its a lot to write.
# [jacky] there's some implementations over at https://indieweb.org/Micropub/Servers if you'd rather use one and have your site talk to it to get the contents (or if you're looking for ideas)
# [James_D] Yeah. I've been looking. I run on netlify. So looking at one that can run as a function there. I was looking through this one. https://github.com/Colelyman/gozette.
[aciccarello] joined the channel
capjamesg joined the channel
# capjamesg This is interesting: https://indieweb.org/2021/Pop-ups/Webmentions_Beyond_Webmention.io (I can't believe I missed this!!)
# vikanezrimaya I wonder if my webmention sender works
# vikanezrimaya if it does I can test it
# capjamesg Okay. My blog now uses https://webmention.jamesg.blog/ as the webmention endpoint.
# vikanezrimaya ugh. I guess I could fire up a manual webmention
# vikanezrimaya expect a webmention to one of your posts in the next 10 minutes or so
# vikanezrimaya ping! webmention sent!
# vikanezrimaya It should come from this URL: https://fireburn.ru/posts/_spoY8o
rockorager joined the channel
# vikanezrimaya what kind of bug is it?
# vikanezrimaya mine is not following redirects when receiving webmentions :3
# rockorager I sent you one too!
# vikanezrimaya umm... where
# vikanezrimaya I don't have a webmention endpoint published yet
# vikanezrimaya it's down
# vikanezrimaya please give me the link so I could manually import it because this is what I do for now
# rockorager I meant to capjamesg
# vikanezrimaya oh sorry >.<
# vikanezrimaya i'm a Matrix user and i'm too reliant on avatar colors to distinguish people, I should unlearn the habit
# rockorager I sent through telegraph and got a 201 created
# rockorager Woops, 201 accepted with a message "Created"
# vikanezrimaya yay
# vikanezrimaya capjamesg: should they show up somewhere on the website or are they only visible to you for the time being?
[eddie] joined the channel
hendursaga joined the channel
# [James_D] ↩️ Thanks. I'm working on getting it set up. Hopefully I can finish it tonight after work
[grantcodes], sebbu and jjuran joined the channel
# [grantcodes] No not yet GWG
shoesNsocks1 and shoesNsocks joined the channel
jamietanna joined the channel
# jamietanna !tell [James_D] it's only a Microsub reader you should need for Indigenous for Android, not Micropub - we fixed that a couple of years ago as I had the same issue
# jamietanna Ah sorry missed it was iOS not Android!
# @vishae I just rewatched the first ten minutes of Pixar’s Up.
It’s been years since I’ve watched it and I wanted to know whether it was as sad as I remembered.
Yeah it was.
_Tissue please._ (https://www.brid.gy/publish/twitter) (twitter.com/_/status/1420059283153203200)
# KartikPrabhu ^ that is weird!
# capjamesg webmentions << https://github.com/capjamesg/webmention-receiver
# Loqi ok, I added "https://github.com/capjamesg/webmention-receiver" to the "See Also" section of /Webmention https://indieweb.org/wiki/index.php?diff=76535&oldid=76205
# @TheGreenGreek ↩️ "If you have a comment or question on one of my posts, please do not use this form. Instead, reply on Twitter so it will populate the webmentions and other people can also benefit from it! Or, you can contact me in one of the several public Discord and Slack groups I'm in." (twitter.com/_/status/1420064929877536773)
[Blob64] joined the channel
# [Blob64] Hello, my name's Chris and I write software - at least try to ! :) My company focuses on helping small businesses with light-weight IT tools to automate or bridge gaps in-between their internal processes.
# [Blob64] Over the course of a few months I put together a tool called Stikqr.com and I humbly present it to this Reddit group (queue image of pilgrim on one knee).
# [Blob64] Keeping in the software tradition : it's a 95% free tool. Only certain elements have a cost but do not impede on the use of the tool. (note to self : t-shirt concept "I'm 95% free").
# [Blob64] I'd very much like to get feedback. Be gentle, I'm pretty much on my own doing 'everything' - but I'll endeavour to add new proposed features and will be eternally grateful :)
# [Blob64] Oh and if you'd like "Stikqr.com Gift pack", DM me !
# [Blob64] Chris
# capjamesg Are we no longer archiving chats? https://github.com/indieweb/indieweb-chat-archive
shoesNsocks joined the channel
# Zegnat I think you can think of HTTP Basic Auth as a never-expiring Bearer token in OAuth speak. As you are basically sending an Authorization header for every request containing a "token". In the case of basic auth the token is the base64 encode of your username and password. So the only way to revoke the token is by changing the username and password on the server end.
Ramon[d] joined the channel
[Suw] joined the channel
# Zegnat Not nicely, no. The only way I have seen is to give browsers faulty credentials. Example: by linking to https://no:no@example.com/ the browser switches to using those credentials. It will probably get a forbidden response back, and then "lose" older credentials.
# [James_D] Alright. I'm one step closer with indigenous. I got the micropub server up and running after some minor fixes to gozette. Here is my fork if anyone needs it. Indigeonous said I don't have a reader endpoint. Is that where I should create an endpoint that displays all of my micro? Any tips on that?
# [James_D] could I just add `<link rel=reader...` and point it to the webmentions feed?
# [jacky] you can sign up for an account for one with something on the list here https://indieweb.org/Microsub#Servers, I currently use Aperture but I'm still tinkering with my own form of one
# [James_D] so theres a microsub server and a micropub server.
# [schmarty] [James_D] indeed! and they do very different things. a micro_sub_ server manages the actual fetching and parsing bits of subscribing to feeds. a micro_pub_ server manages adding or updating posts on your site.
# [James_D] so for microsub theres no need to roll your own like the micropub?
# [schmarty] i'd agree, though, that most microsub servers "do the same thing" and so are more interchangeable and offerable as a service.
# [schmarty] whereas micropub servers can end up very tied in with your choice of CMS, data store, templating language, site design, ...
# [James_D] sounds good. Back to reading the docs. Thanks again
# [jacky] an interesting side for people looking around building interfaces and experiences https://growth.design/case-studies/
Rattroupe and rockorager joined the channel