{
"type": "entry",
"published": "2024-08-25T15:33:27-07:00",
"url": "https://beesbuzz.biz/blog/4415-Upcoming-VRChat-performances",
"name": "Upcoming VRChat performances",
"content": {
"text": "I have two upcoming VRChat performances happening.\nOn Wednesday, August 28, at 7 PM PDT, I will be performing a song off my upcoming album Transitions at the Trans Academy\u2019s \u201cMoonlit Academy\u201d concert series. Join the Trans Academy group for access to the instance.\nOn Friday, August 30, at 3 PM PDT, I will be playing a full set of my songs in-world. This will also be streamed to my owncast instance for folks who are unable to join in VR (and I\u2019ll hopefully record it for YouTube as well), but for the best experience, join my VRChat group for the easiest instance access.\nI hope to see you there!",
"html": "<p>I have two upcoming VRChat performances happening.</p>\n<ol><li>On Wednesday, August 28, at <a href=\"https://time.is/compare/0700pm_28_Aug_2024_in_Seattle?Sockpuppet_@_Moonlit_Academy\">7 PM PDT</a>, I will be performing a song off my upcoming album Transitions at the Trans Academy\u2019s \u201cMoonlit Academy\u201d concert series. Join the <a href=\"https://vrc.group/TRANS7885\">Trans Academy group</a> for access to the instance.</li>\n<li>On Friday, August 30, at <a href=\"https://time.is/compare/0300pm_30_Aug_2024_in_Seattle?Sockpuppet_@_VRChat\">3 PM PDT</a>, I will be playing a full set of my songs in-world. This will also be streamed to <a href=\"https://live.sockpuppet.us/\">my owncast instance</a> for folks who are unable to join in VR (and I\u2019ll hopefully record it for YouTube as well), but for the best experience, join <a href=\"https://vrc.group/PLAID.8330\">my VRChat group</a> for the easiest instance access.</li>\n</ol><p>I hope to see you there!</p>"
},
"author": {
"type": "card",
"name": "fluffy",
"url": "https://beesbuzz.biz/",
"photo": "https://beesbuzz.biz/static/headshot.jpg"
},
"post-type": "article",
"_id": "42036721",
"_source": "2778"
}
{
"type": "entry",
"published": "2024-08-25T16:32:50-0400",
"url": "https://martymcgui.re/2024/08/25/restored-sign-in-options-for-an-indieweb-webring/",
"category": [
"\ud83d\udd78\ufe0f\ud83d\udc8d",
"webring",
"indieweb",
"update",
"IndieAuth",
"RelMeAuth"
],
"name": "\ud83d\udd10\ud83d\udd78\ufe0f\ud83d\udc8d Restored sign-in options for an IndieWeb webring",
"content": {
"text": "Are you a member of the \ud83d\udd78\ufe0f\ud83d\udc8d IndieWeb Webring? Or have you wanted to be, but you couldn't sign in because it strictly required IndieAuth for sign-in?\nI was recently gently reminded that the IndieWeb webring at one time allowed you to verify your identity using an alternative sign-in mechanism. For instance, by making bi-directional links between your home page and your GitHub account, you can delegate the step of \"proving\" that you are the person in control of your homepage to GitHub, and let them worry about storing and checking usernames and passwords.\nThis concept is called RelMeAuth (because it works by embedding links in your homepage let look like <a rel=\"me\" ... >). The original version of the webring would first check to see if your site specifies its own IndieAuth provider and, if not, would fall back to using Aaron Parecki's indielogin.com, which handles checking for these rel=\"me\" links to supported sites. It also supports sending codes to your email, if you prefer!\nSo it used to work?\nYeah! I, uh, broke it when I moved the site over to PHP some time ago.\nBut it works now?\nIt should! If your homepage has no IndieAuth server specified, but has rel=\"me\" links to your GitHub or an email \"mailto:\" link, you should be able to sign in to the webring using those methods!\nIt was broken for how long?\n\ud83d\ude05 it was fixed within a day of someone telling me it was broken!\nPlease don't share any links to code-\nHere are the updates I added today to enable indielogin.com support. Some of it is a little hacky until indielogin.com is updated to allow the full client_id URL for the webring, but it works OK!\nSigh, ok.\nOkay that's it, for now! Thanks for reading, imaginary interlocutor! As always, feel free to reply to this post on your own site, or feel free to drop me a line in the #indieweb chat (I\u2019m schmarty there)!",
"html": "<p>Are you a member of the <a href=\"https://xn--sr8hvo.ws/\">\ud83d\udd78\ufe0f\ud83d\udc8d IndieWeb Webring</a>? Or have you wanted to be, but you couldn't sign in because it strictly required <a href=\"https://indieweb.org/IndieAuth\">IndieAuth</a> for sign-in?</p>\n<p>I was recently gently reminded that the IndieWeb webring <i>at one time</i> allowed you to verify your identity using an alternative sign-in mechanism. For instance, by making bi-directional links between your home page and your GitHub account, you can delegate the step of \"proving\" that you are the person in control of your homepage to GitHub, and let them worry about storing and checking usernames and passwords.</p>\n<p>This concept is called <a href=\"https://indieweb.org/RelMeAuth\">RelMeAuth</a> (because it works by embedding links in your homepage let look like <a rel=\"me\" ... >). The original version of the webring would first check to see if your site specifies its own IndieAuth provider and, if not, would fall back to using <a href=\"https://aaronparecki.com/\">Aaron Parecki</a>'s <a href=\"https://indielogin.com/\">indielogin.com</a>, which handles checking for these rel=\"me\" links to supported sites. It also supports sending codes to your email, if you prefer!</p>\n<h2>So it used to work?</h2>\n<p>Yeah! I, uh, broke it when I moved the site over to PHP <i>some time ago</i>.</p>\n<h2>But it works now?</h2>\n<p>It should! If your homepage has no IndieAuth server specified, but has rel=\"me\" links to your GitHub or an email \"mailto:\" link, you should be able to sign in to the webring using those methods!</p>\n<h2>It was broken for how long?</h2>\n<p>\ud83d\ude05 it was fixed within a day of someone telling me it was broken!</p>\n<h2>Please don't share any links to code-</h2>\n<p>Here are <a href=\"https://git.schmarty.net/schmarty/gem-diamond/commit/44883aa0c1478696901d1ad457cd5e59e0943171\">the updates I added today to enable indielogin.com support</a>. Some of it is a little hacky until indielogin.com is updated to allow the full client_id URL for the webring, but it works OK!</p>\n<h2>Sigh, ok.</h2>\n<p>Okay that's it, for now! Thanks for reading, imaginary interlocutor! As always, feel free to <a href=\"https://indieweb.org/reply\">reply</a> to this post on your own site, or feel free to drop me a line in the <a href=\"https://chat.indieweb.org/\">#indieweb chat</a> (I\u2019m <code>schmarty</code> there)!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "article",
"_id": "42035691",
"_source": "175"
}
{
"type": "entry",
"published": "2024-08-22T18:26:02-0700",
"summary": "\ud83d\udccd Checked in at Schilling Cider House Portland, Portland, OR.",
"url": "https://martymcgui.re/2024/08/22/212602/",
"photo": [
"https://res.cloudinary.com/schmarty/image/fetch/w_960,c_fill/https://fastly.4sqi.net/img/general/original/62057_k8hTlp4a8Tcp0SDnrtmli7z6dSsACUeoCMipQaesqSg.jpg",
"https://res.cloudinary.com/schmarty/image/fetch/w_960,c_fill/https://fastly.4sqi.net/img/general/original/62057_O30uNmJ6EqBzTTt6mKLiaVBiUrzMGT_sljSh-fehwUk.jpg",
"https://res.cloudinary.com/schmarty/image/fetch/w_960,c_fill/https://fastly.4sqi.net/img/general/original/62057_civdYfLDOSSKFpjXBrzgNOl-nkv4ZMsibszclBlfI1M.jpg"
],
"syndication": [
"https://www.swarmapp.com/user/62057/checkin/66c7e52a33e5d957e37444d3"
],
"content": {
"text": "Ok we finally internalized the deal of this place and had to go right now.",
"html": "<a href=\"https://fastly.4sqi.net/img/general/original/62057_k8hTlp4a8Tcp0SDnrtmli7z6dSsACUeoCMipQaesqSg.jpg\"></a>\n\n <a href=\"https://fastly.4sqi.net/img/general/original/62057_O30uNmJ6EqBzTTt6mKLiaVBiUrzMGT_sljSh-fehwUk.jpg\"></a>\n\n <a href=\"https://fastly.4sqi.net/img/general/original/62057_civdYfLDOSSKFpjXBrzgNOl-nkv4ZMsibszclBlfI1M.jpg\"></a>\n\n <p>Ok we finally internalized the deal of this place and had to go right now.</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"checkin": {
"type": "card",
"name": "Schilling Cider House Portland",
"latitude": "45.516304682157",
"longitude": "-122.65558463891",
"locality": "Portland",
"region": "OR",
"url": "https://foursquare.com/v/59402e6c8194fc347a820e62"
},
"post-type": "checkin",
"_id": "42010074",
"_source": "175"
}