An example of a more pragmatic approach to image uploads, for example, is the mastodon API. You still have to use a separate multipart request for an image, but the description (alt) text accompanies the image as an additional field. I think you can probably use the same image (and by extension its alt text) for multiple posts if you want. This fits because alt text is descriptive, so it shouldn't depend on the context the image is used in. #indieweb
{
"type": "entry",
"author": {
"name": "@qubyte",
"url": "https://mastodon.social/@qubyte",
"photo": null
},
"url": "https://mastodon.social/@qubyte/109809748401599345",
"content": {
"html": "<p>An example of a more pragmatic approach to image uploads, for example, is the mastodon API. You still have to use a separate multipart request for an image, but the description (alt) text accompanies the image as an additional field. I think you can probably use the same image (and by extension its alt text) for multiple posts if you want. This fits because alt text is descriptive, so it shouldn't depend on the context the image is used in. <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "An example of a more pragmatic approach to image uploads, for example, is the mastodon API. You still have to use a separate multipart request for an image, but the description (alt) text accompanies the image as an additional field. I think you can probably use the same image (and by extension its alt text) for multiple posts if you want. This fits because alt text is descriptive, so it shouldn't depend on the context the image is used in. #indieweb"
},
"published": "2023-02-05T02:23:07+00:00",
"post-type": "note",
"_id": "34910592",
"_source": "7235",
"_is_read": false
}
I get why microformats documents came to look like this. It comes from their roots as data embedded in HTML. But it's not very pragmatic. Why would a document have more than one name or content? Why would photo (singular) be used for a *plural* field. It's all out of whack. #indieweb.
{
"type": "entry",
"author": {
"name": "@qubyte",
"url": "https://mastodon.social/@qubyte",
"photo": null
},
"url": "https://mastodon.social/@qubyte/109809635457021746",
"content": {
"html": "<p>I get why microformats documents came to look like this. It comes from their roots as data embedded in HTML. But it's not very pragmatic. Why would a document have more than one name or content? Why would photo (singular) be used for a *plural* field. It's all out of whack. <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a>.</p>",
"text": "I get why microformats documents came to look like this. It comes from their roots as data embedded in HTML. But it's not very pragmatic. Why would a document have more than one name or content? Why would photo (singular) be used for a *plural* field. It's all out of whack. #indieweb."
},
"published": "2023-02-05T01:54:24+00:00",
"post-type": "note",
"_id": "34910282",
"_source": "7235",
"_is_read": false
}
I love the #indieweb, but the aforementioned micropub thing isn't the only friction. JSON encoded microformats-2 documents are just plain weird. Everything is an array for some reason. Unnecessarily complex to consume. We can surely do better...
{
"type": "entry",
"author": {
"name": "@qubyte",
"url": "https://mastodon.social/@qubyte",
"photo": null
},
"url": "https://mastodon.social/@qubyte/109809569127117058",
"content": {
"html": "<p>I love the <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a>, but the aforementioned micropub thing isn't the only friction. JSON encoded microformats-2 documents are just plain weird. Everything is an array for some reason. Unnecessarily complex to consume. We can surely do better...</p>",
"text": "I love the #indieweb, but the aforementioned micropub thing isn't the only friction. JSON encoded microformats-2 documents are just plain weird. Everything is an array for some reason. Unnecessarily complex to consume. We can surely do better..."
},
"published": "2023-02-05T01:37:32+00:00",
"post-type": "note",
"_id": "34910052",
"_source": "7235",
"_is_read": false
}
One pain in the ass thing about micropub is that there's no way to send photos and content together in a single request *and* include alt text. It can only be done with a multipart request to a media endpoint for the photo and a JSON request to the regular endpoint. Why not allow both in a multipart request? #indieweb
{
"type": "entry",
"author": {
"name": "@qubyte",
"url": "https://mastodon.social/@qubyte",
"photo": null
},
"url": "https://mastodon.social/@qubyte/109809541935471300",
"content": {
"html": "<p>One pain in the ass thing about micropub is that there's no way to send photos and content together in a single request *and* include alt text. It can only be done with a multipart request to a media endpoint for the photo and a JSON request to the regular endpoint. Why not allow both in a multipart request? <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "One pain in the ass thing about micropub is that there's no way to send photos and content together in a single request *and* include alt text. It can only be done with a multipart request to a media endpoint for the photo and a JSON request to the regular endpoint. Why not allow both in a multipart request? #indieweb"
},
"published": "2023-02-05T01:30:37+00:00",
"post-type": "note",
"_id": "34910053",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@ggirelli",
"url": "https://genomic.social/@ggirelli",
"photo": null
},
"url": "https://genomic.social/@ggirelli/109808775454810979",
"content": {
"html": "<p>Just added a <a href=\"https://genomic.social/tags/digitalGarden\">#<span>digitalGarden</span></a> to my website. Going to experiment a bit with it in the coming weeks, let's see how it grows!</p><p><a href=\"https://ggirelli.info/blog/2023/01/31/welcome-to-the-jungle\"><span>https://</span><span>ggirelli.info/blog/2023/01/31/</span><span>welcome-to-the-jungle</span></a></p><p><a href=\"https://genomic.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://genomic.social/tags/blog\">#<span>blog</span></a> <a href=\"https://genomic.social/tags/secondbrain\">#<span>secondbrain</span></a> <a href=\"https://genomic.social/tags/pkm\">#<span>pkm</span></a></p>",
"text": "Just added a #digitalGarden to my website. Going to experiment a bit with it in the coming weeks, let's see how it grows!https://ggirelli.info/blog/2023/01/31/welcome-to-the-jungle#indieweb #blog #secondbrain #pkm"
},
"published": "2023-02-04T22:15:41+00:00",
"post-type": "note",
"_id": "34907336",
"_source": "7235",
"_is_read": false
}
It took me a few days to figure out what I'm doing, but I think I've decided to join the #indieweb movement. After failing at setting up Activitypub on my website (due to hosting blocks), I think what I'm going to do instead is use my personal website as a primary hub that automatically distributes content I post to various different platforms. I'm going to have to play around with it a bit and figure out exactly how I'm going to structure this, but I think it's going to be really neat once I'm finished with it.
The more I learn about the IndieWeb movement the more I really support it and want to be part of it. I think it's really cool that people are taking the internet back from corporate entities owning everything and dictating what we can or can't talk about, and this just seems like a great way to house everything and take ownership of my own content without isolating myself totally from those other platforms.
Still in the brainstorming phase of all of this but I'm really excited with everything I'm learning and the doors this might open up. đ Lol I feel like since discovering the #Fediverse my mind has been opened to a whole new way of using the internet and I'm all for it! đ
{
"type": "entry",
"author": {
"name": "@Aevisia",
"url": "https://pagan.plus/@Aevisia",
"photo": null
},
"url": "https://pagan.plus/@Aevisia/109808645709740032",
"content": {
"html": "<p>It took me a few days to figure out what I'm doing, but I think I've decided to join the <a href=\"https://pagan.plus/tags/indieweb\">#<span>indieweb</span></a> movement. After failing at setting up Activitypub on my website (due to hosting blocks), I think what I'm going to do instead is use my personal website as a primary hub that automatically distributes content I post to various different platforms. I'm going to have to play around with it a bit and figure out exactly how I'm going to structure this, but I think it's going to be really neat once I'm finished with it.</p><p>The more I learn about the IndieWeb movement the more I really support it and want to be part of it. I think it's really cool that people are taking the internet back from corporate entities owning everything and dictating what we can or can't talk about, and this just seems like a great way to house everything and take ownership of my own content without isolating myself totally from those other platforms.</p><p>Still in the brainstorming phase of all of this but I'm really excited with everything I'm learning and the doors this might open up. \ud83d\udc40 Lol I feel like since discovering the <a href=\"https://pagan.plus/tags/Fediverse\">#<span>Fediverse</span></a> my mind has been opened to a whole new way of using the internet and I'm all for it! \ud83d\ude01</p>",
"text": "It took me a few days to figure out what I'm doing, but I think I've decided to join the #indieweb movement. After failing at setting up Activitypub on my website (due to hosting blocks), I think what I'm going to do instead is use my personal website as a primary hub that automatically distributes content I post to various different platforms. I'm going to have to play around with it a bit and figure out exactly how I'm going to structure this, but I think it's going to be really neat once I'm finished with it.The more I learn about the IndieWeb movement the more I really support it and want to be part of it. I think it's really cool that people are taking the internet back from corporate entities owning everything and dictating what we can or can't talk about, and this just seems like a great way to house everything and take ownership of my own content without isolating myself totally from those other platforms.Still in the brainstorming phase of all of this but I'm really excited with everything I'm learning and the doors this might open up. \ud83d\udc40 Lol I feel like since discovering the #Fediverse my mind has been opened to a whole new way of using the internet and I'm all for it! \ud83d\ude01"
},
"published": "2023-02-04T21:42:42+00:00",
"post-type": "note",
"_id": "34906971",
"_source": "7235",
"_is_read": false
}
A #webring that needs no introduction. Serving its community for about 7 years now, it is exquisitely maintained, with much love and attention. Let's show it some back â¤ď¸
{
"type": "entry",
"author": {
"name": "@accordionpolar",
"url": "https://indieweb.social/@accordionpolar",
"photo": null
},
"url": "https://indieweb.social/@accordionpolar/109808588941525807",
"content": {
"html": "<p>~ <a href=\"https://indieweb.social/tags/webrings\">#<span>webrings</span></a> watch ~<br />Posting a new way to connect with the indie web every day!</p><p>Day #9: Hotline Webring<br /><a href=\"https://hotlinewebring.club\"><span>https://</span><span>hotlinewebring.club</span><span></span></a></p><p>A <a href=\"https://indieweb.social/tags/webring\">#<span>webring</span></a> that needs no introduction. Serving its community for about 7 years now, it is exquisitely maintained, with much love and attention. Let's show it some back \u2764\ufe0f</p><p><a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/website\">#<span>website</span></a> <a href=\"https://indieweb.social/tags/yesterweb\">#<span>yesterweb</span></a> <a href=\"https://indieweb.social/tags/web\">#<span>web</span></a> <a href=\"https://indieweb.social/tags/webdev\">#<span>webdev</span></a> <a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "~ #webrings watch ~\nPosting a new way to connect with the indie web every day!Day #9: Hotline Webring\nhttps://hotlinewebring.clubA #webring that needs no introduction. Serving its community for about 7 years now, it is exquisitely maintained, with much love and attention. Let's show it some back \u2764\ufe0f#indieweb #website #yesterweb #web #webdev #smallweb"
},
"published": "2023-02-04T21:28:15+00:00",
"post-type": "note",
"_id": "34906452",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@ben",
"url": "https://werd.social/@ben",
"photo": null
},
"url": "https://werd.social/@ben/109808138603522722",
"content": {
"html": "<p>Thanks to <a href=\"https://fed.brid.gy/\"><span>https://</span><span>fed.brid.gy/</span><span></span></a>, you can now subscribe directly to my website feed at <span class=\"h-card\"><a class=\"u-url\" href=\"https://fed.brid.gy/r/https://werd.io/profile/benwerd\">@<span>werd.io</span></a></span>. <a href=\"https://werd.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Thanks to https://fed.brid.gy/, you can now subscribe directly to my website feed at @werd.io. #indieweb"
},
"published": "2023-02-04T19:33:44+00:00",
"post-type": "note",
"_id": "34904800",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"published": "2023-02-04T19:44:06+00:00",
"url": "https://werd.io/2023/follow-this-site-on-the-fediverse",
"name": "Follow this site on the fediverse",
"content": {
"text": "You can now subscribe to my website on Mastodon / the fediverse by plugging @werd.io@werd.io into your search bar and hitting \u201cfollow\u201d.It was really easy. Here\u2019s how I did it:I signed up to Bridgy Fed\n\nMade sure my website produces an h-card that describes it well (Known does this out of the box).\nAdded a single line to the top of my website redirects.\nThat\u2019s it.\nRyan Barrett, who builds and supports the Bridgy set of services, is brilliant, and this simple tool is another reason why. I really appreciate how easy this was.",
"html": "<p>You can now subscribe to my website on Mastodon / the fediverse by plugging <code>@werd.io@werd.io</code> into your search bar and hitting \u201cfollow\u201d.</p><p>It was really easy. Here\u2019s how I did it:</p><ol><li>I signed up to <a href=\"https://fed.brid.gy/\">Bridgy Fed</a>\n</li>\n<li>Made sure my website produces an <a href=\"https://microformats.org/wiki/h-card\">h-card</a> that describes it well (Known does this out of the box).</li>\n<li>Added a single line to the top of my website redirects.</li>\n<li>That\u2019s it.</li>\n</ol><p><a href=\"https://snarfed.org/\">Ryan Barrett</a>, who builds and supports the <a href=\"https://brid.gy/\">Bridgy</a> set of services, is brilliant, and this simple tool is another reason why. I really appreciate how easy this was.</p>"
},
"author": {
"type": "card",
"name": "Ben Werdmuller",
"url": "https://werd.io/profile/benwerd",
"photo": "https://werd.io/file/5d388c5fb16ea14aac640912/thumb.jpg"
},
"post-type": "article",
"_id": "34904546",
"_source": "191",
"_is_read": false
}
{
"type": "entry",
"published": "2023-02-04T13:19:41-0500",
"url": "https://martymcgui.re/2023/02/04/131941/",
"syndication": [
"https://fed.brid.gy/"
],
"content": {
"text": "Twitter\u2019s APIcalypse, HTML interop, and football poems. It\u2019s your < 10min update on the #IndieWeb community!\nThis Week in the IndieWeb audio edition for January 28th - February 3rd, 2023.\nhttps://martymcgui.re/2023/02/04/this-week-in-the-indieweb-audio-edition--january-28th---february-3rd-2023/",
"html": "<p>Twitter\u2019s APIcalypse, HTML interop, and football poems. It\u2019s your < 10min update on the #IndieWeb community!</p>\n<p>This Week in the IndieWeb audio edition for January 28th - February 3rd, 2023.\n<a href=\"https://martymcgui.re/2023/02/04/this-week-in-the-indieweb-audio-edition--january-28th---february-3rd-2023/\">https://martymcgui.re/2023/02/04/this-week-in-the-indieweb-audio-edition--january-28th---february-3rd-2023/</a></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "note",
"_id": "34903090",
"_source": "175",
"_is_read": false
}
{
"type": "entry",
"published": "2023-02-04T13:17:28-0500",
"url": "https://martymcgui.re/2023/02/04/this-week-in-the-indieweb-audio-edition--january-28th---february-3rd-2023/",
"category": [
"podcast",
"IndieWeb",
"this-week-indieweb-podcast"
],
"audio": [
"https://media.martymcgui.re/53/b8/64/a9/566374afb8b8081997d009460005cab22543ce275f65763adf68b76d.mp3"
],
"name": "This Week in the IndieWeb Audio Edition \u2022 January 28th - February 3rd, 2023",
"content": {
"text": "Show/Hide Transcript\n \n Twitter\u2019s APIcalypse, HTML interop, and football poems. It\u2019s the audio edition for This Week in the IndieWeb for January 28th - February 3rd, 2023.\nYou can find all of my audio editions and subscribe with your favorite podcast app here: martymcgui.re/podcasts/indieweb/.\nMusic from Aaron Parecki\u2019s 100DaysOfMusic project: Day 85 - Suit, Day 48 - Glitch, Day 49 - Floating, Day 9, and Day 11\nThanks to everyone in the IndieWeb chat for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!",
"html": "Show/Hide Transcript\n \n <p>Twitter\u2019s APIcalypse, HTML interop, and football poems. It\u2019s the audio edition for <a href=\"https://indieweb.org/this-week/2023-02-03.html\">This Week in the IndieWeb for January 28th - February 3rd, 2023</a>.</p>\n<p>You can find all of my audio editions and subscribe with your favorite podcast app here: <a href=\"https://martymcgui.re/podcasts/indieweb/\">martymcgui.re/podcasts/indieweb/</a>.</p>\n<p>Music from <a href=\"https://aaronparecki.com/\">Aaron Parecki</a>\u2019s <a href=\"https://100.aaronparecki.com/\">100DaysOfMusic project</a>: <a href=\"https://aaronparecki.com/2017/03/15/14/day85\">Day 85 - Suit</a>, <a href=\"https://aaronparecki.com/2017/02/06/7/day48\">Day 48 - Glitch</a>, <a href=\"https://aaronparecki.com/2017/02/07/4/day49\">Day 49 - Floating</a>, <a href=\"https://aaronparecki.com/2016/12/29/21/day-9\">Day 9</a>, and <a href=\"https://aaronparecki.com/2016/12/31/15/\">Day 11</a></p>\n<p>Thanks to everyone in the <a href=\"https://chat.indieweb.org/\">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "audio",
"_id": "34903091",
"_source": "175",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@tmichellemoore",
"url": "https://mastodon.social/@tmichellemoore",
"photo": null
},
"url": "https://mastodon.social/@tmichellemoore/109806595217509329",
"content": {
"html": "<p>I went down the rabbit hole and confirmed that the Share Point Online Management Shell does not fully work on a Mac. Deciding now if I really want to change this domain name. Reviewing my options. Day 25 of 100 <a href=\"https://mastodon.social/tags/100DaysofIndieWeb\">#<span>100DaysofIndieWeb</span></a>, <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a>, <a href=\"https://mastodon.social/tags/ProjectJournal\">#<span>ProjectJournal</span></a>, <a href=\"https://mastodon.social/tags/SharePoint\">#<span>SharePoint</span></a>: <a href=\"https://tmichellemoore.com/?p=152471\"><span>https://</span><span>tmichellemoore.com/?p=152471</span><span></span></a></p>",
"text": "I went down the rabbit hole and confirmed that the Share Point Online Management Shell does not fully work on a Mac. Deciding now if I really want to change this domain name. Reviewing my options. Day 25 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePoint: https://tmichellemoore.com/?p=152471"
},
"published": "2023-02-04T13:01:14+00:00",
"post-type": "note",
"_id": "34897337",
"_source": "7235",
"_is_read": false
}
Project Journal: Changing SharePoint URL â Confirmed the SharePoint Online Management Shell Doesnât Fully Work on a Mac
I went down the rabbit hole and confirmed that the Share Point Online Management Shell does not fully work on a Mac. Deciding now if I really want to change this domain name. Reviewing my options. Day 25 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePoint
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/",
"content": {
"html": "<p>Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac</p> <p>I went down the rabbit hole and confirmed that the <a href=\"https://techcommunity.microsoft.com/t5/sharepoint/powershell-connection-from-macos-not-working/m-p/1514831\">Share Point Online Management Shell does not fully work on a Mac</a>. Deciding now if I really want to change this domain name. Reviewing my options. Day 25 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePoint</p><p>The Steps</p><p><a href=\"https://learn.microsoft.com/en-us/sharepoint/change-site-address\">Changing the site address would have been easier.</a> \u2705</p><p><a href=\"https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.3\">Install Homebrew</a> (whatever that is :-))\u2705</p><p><a href=\"https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.3\">Install PowerShell </a>(Mac Version)\u2705</p><p><a href=\"https://learn.microsoft.com/en-us/sharepoint/change-your-sharepoint-domain-name\">Changing the SharePoint Domain takes a few more steps.</a>\u2705</p><p>The Custom Domain Name textbook is active for this step.</p><p>\u201cIn the\u00a0Custom domain name\u00a0box, enter the full new \u201c.onmicrosoft.com\u201d domain, and then select\u00a0Add domain.\u201d</p><p>I added the tmichellemoore.onmicrosoft.com domain.</p><p><a href=\"https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online\">Install the SharePoint Online Management Shell</a>\u2705</p><p>Run SharePoint Online Management Shell </p><p><a href=\"https://techcommunity.microsoft.com/t5/sharepoint/powershell-connection-from-macos-not-working/m-p/1514831\">Share Point Online Management Shell does not fully work on a Mac</a></p><p>Options based on my current progress:</p><p>Forget about this whole project.</p><p>Purchase <a href=\"https://www.parallels.com\">Parallels</a> ($99) and run the Windows version of the SharePoint Online Management Shell.</p><p>Use <a href=\"https://support.apple.com/en-us/HT201468\">Bootcamp</a>, run Windows, and the SharePoint Online Management Shell.</p><p>Use an Azure Virtual Machine.</p> <p><a class=\"u-url\" href=\"https://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/\">Read more<span>: Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac</span></a></p> <a href=\"https://tmichellemoore.com/blog/tag/100daysofindieweb/\">100DaysOfIndieWeb</a><span>, </span><a href=\"https://tmichellemoore.com/blog/tag/indieweb/\">IndieWeb</a><span>, </span><a href=\"https://tmichellemoore.com/blog/tag/projectjournal/\">ProjectJournal</a><span>, </span><a href=\"https://tmichellemoore.com/blog/tag/sharepoint/\">SharePoint</a> <a href=\"https://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/\">Feb 4, 2023 7:56 AM</a> <p>Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac</p><p><span class=\"p-author h-card\"><br /><a class=\"u-url\" href=\"https://tmichellemoore.com/\"></a></span></p><p><a class=\"u-url\" href=\"https://tmichellemoore.com/\"> <span class=\"p-name\">T Michelle Moore</span></a></p> <p><a class=\"u-tag u-category\" href=\"https://tmichellemoore.com/blog/tag/100daysofindieweb/\">#100daysofindieweb</a> <a class=\"u-tag u-category\" href=\"https://tmichellemoore.com/blog/tag/indieweb/\">#indieweb</a> <a class=\"u-tag u-category\" href=\"https://tmichellemoore.com/blog/tag/projectjournal/\">#projectjournal</a> <a class=\"u-tag u-category\" href=\"https://tmichellemoore.com/blog/tag/sharepoint/\">#sharepoint</a></p><p><a href=\"https://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/\">https://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/</a></p>",
"text": "Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac I went down the rabbit hole and confirmed that the Share Point Online Management Shell does not fully work on a Mac. Deciding now if I really want to change this domain name. Reviewing my options. Day 25 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePointThe StepsChanging the site address would have been easier. \u2705Install Homebrew (whatever that is :-))\u2705Install PowerShell (Mac Version)\u2705Changing the SharePoint Domain takes a few more steps.\u2705The Custom Domain Name textbook is active for this step.\u201cIn the\u00a0Custom domain name\u00a0box, enter the full new \u201c.onmicrosoft.com\u201d domain, and then select\u00a0Add domain.\u201dI added the tmichellemoore.onmicrosoft.com domain.Install the SharePoint Online Management Shell\u2705Run SharePoint Online Management Shell Share Point Online Management Shell does not fully work on a MacOptions based on my current progress:Forget about this whole project.Purchase Parallels ($99) and run the Windows version of the SharePoint Online Management Shell.Use Bootcamp, run Windows, and the SharePoint Online Management Shell.Use an Azure Virtual Machine. Read more: Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac 100DaysOfIndieWeb, IndieWeb, ProjectJournal, SharePoint Feb 4, 2023 7:56 AM Project Journal: Changing SharePoint URL \u2013 Confirmed the SharePoint Online Management Shell Doesn\u2019t Fully Work on a Mac\n T Michelle Moore #100daysofindieweb #indieweb #projectjournal #sharepointhttps://tmichellemoore.com/blog/project-journal-changing-sharepoint-url-confirmed-the-sharepoint-online-management-shell-doesnt-fully-work-on-a-mac/"
},
"published": "2023-02-04T12:56:16+00:00",
"post-type": "note",
"_id": "34897170",
"_source": "7235",
"_is_read": false
}
Anna's got new music coming out soon, first time in a few years. We let her Wix subscription lapse and now I'm going to have a go at building a new static site. I have two days đ
I mostly want to just write HTML and CSS, hoping for some #indieweb fun.
I am going to run with #eleventy though for hot reloading and maybe some CSS tooling niceness.
{
"type": "entry",
"author": {
"name": "@jasono",
"url": "https://mastodon.au/@jasono",
"photo": null
},
"url": "https://mastodon.au/@jasono/109804815903189323",
"content": {
"html": "<p>Anna's got new music coming out soon, first time in a few years. We let her Wix subscription lapse and now I'm going to have a go at building a new static site. I have two days \ud83c\udfc1 </p><p>I mostly want to just write HTML and CSS, hoping for some <a href=\"https://mastodon.au/tags/indieweb\">#<span>indieweb</span></a> fun.</p><p>I am going to run with <a href=\"https://mastodon.au/tags/eleventy\">#<span>eleventy</span></a> though for hot reloading and maybe some CSS tooling niceness.</p>",
"text": "Anna's got new music coming out soon, first time in a few years. We let her Wix subscription lapse and now I'm going to have a go at building a new static site. I have two days \ud83c\udfc1 I mostly want to just write HTML and CSS, hoping for some #indieweb fun.I am going to run with #eleventy though for hot reloading and maybe some CSS tooling niceness."
},
"published": "2023-02-04T05:28:43+00:00",
"post-type": "note",
"_id": "34892434",
"_source": "7235",
"_is_read": false
}
Iâm (very) slowly making progress on my personal #IndieWeb static site generating #CMS built in #Elixir. Sticking with the baked goods theme, itâs called Donut Shop. HEEx Templating engine is working with #Microformats. Most recent addition is a custom #Git LFS client so I can leverage #Netlify for my media CDN. It will replace the #Hugo site I have today so that I can post from any device via #Micropub. Maybe it will be done sometime in the next decadeâŚ
{
"type": "entry",
"author": {
"name": "@bismark",
"url": "https://indieweb.social/@bismark",
"photo": null
},
"url": "https://indieweb.social/@bismark/109804319075331375",
"content": {
"html": "<p>I\u2019m (very) slowly making progress on my personal <a href=\"https://indieweb.social/tags/IndieWeb\">#<span>IndieWeb</span></a> static site generating <a href=\"https://indieweb.social/tags/CMS\">#<span>CMS</span></a> built in <a href=\"https://indieweb.social/tags/Elixir\">#<span>Elixir</span></a>. Sticking with the baked goods theme, it\u2019s called Donut Shop. HEEx Templating engine is working with <a href=\"https://indieweb.social/tags/Microformats\">#<span>Microformats</span></a>. Most recent addition is a custom <a href=\"https://indieweb.social/tags/Git\">#<span>Git</span></a> LFS client so I can leverage <a href=\"https://indieweb.social/tags/Netlify\">#<span>Netlify</span></a> for my media CDN. It will replace the <a href=\"https://indieweb.social/tags/Hugo\">#<span>Hugo</span></a> site I have today so that I can post from any device via <a href=\"https://indieweb.social/tags/Micropub\">#<span>Micropub</span></a>. Maybe it will be done sometime in the next decade\u2026</p>",
"text": "I\u2019m (very) slowly making progress on my personal #IndieWeb static site generating #CMS built in #Elixir. Sticking with the baked goods theme, it\u2019s called Donut Shop. HEEx Templating engine is working with #Microformats. Most recent addition is a custom #Git LFS client so I can leverage #Netlify for my media CDN. It will replace the #Hugo site I have today so that I can post from any device via #Micropub. Maybe it will be done sometime in the next decade\u2026"
},
"published": "2023-02-04T03:22:22+00:00",
"post-type": "note",
"_id": "34891251",
"_source": "7235",
"_is_read": false
}
I love that #Micropub (via #Indiekit) provides a standard, open API to post to my own site and syndicate to services like Mastodon. But I think Iâve tried all the Micropub clients out there, and none is anywhere near as a nice as, for example, using @marsedit to post to WordPress. #indieweb could really use a killer app in the authoring tool space. #POSSE
{
"type": "entry",
"author": {
"name": "@sentience",
"url": "https://hachyderm.io/@sentience",
"photo": null
},
"url": "https://hachyderm.io/@sentience/109803862811878335",
"content": {
"html": "<p>I love that <a href=\"https://hachyderm.io/tags/Micropub\">#<span>Micropub</span></a> (via <a href=\"https://hachyderm.io/tags/Indiekit\">#<span>Indiekit</span></a>) provides a standard, open API to post to my own site and syndicate to services like Mastodon. But I think I\u2019ve tried all the Micropub clients out there, and none is anywhere near as a nice as, for example, using <span class=\"h-card\"><a class=\"u-url\" href=\"https://mastodon.social/@marsedit\">@<span>marsedit</span></a></span> to post to WordPress. <a href=\"https://hachyderm.io/tags/indieweb\">#<span>indieweb</span></a> could really use a killer app in the authoring tool space. <a href=\"https://hachyderm.io/tags/POSSE\">#<span>POSSE</span></a></p>",
"text": "I love that #Micropub (via #Indiekit) provides a standard, open API to post to my own site and syndicate to services like Mastodon. But I think I\u2019ve tried all the Micropub clients out there, and none is anywhere near as a nice as, for example, using @marsedit to post to WordPress. #indieweb could really use a killer app in the authoring tool space. #POSSE"
},
"published": "2023-02-04T01:26:20+00:00",
"post-type": "note",
"_id": "34889899",
"_source": "7235",
"_is_read": false
}
I was able to setup tmichellemoore.onmicrosoft.com. That was only a partial success. I installed the SharePoint Online Management Shell using Homebrew. But I donât exactly know how to use it. đ I know how to use DOS so it probably is similar. There is an ominous message stating that this doesnât work with a Mac. So this project may need a PC. Day 24 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePoint: https://tmichellemoore.com/?p=152469
{
"type": "entry",
"author": {
"name": "@tmichellemoore",
"url": "https://mastodon.social/@tmichellemoore",
"photo": null
},
"url": "https://mastodon.social/@tmichellemoore/109803685864407509",
"content": {
"html": "<p>I was able to setup tmichellemoore.onmicrosoft.com. That was only a partial success. I installed the SharePoint Online Management Shell using Homebrew. But I don\u2019t exactly know how to use it. \ud83d\ude42 I know how to use DOS so it probably is similar. There is an ominous message stating that this doesn\u2019t work with a Mac. So this project may need a PC. Day 24 of 100 <a href=\"https://mastodon.social/tags/100DaysofIndieWeb\">#<span>100DaysofIndieWeb</span></a>, <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a>, <a href=\"https://mastodon.social/tags/ProjectJournal\">#<span>ProjectJournal</span></a>, <a href=\"https://mastodon.social/tags/SharePoint\">#<span>SharePoint</span></a>: <a href=\"https://tmichellemoore.com/?p=152469\"><span>https://</span><span>tmichellemoore.com/?p=152469</span><span></span></a></p>",
"text": "I was able to setup tmichellemoore.onmicrosoft.com. That was only a partial success. I installed the SharePoint Online Management Shell using Homebrew. But I don\u2019t exactly know how to use it. \ud83d\ude42 I know how to use DOS so it probably is similar. There is an ominous message stating that this doesn\u2019t work with a Mac. So this project may need a PC. Day 24 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #SharePoint: https://tmichellemoore.com/?p=152469"
},
"published": "2023-02-04T00:41:20+00:00",
"post-type": "note",
"_id": "34889225",
"_source": "7235",
"_is_read": false
}
Imminent end of free use^1 of the Twitter API likely also means the end of free Log in with Twitter^2 delegated signin service^3.
If you use [Sign in with Twitter]^4, consider replacing it with Web sign-in^5, implementing #RelMeAuth^6 & #IndieAuth^7 (OAuth for the #openWeb^8) ASAP!
If you already have your own domain (got get one^9), add a link from your home page to your GitHub profile with rel=me^10, and then test it by using your domain to sign-in to: * https://indielogin.com/ * https://indieweb.org/
{
"type": "entry",
"published": "2023-02-02 23:59-0800",
"url": "http://tantek.com/2023/033/t1/twitter-api-log-in-web-sign-in-relmeauth",
"category": [
"RelMeAuth",
"IndieAuth",
"openWeb",
"IndieWeb",
"100DaysOfIndieWeb",
"100Days"
],
"content": {
"text": "Imminent end of free use^1 of the Twitter API likely also means the end of free Log in with Twitter^2 delegated signin service^3.\n\nIf you use [Sign in with Twitter]^4, consider replacing it with Web sign-in^5, implementing #RelMeAuth^6 & #IndieAuth^7 (OAuth for the #openWeb^8) ASAP!\n\nIf you already have your own domain (got get one^9), add a link from your home page to your GitHub profile with rel=me^10, and then test it by using your domain to sign-in to:\n* https://indielogin.com/\n* https://indieweb.org/\n\nAny challenges or questions? Ask in #IndieWeb chat: https://chat.indieweb.org/dev\n\n\nThis is day 27 of #100DaysOfIndieWeb #100Days\n\n\u2190 Day 26: https://tantek.com/2023/032/t1/years-relmeauth-replace-openid\n\u2192 \ud83d\udd2e\n\n\n^1 https://www.theverge.com/2023/2/2/23582615/twitter-removing-free-api-developer-apps-price-announcement\n^2 https://indieweb.org/Log_in_with_Twitter\n^3 https://indieweb.org/silo_sign-in\n^4 https://indieweb.org/Log_in_with_Twitter#Button\n^5 https://indieweb.org/Web_sign-in\n^6 https://tantek.com/2023/032/t1/years-relmeauth-replace-openid\n^7 https://indieauth.spec.indieweb.org/\n^8 https://indieauth.net/\n^9 https://tantek.com/2023/004/t1/choosing-domain-name-indieweb\n^10 https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain#How_to_setup_RelMeAuth",
"html": "Imminent end of free use^1 of the Twitter API likely also means the end of free Log in with Twitter^2 delegated signin service^3.<br /><br />If you use [Sign in with Twitter]^4, consider replacing it with Web sign-in^5, implementing #<span class=\"p-category\">RelMeAuth</span>^6 & #<span class=\"p-category\">IndieAuth</span>^7 (OAuth for the #<span class=\"p-category\">openWeb</span>^8) ASAP!<br /><br />If you already have your own domain (got get one^9), add a link from your home page to your GitHub profile with rel=me^10, and then test it by using your domain to sign-in to:<br />* <a href=\"https://indielogin.com/\">https://indielogin.com/</a><br />* <a href=\"https://indieweb.org/\">https://indieweb.org/</a><br /><br />Any challenges or questions? Ask in #<span class=\"p-category\">IndieWeb</span> chat: <a href=\"https://chat.indieweb.org/dev\">https://chat.indieweb.org/dev</a><br /><br /><br />This is day 27 of #<span class=\"p-category\">100DaysOfIndieWeb</span> #<span class=\"p-category\">100Days</span><br /><br />\u2190 Day 26: <a href=\"https://tantek.com/2023/032/t1/years-relmeauth-replace-openid\">https://tantek.com/2023/032/t1/years-relmeauth-replace-openid</a><br />\u2192 \ud83d\udd2e<br /><br /><br />^1 <a href=\"https://www.theverge.com/2023/2/2/23582615/twitter-removing-free-api-developer-apps-price-announcement\">https://www.theverge.com/2023/2/2/23582615/twitter-removing-free-api-developer-apps-price-announcement</a><br />^2 <a href=\"https://indieweb.org/Log_in_with_Twitter\">https://indieweb.org/Log_in_with_Twitter</a><br />^3 <a href=\"https://indieweb.org/silo_sign-in\">https://indieweb.org/silo_sign-in</a><br />^4 <a href=\"https://indieweb.org/Log_in_with_Twitter#Button\">https://indieweb.org/Log_in_with_Twitter#Button</a><br />^5 <a href=\"https://indieweb.org/Web_sign-in\">https://indieweb.org/Web_sign-in</a><br />^6 <a href=\"https://tantek.com/2023/032/t1/years-relmeauth-replace-openid\">https://tantek.com/2023/032/t1/years-relmeauth-replace-openid</a><br />^7 <a href=\"https://indieauth.spec.indieweb.org/\">https://indieauth.spec.indieweb.org/</a><br />^8 <a href=\"https://indieauth.net/\">https://indieauth.net/</a><br />^9 <a href=\"https://tantek.com/2023/004/t1/choosing-domain-name-indieweb\">https://tantek.com/2023/004/t1/choosing-domain-name-indieweb</a><br />^10 <a href=\"https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain#How_to_setup_RelMeAuth\">https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain#How_to_setup_RelMeAuth</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "note",
"_id": "34886811",
"_source": "1",
"_is_read": false
}