#IWDiscordGateway<person> I'm optimizing my blog to be part of the IndieWeb! I've just finished adding the IndieAuth links and the h-entry and h-card stuff. Is that all the stuff that matters? How much does supporting microsub and/or micropub matter? I'm running my site off of GitHub Pages for now, so I think micropub support at least is not in the cards. Is there anything else folks would recommend I do to more fully join the community?
mro, [tw2113_Slack_], tbbrown and jacky joined the channel
#IWDiscordGateway<capjamesg> If you are here you are already in the community 🙂
#IWDiscordGateway<capjamesg> You should build / use what solves a problem for you.
#IWDiscordGateway<capjamesg> If you want to make publishing to your site easier, micropub can help. If you want a social, interoperable reader, microsub might be worth checking out.
#IWDiscordGateway<capjamesg> Having a website in itself is very IndieWeb!
#Loqi[person] Today I was brainstorming ways to connect #blockchain projects to #IndieWeb projects. If #BlueSky wants blockchain, fine, but interop with the fediverse is the fastest way to reach their goals. You could use NFTs to create rel=me links on the blockch...
mro and tbbrown joined the channel
#[KevinMarks]You could do that but it makes no sense. Convincing bluesky to support DNS and URLs explicitly is more important.
tbbrown and mro joined the channel
#vika_nezrimayahuh, turns out I didn't fix the nasty bug but I did seem to mitigate it by going lockless on the database reads. Now the app doesn't hang, it just makes the server noisy!
#vika_nezrimayabetter than it was before for sure - a partial win
#@BekoPharm↩️ Hahahaha.
Sorry, geht gleich wieder :)
WP Form Kommentare: 100% Spam
Webmention Kommentare: 1% Spam - und dann über Twitter rein gespült.
ActivityPub Kommentare: 0%
Mein ja nur :> (twitter.com/_/status/1523290002595397640)
tbbrown, GWG, mro and [snarfed] joined the channel
#IWDiscordGateway<person> @chrisaldrich I'm pretty sure it's implementable, but it would need an NFT minting component and an IndieAuth parsing component. At least in the way I've brainstormed it so far. Which feels a little complex for a feature that people aren't necessarily clamoring for at the moment lol.
Ritik joined the channel
#IWDiscordGateway<person> @KevinMarks yeah, for me it was more an opportunity to brainstorm the technical possibilities than an explicit prioritization. I do think the benefit of implementing something like this is that if people care about their blockchain addresses in the future, this would allow you to link those addresses to the rest of your IndieWeb identity. Which is a functionality completely agnostic of bluesky specifically.
#IWDiscordGateway<person> @KevinMarks Does Bluesky not currently have plans to support DNS and URLs? I've only read into it a little bit so far, haven't made it all the way through their GitHub yet.
#IWDiscordGateway<person> Thanks @capjames! Yeah I think from a technical perspective, everything I need for now is solved. One of the things that excites me about IndieWeb is the social aspect and learning from other peoples' ideas and questions. I don't know if microsub would make that easier for me or just continuing to chat with people here and an mastodon is a better way to go.
#[KevinMarks]OK webmention implementers - Tumblr now has mf2 markup by default, so try webmentions from there and check your repost support as that is primary tumblr mode.
#[snarfed]congrats [KevinMarks], awesome work getting that to happen!
#[snarfed]should also naturally integrate with Bridgy's existing Tumblr support, it sends webmentions automatically for all posts, https://brid.gy/about#blogs
[Scott_Jack], jacky and [sebsel] joined the channel
#IWDiscordGateway<person> The way my blog is set up, I have posts that get published, but I often make edits and additions afterwards. I'm using GitHub Pages & Jekyll, so the RSS feed is generated for me. But I want to modify the RSS feed generation so that if I mark a post as having had meaningful edits made to it, it gets readded to the RSS feed. Two questions:
#IWDiscordGateway<person> 1. Has anyone else done this or anything like it? Is there precedent for how to handle meaningful edits to a post?
#IWDiscordGateway<person> 2. I know how to mark the publish date in microformats. But is there a microformat or microformat convention around noting "last modified at" dates?
#IWDiscordGateway<person> jacky & Loqi : Thank you! I'll check it out
[calumryan] joined the channel
#IWDiscordGateway<person> Ah this is great, imma try implementing it right away
m2m joined the channel; m2m left the channel
#[snarfed]person just FYI, that's pretty unusual feed behavior. you may want to add messages at the top of those posts when you do that to say eg "Updated to add ...," or something similar
#IWDiscordGateway<person> [snarfed] yeah, I'm grappling with that as well. My blog is really more of a public zettelkasten, so it's by design that something might start really small and eventually grow into a larger article. But how to share with my (*cough* imagined) audience when something has grown significantly is a gnarly problem. Maybe instead of modifying the feed behavior, I can have a weekly or monthly separate post that links to everything t
#[snarfed]maybe! the beauty of the indieweb is, it's your own site, you get to do anything you want