{
"type": "entry",
"author": {
"name": "@changelog",
"url": "https://changelog.social/@changelog",
"photo": null
},
"url": "https://changelog.social/@changelog/111346589989075226",
"content": {
"html": "<p>\u201cThe reason I'm posting on Mastodon is because the future I want is one that's based on interoperability.\u201d</p><p>Same with us, <span class=\"h-card\"><a class=\"u-url\" href=\"https://toot.thoughtworks.com/@mfowler\">@<span>mfowler</span></a></span>!</p><p><a href=\"https://changelog.social/tags/fediverse\">#<span>fediverse</span></a> <a href=\"https://changelog.social/tags/mastodon\">#<span>mastodon</span></a> <a href=\"https://changelog.social/tags/federation\">#<span>federation</span></a> <a href=\"https://changelog.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://changelog.social/tags/interop\">#<span>interop</span></a></p><p>\ud83d\udd17 <a href=\"https://martinfowler.com/articles/2023-social-media.html\"><span>https://</span><span>martinfowler.com/articles/2023</span><span>-social-media.html</span></a></p>",
"text": "\u201cThe reason I'm posting on Mastodon is because the future I want is one that's based on interoperability.\u201dSame with us, @mfowler!#fediverse #mastodon #federation #indieweb #interop\ud83d\udd17 https://martinfowler.com/articles/2023-social-media.html"
},
"published": "2023-11-03T12:22:09+00:00",
"post-type": "note",
"_id": "39353767",
"_source": "7235",
"_is_read": false
}
With nearly 900 members this special clique is back, and better than ever, in V2! You'll be hard pressed to find a manager as diligent and passionate as Koinuko; be sure to give them both a look!
{
"type": "entry",
"author": {
"name": "@accordionpolar",
"url": "https://indieweb.social/@accordionpolar",
"photo": null
},
"url": "https://indieweb.social/@accordionpolar/111344871470431628",
"content": {
"html": "<p><a href=\"https://indieweb.social/tags/webrings\">#<span>webrings</span></a> watch No. 29</p><p>the Self-Insert <a href=\"https://indieweb.social/tags/webring\">#<span>webring</span></a> <br /><a href=\"https://webring.koinuko.pink/index.php\"><span>https://</span><span>webring.koinuko.pink/index.php</span><span></span></a></p><p>With nearly 900 members this special clique is back, and better than ever, in V2! You'll be hard pressed to find a manager as diligent and passionate as Koinuko; be sure to give them both a look!</p><p><a href=\"https://indieweb.social/tags/love\">#<span>love</span></a> <a href=\"https://indieweb.social/tags/relationships\">#<span>relationships</span></a> <a href=\"https://indieweb.social/tags/anime\">#<span>anime</span></a> <a href=\"https://indieweb.social/tags/fantasy\">#<span>fantasy</span></a> <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://indieweb.social/tags/webdev\">#<span>webdev</span></a> <a href=\"https://indieweb.social/tags/retro\">#<span>retro</span></a> <a href=\"https://indieweb.social/tags/tech\">#<span>tech</span></a> <a href=\"https://indieweb.social/tags/html\">#<span>html</span></a> <a href=\"https://indieweb.social/tags/web\">#<span>web</span></a> <a href=\"https://indieweb.social/tags/cartoon\">#<span>cartoon</span></a> <a href=\"https://indieweb.social/tags/show\">#<span>show</span></a> <a href=\"https://indieweb.social/tags/fiction\">#<span>fiction</span></a> <a href=\"https://indieweb.social/tags/fun\">#<span>fun</span></a> <a href=\"https://indieweb.social/tags/programming\">#<span>programming</span></a></p>",
"text": "#webrings watch No. 29the Self-Insert #webring \nhttps://webring.koinuko.pink/index.phpWith nearly 900 members this special clique is back, and better than ever, in V2! You'll be hard pressed to find a manager as diligent and passionate as Koinuko; be sure to give them both a look!#love #relationships #anime #fantasy #indieweb #smallweb #webdev #retro #tech #html #web #cartoon #show #fiction #fun #programming"
},
"published": "2023-11-03T05:05:06+00:00",
"post-type": "note",
"_id": "39351540",
"_source": "7235",
"_is_read": false
}
The Threads team is exploring a content publishing API
I’ve replied to encourage them to consider adopting #micropub rather than defining their own unique API. They’ve committed to support ActivityPub so if they’re serious about the open web then Micropub should also be considered.
{
"type": "entry",
"published": "2023-11-02T21:46:46.636Z",
"url": "https://barryfrost.com/2023/11/the-threads-team-is-exploring-a",
"category": [
"micropub",
"threads",
"indieweb"
],
"content": {
"text": "The Threads team is exploring a content publishing API\n\nI\u2019ve replied to encourage them to consider adopting #micropub rather than defining their own unique API. They\u2019ve committed to support ActivityPub so if they\u2019re serious about the open web then Micropub should also be considered."
},
"author": {
"type": "card",
"name": "Barry Frost",
"url": "https://barryfrost.com/",
"photo": "https://barryfrost.com/barryfrost.jpg"
},
"post-type": "note",
"_id": "39350996",
"_source": "189",
"_is_read": false
}
* The #IndieWeb service #Bridgy is ready to handle bridge AT protocol and ActivityPub protocol posts and replies once federation is enabled in production (already working in sandbox test server).
The format will be: 1. To follow a #Fediverse account from BlueSky / AT protocol: <username>.<server_domain>.ap.brid.gy
Example: @youronlyone.c.im.ap.brid.gy
2. To follow a BlueSky / AT protocol user: <username>@atproto.brid.gy
Example: @atp.youronly.one@atproto.brid.gy
This allows users from each side to see new posts and to reply to these threads.
What is more interesting is that, if you have IndieWeb support on your website or blog, you will see comments from BlueSky / AT protocol appear as a comment, thanks to #Webmention. It is already possible to do this with Fediverse / ActivityPub. ^_~
{
"type": "entry",
"author": {
"name": "@youronlyone",
"url": "https://c.im/@youronlyone",
"photo": null
},
"url": "https://c.im/@youronlyone/111343267698831486",
"content": {
"html": "<p>From what I was able to gather from <a href=\"https://brid.gy\"><span>https://</span><span>brid.gy</span><span></span></a></p><p>* <a href=\"https://c.im/tags/BlueSky\">#<span>BlueSky</span></a> <a href=\"https://c.im/tags/federation\">#<span>federation</span></a> through the <a href=\"https://c.im/tags/ATprotocol\">#<span>ATprotocol</span></a> will be enabled sometime in early 2024</p><p>* The <a href=\"https://c.im/tags/IndieWeb\">#<span>IndieWeb</span></a> service <a href=\"https://c.im/tags/Bridgy\">#<span>Bridgy</span></a> is ready to handle bridge AT protocol and ActivityPub protocol posts and replies once federation is enabled in production (already working in sandbox test server).</p><p>The format will be:<br />1. To follow a <a href=\"https://c.im/tags/Fediverse\">#<span>Fediverse</span></a> account from BlueSky / AT protocol: <username>.<server_domain>.ap.brid.gy</p><p>Example: @youronlyone.c.im.ap.brid.gy</p><p>2. To follow a BlueSky / AT protocol user: <username>@atproto.brid.gy </p><p>Example: @atp.youronly.one@atproto.brid.gy </p><p>This allows users from each side to see new posts and to reply to these threads.</p><p>What is more interesting is that, if you have IndieWeb support on your website or blog, you will see comments from BlueSky / AT protocol appear as a comment, thanks to <a href=\"https://c.im/tags/Webmention\">#<span>Webmention</span></a>. It is already possible to do this with Fediverse / ActivityPub. ^_~</p><p><a href=\"https://c.im/tags/SocialWeb\">#<span>SocialWeb</span></a> <a href=\"https://c.im/tags/SNS\">#<span>SNS</span></a></p>",
"text": "From what I was able to gather from https://brid.gy* #BlueSky #federation through the #ATprotocol will be enabled sometime in early 2024* The #IndieWeb service #Bridgy is ready to handle bridge AT protocol and ActivityPub protocol posts and replies once federation is enabled in production (already working in sandbox test server).The format will be:\n1. To follow a #Fediverse account from BlueSky / AT protocol: <username>.<server_domain>.ap.brid.gyExample: @youronlyone.c.im.ap.brid.gy2. To follow a BlueSky / AT protocol user: <username>@atproto.brid.gy Example: @atp.youronly.one@atproto.brid.gy This allows users from each side to see new posts and to reply to these threads.What is more interesting is that, if you have IndieWeb support on your website or blog, you will see comments from BlueSky / AT protocol appear as a comment, thanks to #Webmention. It is already possible to do this with Fediverse / ActivityPub. ^_~#SocialWeb #SNS"
},
"published": "2023-11-02T22:17:15+00:00",
"post-type": "note",
"_id": "39349420",
"_source": "7235",
"_is_read": false
}
I’ve replied to encourage them to consider adopting #micropub rather than defining their own unique API. They’ve committed to support ActivityPub so if they’re serious about the open web then Micropub should also be considered.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fed.brid.gy/r/https://barryfrost.com/2023/11/the-threads-team-is-exploring-a",
"content": {
"html": "<blockquote><br /><p><a href=\"https://www.threads.net/@0xjessel/post/CzJoc1GRQpC\">The Threads team is exploring a content publishing API</a></p><br /></blockquote><br /><p>I\u2019ve <a href=\"https://barryfrost.com/2023/11/it-would-be-great-if-threads\">replied</a> to encourage them to consider adopting #micropub rather than defining their own unique API. They\u2019ve committed to support ActivityPub so if they\u2019re serious about the open web then Micropub should also be considered.</p>",
"text": "The Threads team is exploring a content publishing API\n\nI\u2019ve replied to encourage them to consider adopting #micropub rather than defining their own unique API. They\u2019ve committed to support ActivityPub so if they\u2019re serious about the open web then Micropub should also be considered."
},
"published": "2023-11-02T21:46:46+00:00",
"post-type": "note",
"_id": "39349121",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://manton.org",
"photo": "https://avatars.micro.blog/avatars/2023/43/3.jpg"
},
"url": "https://www.manton.org/2023/11/02/we-have-a.html",
"content": {
"html": "<p><a href=\"https://micro.blog/about/indieweb\">We have a new page</a> highlighting Micro.blog\u2019s support for IndieWeb building blocks. Thanks <a href=\"https://micro.blog/paulrobertlloyd\">@paulrobertlloyd</a> for the new icons!</p>",
"text": "We have a new page highlighting Micro.blog\u2019s support for IndieWeb building blocks. Thanks @paulrobertlloyd for the new icons!"
},
"published": "2023-11-02T15:26:33+00:00",
"post-type": "note",
"_id": "39348899",
"_source": "7224",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2023/11/02/we-have-a.html",
"content": {
"html": "<p><a href=\"https://micro.blog/about/indieweb\">We have a new page</a> highlighting Micro.blog\u2019s support for IndieWeb building blocks. Thanks <a href=\"https://micro.blog/paulrobertlloyd\">@paulrobertlloyd</a> for the new icons!</p>",
"text": "We have a new page highlighting Micro.blog\u2019s support for IndieWeb building blocks. Thanks @paulrobertlloyd for the new icons!"
},
"published": "2023-11-02T09:26:33-06:00",
"post-type": "note",
"_id": "39347351",
"_source": "12",
"_is_read": false
}
{
"type": "entry",
"published": "2023-11-03T18:09:00+01:00",
"url": "https://www.jeremycherfas.net/blog/monthly-report-2023-10",
"name": "Monthly report: October 2023",
"content": {
"text": "A fine month, not only for some great October weather but also for a long anticipated trip to Germany for the border:none conference and IndieWeb Camp N\u00fcrnberg.\n\n\t\t\t There\u2019s more \u27a2",
"html": "<p>A fine month, not only for some great October weather but also for a long anticipated trip to Germany for the border:none conference and IndieWeb Camp N\u00fcrnberg.</p>\n\n\t\t\t <span style=\"float:right;font-size:smaller;\"><a href=\"https://www.jeremycherfas.net/blog/monthly-report-2023-10\">There\u2019s more \u27a2</a></span>"
},
"author": {
"type": "card",
"name": "Jeremy Cherfas",
"url": "https://jeremycherfas.net",
"photo": "https://www.jeremycherfas.net/user/themes/tailwind/images/zoot.jpg"
},
"post-type": "article",
"_id": "39347031",
"_source": "202",
"_is_read": false
}
I really enjoyed hanging out with Paul at Indie Web Camp in Nuremberg last weekend. And I like the iconography he’s proposing:
This design attempts to bring together a set of icons that share the concept of a node – a line and a point – and use this to add counters to each letter shape.
{
"type": "entry",
"published": "2023-11-02T12:10:13Z",
"url": "https://adactio.com/links/20593",
"category": [
"indieweb",
"icons",
"iconography",
"branding",
"identity",
"formats",
"protocols",
"graphic",
"design",
"building",
"blocks"
],
"bookmark-of": [
"https://paulrobertlloyd.com/2023/298/a1/indieweb_identity/"
],
"content": {
"text": "A cohesive and unified identity for IndieWeb protocols \u00b7 Paul Robert Lloyd\n\n\n\nI really enjoyed hanging out with Paul at Indie Web Camp in Nuremberg last weekend. And I like the iconography he\u2019s proposing:\n\n\n This design attempts to bring together a set of icons that share the concept of a node \u2013 a line and a point \u2013 and use this to add counters to each letter shape.",
"html": "<h3>\n<a class=\"p-name u-bookmark-of\" href=\"https://paulrobertlloyd.com/2023/298/a1/indieweb_identity/\">\nA cohesive and unified identity for IndieWeb protocols \u00b7 Paul Robert Lloyd\n</a>\n</h3>\n\n<p>I really enjoyed hanging out with Paul at Indie Web Camp in Nuremberg last weekend. And I like the iconography he\u2019s proposing:</p>\n\n<blockquote>\n <p>This design attempts to bring together a set of icons that share the concept of a node \u2013 a line and a point \u2013 and use this to add counters to each letter shape.</p>\n</blockquote>"
},
"author": {
"type": "card",
"name": "Jeremy Keith",
"url": "https://adactio.com/",
"photo": "https://adactio.com/images/photo-150.jpg"
},
"post-type": "bookmark",
"_id": "39346122",
"_source": "2",
"_is_read": false
}
Updated my neocities site CSS last night to cut out all purples and adjust remaining color scheme. More tweaks here and there. Still planning to restructure, simplify overall. Less JS. More HTML.
{
"type": "entry",
"author": {
"name": "@jasonmcfadden",
"url": "https://mastodon.world/@jasonmcfadden",
"photo": null
},
"url": "https://mastodon.world/@jasonmcfadden/111341225905736308",
"content": {
"html": "<p>Updated my neocities site CSS last night to cut out all purples and adjust remaining color scheme. More tweaks here and there. Still planning to restructure, simplify overall. Less JS. More HTML. </p><p><a href=\"https://jasonmcfadden.neocities.org/\"><span>https://</span><span>jasonmcfadden.neocities.org/</span><span></span></a></p><p><a href=\"https://mastodon.world/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.world/tags/html\">#<span>html</span></a> <a href=\"https://mastodon.world/tags/blogging\">#<span>blogging</span></a></p>",
"text": "Updated my neocities site CSS last night to cut out all purples and adjust remaining color scheme. More tweaks here and there. Still planning to restructure, simplify overall. Less JS. More HTML. https://jasonmcfadden.neocities.org/#indieweb #html #blogging"
},
"published": "2023-11-02T13:38:00+00:00",
"post-type": "note",
"_id": "39344903",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@gus",
"url": "https://vis.social/@gus",
"photo": null
},
"url": "https://vis.social/@gus/111341183786054793",
"content": {
"html": "<p>I got my links page set up on my site! Let me know if you'd like to be net neighbors \ud83d\ude01<br /><a href=\"https://vis.social/tags/smallWeb\">#<span>smallWeb</span></a> <a href=\"https://vis.social/tags/indieWeb\">#<span>indieWeb</span></a><br /><a href=\"https://gusbus.space\"><span>https://</span><span>gusbus.space</span><span></span></a></p>",
"text": "I got my links page set up on my site! Let me know if you'd like to be net neighbors \ud83d\ude01\n#smallWeb #indieWeb\nhttps://gusbus.space"
},
"published": "2023-11-02T13:27:17+00:00",
"post-type": "note",
"_id": "39344675",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@box464",
"url": "https://mastodon.social/@box464",
"photo": null
},
"url": "https://mastodon.social/@box464/111338395085584850",
"content": {
"html": "<p>Didn't have time to do much non-work coding tonight, so just added myself to an IndieWeb webring and calling it a night.</p><p><a href=\"https://xn--sr8hvo.ws/directory\"><span>https://</span><span>xn--sr8hvo.ws/directory</span><span></span></a></p><p><a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastodon.social/tags/IndieAuth\">#<span>IndieAuth</span></a></p>",
"text": "Didn't have time to do much non-work coding tonight, so just added myself to an IndieWeb webring and calling it a night.https://xn--sr8hvo.ws/directory#IndieWeb #IndieAuth"
},
"published": "2023-11-02T01:38:05+00:00",
"post-type": "note",
"_id": "39341016",
"_source": "7235",
"_is_read": false
}
Since 2018, @schmarty has been kicking butt and writing code in an effort to bring the Personal Web just a little bit closer together. This is one of my favorites, join today!
{
"type": "entry",
"author": {
"name": "@accordionpolar",
"url": "https://indieweb.social/@accordionpolar",
"photo": null
},
"url": "https://indieweb.social/@accordionpolar/111338303320076573",
"content": {
"html": "<p><a href=\"https://indieweb.social/tags/webrings\">#<span>webrings</span></a> watch No. 28</p><p>The <a href=\"https://indieweb.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://indieweb.social/tags/webring\">#<span>webring</span></a> <br /><a href=\"https://xn--sr8hvo.ws/directory\"><span>https://</span><span>xn--sr8hvo.ws/directory</span><span></span></a></p><p>Since 2018, <br /><span class=\"h-card\"><a class=\"u-url\" href=\"https://micro.blog/activitypub/schmarty\">@<span>schmarty</span></a></span> has been kicking butt and writing code in an effort to bring the Personal Web just a little bit closer together. This is one of my favorites, join today!</p><p><a href=\"https://indieweb.social/tags/tech\">#<span>tech</span></a> <a href=\"https://indieweb.social/tags/webdev\">#<span>webdev</span></a> <a href=\"https://indieweb.social/tags/retro\">#<span>retro</span></a> <a href=\"https://indieweb.social/tags/html\">#<span>html</span></a> <a href=\"https://indieweb.social/tags/programming\">#<span>programming</span></a> <a href=\"https://indieweb.social/tags/web\">#<span>web</span></a> <a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://indieweb.social/tags/random\">#<span>random</span></a></p>",
"text": "#webrings watch No. 28The #IndieWeb #webring \nhttps://xn--sr8hvo.ws/directorySince 2018, \n@schmarty has been kicking butt and writing code in an effort to bring the Personal Web just a little bit closer together. This is one of my favorites, join today!#tech #webdev #retro #html #programming #web #smallweb #random"
},
"published": "2023-11-02T01:14:44+00:00",
"post-type": "note",
"_id": "39340955",
"_source": "7235",
"_is_read": false
}
The border:none conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. In the chat, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.
My heart sank — a feeling I’m unfortunately getting more and more used to. I commented “in-person conferences may just be a thing of the past for me at this rate 🫠.” I followed that with an explanation that it’s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the “alone in a crowded room” feeling.
Tantek helpfully tried to put a positive frame on it as “an interesting exercise in independence and not bowing to implied / perceived social pressure” and the idea that it can help train us to be independent thinkers. I’ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.
For me, it’s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That’s a big part of the psychological weight. I can’t emphasize enough how important community care has become to me. It’s not just my health that I’m concerned about when I’m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.
I love the work that Clean Air Club is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):
Going to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There’s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you’re not.
This is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren’t able to join. But because they aren’t able to join, it appears that there is no demand for Covid cautious spaces. It’s feedback loop that entrenches ableism in our music scene. Artists, event hosts, and venues most of all have an obligation to interrupt this loop.
This has me mulling over what policies I will promote if/when I’m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.
{
"type": "entry",
"published": "2023-11-01 14:59-0700",
"url": "https://gregorlove.com/2023/11/the-border-none-conference/",
"category": [
"covid",
"organizing"
],
"content": {
"text": "The border:none conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. In the chat, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.\n\nMy heart sank \u2014 a feeling I\u2019m unfortunately getting more and more used to. I commented \u201cin-person conferences may just be a thing of the past for me at this rate \ud83e\udee0.\u201d I followed that with an explanation that it\u2019s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the \u201calone in a crowded room\u201d feeling.\n\nTantek helpfully tried to put a positive frame on it as \u201can interesting exercise in independence and not bowing to implied / perceived social pressure\u201d and the idea that it can help train us to be independent thinkers. I\u2019ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.\n\nFor me, it\u2019s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That\u2019s a big part of the psychological weight. I can\u2019t emphasize enough how important community care has become to me. It\u2019s not just my health that I\u2019m concerned about when I\u2019m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.\n\nI love the work that Clean Air Club is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):\n\n\n\nGoing to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There\u2019s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you\u2019re not.\n\nThis is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren\u2019t able to join. But because they aren\u2019t able to join, it appears that there is no demand for Covid cautious spaces. It\u2019s feedback loop that entrenches ableism in our music scene. Artists, event hosts, and venues most of all have an obligation to interrupt this loop.\n\nPrioritize Covid safety.\n\n\n\u2014 Clean Air Club, October 29, 2023\n\n\nThis has me mulling over what policies I will promote if/when I\u2019m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.",
"html": "<p>The <a href=\"https://border-none.net/2023/\">border:none</a> conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. <a href=\"https://chat.indieweb.org/meta/2023-10-26#t1698317868414800\">In the chat</a>, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.</p>\n\n<p>My heart sank \u2014 a feeling I\u2019m unfortunately getting more and more used to. I commented \u201cin-person conferences may just be a thing of the past for me at this rate \ud83e\udee0.\u201d I followed that with an explanation that it\u2019s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the \u201calone in a crowded room\u201d feeling.</p>\n\n<p>Tantek helpfully tried to put a positive frame on it as \u201can interesting exercise in independence and not bowing to implied / perceived social pressure\u201d and the idea that it can help train us to be independent thinkers. I\u2019ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.</p>\n\n<p>For me, it\u2019s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That\u2019s a big part of the psychological weight. I can\u2019t emphasize enough how important community care has become to me. It\u2019s not just my health that I\u2019m concerned about when I\u2019m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.</p>\n\n<p>I love the work that <a href=\"https://www.instagram.com/clean.air.club/\">Clean Air Club</a> is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):</p>\n\n<blockquote class=\"h-cite\">\n\n<p>Going to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There\u2019s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you\u2019re not.</p>\n\n<p>This is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren\u2019t able to join. But because they aren\u2019t able to join, it appears that there is no demand for Covid cautious spaces. It\u2019s feedback loop that entrenches ableism in our music scene. <strong>Artists, event hosts, and venues most of all have an obligation to interrupt this loop.</strong></p>\n\n<p>Prioritize Covid safety.</p>\n\n\n<p>\u2014 <a class=\"u-url\" href=\"https://www.instagram.com/clean.air.club/\">Clean Air Club</a>, <a class=\"u-url\" href=\"https://www.instagram.com/reel/Cy_b_cRLkzS/\"><time class=\"dt-published\" datetime=\"2023-10-29\">October 29, 2023</time></a></p>\n</blockquote>\n\n<p>This has me mulling over what policies I will promote if/when I\u2019m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "note",
"_id": "39340439",
"_source": "95",
"_is_read": false
}
The border:none conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. In the chat, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.
My heart sank — a feeling I’m unfortunately getting more and more used to. I commented “in-person conferences may just be a thing of the past for me at this rate 🫠.” I followed that with an explanation that it’s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the “alone in a crowded room” feeling.
Tantek helpfully tried to put a positive frame on it as “an interesting exercise in independence and not bowing to implied / perceived social pressure” and the idea that it can help train us to be independent thinkers. I’ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.
For me, it’s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That’s a big part of the psychological weight. I can’t emphasize enough how important community care has become to me. It’s not just my health that I’m concerned about when I’m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.
I love the work that Clean Air Club is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):
Going to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There’s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you’re not.
This is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren’t able to join. But because they aren’t able to join, it appears that there is no demand for Covid cautious spaces. It’s feedback loop that entrenches ableism in our music scene. Artists, event hosts, and venues most of all have an obligation to interrupt this loop.
This has me mulling over what policies I will promote if/when I’m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.
{
"type": "entry",
"published": "2023-11-01 14:59-0700",
"url": "https://gregorlove.com/2023/11/the-border-none-conference/",
"category": [
"covid",
"organizing"
],
"content": {
"text": "The border:none conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. In the chat, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.\n\nMy heart sank \u2014 a feeling I\u2019m unfortunately getting more and more used to. I commented \u201cin-person conferences may just be a thing of the past for me at this rate \ud83e\udee0.\u201d I followed that with an explanation that it\u2019s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the \u201calone in a crowded room\u201d feeling.\n\nTantek helpfully tried to put a positive frame on it as \u201can interesting exercise in independence and not bowing to implied / perceived social pressure\u201d and the idea that it can help train us to be independent thinkers. I\u2019ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.\n\nFor me, it\u2019s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That\u2019s a big part of the psychological weight. I can\u2019t emphasize enough how important community care has become to me. It\u2019s not just my health that I\u2019m concerned about when I\u2019m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.\n\nI love the work that Clean Air Club is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):\n\n\n\nGoing to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There\u2019s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you\u2019re not.\n\nThis is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren\u2019t able to join. But because they aren\u2019t able to join, it appears that there is no demand for Covid cautious spaces. It\u2019s feedback loop that entrenches ableism in our music scene. Artists, event hosts, and venues most of all have an obligation to interrupt this loop.\n\nPrioritize Covid safety.\n\n\n\u2014 Clean Air Club, October 29, 2023\n\n\nThis has me mulling over what policies I will promote if/when I\u2019m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.",
"html": "<p>The <a href=\"https://border-none.net/2023/\">border:none</a> conference was in Germany last week followed by an IndieWebCamp event, so several indieweb people were there. <a href=\"https://chat.indieweb.org/meta/2023-10-26#t1698317868414800\">In the chat</a>, the amount of current Covid cases was brought up and a mention of how few were masked in a crowd of about 200.</p>\n\n<p>My heart sank \u2014 a feeling I\u2019m unfortunately getting more and more used to. I commented \u201cin-person conferences may just be a thing of the past for me at this rate \ud83e\udee0.\u201d I followed that with an explanation that it\u2019s the psychological and emotional weight of being in spaces like that. I have to psych myself up. It feels really isolating; the \u201calone in a crowded room\u201d feeling.</p>\n\n<p>Tantek helpfully tried to put a positive frame on it as \u201can interesting exercise in independence and not bowing to implied / perceived social pressure\u201d and the idea that it can help train us to be independent thinkers. I\u2019ve been thinking on that for a bit now. I think there is some truth to that, but I also feel pretty well-trained in that regard after almost 4 years of this.</p>\n\n<p>For me, it\u2019s important to remember that the context of this training is the nearly unmitigated spread of a virus with long-term health impacts. That\u2019s a big part of the psychological weight. I can\u2019t emphasize enough how important community care has become to me. It\u2019s not just my health that I\u2019m concerned about when I\u2019m in a crowd. Looking around and seeing that the majority are not taking basic precautions (for whatever reason) really weighs on me. We know these precautions make everyone safer, but so many people have bought into the hyper-individualism of the moment.</p>\n\n<p>I love the work that <a href=\"https://www.instagram.com/clean.air.club/\">Clean Air Club</a> is doing in Chicago, crowdfunding and trying to make concerts safer by providing free air purifiers. They posted a reel recently that I think explains the importance of being proactive in prioritizing Covid safety and accessibility. Here is a transcript of the audio (emphasis mine):</p>\n\n<blockquote class=\"h-cite\">\n\n<p>Going to shows the past few years, it seems like nobody is masking anymore. But the reality is that Covid cautious people are being pushed out of these spaces. There\u2019s a selection bias at crowded events. If you do attend and choose to mask, you feel like the only one. But you\u2019re not.</p>\n\n<p>This is a classic paradox of inaccessibility. Because a space is inaccessible to Covid cautious people, they aren\u2019t able to join. But because they aren\u2019t able to join, it appears that there is no demand for Covid cautious spaces. It\u2019s feedback loop that entrenches ableism in our music scene. <strong>Artists, event hosts, and venues most of all have an obligation to interrupt this loop.</strong></p>\n\n<p>Prioritize Covid safety.</p>\n\n\n<p>\u2014 <a class=\"u-url\" href=\"https://www.instagram.com/clean.air.club/\">Clean Air Club</a>, <a class=\"u-url\" href=\"https://www.instagram.com/reel/Cy_b_cRLkzS/\"><time class=\"dt-published\" datetime=\"2023-10-29\">October 29, 2023</time></a></p>\n</blockquote>\n\n<p>This has me mulling over what policies I will promote if/when I\u2019m in a position to organize in-person events again, as well as what I will request/encourage other event organizers to implement. I hope to write more on that soon.</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "note",
"_id": "39340205",
"_source": "179",
"_is_read": false
}
Slightly late, all due to me being very tired after the conference and the #IndieWebCamp event.
Gathered links related to some of the sessions I participate in (“Building Block Icons”, “Link Rot” and “How to stop rewriting your site and write more”)
(no CSS bookmarks this time; they would go into the next weekly)
{
"type": "entry",
"author": {
"name": "@kizu",
"url": "https://front-end.social/@kizu",
"photo": null
},
"url": "https://front-end.social/@kizu/111337446980831129",
"content": {
"html": "<p>New blog post: \u201cWeekly Bookmarks 3: IndieWebCamp Edition\u201d</p><p><a href=\"https://blog.kizu.dev/weekly-bookmarks-003/\"><span>https://</span><span>blog.kizu.dev/weekly-bookmarks</span><span>-003/</span></a></p><p>Slightly late, all due to me being very tired after the conference and the <a href=\"https://front-end.social/tags/IndieWebCamp\">#<span>IndieWebCamp</span></a> event.</p><p>Gathered links related to some of the sessions I participate in (\u201cBuilding Block Icons\u201d, \u201cLink Rot\u201d and \u201cHow to\u00a0stop rewriting your site and write more\u201d)</p><p>(no CSS bookmarks this time; they would go into the next weekly)</p><p><a href=\"https://front-end.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://front-end.social/tags/LinkRot\">#<span>LinkRot</span></a></p>",
"text": "New blog post: \u201cWeekly Bookmarks 3: IndieWebCamp Edition\u201dhttps://blog.kizu.dev/weekly-bookmarks-003/Slightly late, all due to me being very tired after the conference and the #IndieWebCamp event.Gathered links related to some of the sessions I participate in (\u201cBuilding Block Icons\u201d, \u201cLink Rot\u201d and \u201cHow to\u00a0stop rewriting your site and write more\u201d)(no CSS bookmarks this time; they would go into the next weekly)#IndieWeb #LinkRot"
},
"published": "2023-11-01T21:36:58+00:00",
"post-type": "note",
"_id": "39339684",
"_source": "7235",
"_is_read": false
}
@feditips Shame that for us POSSE #indieweb folks syndicating to multiple destinations, we still have to assume the worst. I personally just built my own basic link shortener so I could syndicate to silos that handle links poorly while preserving reader privacy.
{
"type": "entry",
"author": {
"name": "@brettk",
"url": "https://indieweb.social/@brettk",
"photo": null
},
"url": "https://indieweb.social/@brettk/111336364932913154",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://mstdn.social/@feditips\">@<span>feditips</span></a></span> Shame that for us POSSE <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> folks syndicating to multiple destinations, we still have to assume the worst. I personally just built my own basic link shortener so I could syndicate to silos that handle links poorly while preserving reader privacy.</p>",
"text": "@feditips Shame that for us POSSE #indieweb folks syndicating to multiple destinations, we still have to assume the worst. I personally just built my own basic link shortener so I could syndicate to silos that handle links poorly while preserving reader privacy."
},
"published": "2023-11-01T17:01:47+00:00",
"post-type": "note",
"_id": "39337059",
"_source": "7235",
"_is_read": false
}