#dev 2020-12-03

2020-12-03 UTC
lostinthesauce joined the channel
#
lostinthesauce
hey
alex11 and jeremycherfas joined the channel
#
@geonz
↩️ Yea, I'm recalling how I learned when y'all talk about webmentions, the link you give just gets to ... the same text in a different place...
(twitter.com/_/status/1334293803180625920)
[tantek], NinjaTrappeur, geoffo and [Raphael_Luckom] joined the channel
#
[Raphael_Luckom]
If anyone's looking for a good long read, this is a PDF of "No Silver Bullet -- Essence and Accident In Software Engineering" by Fred Brooks. Deservedly a classic. http://worrydream.com/refs/Brooks-NoSilverBullet.pdf
#
jjuran
I'm the proud owner of a copy of Fred Brooks' /The Mythical Man-Month/ which is autographed
#
jjuran
… by Dave Barry.
#
jjuran
(That still counts, right?)
#
[Raphael_Luckom]
I feel like it counts _more_
#
[Raphael_Luckom]
I mean they're both last names that start with B, but the first initial doesn't match. It's an off-by-one error 🙂
#
jjuran
That's meta-off-by-one
[KevinMarks], [chrisaldrich], [fluffy], [Emma_Humphries] and [snarfed] joined the channel
#
[snarfed]
aaronpk re your ownyourgram browser extension, any interest in making it do bridgy too? 😁
#
aaronpk
I uh, had that thought yes
#
[snarfed]
alternatively it’d probably be easier to have the extension send the wm directly, using a granary URL (with the user’s IG session cookie) as the source
#
aaronpk
It's definitely a different way of using the tool, you'd have to tell people they have to visit their own Instagram photos regularly
#
[snarfed]
oh you don’t want to make the HTTP reqs yourself?
#
[snarfed]
i figured the point of the extension was just consistent access to their IG cookie
#
aaronpk
Oh yeah huh
#
[snarfed]
more work, but easier for users
#
aaronpk
the way mine works right now is the extension send the Micropub request itself, my server isn't involved at all
#
aaronpk
That obviously isn't the same for webmention
#
[snarfed]
i think is if for IG you use granary
#
aaronpk
is granary not at risk of dying too?
#
[snarfed]
but yes, some server at least
#
[snarfed]
granary doesn’t embed a specific account’s cookie
#
[snarfed]
it uses the one you give it
#
aaronpk
right, I guess I never really thought about it but I assumed they were also clamping down on that kind of thing too. Like seeing an cookie was suddenly being used from a different (and google app engine) IP
#
[snarfed]
🤷 evidently not
#
aaronpk
but yea if all you need is the cookie and list of comment IDs that seems like something this extension could provide
#
aaronpk
or wait is it just cookie and photo url?
#
[snarfed]
the latter if you’re ok with sending the wms yourself
#
[snarfed]
(and storing the ones already sent, etc)
#
aaronpk
Interesting
#
[snarfed]
actually. not quite
#
[snarfed]
granary can convert an IG photo to mf2 html for it, but not individual comments or likes
#
[snarfed]
i could add that though
#
[snarfed]
(granary’s API can’t, at least. the library can.)
jacky joined the channel
#
aaronpk
Okay, interesting, I'll have to think about this
#
aaronpk
I'm pretty sure I want to take the easy way out on my side which is to keep running a server side component to help with IndieAuth stuff and such, which opens up some interesting possibilities here
KartikPrabhu joined the channel
#
[snarfed]
i haven’t found a way around IG’s bot blocking this time, so traditional bridgy backfeed may bed dead as is
[asuh], schmudde, [Rose] and swentel joined the channel
#
nolith
I published a new website, on another domain, containing some literate programming stuff and my own dotfiles, I'd like to add microformats and webmetions to it. Just in case. Will be ok to add the same head link to webmention.io that I'm using on my personal website (another domain)? Will it work or do I need to implement webauth also on the new site and register again?
samwilson, lahacker, [Murray], ethanyoo, [KevinMarks], [jgmac1106], swentel, [Rose], schmudde, oodani, rhiaro, gxt and [Raphael_Luckom] joined the channel
#
[Raphael_Luckom]
I got curious about the useragents I see referencing Windows NT. I assumed it was some script trying to negotiate lower protocol version for vulnerabilities, but apparently windows computers still use NT in there ua strings.
#
[Raphael_Luckom]
*their
#
nolith
IIRC since Windows XP every Windows version is based on NT kernel
ethanyoo joined the channel
#
[Raphael_Luckom]
TIL
#
sknebel
and useragents are fiction anyways
#
sknebel
e.g. see a Chrome saying "Mozilla", "Safari" and "AppleWebKit" in its UA string :D
[Murray], geoffo, gxt and [chrisaldrich] joined the channel
#
@Cambridgeport90
Still wondering why this stuff isn’t going out to the rest of the world, and I recently read something about combining the #IndieWeb with the fediverse. That looks freaking cool! Ideally we’ll see a bland between that and IndieAuth; can’t wait, and maybe… https://cambridgeport90.org/?p=114
(twitter.com/_/status/1334524539745742848)
ethanyoo and geoffo joined the channel
#
@petermolnar
↩️ There is https://fed.brid.gy/ which allows #fediverse to and interact with #indieweb
(twitter.com/_/status/1334525869596008448)
#
@Cambridgeport90
↩️ The reference was something that @aaronpk posted, referring to making accounts in the fediverse also Indieauth capable. Only application I know right now that can do that is http://microblog.pub. Want to fool with that.
(twitter.com/_/status/1334528665539866626)
[tantek], KartikPrabhu and [KevinMarks] joined the channel
#
[KevinMarks]
hm. would mastodon count as RelMeAuth capable?
#
[tantek]
can you sign-in somewhere that supports RelMeAuth using your Mastodon URL?
#
[KevinMarks]
I'd have to make one that links to twitter and make twitter link back…
#
[tantek]
KevinMarks, also do you mean "capable" as a IdP or an RP?
#
[tantek]
sing-in using your Mastodon URL somewhere that supports consuming RelMeAuth identities = Mastodon IdP support
#
[tantek]
sign-in*
#
[KevinMarks]
right, I think it would allow sign in, but as there are no endpoints linked it's a bit hollow
#
[tantek]
sign-into Mastodon using your own site URL that has rel=me, = Mastodon RP support
#
[tantek]
both of those are testable
[amy], jolvera, [schmarty], gxt, ethanyoo, [snarfed], [tw2113_Slack_], [chrisaldrich], [KevinMarks], [mapkyca] and jamietanna joined the channel
#
jamietanna
My IndieAuth server looks ready to go live! Need to add some persisted keys for signing access tokens then I may actually put it live :O
#
Loqi
jamietanna: [tantek] left you a message 5 days, 1 hour ago: I added alt txt for your screenshots PNGs (thanks for providing screenshots!) on /consent_screen, please double check them and feel free to edit further / improve.
[fluffy] joined the channel
#
jamietanna
Not tonight though... Bit late to risk it!
#
aaronpk
cant wait to see it
ethanyoo joined the channel
#
jamietanna
I've definitely got some improvements around consent I'll be working on after it's live, based on some of the things you and Zegnat have done, aaronpk
#
Zegnat
Looking forward to seeing what you ended up with, jamietanna!
ethanyoo, [jackjamieson], [KevinMarks] and schmudde joined the channel
#
[tantek]
aaronpk, petermolnar, I'm storing homepage mentions in webmention.io
#
[tantek]
and not at all on my own website / hosting etc.
#
petermolnar
aaronpk: we're probably doing the same; I get an email, so I could technically keep it if I wanted to. In my case "storing" means that with reactions to entries I get the webmention from webmention.io, parse it through pandoc into a yaml + markdown file, then add them into the comments section of the entry in build. So storing in my workflow is that parsing-stripping-saving as file flow.
#
aaronpk
gotcha yeah
#
aaronpk
mine get stored in a database, i never ended up writing them to files, but the home page ones also don't get stored in that databae
#
aaronpk
databae 😂
#
petermolnar
apparently that's a thing: https://www.databae.com/
#
vilhalmer
I end up typing /bae multiple times a week due to the layout of our product's filesystem
jeremycherfas and ethanyoo joined the channel