It’s an #IndieWeb Meetup! Tonight in NYC at Think Coffee on Mercer 6-8pm.
Meet IndieWeb co-founder, co-author of several W3C specs, prolific host of IndieWeb services, and hot sauce afficionado Aaron Parecki!
https://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT
{
"type": "entry",
"published": "2020-02-19T12:50:06-0500",
"url": "https://martymcgui.re/2020/02/19/125006/",
"syndication": [
"https://twitter.com/schmarty/status/1230188154231107585"
],
"content": {
"text": "It\u2019s an #IndieWeb Meetup! Tonight in NYC at Think Coffee on Mercer 6-8pm.\n\nMeet IndieWeb co-founder, co-author of several W3C specs, prolific host of IndieWeb services, and hot sauce afficionado Aaron Parecki!\n\nhttps://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT",
"html": "<p>It\u2019s an #IndieWeb Meetup! Tonight in NYC at Think Coffee on Mercer 6-8pm.</p>\n\n<p>Meet IndieWeb co-founder, co-author of several W3C specs, prolific host of IndieWeb services, and hot sauce afficionado <a href=\"https://aaronparecki.com/\">Aaron Parecki</a>!</p>\n\n<p><a href=\"https://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT\">https://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT</a></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "note",
"_id": "9086039",
"_source": "175",
"_is_read": true
}
{
"type": "entry",
"published": "2020-02-19T18:22:00Z",
"url": "https://www.jvt.me/mf2/2020/02/iam0m/",
"category": [
"homebrew-website-club"
],
"photo": [
"https://media.jvt.me/bp4nx.jpeg"
],
"content": {
"text": "Happy #HomebrewWebsiteClub from all of us in Nottingham - thanks to Lewis for taking the photo https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1",
"html": "<p>Happy <a href=\"https://www.jvt.me/tags/homebrew-website-club/\">#HomebrewWebsiteClub</a> from all of us in Nottingham - thanks to Lewis for taking the photo <a href=\"https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1\">https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1</a></p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "photo",
"_id": "9084723",
"_source": "2169",
"_is_read": true
}
I'm in New York! You should come to tonight's #IndieWeb meetup and say hi!
p.s. I have OAuth cat stickers!
https://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT
{
"type": "entry",
"published": "2020-02-19T13:37:04-05:00",
"url": "https://aaronparecki.com/2020/02/19/20/indieweb",
"category": [
"IndieWeb",
"indieweb"
],
"syndication": [
"https://twitter.com/aaronpk/status/1230199657629810689"
],
"content": {
"text": "I'm in New York! You should come to tonight's #IndieWeb meetup and say hi! \n\np.s. I have OAuth cat stickers! \n\nhttps://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT",
"html": "I'm in New York! You should come to tonight's <a href=\"https://aaronparecki.com/tag/indieweb\">#<span class=\"p-category\">IndieWeb</span></a> meetup and say hi! <br /><br />p.s. I have OAuth cat stickers! <br /><br /><a href=\"https://events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT\"><span>https://</span>events.indieweb.org/2020/02/indieweb-meetup-nyc-GSlzpBwleWLT</a>"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "note",
"_id": "9084715",
"_source": "16",
"_is_read": true
}
Currently, the format of the tokens provided by IndieAuth.com is a signed JWT (JWS) using HS256.
If we were to update this to be RS256, we could allow clients to treat it as a JWS, not an opaque token that needs to be introspected by the token endpoint.
This could allow clients validating tokens as such to do so much more easily, locally, while reducing load on the token endpoint.
Because token revocation is not widespread at this point, it would enable clients to not need to introspect unnecessarily.
{
"type": "entry",
"published": "2020-02-19T08:37:00Z",
"url": "https://www.jvt.me/mf2/2020/02/limhe/",
"in-reply-to": [
"https://github.com/aaronpk/IndieAuth.com/issues"
],
"content": {
"text": "Currently, the format of the tokens provided by IndieAuth.com is a signed JWT (JWS) using HS256.If we were to update this to be RS256, we could allow clients to treat it as a JWS, not an opaque token that needs to be introspected by the token endpoint.This could allow clients validating tokens as such to do so much more easily, locally, while reducing load on the token endpoint.Because token revocation is not widespread at this point, it would enable clients to not need to introspect unnecessarily.",
"html": "<p></p><p>Currently, the format of the tokens provided by IndieAuth.com is a signed JWT (JWS) using HS256.</p><p>If we were to update this to be RS256, we could allow clients to treat it as a JWS, not an opaque token that needs to be introspected by the token endpoint.</p><p>This could allow clients validating tokens as such to do so much more easily, locally, while reducing load on the token endpoint.</p><p>Because token revocation is not widespread at this point, it would enable clients to not need to introspect unnecessarily.</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "reply",
"_id": "9070178",
"_source": "2169",
"_is_read": true
}
Kittybox Companion for Android is now open-source! https://gitlab.com/vikanezrimaya/kittybox-android
It’s really rough, lacks IndieAuth (for now), can’t load Microsub posts beyond first page, the pictures are small (I need to make a popup overlay to enlarge them), and Micropub attachments are utterly broken. But otherwise it works for me!
{
"type": "entry",
"published": "2020-02-18T07:48:48+00:00",
"url": "https://fireburn.ru/posts/1582012128",
"syndication": [
"https://twitter.com/kisik21/status/1229674130435387393"
],
"content": {
"text": "Kittybox Companion for Android is now open-source! https://gitlab.com/vikanezrimaya/kittybox-android\nIt\u2019s really rough, lacks IndieAuth (for now), can\u2019t load Microsub posts beyond first page, the pictures are small (I need to make a popup overlay to enlarge them), and Micropub attachments are utterly broken. But otherwise it works for me!",
"html": "<p>Kittybox Companion for Android is now open-source! https://gitlab.com/vikanezrimaya/kittybox-android</p>\n<p>It\u2019s really rough, lacks IndieAuth (for now), can\u2019t load Microsub posts beyond first page, the pictures are small (I need to make a popup overlay to enlarge them), and Micropub attachments are utterly broken. But otherwise it works for me!</p>"
},
"author": {
"type": "card",
"name": "Vika",
"url": "https://fireburn.ru/",
"photo": "https://fireburn.ru/media/f1/5a/fb/9b/081efafb97b4ad59f5025cf2fd0678b8f3e20e4c292489107d52be09.png"
},
"post-type": "note",
"_id": "9038699",
"_source": "1371",
"_is_read": true
}
{
"type": "entry",
"published": "2020-02-18T07:27:00Z",
"url": "https://www.jvt.me/mf2/2020/02/jpubj/",
"category": [
"homebrew-website-club"
],
"content": {
"text": "It's #HomebrewWebsiteClub Nottingham tomorrow https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1 hope to see you there!",
"html": "<p>It's <a href=\"https://www.jvt.me/tags/homebrew-website-club/\">#HomebrewWebsiteClub</a> Nottingham tomorrow <a href=\"https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1\">https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-tkC9vJmpYDW1</a> hope to see you there!</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "note",
"_id": "9035600",
"_source": "2169",
"_is_read": true
}
Hey, trying to post from my Micropub client!
{
"type": "entry",
"published": "2020-02-17T18:15:46+00:00",
"url": "https://fireburn.ru/posts/1581963346",
"category": [
"testing"
],
"content": {
"text": "Hey, trying to post from my Micropub client!",
"html": "<p>Hey, trying to post from my Micropub client!</p>"
},
"author": {
"type": "card",
"name": "Vika",
"url": "https://fireburn.ru/",
"photo": "https://fireburn.ru/media/f1/5a/fb/9b/081efafb97b4ad59f5025cf2fd0678b8f3e20e4c292489107d52be09.png"
},
"post-type": "note",
"_id": "9018902",
"_source": "1371",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/02/17/micro-meetup-this.html",
"name": "Micro Meetup this Friday",
"content": {
"html": "<p>IndieWebCamp Austin is this weekend! Jean MacDonald will be in town for the event, so we\u2019re also going to have a Micro.blog meetup on Friday evening. Anyone interested in Micro.blog is welcome to join us whether you\u2019re attending IndieWebCamp or not.</p>\n\n<p><a href=\"https://foursquare.com/v/easy-tiger/4d6e81901c1041bd009d5d28\">Easy Tiger</a> on 6th Street, 5-7pm. Jean and I will be there a little early to get a table, probably outside if the weather\u2019s nice. We\u2019ll have Micro.blog stickers.</p>\n\n<p><img src=\"https://www.manton.org/uploads/2020/71626a08d8.jpg\" alt=\"Easy Tiger\" border=\"0\" width=\"400\" height=\"400\" style=\"max-width:400px;\" /></p>\n\n<p>Hope to see you at the meetup! And you can also <a href=\"https://2020.indieweb.org/austin\">still register for IndieWebCamp Austin</a>.</p>",
"text": "IndieWebCamp Austin is this weekend! Jean MacDonald will be in town for the event, so we\u2019re also going to have a Micro.blog meetup on Friday evening. Anyone interested in Micro.blog is welcome to join us whether you\u2019re attending IndieWebCamp or not.\n\nEasy Tiger on 6th Street, 5-7pm. Jean and I will be there a little early to get a table, probably outside if the weather\u2019s nice. We\u2019ll have Micro.blog stickers.\n\n\n\nHope to see you at the meetup! And you can also still register for IndieWebCamp Austin."
},
"published": "2020-02-17T10:48:12-06:00",
"category": [
"Photos",
"Essays"
],
"post-type": "article",
"_id": "9016057",
"_source": "12",
"_is_read": true
}
I think of notes in terms of https://indieweb.org/post-type-discovery and them being short form content similar to a tweet (but without a size limit) without a title
{
"type": "entry",
"published": "2020-02-16T11:10:00Z",
"url": "https://www.jvt.me/mf2/2020/02/gexxc/",
"in-reply-to": [
"https://twitter.com/m_ott/status/1228995531143335936"
],
"content": {
"text": "I think of notes in terms of https://indieweb.org/post-type-discovery and them being short form content similar to a tweet (but without a size limit) without a title",
"html": "<p>I think of notes in terms of <a href=\"https://indieweb.org/post-type-discovery\">https://indieweb.org/post-type-discovery</a> and them being short form content similar to a tweet (but without a size limit) without a title</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "reply",
"_id": "8982403",
"_source": "2169",
"_is_read": true
}
In this 9 minute podcast, Craig Burgess speaks about how he wished he'd got started on his #PersonalWebsite and doing more #blogging early on in his career. Craig also speaks about the #IndieWeb and why everyone should get involved.
{
"type": "entry",
"published": "2020-02-15T12:07:32.108+01:00",
"url": "https://www.jvt.me/mf2/2020/02/ri7la/",
"category": [
"personal-website",
"blogging",
"indieweb"
],
"bookmark-of": [
"https://getdoingthings.com/podcast/getdoingthings/the-one-thing"
],
"content": {
"text": "In this 9 minute podcast, Craig Burgess speaks about how he wished he'd got started on his #PersonalWebsite and doing more #blogging early on in his career. Craig also speaks about the #IndieWeb and why everyone should get involved.",
"html": "<p>In this 9 minute podcast, <span class=\"h-card\"><a class=\"u-url\" href=\"https://getdoingthings.com/\">Craig Burgess</a></span> speaks about how he wished he'd got started on his <a href=\"https://www.jvt.me/tags/personal-website/\">#PersonalWebsite</a> and doing more <a href=\"https://www.jvt.me/tags/blogging/\">#blogging</a> early on in his career. Craig also speaks about the <a href=\"https://www.jvt.me/tags/indieweb/\">#IndieWeb</a> and why everyone should get involved.</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "bookmark",
"_id": "8955457",
"_source": "2169",
"_is_read": true
}
{
"type": "entry",
"published": "2020-02-14 18:35-0800",
"rsvp": "yes",
"url": "http://tantek.com/2020/045/t2/going-to-indiewebcamp-austin",
"category": [
"Austin"
],
"in-reply-to": [
"https://2020.indieweb.org/austin"
],
"content": {
"text": "going to @IndieWebCamp #Austin! \n\ud83d\uddd3 2/22-23\n\ud83d\udccd @CapitalFactory\n\ud83c\udf9f https://2020.indieweb.org/austin\n\u2709\ufe0f Join us! @ag_dubs @blendhappy @hollyr2188 @stacieleigha @steveklabnik @teleject\nGet a website, create, innovate!\n+ 2/21 Micro Meetup! https://events.indieweb.org/2020/02/micro-meetup-0s4UKoRqJv38 \n\nMake 2020 the year you make your website first, use social media second (if at all).\n\nFB Event: https://www.facebook.com/events/789905824861855/\n\nMore: https://indieweb.org/2020/Austin",
"html": "going to <a class=\"h-cassis-username\" href=\"https://twitter.com/IndieWebCamp\">@IndieWebCamp</a> #<span class=\"p-category\">Austin</span>! <br />\ud83d\uddd3 2/22-23<br />\ud83d\udccd <a class=\"h-cassis-username\" href=\"https://twitter.com/CapitalFactory\">@CapitalFactory</a><br />\ud83c\udf9f <a href=\"https://2020.indieweb.org/austin\">https://2020.indieweb.org/austin</a><br />\u2709\ufe0f Join us! <a class=\"h-cassis-username\" href=\"https://twitter.com/ag_dubs\">@ag_dubs</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/blendhappy\">@blendhappy</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/hollyr2188\">@hollyr2188</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/stacieleigha\">@stacieleigha</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/steveklabnik\">@steveklabnik</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/teleject\">@teleject</a><br />Get a website, create, innovate!<br />+ 2/21 Micro Meetup! <a href=\"https://events.indieweb.org/2020/02/micro-meetup-0s4UKoRqJv38\">https://events.indieweb.org/2020/02/micro-meetup-0s4UKoRqJv38</a> <br /><br />Make 2020 the year you make your website first, use social media second (if at all).<br /><br />FB Event: <a href=\"https://www.facebook.com/events/789905824861855/\">https://www.facebook.com/events/789905824861855/</a><br /><br />More: <a href=\"https://indieweb.org/2020/Austin\">https://indieweb.org/2020/Austin</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "rsvp",
"refs": {
"https://2020.indieweb.org/austin": {
"type": "entry",
"url": "https://2020.indieweb.org/austin",
"name": "an IndieWeb event",
"post-type": "article"
}
},
"_id": "8948651",
"_source": "1",
"_is_read": true
}
IndieWebCamp Austin is next weekend, February 22-23! You can register here. We’ve updated the schedule session times and added a link to the speakers announcement. IndieWeb co-founders Tantek Çelik and Aaron Parecki will also be there.
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/02/14/indiewebcamp-austin-is.html",
"content": {
"html": "<p>IndieWebCamp Austin is next weekend, February 22-23! You can <a href=\"https://2020.indieweb.org/austin\">register here</a>. We\u2019ve updated the schedule session times and added a link to the speakers announcement. IndieWeb co-founders Tantek \u00c7elik and Aaron Parecki will also be there.</p>",
"text": "IndieWebCamp Austin is next weekend, February 22-23! You can register here. We\u2019ve updated the schedule session times and added a link to the speakers announcement. IndieWeb co-founders Tantek \u00c7elik and Aaron Parecki will also be there."
},
"published": "2020-02-14T09:27:25-06:00",
"post-type": "note",
"_id": "8931211",
"_source": "12",
"_is_read": true
}
We’ve just posted episode 408 of Core Intuition. Update on manager meetings, running ads, and looking forward to IndieWebCamp Austin.
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/02/13/weve-just-posted.html",
"content": {
"html": "<p>We\u2019ve just posted <a href=\"https://coreint.org/2020/02/episode-408-just-throw-money-at-it/\">episode 408 of Core Intuition</a>. Update on manager meetings, running ads, and looking forward to IndieWebCamp Austin.</p>",
"text": "We\u2019ve just posted episode 408 of Core Intuition. Update on manager meetings, running ads, and looking forward to IndieWebCamp Austin."
},
"published": "2020-02-13T14:48:29-06:00",
"category": [
"Podcasts"
],
"post-type": "note",
"_id": "8906982",
"_source": "12",
"_is_read": true
}
I'm going to go to Homebrew website club next week.
At: Homebrew Website Club
From 2020-02-19T18:00
To 2020-02-19T19:30
indieweb
dev
tech
life
san francisco
twitter
internship
{
"type": "entry",
"published": "2020-02-12 00:00:00",
"url": "https://kongaloosh.com/e/2020/2/12/im-going-t",
"in-reply-to": [
"https://events.indieweb.org/2020/02/homebrew-website-club-san-francisco-eiKvWhy3hxoE"
],
"content": {
"text": "I'm going to go to Homebrew website club next week.\n \n\n \n \n \n \n \n \n\n\n \n \n At: Homebrew Website Club\n \nFrom 2020-02-19T18:00\n To 2020-02-19T19:30\n \n \n\n\n \n \n \n \n \n indieweb\n \n dev\n \n tech\n \n life\n \n san francisco\n \n twitter\n \n internship",
"html": "<p>I'm going to go to Homebrew website club next week.</p>\n \n\n \n \n <p></p>\n \n \n \n\n\n \n \n <h4>At: Homebrew Website Club</h4>\n <p></p>\n<b>From</b> <a class=\"dt-start\">2020-02-19T18:00</a>\n <b>To</b> <a class=\"dt-end\">2020-02-19T19:30</a>\n \n \n\n\n \n \n \n <i></i>\n \n <a href=\"https://kongaloosh.com/t/indieweb\">indieweb</a>\n \n <a href=\"https://kongaloosh.com/t/dev\">dev</a>\n \n <a href=\"https://kongaloosh.com/t/tech\">tech</a>\n \n <a href=\"https://kongaloosh.com/t/life\">life</a>\n \n <a href=\"https://kongaloosh.com/t/san%20francisco\">san francisco</a>\n \n <a href=\"https://kongaloosh.com/t/twitter\">twitter</a>\n \n <a href=\"https://kongaloosh.com/t/internship\">internship</a>"
},
"author": {
"type": "card",
"name": "Alex Kearney",
"url": "http://kongaloosh.com",
"photo": null
},
"post-type": "reply",
"_id": "8888131",
"_source": "228",
"_is_read": true
}
I don’t have any particular attachment to Sticker Mule, and in fact once tried to switch to another sticker company, but they make it really easy to re-order stickers. New batch just arrived for IndieWebCamp Austin!

{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/02/12/i-dont-have.html",
"content": {
"html": "<p>I don\u2019t have any particular attachment to Sticker Mule, and in fact once tried to switch to another sticker company, but they make it <em>really</em> easy to re-order stickers. New batch just arrived for IndieWebCamp Austin!</p>\n\n<p><img src=\"https://www.manton.org/uploads/2020/b150a691d5.jpg\" width=\"600\" height=\"600\" alt=\"\" /></p>",
"text": "I don\u2019t have any particular attachment to Sticker Mule, and in fact once tried to switch to another sticker company, but they make it really easy to re-order stickers. New batch just arrived for IndieWebCamp Austin!"
},
"published": "2020-02-12T23:04:00-06:00",
"category": [
"Photos",
"February Challenge"
],
"post-type": "note",
"_id": "8883397",
"_source": "12",
"_is_read": true
}
Ooh nice! I've been using https://github.com/PlaidWeb/webmention.js for my client-side webmentions and have found it really nice ☺
{
"type": "entry",
"published": "2020-02-12T23:09:00Z",
"url": "https://www.jvt.me/mf2/2020/02/nhz9e/",
"in-reply-to": [
"https://twitter.com/swyx/status/1227424568270368768"
],
"content": {
"text": "Ooh nice! I've been using https://github.com/PlaidWeb/webmention.js for my client-side webmentions and have found it really nice \u263a",
"html": "<p>Ooh nice! I've been using <a href=\"https://github.com/PlaidWeb/webmention.js\">https://github.com/PlaidWeb/webmention.js</a> for my client-side webmentions and have found it really nice \u263a</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "reply",
"_id": "8874578",
"_source": "2169",
"_is_read": true
}
I've just published the headlines of my #Spotify data for 2011-2019 on my site - https://www.jvt.me/series/music-in-review/ - organised per year, but also with a view across the whole decade! Enjoy a look into my music data #IndieWeb
{
"type": "entry",
"published": "2020-02-12T23:36:59.416+01:00",
"url": "https://www.jvt.me/mf2/2020/02/3wbj4/",
"category": [
"spotify",
"indieweb"
],
"content": {
"text": "I've just published the headlines of my #Spotify data for 2011-2019 on my site - https://www.jvt.me/series/music-in-review/ - organised per year, but also with a view across the whole decade! Enjoy a look into my music data #IndieWeb",
"html": "<p>I've just published the headlines of my <a href=\"https://www.jvt.me/tags/spotify/\">#Spotify</a> data for 2011-2019 on my site - <a href=\"https://www.jvt.me/series/music-in-review/\">https://www.jvt.me/series/music-in-review/</a> - organised per year, but also with a view across the whole decade! Enjoy a look into my music data <a href=\"https://www.jvt.me/tags/indieweb/\">#IndieWeb</a></p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "note",
"_id": "8873820",
"_source": "2169",
"_is_read": true
}
{
"type": "entry",
"published": "2020-02-11 18:26-0800",
"url": "http://tantek.com/2020/042/b2/consider-bridgy-backfill-service",
"in-reply-to": [
"https://github.com/snarfed/bridgy/issues"
],
"name": "Consider new Bridgy Backfill service to import past responses",
"content": {
"text": "Bridgy Backfeed sends current and future silo responses to your posts as webmentions, \nfor your posts to handle as they come in. It would be great to have the complementary service of Bridgy Backfill (feel free to bikeshed the name) to send past silo responses to your posts as webmentions, as a way of backfilling / importing old responses to your posts, including your old posts.\n\n\nThe key use-case here is: help with migration away from social media.\n\n\nIf you can backfill/import the comments/responses on your old social media posts into your own site, then you have fewer reasons to keep around those old social media posts, and thus fewer reasons to keep around that social media account.\n\n\nSuch migration of responses to old social media posts would also enable deletion of those old social media posts, as a step towards de-activating and deleting a specific social media account.\n\n\nSince it\u2019s likely you may only want to run this \"once\" and it may take a while as it will likely require crawling your silo posts history which may be throttled, this makes sense as a separate service that you authenticate, activate, and then allow it to progress back through your old posts (and old responses to your posts), \nperhaps with some progress indicator, and perhaps with some sort of notification when it has completed.\n\n\nThis new service would be in addition to the existing Bridgy services: Bridgy Backfeed, Bridgy Publish, Bridgy for Blogs, and Bridgy Fed.",
"html": "<p>\nBridgy Backfeed sends current and future silo responses to your posts as webmentions, \nfor your posts to handle as they come in. It would be great to have the complementary service of Bridgy Backfill (feel free to bikeshed the name) to send <em>past</em> silo responses to your posts as webmentions, as a way of backfilling / importing old responses to your posts, including your old posts.\n</p>\n<p>\nThe key use-case here is: help with migration away from social media.\n</p>\n<p>\nIf you can backfill/import the comments/responses on your old social media posts into your own site, then you have fewer reasons to keep around those old social media posts, and thus fewer reasons to keep around that social media account.\n</p>\n<p>\nSuch migration of responses to old social media posts would also enable deletion of those old social media posts, as a step towards de-activating and deleting a specific social media account.\n</p>\n<p>\nSince it\u2019s likely you may only want to run this \"once\" and it may take a while as it will likely require crawling your silo posts history which may be throttled, this makes sense as a separate service that you authenticate, activate, and then allow it to progress back through your old posts (and old responses to your posts), \nperhaps with some progress indicator, and perhaps with some sort of notification when it has completed.\n</p>\n<p>\nThis new service would be in addition to the existing Bridgy services: Bridgy Backfeed, Bridgy Publish, Bridgy for Blogs, and Bridgy Fed.\n</p>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "reply",
"refs": {
"https://github.com/snarfed/bridgy/issues": {
"type": "entry",
"url": "https://github.com/snarfed/bridgy/issues",
"name": "GitHub project \u201cbridgy\u201d",
"post-type": "article"
}
},
"_id": "8844594",
"_source": "1",
"_is_read": true
}
{
"type": "entry",
"published": "2020-02-11 16:20-0800",
"url": "http://tantek.com/2020/042/b1/",
"category": [
"publish"
],
"in-reply-to": [
"https://github.com/snarfed/bridgy/issues"
],
"name": "Explore support for Bridgy Publish to GitHub POSSE special responses to issues: close, re-open, lock, unlock",
"content": {
"text": "GitHub issues accept a set of special responses via their user interface:\n\nclose\nre-open\nlock\nunlock\n\nAs part of using our own websites to publish and POSSE issues instead of GitHub, \nit would be great if Brigy Publish to GitHub could be expanded to handle these \nspecial response types.\n\n\nAs a first step, this issue is a request to explore the possibility and document \nany available GitHub API calls to do so, either purely as issue state change responses, \nor perhaps in the case of \"close\", the ability to close with a comment in the UI of \nan issue by clicking the \"Close issue\" button to the left of the \"Comment\" button \n(when available to the user).\n\n\nMore documentation of brainstorming special responses to issues and broader \nconsiderations, e.g. issues state change special responses on other systems, see \nthe IndieWeb wiki: \nissue: Special Responses\n\n\nLabel: publish.",
"html": "<p>\nGitHub issues accept a set of special responses via their user interface:\n</p>\n<ul><li>close</li>\n<li>re-open</li>\n<li>lock</li>\n<li>unlock</li>\n</ul><p>\nAs part of using our own websites to publish and POSSE issues instead of GitHub, \nit would be great if Brigy Publish to GitHub could be expanded to handle these \nspecial response types.\n</p>\n<p>\nAs a first step, this issue is a request to explore the possibility and document \nany available GitHub API calls to do so, either purely as issue state change responses, \nor perhaps in the case of \"close\", the ability to close with a comment in the UI of \nan issue by clicking the \"Close issue\" button to the left of the \"Comment\" button \n(when available to the user).\n</p>\n<p>\nMore documentation of brainstorming special responses to issues and broader \nconsiderations, e.g. issues state change special responses on other systems, see \nthe IndieWeb wiki: \n<a href=\"https://indieweb.org/issue#Special_Responses\">issue: Special Responses</a>\n</p>\n<p>\nLabel: <span class=\"p-category\">publish</span>.\n</p>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "reply",
"refs": {
"https://github.com/snarfed/bridgy/issues": {
"type": "entry",
"url": "https://github.com/snarfed/bridgy/issues",
"name": "GitHub project \u201cbridgy\u201d",
"post-type": "article"
}
},
"_id": "8842756",
"_source": "1",
"_is_read": true
}
Mine is https://indiebookclub.biz/users/gregorlove.com. My site supports Micropub, so each entry links to the canonical post on my site. If a site doesn’t support Micropub, the permalink is on indiebookclub. You should be able to log in with your domain if you want to try it out!
{
"type": "entry",
"published": "2020-02-11 15:15-0800",
"url": "https://gregorlove.com/2020/02/mine-is-indiebookclub/",
"syndication": [
"https://twitter.com/gRegorLove/status/1227371461020717056"
],
"in-reply-to": [
"https://twitter.com/tomcritchlow/status/1227345281760534528"
],
"content": {
"text": "Mine is https://indiebookclub.biz/users/gregorlove.com. My site supports Micropub, so each entry links to the canonical post on my site. If a site doesn\u2019t support Micropub, the permalink is on indiebookclub. You should be able to log in with your domain if you want to try it out!",
"html": "<p>Mine is <a href=\"https://indiebookclub.biz/users/gregorlove.com\">https://indiebookclub.biz/users/gregorlove.com</a>. My site supports Micropub, so each entry links to the canonical post on my site. If a site doesn\u2019t support Micropub, the permalink is on indiebookclub. You should be able to log in with your domain if you want to try it out!</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/3473/profile-2016-med.jpg"
},
"post-type": "reply",
"refs": {
"https://twitter.com/tomcritchlow/status/1227345281760534528": {
"type": "entry",
"url": "https://twitter.com/tomcritchlow/status/1227345281760534528",
"content": {
"text": "haven't come across http://indiebookclub.biz before. Can you link to an example profile?"
},
"author": {
"type": "card",
"name": "Tom Critchlow",
"url": false,
"photo": "https://gregorlove.com/site/assets/files/3540/2299fe1526671b35e57e6c5f48686d65b89e3de4708a40f24a29dd1308c61ee1.jpg"
},
"post-type": "note"
}
},
"_id": "8841025",
"_source": "95",
"_is_read": true
}