So I guess the comment section for my blog is done, now i just gotta do some finishing touches and move it into a new host
#coding #webcoding #astro #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://bsky.brid.gy/r/https://bsky.app/profile/did:plc:q7d6nruqlqcfx2souw2bqaqd/post/3laa22dqpuo2g",
"content": {
"html": "<p>So I guess the comment section for my blog is done, now i just gotta do some finishing touches and move it into a new host<br /><br /><a href=\"https://bsky.brid.gy/hashtag/coding\">#coding</a> <a href=\"https://bsky.brid.gy/hashtag/webcoding\">#webcoding</a> <a href=\"https://bsky.brid.gy/hashtag/astro\">#astro</a> <a href=\"https://bsky.brid.gy/hashtag/indieweb\">#indieweb</a></p>",
"text": "So I guess the comment section for my blog is done, now i just gotta do some finishing touches and move it into a new host\n\n#coding #webcoding #astro #indieweb"
},
"published": "2024-11-05T20:11:09+00:00",
"post-type": "note",
"_id": "42797724",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@pearsonmediallc/113431660545132862",
"content": {
"html": "<p>Creators vs. Patreon: The Platform Profits While Artists Suffer <br />When discoverability, visibility, & accessibility matter \u2013 Wordpress outperforms Patreon\u200b by objectively large margins. \u2026</p><p><a href=\"https://mindcreatesmeaning.com/creators-vs-patreon-the-platform-profits-while-artists-suffer/\"><span>https://</span><span>mindcreatesmeaning.com/creator</span><span>s-vs-patreon-the-platform-profits-while-artists-suffer/</span></a><br />--<br /><a href=\"https://mastodon.social/tags/contentCreation\">#<span>contentCreation</span></a> <a href=\"https://mastodon.social/tags/contentCreator\">#<span>contentCreator</span></a> <a href=\"https://mastodon.social/tags/contentMonetization\">#<span>contentMonetization</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/patreon\">#<span>patreon</span></a> <a href=\"https://mastodon.social/tags/PatreonAlternative\">#<span>PatreonAlternative</span></a> <a href=\"https://mastodon.social/tags/podcasters\">#<span>podcasters</span></a> <a href=\"https://mastodon.social/tags/webAccessibility\">#<span>webAccessibility</span></a> <a href=\"https://mastodon.social/tags/Wordpress\">#<span>Wordpress</span></a> <a href=\"https://mastodon.social/tags/YouTubers\">#<span>YouTubers</span></a></p>",
"text": "Creators vs. Patreon: The Platform Profits While Artists Suffer \nWhen discoverability, visibility, & accessibility matter \u2013 Wordpress outperforms Patreon\u200b by objectively large margins. \u2026\n\nhttps://mindcreatesmeaning.com/creators-vs-patreon-the-platform-profits-while-artists-suffer/\n--\n#contentCreation #contentCreator #contentMonetization #indieweb #patreon #PatreonAlternative #podcasters #webAccessibility #Wordpress #YouTubers"
},
"published": "2024-11-05T18:03:01+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/113/431/660/487/499/318/original/07e160a70131c060.webp"
],
"post-type": "photo",
"_id": "42796377",
"_source": "8007",
"_is_read": false
}
Metal Slug Tactics launched today and I had a chance to review it over the weekend!
It captures the nostalgia of the series well while delivering great tactical gameplay in its own right. I had a good time with it!
https://david.reviews/articles/metal-slug-tactics-review/
#videogames #games #review #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@xavdid/113431572724964496",
"content": {
"html": "<p>Metal Slug Tactics launched today and I had a chance to review it over the weekend!</p><p>It captures the nostalgia of the series well while delivering great tactical gameplay in its own right. I had a good time with it!</p><p><a href=\"https://david.reviews/articles/metal-slug-tactics-review/\"><span>https://</span><span>david.reviews/articles/metal-s</span><span>lug-tactics-review/</span></a></p><p><a href=\"https://mastodon.social/tags/videogames\">#<span>videogames</span></a> <a href=\"https://mastodon.social/tags/games\">#<span>games</span></a> <a href=\"https://mastodon.social/tags/review\">#<span>review</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Metal Slug Tactics launched today and I had a chance to review it over the weekend!\n\nIt captures the nostalgia of the series well while delivering great tactical gameplay in its own right. I had a good time with it!\n\nhttps://david.reviews/articles/metal-slug-tactics-review/\n\n#videogames #games #review #indieweb"
},
"published": "2024-11-05T17:40:41+00:00",
"post-type": "note",
"_id": "42796019",
"_source": "8007",
"_is_read": false
}
I want to write my own service and I want to limit who can call post endpoints without implementing whole auth.
From security point would it be good enough to require to pass some key in post form and in server check if it is the same as the one specified in server?
The server would be put behind reverse-proxy so the request should be encrypted.
#programming #rustlang #webdev #selfhosted #backend #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.gamedev.place/@MevLyshkin/113431194010912800",
"content": {
"html": "<p>I want to write my own service and I want to limit who can call post endpoints without implementing whole auth. <br />From security point would it be good enough to require to pass some key in post form and in server check if it is the same as the one specified in server?</p><p>The server would be put behind reverse-proxy so the request should be encrypted.</p><p><a href=\"https://mastodon.gamedev.place/tags/programming\">#<span>programming</span></a> <a href=\"https://mastodon.gamedev.place/tags/rustlang\">#<span>rustlang</span></a> <a href=\"https://mastodon.gamedev.place/tags/webdev\">#<span>webdev</span></a> <a href=\"https://mastodon.gamedev.place/tags/selfhosted\">#<span>selfhosted</span></a> <a href=\"https://mastodon.gamedev.place/tags/backend\">#<span>backend</span></a> <a href=\"https://mastodon.gamedev.place/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "I want to write my own service and I want to limit who can call post endpoints without implementing whole auth. \nFrom security point would it be good enough to require to pass some key in post form and in server check if it is the same as the one specified in server?\n\nThe server would be put behind reverse-proxy so the request should be encrypted.\n\n#programming #rustlang #webdev #selfhosted #backend #indieweb"
},
"published": "2024-11-05T16:04:22+00:00",
"post-type": "note",
"_id": "42794948",
"_source": "8007",
"_is_read": false
}
Another indie publication shutting down because Google stopped showing them in search results. https://www.giantfreakinrobot.com/ent/independent-ends.html #Google #Publishing #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/113430775235017200",
"content": {
"html": "<p>Another indie publication shutting down because Google stopped showing them in search results. <a href=\"https://www.giantfreakinrobot.com/ent/independent-ends.html\"><span>https://www.</span><span>giantfreakinrobot.com/ent/inde</span><span>pendent-ends.html</span></a> <a href=\"https://caneandable.social/tags/Google\">#<span>Google</span></a> <a href=\"https://caneandable.social/tags/Publishing\">#<span>Publishing</span></a> <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "Another indie publication shutting down because Google stopped showing them in search results. https://www.giantfreakinrobot.com/ent/independent-ends.html #Google #Publishing #IndieWeb"
},
"published": "2024-11-05T14:17:52+00:00",
"post-type": "note",
"_id": "42793745",
"_source": "8007",
"_is_read": false
}
🤖 There’s a new post on Michael Burkhardt’s Whirled Wide Web:
We Voted! (Weeknotes #24-44)
#Weeknotes #IndieWeb
https://mihobu.lol/weeknotes-week-44-2024
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@mihobu/113430470189927752",
"content": {
"html": "<p>\ud83e\udd16 There\u2019s a new post on Michael Burkhardt\u2019s Whirled Wide Web:</p><p>We Voted! (Weeknotes #24-44)</p><p><a href=\"https://social.lol/tags/Weeknotes\">#<span>Weeknotes</span></a> <a href=\"https://social.lol/tags/IndieWeb\">#<span>IndieWeb</span></a><br /><a href=\"https://mihobu.lol/weeknotes-week-44-2024\"><span>https://</span><span>mihobu.lol/weeknotes-week-44-2</span><span>024</span></a></p>",
"text": "\ud83e\udd16 There\u2019s a new post on Michael Burkhardt\u2019s Whirled Wide Web:\n\nWe Voted! (Weeknotes #24-44)\n\n#Weeknotes #IndieWeb\nhttps://mihobu.lol/weeknotes-week-44-2024"
},
"published": "2024-11-05T13:00:17+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/113/430/470/279/659/803/original/6d11421eeac72671.jpg"
],
"post-type": "photo",
"_id": "42792722",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@readbeanicecream/113430363626592318",
"content": {
"html": "<p>The End Of Independent Publishing And Giant Freakin Robot</p><p><a href=\"https://www.giantfreakinrobot.com/ent/independent-ends.html\"><span>https://www.</span><span>giantfreakinrobot.com/ent/inde</span><span>pendent-ends.html</span></a></p><p>Aka <a href=\"https://mastodon.social/tags/Google\">#<span>Google</span></a> is killing the <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> </p><p><a href=\"https://mastodon.social/tags/technology\">#<span>technology</span></a> <a href=\"https://mastodon.social/tags/tech\">#<span>tech</span></a> <a href=\"https://mastodon.social/tags/searchengine\">#<span>searchengine</span></a> <a href=\"https://mastodon.social/tags/monopoly\">#<span>monopoly</span></a> <a href=\"https://mastodon.social/tags/seo\">#<span>seo</span></a> <a href=\"https://mastodon.social/tags/publishing\">#<span>publishing</span></a></p>",
"text": "The End Of Independent Publishing And Giant Freakin Robot\n\nhttps://www.giantfreakinrobot.com/ent/independent-ends.html\n\nAka #Google is killing the #indieweb \n\n#technology #tech #searchengine #monopoly #seo #publishing"
},
"published": "2024-11-05T12:33:11+00:00",
"post-type": "note",
"_id": "42792568",
"_source": "8007",
"_is_read": false
}
#Google #SearchEngines #SEO #IndieWeb #ContentCreators
'The last thing I want to do is send GIANT FREAKIN ROBOT’s brilliant and talented staff to the unemployment lines on Christmas Eve. So, I’ve decided to shut down new article publishing on GIANT FREAKIN ROBOT now, rather than wait and continue to hemorrhage money as we stomp our way toward inevitable bankruptcy.'
https://www.giantfreakinrobot.com/ent/independent-ends.html
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://researchbuzz.masto.host/@researchbuzz/113430078325498723",
"content": {
"html": "<p><a href=\"https://researchbuzz.masto.host/tags/Google\">#<span>Google</span></a> <a href=\"https://researchbuzz.masto.host/tags/SearchEngines\">#<span>SearchEngines</span></a> <a href=\"https://researchbuzz.masto.host/tags/SEO\">#<span>SEO</span></a> <a href=\"https://researchbuzz.masto.host/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://researchbuzz.masto.host/tags/ContentCreators\">#<span>ContentCreators</span></a></p><p>'The last thing I want to do is send GIANT FREAKIN ROBOT\u2019s brilliant and talented staff to the unemployment lines on Christmas Eve. So, I\u2019ve decided to shut down new article publishing on GIANT FREAKIN ROBOT now, rather than wait and continue to hemorrhage money as we stomp our way toward inevitable bankruptcy.'</p><p><a href=\"https://www.giantfreakinrobot.com/ent/independent-ends.html\"><span>https://www.</span><span>giantfreakinrobot.com/ent/inde</span><span>pendent-ends.html</span></a></p>",
"text": "#Google #SearchEngines #SEO #IndieWeb #ContentCreators\n\n'The last thing I want to do is send GIANT FREAKIN ROBOT\u2019s brilliant and talented staff to the unemployment lines on Christmas Eve. So, I\u2019ve decided to shut down new article publishing on GIANT FREAKIN ROBOT now, rather than wait and continue to hemorrhage money as we stomp our way toward inevitable bankruptcy.'\n\nhttps://www.giantfreakinrobot.com/ent/independent-ends.html"
},
"published": "2024-11-05T11:20:38+00:00",
"post-type": "note",
"_id": "42791817",
"_source": "8007",
"_is_read": false
}
I'm happy so many people liked my first article!
Now I wrote about why focus outlines deserve better treatment in web design, and how to make them both beautiful and accessible ✍️
https://medienbaecker.com/articles/focus-outlines
#accessibility #webdev #webdesign #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@medienbaecker/113429481060903508",
"content": {
"html": "<p>I'm happy so many people liked my first article!</p><p>Now I wrote about why focus outlines deserve better treatment in web design, and how to make them both beautiful and accessible \u270d\ufe0f</p><p><a href=\"https://medienbaecker.com/articles/focus-outlines\"><span>https://</span><span>medienbaecker.com/articles/foc</span><span>us-outlines</span></a></p><p><a href=\"https://mastodon.social/tags/accessibility\">#<span>accessibility</span></a> <a href=\"https://mastodon.social/tags/webdev\">#<span>webdev</span></a> <a href=\"https://mastodon.social/tags/webdesign\">#<span>webdesign</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "I'm happy so many people liked my first article!\n\nNow I wrote about why focus outlines deserve better treatment in web design, and how to make them both beautiful and accessible \u270d\ufe0f\n\nhttps://medienbaecker.com/articles/focus-outlines\n\n#accessibility #webdev #webdesign #indieweb"
},
"published": "2024-11-05T08:48:44+00:00",
"post-type": "note",
"_id": "42790710",
"_source": "8007",
"_is_read": false
}
📝 New Post: Monthly Recap: October 2024
What's up, Internet? Blogging, dark romance novels, new vinyl for the collection, a stack of bookmarks, the Cafe's haloween event, and HTML for People? Check out how October went for me.
🔥 https://flamedfury.com/posts/monthly-recap-october-2024/
#web #blogging #smallweb #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@flamed/113429306659230109",
"content": {
"html": "<p>\ud83d\udcdd New Post: Monthly Recap: October 2024 </p><p>What's up, Internet? Blogging, dark romance novels, new vinyl for the collection, a stack of bookmarks, the Cafe's haloween event, and HTML for People? Check out how October went for me.</p><p>\ud83d\udd25 <a href=\"https://flamedfury.com/posts/monthly-recap-october-2024/\"><span>https://</span><span>flamedfury.com/posts/monthly-r</span><span>ecap-october-2024/</span></a></p><p><a href=\"https://social.lol/tags/web\">#<span>web</span></a> <a href=\"https://social.lol/tags/blogging\">#<span>blogging</span></a> <a href=\"https://social.lol/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://social.lol/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "\ud83d\udcdd New Post: Monthly Recap: October 2024 \n\nWhat's up, Internet? Blogging, dark romance novels, new vinyl for the collection, a stack of bookmarks, the Cafe's haloween event, and HTML for People? Check out how October went for me.\n\n\ud83d\udd25 https://flamedfury.com/posts/monthly-recap-october-2024/\n\n#web #blogging #smallweb #indieweb"
},
"published": "2024-11-05T08:04:23+00:00",
"post-type": "note",
"_id": "42790591",
"_source": "8007",
"_is_read": false
}
@ay I have a couple #indieweb tips!
Recommend & link unusual software or websites that you love that are difficult to find on the first page of a Google search
Credit and link to developers or dev teams that have helped you with their extensions, apps, widgets, code snippets, etc.
Look up themed webrings that match your vibe to join (or start your own 😍)
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://glammr.us/@librarymonster/113428523376317541",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://500.social/@ay\">@<span>ay</span></a></span> I have a couple <a href=\"https://glammr.us/tags/indieweb\">#<span>indieweb</span></a> tips! </p><p>Recommend & link unusual software or websites that you love that are difficult to find on the first page of a Google search</p><p>Credit and link to developers or dev teams that have helped you with their extensions, apps, widgets, code snippets, etc. </p><p>Look up themed webrings that match your vibe to join (or start your own \ud83d\ude0d)</p>\n<a class=\"u-mention\" href=\"https://500.social/@ay\"></a>",
"text": "@ay I have a couple #indieweb tips! \n\nRecommend & link unusual software or websites that you love that are difficult to find on the first page of a Google search\n\nCredit and link to developers or dev teams that have helped you with their extensions, apps, widgets, code snippets, etc. \n\nLook up themed webrings that match your vibe to join (or start your own \ud83d\ude0d)"
},
"published": "2024-11-05T04:45:11+00:00",
"post-type": "note",
"_id": "42789518",
"_source": "8007",
"_is_read": false
}
New post on The Digital Renaissance: Am I Missing Something With This Nintendo App?
“Nintendo just released their own music streaming app and a lot of people like it...am I the only one who thinks it's a little user hostile?”
https://blog.samclemente.me/am-i-missing-something-with-this-nintendo-app/
#nintendo #music #technology #streaming #gaming #news #blog #indieweb #openweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://allthingstech.social/@countablenewt/113427807882804080",
"content": {
"html": "<p>New post on The Digital Renaissance: Am I Missing Something With This Nintendo App?</p><p>\u201cNintendo just released their own music streaming app and a lot of people like it...am I the only one who thinks it's a little user hostile?\u201d</p><p><a href=\"https://blog.samclemente.me/am-i-missing-something-with-this-nintendo-app/\"><span>https://</span><span>blog.samclemente.me/am-i-missi</span><span>ng-something-with-this-nintendo-app/</span></a></p><p><a href=\"https://allthingstech.social/tags/nintendo\">#<span>nintendo</span></a> <a href=\"https://allthingstech.social/tags/music\">#<span>music</span></a> <a href=\"https://allthingstech.social/tags/technology\">#<span>technology</span></a> <a href=\"https://allthingstech.social/tags/streaming\">#<span>streaming</span></a> <a href=\"https://allthingstech.social/tags/gaming\">#<span>gaming</span></a> <a href=\"https://allthingstech.social/tags/news\">#<span>news</span></a> <a href=\"https://allthingstech.social/tags/blog\">#<span>blog</span></a> <a href=\"https://allthingstech.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://allthingstech.social/tags/openweb\">#<span>openweb</span></a></p>",
"text": "New post on The Digital Renaissance: Am I Missing Something With This Nintendo App?\n\n\u201cNintendo just released their own music streaming app and a lot of people like it...am I the only one who thinks it's a little user hostile?\u201d\n\nhttps://blog.samclemente.me/am-i-missing-something-with-this-nintendo-app/\n\n#nintendo #music #technology #streaming #gaming #news #blog #indieweb #openweb"
},
"published": "2024-11-05T01:43:14+00:00",
"post-type": "note",
"_id": "42788421",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://bolha.us/@diegopds/113427503971772894",
"content": {
"html": "<p>Seman\u00e1rio 44 (2024)</p><p><a href=\"https://curadoria.bearblog.dev/semanario-44-2024/\"><span>https://</span><span>curadoria.bearblog.dev/semanar</span><span>io-44-2024/</span></a></p><p><a href=\"https://bolha.us/tags/Semanario\">#<span>Semanario</span></a> <a href=\"https://bolha.us/tags/Semanario2024S44\">#<span>Semanario2024S44</span></a> <a href=\"https://bolha.us/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://bolha.us/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://bolha.us/tags/SurfandoWeb\">#<span>SurfandoWeb</span></a> <a href=\"https://bolha.us/tags/CuradoriaDaInternet\">#<span>CuradoriaDaInternet</span></a> <a href=\"https://bolha.us/tags/BlogsBR\">#<span>BlogsBR</span></a> @blogsbr <a href=\"https://bolha.us/tags/blog\">#<span>blog</span></a></p>",
"text": "Seman\u00e1rio 44 (2024)\n\nhttps://curadoria.bearblog.dev/semanario-44-2024/\n\n#Semanario #Semanario2024S44 #IndieWeb #SmallWeb #SurfandoWeb #CuradoriaDaInternet #BlogsBR @blogsbr #blog"
},
"published": "2024-11-05T00:25:57+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/113/427/504/209/959/952/original/3869404ea0f7328d.png"
],
"post-type": "photo",
"_id": "42787858",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.coop/@mattl/113426644993119470",
"content": {
"html": "<p><a href=\"https://blog.libre.fm/2024/11/libre-fm-update-for-november-3rd-2024/\"><span>https://</span><span>blog.libre.fm/2024/11/libre-fm</span><span>-update-for-november-3rd-2024/</span></a></p><p><a href=\"https://social.coop/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://social.coop/tags/music\">#<span>music</span></a> <a href=\"https://social.coop/tags/librefm\">#<span>librefm</span></a></p>",
"text": "https://blog.libre.fm/2024/11/libre-fm-update-for-november-3rd-2024/\n\n#indieweb #music #librefm"
},
"published": "2024-11-04T20:47:30+00:00",
"post-type": "note",
"_id": "42786001",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://allthingstech.social/@countablenewt/113426594225274129",
"content": {
"html": "<p>New post on The Digital Renaissance: Has The Browser Company Lost the Plot With Arc?</p><p><a href=\"https://blog.samclemente.me/has-the-browser-company-lost-the-plot-with-arc/\"><span>https://</span><span>blog.samclemente.me/has-the-br</span><span>owser-company-lost-the-plot-with-arc/</span></a></p><p><a href=\"https://allthingstech.social/tags/technology\">#<span>technology</span></a> <a href=\"https://allthingstech.social/tags/arcbrowser\">#<span>arcbrowser</span></a> <a href=\"https://allthingstech.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://allthingstech.social/tags/openweb\">#<span>openweb</span></a> <a href=\"https://allthingstech.social/tags/business\">#<span>business</span></a> <a href=\"https://allthingstech.social/tags/blog\">#<span>blog</span></a> <a href=\"https://allthingstech.social/tags/news\">#<span>news</span></a></p>",
"text": "New post on The Digital Renaissance: Has The Browser Company Lost the Plot With Arc?\n\nhttps://blog.samclemente.me/has-the-browser-company-lost-the-plot-with-arc/\n\n#technology #arcbrowser #indieweb #openweb #business #blog #news"
},
"published": "2024-11-04T20:34:35+00:00",
"post-type": "note",
"_id": "42786002",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@philomath/113424802621495931",
"content": {
"html": "<p>\ud83d\udcdd Week Notes, No. 2024.44 | And So It Goes\u2026 <a href=\"https://krueger.ink/week-notes-no-202444/\"><span>https://</span><span>krueger.ink/week-notes-no-2024</span><span>44/</span></a></p><p><a href=\"https://social.lol/tags/WeekNotes\">#<span>WeekNotes</span></a> <a href=\"https://social.lol/tags/Blog\">#<span>Blog</span></a> <a href=\"https://social.lol/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "\ud83d\udcdd Week Notes, No. 2024.44 | And So It Goes\u2026 https://krueger.ink/week-notes-no-202444/\n\n#WeekNotes #Blog #IndieWeb"
},
"published": "2024-11-04T12:58:57+00:00",
"post-type": "note",
"_id": "42781056",
"_source": "8007",
"_is_read": false
}
Anyone able to give me some tips to make my wordpress #blog more #indieweb/ #smolweb friendly .
Tia
#PersonalSites
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://500.social/@ay/113424366316243277",
"content": {
"html": "<p>Anyone able to give me some tips to make my wordpress <a href=\"https://500.social/tags/blog\">#<span>blog</span></a> more <a href=\"https://500.social/tags/indieweb\">#<span>indieweb</span></a>/ <a href=\"https://500.social/tags/smolweb\">#<span>smolweb</span></a> friendly . </p><p>Tia</p><p><a href=\"https://500.social/tags/PersonalSites\">#<span>PersonalSites</span></a></p>",
"text": "Anyone able to give me some tips to make my wordpress #blog more #indieweb/ #smolweb friendly . \n\nTia\n\n#PersonalSites"
},
"published": "2024-11-04T11:08:00+00:00",
"post-type": "note",
"_id": "42780285",
"_source": "8007",
"_is_read": false
}
My new newsletter/mailing list/ updates channel can be found here. It also includes RSS. https://buttondown.com/weirdwriter #Email #Newsletter #MailingList #Blog #Blogging #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/113422358960628613",
"content": {
"html": "<p>My new newsletter/mailing list/ updates channel can be found here. It also includes RSS. <a href=\"https://buttondown.com/weirdwriter\"><span>https://</span><span>buttondown.com/weirdwriter</span><span></span></a> <a href=\"https://caneandable.social/tags/Email\">#<span>Email</span></a> <a href=\"https://caneandable.social/tags/Newsletter\">#<span>Newsletter</span></a> <a href=\"https://caneandable.social/tags/MailingList\">#<span>MailingList</span></a> <a href=\"https://caneandable.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://caneandable.social/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "My new newsletter/mailing list/ updates channel can be found here. It also includes RSS. https://buttondown.com/weirdwriter #Email #Newsletter #MailingList #Blog #Blogging #IndieWeb"
},
"published": "2024-11-04T02:37:30+00:00",
"post-type": "note",
"_id": "42777240",
"_source": "8007",
"_is_read": false
}
Annoying few days of home internet access outage means the Libre.fm blog post for today is delayed 24 hours.
But some numbers:
304,088,971 listens (226,085 increase)
374,582 users (welcome to all 239 new users)
https://libre.fm
#librefm #indieweb #music
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.coop/@mattl/113421890027688986",
"content": {
"html": "<p>Annoying few days of home internet access outage means the Libre.fm blog post for today is delayed 24 hours.</p><p>But some numbers:</p><p>304,088,971 listens (226,085 increase)</p><p>374,582 users (welcome to all 239 new users) </p><p><a href=\"https://libre.fm\"><span>https://</span><span>libre.fm</span><span></span></a></p><p><a href=\"https://social.coop/tags/librefm\">#<span>librefm</span></a> <a href=\"https://social.coop/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://social.coop/tags/music\">#<span>music</span></a></p>",
"text": "Annoying few days of home internet access outage means the Libre.fm blog post for today is delayed 24 hours.\n\nBut some numbers:\n\n304,088,971 listens (226,085 increase)\n\n374,582 users (welcome to all 239 new users) \n\nhttps://libre.fm\n\n#librefm #indieweb #music"
},
"published": "2024-11-04T00:38:15+00:00",
"post-type": "note",
"_id": "42776674",
"_source": "8007",
"_is_read": false
}
In case you prefer a more #indieweb experience, I also post everything on my own site first: https://dreamindani.com/posts/bookmark-beat-ep23 - now newly updated to Svelte 5 ✨
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.design/@dreamindani/113421776692421268",
"content": {
"html": "<p>In case you prefer a more <a href=\"https://mastodon.design/tags/indieweb\">#<span>indieweb</span></a> experience, I also post everything on my own site first: <a href=\"https://dreamindani.com/posts/bookmark-beat-ep23\"><span>https://</span><span>dreamindani.com/posts/bookmark</span><span>-beat-ep23</span></a> - now newly updated to Svelte 5 \u2728</p>",
"text": "In case you prefer a more #indieweb experience, I also post everything on my own site first: https://dreamindani.com/posts/bookmark-beat-ep23 - now newly updated to Svelte 5 \u2728"
},
"published": "2024-11-04T00:09:25+00:00",
"post-type": "note",
"_id": "42776407",
"_source": "8007",
"_is_read": false
}