Hey #WebDev could you let clients know that every time they force me to disable ad block I just don't read their website/content? Thank you! The same goes for #IndieWeb bloggers. Trust me, your content is not, nor will it ever be, good enough for me to get rid of my ad blocker thank you!
{
"type": "entry",
"author": {
"name": "@weirdwriter",
"url": "https://tweesecake.social/@weirdwriter",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112038264373868794",
"content": {
"html": "<p>Hey <a href=\"https://tweesecake.social/tags/WebDev\">#<span>WebDev</span></a> could you let clients know that every time they force me to disable ad block I just don't read their website/content? Thank you! The same goes for <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a> bloggers. Trust me, your content is <em>not</em>, nor will it ever be, good enough for me to get rid of my ad blocker thank you!</p>",
"text": "Hey #WebDev could you let clients know that every time they force me to disable ad block I just don't read their website/content? Thank you! The same goes for #IndieWeb bloggers. Trust me, your content is not, nor will it ever be, good enough for me to get rid of my ad blocker thank you!"
},
"published": "2024-03-04T16:04:03+00:00",
"post-type": "note",
"_id": "40455100",
"_source": "8007",
"_is_read": false
}
@emerson Perhaps friendi.ca can serve your purpose. It's like a micro-blogging platform with social media integration. You control who can view your content by creating groups (others need to also have an account to a friendi.ca instance, or some other fediverse platform).
#smallweb #blogging #indieweb #opensource
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://libranet.de/display/0b6b25a8-4265-e56b-1cb6-a43484689616",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://floss.social/users/emerson\">@<span>emerson</span></a></span> Perhaps friendi.ca can serve your purpose. It's like a micro-blogging platform with social media integration. You control who can view your content by creating groups (others need to also have an account to a friendi.ca instance, or some other fediverse platform).</p><p><a href=\"https://libranet.de/search?tag=smallweb\">#<span>smallweb</span></a> <a href=\"https://libranet.de/search?tag=blogging\">#<span>blogging</span></a> <a href=\"https://libranet.de/search?tag=indieweb\">#<span>indieweb</span></a> <a href=\"https://libranet.de/search?tag=opensource\">#<span>opensource</span></a></p>\n<a class=\"u-mention\" href=\"https://floss.social/users/emerson\"></a>",
"text": "@emerson Perhaps friendi.ca can serve your purpose. It's like a micro-blogging platform with social media integration. You control who can view your content by creating groups (others need to also have an account to a friendi.ca instance, or some other fediverse platform).\n\n#smallweb #blogging #indieweb #opensource"
},
"published": "2024-03-04T06:33:00+00:00",
"post-type": "note",
"_id": "40451333",
"_source": "8007",
"_is_read": false
}
my big webdev finds page! layouts, snippets, tools, webhosting, all this stuff (ꈍᵕꈍ) (kaomoji proud face)
https://homewatcher.neocities.org/webdevfinds
tags: #Neocities #IndieWeb #IndieWebDev
{
"type": "entry",
"author": {
"name": "@3AM",
"url": "https://ohai.social/@3AM",
"photo": null
},
"url": "https://ohai.social/@3AM/112035732929214905",
"content": {
"html": "<p>my big webdev finds page! layouts, snippets, tools, webhosting, all this stuff \uff08\ua20d\u1d55\ua20d\uff09 (kaomoji proud face)<br /><a href=\"https://homewatcher.neocities.org/webdevfinds\"><span>https://</span><span>homewatcher.neocities.org/webd</span><span>evfinds</span></a><br />tags: <a href=\"https://ohai.social/tags/Neocities\">#<span>Neocities</span></a> <a href=\"https://ohai.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://ohai.social/tags/IndieWebDev\">#<span>IndieWebDev</span></a></p>",
"text": "my big webdev finds page! layouts, snippets, tools, webhosting, all this stuff \uff08\ua20d\u1d55\ua20d\uff09 (kaomoji proud face)\nhttps://homewatcher.neocities.org/webdevfinds\ntags: #Neocities #IndieWeb #IndieWebDev"
},
"published": "2024-03-04T05:20:16+00:00",
"post-type": "note",
"_id": "40450948",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": null,
"url": "https://herestomwiththeweather.com/",
"photo": null
},
"url": "https://herestomwiththeweather.com/2024/03/03/internationalizing-the-fediverse/",
"published": "2024-03-03T17:12:47+00:00",
"content": {
"html": "<p>Yesterday, <a href=\"https://fed.xnor.in/notice/AfRZC7jgkXRA1xk6Fc\">a request was made</a> to like a post from an account with unicode in the username. As Terence Eden notes in <a href=\"https://shkspr.mobi/blog/2024/02/internationalise-the-fediverse/\">Internationalise The Fediverse</a></p>\n\n<blockquote>\n <p>Mastodon (the largest ActivityPub service) doesn\u2019t allow Unicode usernames and has resisted efforts to change.</p>\n</blockquote>\n\n<p>So, I tried with <a href=\"https://github.com/herestomwiththeweather/irwin\">Irwin</a> on <a href=\"https://otisburg.social/\">otisburg.social</a> and the code threw an exception when I tried to interact with the account</p>\n\n<pre><code>(URI::InvalidURIError) \"URI must be ascii only \\\"https://i18n.viii.fi/@\\\\u4F60\\\\u597D\\\"\"\n</code></pre>\n\n\n<p>This is not an acceptable uri to pass to URI.parse(). In this case, I found some help from <a href=\"https://stackoverflow.com/questions/7015778/is-this-the-best-way-to-unescape-unicode-escape-sequences-in-ruby\">a stackoverflow post</a> and <a href=\"https://github.com/herestomwiththeweather/irwin/commit/b5899fc090b654383a82674d2d1bf788e2e3ce9f\">fixed the code</a> so I could interact with the account and like the post.</p>\n\n<p>From the comments in Terence\u2019s blog post, I saw <a href=\"https://github.com/swicg/activitypub-webfinger/issues/9\">Allowed characters in preferredUsername</a> has also been identified as an issue with webfinger.</p>",
"text": "Yesterday, a request was made to like a post from an account with unicode in the username. As Terence Eden notes in Internationalise The Fediverse\n\n\n Mastodon (the largest ActivityPub service) doesn\u2019t allow Unicode usernames and has resisted efforts to change.\n\n\nSo, I tried with Irwin on otisburg.social and the code threw an exception when I tried to interact with the account\n\n(URI::InvalidURIError) \"URI must be ascii only \\\"https://i18n.viii.fi/@\\\\u4F60\\\\u597D\\\"\"\n\n\n\nThis is not an acceptable uri to pass to URI.parse(). In this case, I found some help from a stackoverflow post and fixed the code so I could interact with the account and like the post.\n\nFrom the comments in Terence\u2019s blog post, I saw Allowed characters in preferredUsername has also been identified as an issue with webfinger."
},
"name": "Internationalizing the Fediverse",
"post-type": "article",
"_id": "40450944",
"_source": "246",
"_is_read": false
}
If you liked Finally, there’s a comic book store for the blind. my feed URL is https://robertkingett.com/feed/ #RSS #IndieWeb #SmallWeb
{
"type": "entry",
"author": {
"name": "@weirdwriter",
"url": "https://tweesecake.social/@weirdwriter",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112035551037883373",
"content": {
"html": "<p>If you liked Finally, there\u2019s a comic book store for the blind. my feed URL is <a href=\"https://robertkingett.com/feed/\"><span>https://</span><span>robertkingett.com/feed/</span><span></span></a> <a href=\"https://tweesecake.social/tags/RSS\">#<span>RSS</span></a> <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://tweesecake.social/tags/SmallWeb\">#<span>SmallWeb</span></a></p>",
"text": "If you liked Finally, there\u2019s a comic book store for the blind. my feed URL is https://robertkingett.com/feed/ #RSS #IndieWeb #SmallWeb"
},
"published": "2024-03-04T04:34:00+00:00",
"post-type": "note",
"_id": "40450774",
"_source": "8007",
"_is_read": false
}
I finished a rebuild of my personal site using #eleventy !
If you'd like to read a long post on the process from start to finish, I wrote one! I covered everything from design to details like filters and collection organization!
https://wonderfulfrog.com/posts/version-3/
#11ty #webdev #indieweb
{
"type": "entry",
"author": {
"name": "@wonderfulfrog",
"url": "https://mastodon.social/@wonderfulfrog",
"photo": null
},
"url": "https://mastodon.social/@wonderfulfrog/112035509554549405",
"content": {
"html": "<p>I finished a rebuild of my personal site using <a href=\"https://mastodon.social/tags/eleventy\">#<span>eleventy</span></a> !</p><p>If you'd like to read a long post on the process from start to finish, I wrote one! I covered everything from design to details like filters and collection organization!</p><p><a href=\"https://wonderfulfrog.com/posts/version-3/\"><span>https://</span><span>wonderfulfrog.com/posts/versio</span><span>n-3/</span></a></p><p><a href=\"https://mastodon.social/tags/11ty\">#<span>11ty</span></a> <a href=\"https://mastodon.social/tags/webdev\">#<span>webdev</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "I finished a rebuild of my personal site using #eleventy !\n\nIf you'd like to read a long post on the process from start to finish, I wrote one! I covered everything from design to details like filters and collection organization!\n\nhttps://wonderfulfrog.com/posts/version-3/\n\n#11ty #webdev #indieweb"
},
"published": "2024-03-04T04:23:27+00:00",
"post-type": "note",
"_id": "40450775",
"_source": "8007",
"_is_read": false
}
@matthiasott’s latest “Own Your Web” has me wondering about building a little app to simulate #SocialBookmarking based on feeding in #RSS feeds from #linklogs. Very #IndieWeb.
{
"type": "entry",
"author": {
"name": "@caleb",
"url": "https://pub.calebhearth.com/@caleb",
"photo": null
},
"url": "https://pub.calebhearth.com/@caleb/112035130114901035",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://mastodon.social/@matthiasott\">@<span>matthiasott</span></a></span>\u2019s latest \u201cOwn Your Web\u201d has me wondering about building a little app to simulate <a href=\"https://pub.calebhearth.com/tags/SocialBookmarking\">#<span>SocialBookmarking</span></a> based on feeding in <a href=\"https://pub.calebhearth.com/tags/RSS\">#<span>RSS</span></a> feeds from <a href=\"https://pub.calebhearth.com/tags/linklogs\">#<span>linklogs</span></a>. Very <a href=\"https://pub.calebhearth.com/tags/IndieWeb\">#<span>IndieWeb</span></a>.</p>\n<a class=\"u-mention\" href=\"https://mastodon.social/@matthiasott\"></a>",
"text": "@matthiasott\u2019s latest \u201cOwn Your Web\u201d has me wondering about building a little app to simulate #SocialBookmarking based on feeding in #RSS feeds from #linklogs. Very #IndieWeb."
},
"published": "2024-03-04T02:46:58+00:00",
"post-type": "note",
"_id": "40450583",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@bravodeltalima",
"url": "https://mastodon.social/@bravodeltalima",
"photo": null
},
"url": "https://mastodon.social/@bravodeltalima/112034551124239213",
"content": {
"html": "<p>I'm using March 2024 to try and move more and more of my digital self to open source software.</p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/Linux\">#<span>Linux</span></a> <a href=\"https://mastodon.social/tags/opensourcegoals\">#<span>opensourcegoals</span></a> <a href=\"https://mastodon.social/tags/movingtoopensource\">#<span>movingtoopensource</span></a></p><p><a href=\"https://llamasec.com/post/to-continuing-new-beginnings/\"><span>https://</span><span>llamasec.com/post/to-continuin</span><span>g-new-beginnings/</span></a></p>",
"text": "I'm using March 2024 to try and move more and more of my digital self to open source software.\n\n#indieweb #Linux #opensourcegoals #movingtoopensource\n\nhttps://llamasec.com/post/to-continuing-new-beginnings/"
},
"published": "2024-03-04T00:19:43+00:00",
"post-type": "note",
"_id": "40449837",
"_source": "8007",
"_is_read": false
}
This is how I generate a social media preview thumbnail for my blog posts, by using just an HTML template!
#webdev #webdesign #indieweb #smallweb
https://distinctivequality.com/blog/social-preview-thumbnail/
{
"type": "entry",
"author": {
"name": "@ovidem",
"url": "https://mastodon.social/@ovidem",
"photo": null
},
"url": "https://mastodon.social/@ovidem/112034478668529236",
"content": {
"html": "<p>This is how I generate a social media preview thumbnail for my blog posts, by using just an HTML template!<br /><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> <a href=\"https://mastodon.social/tags/smallweb\">#<span>smallweb</span></a><br /><a href=\"https://distinctivequality.com/blog/social-preview-thumbnail/\"><span>https://</span><span>distinctivequality.com/blog/so</span><span>cial-preview-thumbnail/</span></a></p>",
"text": "This is how I generate a social media preview thumbnail for my blog posts, by using just an HTML template!\n#webdev #webdesign #indieweb #smallweb\nhttps://distinctivequality.com/blog/social-preview-thumbnail/"
},
"published": "2024-03-04T00:01:17+00:00",
"post-type": "note",
"_id": "40449748",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@Aywren",
"url": "https://gamepad.club/@Aywren",
"photo": null
},
"url": "https://gamepad.club/@Aywren/112034242601269786",
"content": {
"html": "<p>A look at a new free <a href=\"https://gamepad.club/tags/webhost\">#<span>webhost</span></a> - Nekoweb! </p><p><a href=\"https://gamepad.club/tags/Blog\">#<span>Blog</span></a> <a href=\"https://gamepad.club/tags/IndieWeb\">#<span>IndieWeb</span></a> </p><p><a href=\"https://aywren.com/2024/03/03/nekoweb-new-free-html-web-host\"><span>https://</span><span>aywren.com/2024/03/03/nekoweb-</span><span>new-free-html-web-host</span></a></p>",
"text": "A look at a new free #webhost - Nekoweb! \n\n#Blog #IndieWeb \n\nhttps://aywren.com/2024/03/03/nekoweb-new-free-html-web-host"
},
"published": "2024-03-03T23:01:15+00:00",
"post-type": "note",
"_id": "40449442",
"_source": "8007",
"_is_read": false
}
Does anyone know a good simple blogging platform (NOT wordpress) that also has password protection? Like blogging but to a small group of known people #smallweb #blogging #indieweb #opensource #privacy
{
"type": "entry",
"author": {
"name": "@emerson",
"url": "https://floss.social/@emerson",
"photo": null
},
"url": "https://floss.social/@emerson/112034017467347862",
"content": {
"html": "<p>Does anyone know a good simple blogging platform (NOT wordpress) that also has password protection? Like blogging but to a small group of known people <a href=\"https://floss.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://floss.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://floss.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://floss.social/tags/opensource\">#<span>opensource</span></a> <a href=\"https://floss.social/tags/privacy\">#<span>privacy</span></a></p>",
"text": "Does anyone know a good simple blogging platform (NOT wordpress) that also has password protection? Like blogging but to a small group of known people #smallweb #blogging #indieweb #opensource #privacy"
},
"published": "2024-03-03T22:04:00+00:00",
"post-type": "note",
"_id": "40449256",
"_source": "8007",
"_is_read": false
}
And I did it! After 3 weeks, I migrated my whole website to my own PHP CMS! I'm so happy! #indieWeb #smallWeb I still have a few things to work on. But that is the point of this. A constant WIP :) Still need to think how I want my art gallery in it as well. But that will come this week. Or maybe after 2 weeks. I have 2 very busy weeks coming celebrating my kid's 6th birthday. ~ via http://social.marisabel.nl ~
{
"type": "entry",
"author": {
"name": "@immarisabel",
"url": "https://indieweb.social/@immarisabel",
"photo": null
},
"url": "https://indieweb.social/@immarisabel/112033617578213580",
"content": {
"html": "<p>And I did it! After 3 weeks, I migrated my whole website to my own PHP CMS! I'm so happy! <a href=\"https://indieweb.social/tags/indieWeb\">#<span>indieWeb</span></a> <a href=\"https://indieweb.social/tags/smallWeb\">#<span>smallWeb</span></a> I still have a few things to work on. But that is the point of this. A constant WIP :) Still need to think how I want my art gallery in it as well. But that will come this week. Or maybe after 2 weeks. I have 2 very busy weeks coming celebrating my kid's 6th birthday. ~ via <a href=\"http://social.marisabel.nl\"><span>http://</span><span>social.marisabel.nl</span><span></span></a> ~</p>",
"text": "And I did it! After 3 weeks, I migrated my whole website to my own PHP CMS! I'm so happy! #indieWeb #smallWeb I still have a few things to work on. But that is the point of this. A constant WIP :) Still need to think how I want my art gallery in it as well. But that will come this week. Or maybe after 2 weeks. I have 2 very busy weeks coming celebrating my kid's 6th birthday. ~ via http://social.marisabel.nl ~"
},
"published": "2024-03-03T20:22:18+00:00",
"post-type": "note",
"_id": "40448500",
"_source": "8007",
"_is_read": false
}
@FediTips Mastodon God, sir/ma'am/volunteer pls, I find this article unsatisfactory:
https://fedi.tips/how-do-i-get-a-link-preview-to-appear-in-my-post-on-mastodon/
Do you, or anybody else, have any additional tips for getting link previews to appear regularly? I just find it so annoyingly inconsistent 😢
#help #indieweb #support #tech #advice
{
"type": "entry",
"author": {
"name": "@accordionpolar",
"url": "https://indieweb.social/@accordionpolar",
"photo": null
},
"url": "https://indieweb.social/@accordionpolar/112033451814259342",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://social.growyourown.services/@FediTips\">@<span>FediTips</span></a></span> Mastodon God, sir/ma'am/volunteer pls, I find this article unsatisfactory:</p><p><a href=\"https://fedi.tips/how-do-i-get-a-link-preview-to-appear-in-my-post-on-mastodon/\"><span>https://</span><span>fedi.tips/how-do-i-get-a-link-</span><span>preview-to-appear-in-my-post-on-mastodon/</span></a></p><p>Do you, or anybody else, have any additional tips for getting link previews to appear regularly? I just find it so annoyingly inconsistent \ud83d\ude22 </p><p><a href=\"https://indieweb.social/tags/help\">#<span>help</span></a> <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/support\">#<span>support</span></a> <a href=\"https://indieweb.social/tags/tech\">#<span>tech</span></a> <a href=\"https://indieweb.social/tags/advice\">#<span>advice</span></a></p>\n<a class=\"u-mention\" href=\"https://social.growyourown.services/@FediTips\"></a>",
"text": "@FediTips Mastodon God, sir/ma'am/volunteer pls, I find this article unsatisfactory:\n\nhttps://fedi.tips/how-do-i-get-a-link-preview-to-appear-in-my-post-on-mastodon/\n\nDo you, or anybody else, have any additional tips for getting link previews to appear regularly? I just find it so annoyingly inconsistent \ud83d\ude22 \n\n#help #indieweb #support #tech #advice"
},
"published": "2024-03-03T19:40:09+00:00",
"post-type": "note",
"_id": "40448246",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@accordionpolar",
"url": "https://indieweb.social/@accordionpolar",
"photo": null
},
"url": "https://indieweb.social/@accordionpolar/112033381871614464",
"content": {
"html": "<p>Wrote this for both the <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> Carnival (on 'Digital Relationships') and the Lainchan Festival (on <a href=\"https://indieweb.social/tags/nature\">#<span>nature</span></a> ): The Neon God</p><p><a href=\"https://foreverliketh.is/blog/the-neon-god/\"><span>https://</span><span>foreverliketh.is/blog/the-neon</span><span>-god/</span></a></p><p><a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://indieweb.social/tags/writing\">#<span>writing</span></a> <a href=\"https://indieweb.social/tags/technology\">#<span>technology</span></a> <a href=\"https://indieweb.social/tags/blog\">#<span>blog</span></a> <a href=\"https://indieweb.social/tags/love\">#<span>love</span></a> <a href=\"https://indieweb.social/tags/anime\">#<span>anime</span></a> <a href=\"https://indieweb.social/tags/greece\">#<span>greece</span></a> <a href=\"https://indieweb.social/tags/religion\">#<span>religion</span></a></p>",
"text": "Wrote this for both the #indieweb Carnival (on 'Digital Relationships') and the Lainchan Festival (on #nature ): The Neon God\n\nhttps://foreverliketh.is/blog/the-neon-god/\n\n#smallweb #writing #technology #blog #love #anime #greece #religion"
},
"published": "2024-03-03T19:22:21+00:00",
"post-type": "note",
"_id": "40448025",
"_source": "8007",
"_is_read": false
}
@sophie @cory writes some of the best stuff. That kind of writing is why I ❤️ the #indieweb
{
"type": "entry",
"author": {
"name": "@amerpie",
"url": "https://social.lol/@amerpie",
"photo": null
},
"url": "https://social.lol/@amerpie/112033148948443096",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://social.lol/@sophie\">@<span>sophie</span></a></span> <span class=\"h-card\"><a class=\"u-url\" href=\"https://social.lol/@cory\">@<span>cory</span></a></span> writes some of the best stuff. That kind of writing is why I \u2764\ufe0f the <a href=\"https://social.lol/tags/indieweb\">#<span>indieweb</span></a></p>\n<a class=\"u-mention\" href=\"https://social.lol/@cory\"></a>\n<a class=\"u-mention\" href=\"https://social.lol/@sophie\"></a>",
"text": "@sophie @cory writes some of the best stuff. That kind of writing is why I \u2764\ufe0f the #indieweb"
},
"published": "2024-03-03T18:23:07+00:00",
"post-type": "note",
"_id": "40447708",
"_source": "8007",
"_is_read": false
}
Next up: h-feed and h-review #indieWeb
{
"type": "entry",
"author": {
"name": "@arne",
"url": "https://spezi.social/@arne",
"photo": null
},
"url": "https://spezi.social/@arne/112032450938451806",
"content": {
"html": "<p>Next up: h-feed and h-review <a href=\"https://spezi.social/tags/indieWeb\">#<span>indieWeb</span></a></p>",
"text": "Next up: h-feed and h-review #indieWeb"
},
"published": "2024-03-03T15:25:37+00:00",
"post-type": "note",
"_id": "40446260",
"_source": "8007",
"_is_read": false
}
Loved reading through Manu's roundup post about last month's #IndieWeb Carnival
https://manuelmoreale.com/indieweb-carnival-roundup
{
"type": "entry",
"author": {
"name": "@hamatti",
"url": "https://mastodon.world/@hamatti",
"photo": null
},
"url": "https://mastodon.world/@hamatti/112032261040923678",
"content": {
"html": "<p>Loved reading through Manu's roundup post about last month's <a href=\"https://mastodon.world/tags/IndieWeb\">#<span>IndieWeb</span></a> Carnival</p><p><a href=\"https://manuelmoreale.com/indieweb-carnival-roundup\"><span>https://</span><span>manuelmoreale.com/indieweb-car</span><span>nival-roundup</span></a></p>",
"text": "Loved reading through Manu's roundup post about last month's #IndieWeb Carnival\n\nhttps://manuelmoreale.com/indieweb-carnival-roundup"
},
"published": "2024-03-03T14:37:19+00:00",
"post-type": "note",
"_id": "40445994",
"_source": "8007",
"_is_read": false
}
@arne welcome to the #indieweb 👋
{
"type": "entry",
"author": {
"name": "@pfefferle",
"url": "https://mastodon.social/@pfefferle",
"photo": null
},
"url": "https://mastodon.social/@pfefferle/112032149063723752",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://spezi.social/@arne\">@<span>arne</span></a></span> welcome to the <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> \ud83d\udc4b</p>\n<a class=\"u-mention\" href=\"https://spezi.social/@arne\"></a>",
"text": "@arne welcome to the #indieweb \ud83d\udc4b"
},
"published": "2024-03-03T14:08:50+00:00",
"post-type": "note",
"_id": "40445802",
"_source": "8007",
"_is_read": false
}
Just implemented h-card and h-entry on https://arne.me (more information: https://indieweb.org/microformats) #indieWeb
{
"type": "entry",
"author": {
"name": "@arne",
"url": "https://spezi.social/@arne",
"photo": null
},
"url": "https://spezi.social/@arne/112031942589978425",
"content": {
"html": "<p>Just implemented h-card and h-entry on <a href=\"https://arne.me\"><span>https://</span><span>arne.me</span><span></span></a> (more information: <a href=\"https://indieweb.org/microformats\"><span>https://</span><span>indieweb.org/microformats</span><span></span></a>) <a href=\"https://spezi.social/tags/indieWeb\">#<span>indieWeb</span></a></p>",
"text": "Just implemented h-card and h-entry on https://arne.me (more information: https://indieweb.org/microformats) #indieWeb"
},
"published": "2024-03-03T13:16:20+00:00",
"post-type": "note",
"_id": "40445499",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@inautilo",
"url": "https://mastodon.social/@inautilo",
"photo": null
},
"url": "https://mastodon.social/@inautilo/112030483820597715",
"content": {
"html": "<p><a href=\"https://mastodon.social/tags/Business\">#<span>Business</span></a> <a href=\"https://mastodon.social/tags/Launches\">#<span>Launches</span></a><br />About Ideas Now \u00b7 Connect with people through personal websites <a href=\"https://ilo.im/15y3cj\"><span>https://</span><span>ilo.im/15y3cj</span><span></span></a></p><p>_____<br /><a href=\"https://mastodon.social/tags/OpenWeb\">#<span>OpenWeb</span></a> <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastodon.social/tags/WebCommunity\">#<span>WebCommunity</span></a> <a href=\"https://mastodon.social/tags/Design\">#<span>Design</span></a> <a href=\"https://mastodon.social/tags/ProductDesign\">#<span>ProductDesign</span></a> <a href=\"https://mastodon.social/tags/UxDesign\">#<span>UxDesign</span></a> <a href=\"https://mastodon.social/tags/UiDesign\">#<span>UiDesign</span></a> <a href=\"https://mastodon.social/tags/WebDesign\">#<span>WebDesign</span></a> <a href=\"https://mastodon.social/tags/Development\">#<span>Development</span></a> <a href=\"https://mastodon.social/tags/WebDev\">#<span>WebDev</span></a></p>",
"text": "#Business #Launches\nAbout Ideas Now \u00b7 Connect with people through personal websites https://ilo.im/15y3cj\n\n_____\n#OpenWeb #IndieWeb #WebCommunity #Design #ProductDesign #UxDesign #UiDesign #WebDesign #Development #WebDev"
},
"published": "2024-03-03T07:05:21+00:00",
"post-type": "note",
"_id": "40443717",
"_source": "8007",
"_is_read": false
}