2023-03-13 UTC
geoffo joined the channel
# 01:55 prologic tbh I don't even understand federation at all nor the whole S2S side of Activity Pub
# 01:55 prologic Or even why I'd even implement it
# 02:26 aaronpk 🤔 the only useful part of activitypub is the S2S part
# 02:27 aaronpk that's how you send and receive posts from other people
Soni joined the channel
# 02:54 Ruxton_ soooo question.. I moved my site to a new domain, is the accepted process to move my user wiki page with a redirect also?
[tw2113_Slack_] joined the channel
gRegor and gRegorLove_ joined the channel
# 03:00 Ruxton_ ok that moves the page, but doesnt rename the user, is it even possible to rename the user?
# 03:06 aaronpk I am not sure about the other implications of installing that, currently there is no concept of moving edit histories between accounts
# 03:06 gRegor Not sure, but probably any extension is going to require some customizing to work with IndieAuth
# 03:14 gRegor unless type, href, and name *have* to be in that order? No idea, haha. JSON objects aren't ordered though, iirc
# 03:14 gRegor Nice that it's in python, [snarfed] can probably figure out what they did easily
# 03:15 Loqi [preview] [gRegorLove] @snarfed Hm, did any tests include the same hashtag in the content? Maybe Mastodon is matching it, since they link the hashtags in the HTML view?
Like:
> Testing with #typehashtag
With `tag` object:
```json
{
"type": "Hashtag",
"...
# 03:16 [tantek] you need "with <a href='hashtaglink'>#typehashtag</a>"
# 03:16 [tantek] but it will update an existing link around the hashtag to point to the local instance
# 03:17 [tantek] that's my theory anyway for why your example didn't "do anything" and the example in that PR did
# 03:17 gRegor yeah the hachyderm.io AS2 earlier in the BF issue has the HTML link matching the tag object, would make sense.
# 03:18 [tantek] tempted to use indieweb.org URLs as auto-links for my hashtags
# 03:18 [tantek] and then create the wiki pages as necessary with IndieWeb relevance 😂
# 03:21 gRegor Haha, could end up with some odd wiki pages based on some of my hashtags 😂
# 03:50 prologic aaronpk: Oh did I get confused with C2S? 🤦♂️
mro, [Murray], gRegor, Loqi, geoffo, [dave], IWSlackGateway, [tantek], [benatwork], [snarfed] and [pfefferle] joined the channel
# 17:15 GWG [tantek]: I'm almost positive it has come up
[tw2113_Slack_] joined the channel
# 17:22 [tantek] Is there an issue for it? IndieAuth identity migration?
# 17:24 GWG Can't find one...so probably needs more research
# 17:25 [tantek] Why? The use-case from Ruxton_ seems sufficient to file a spec issue.
# 17:26 aaronpk i don't think this is a spec issue, but the spec could mention the possibility of doing so
# 17:27 aaronpk but there's nothing in the spec that would change in order to support this kind of migration
# 17:34 [tantek] it is a spec issue because it is something we want to be interoperable
# 17:34 [tantek] it's not about "nothing in the spec that would change in order to support this kind of migration" it's about making "this kind of migration" *dependable* no matter what implementation/service you use
# 17:34 aaronpk the spec already has the bits that talk about the redirects
# 17:35 [tantek] it has some yes, but it could have more, for better interop, that's the point
[KevinMarks] joined the channel
# 17:43 GWG I meant I recall that we discussed it, research findings prior discussions
ShoesNSocks and [TMichelleMoore] joined the channel
# 18:34 [TMichelleMoore] Thank you [tantek] re: h-cards. I know what I want on the homepage. It’s the blog pages: I just want it like in all of the examples I see of you card, name, URL, maybe photo. Not all of the stuff on the homepage.
gRegor, [schmarty] and [aciccarello] joined the channel
# 20:21 [tantek] has anyone here participated in one and have firsthand experience?
[asuh] joined the channel
moose333 and [chrisbergr] joined the channel
# 22:46 aaronpk and each line is one record rather than the whole file being a JSON document
# 22:46 aaronpk so you can parse them line by line, and you can also query ranges without parsing the JSON
[Tim_Nolte] joined the channel
# 22:47 IWDiscordRelay <capjamesg#4492>
# 22:47 IWDiscordRelay <capjamesg#4492> aaronpk Evidently, my parsing logic was off ^
# 22:47 IWDiscordRelay <capjamesg#4492> 😂
# 22:47 IWDiscordRelay <capjamesg#4492> [aciccarello] That is the reason my bot doesn't know about my pizza preferences ^
# 22:48 IWDiscordRelay <capjamesg#4492> I have a rule that excludes all Sources that contain "{" to hide those broken URLs.
gRegor joined the channel
# 23:25 capjamesg (sorry about the broken link -- that's a big task to fix)
# 23:45 [tantek] capjamesg, remember when you didn't understand the point of having a Universal Outbox? If it's not obvious by now, that's exactly what you would use to train your own personal chatbot
# 23:45 [tantek] It's a superset of what you're already doing "all blog posts and what you said in chat"