The list of sites nominated for this year's https://tinyawards.net is now online, and the public voting will open tomorrow!
Thanks to @researchbuzz for the heads-up!
#TinyAwards #IndieWeb #websites #TinyWebsites
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://indieweb.social/tags/indieweb",
"photo": null
},
"url": "https://stefanbohacek.online/@stefan/112832247716561879",
"content": {
"html": "<p>The list of sites nominated for this year's <a href=\"https://tinyawards.net\"><span>https://</span><span>tinyawards.net</span><span></span></a> is now online, and the public voting will open tomorrow!</p><p>Thanks to <span class=\"h-card\"><a class=\"u-url\" href=\"https://researchbuzz.masto.host/@researchbuzz\">@<span>researchbuzz</span></a></span> for the heads-up!</p><p><a href=\"https://stefanbohacek.online/tags/TinyAwards\">#<span>TinyAwards</span></a> <a href=\"https://stefanbohacek.online/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://stefanbohacek.online/tags/websites\">#<span>websites</span></a> <a href=\"https://stefanbohacek.online/tags/TinyWebsites\">#<span>TinyWebsites</span></a></p>\n<a class=\"u-mention\" href=\"https://researchbuzz.masto.host/@researchbuzz\"></a>",
"text": "The list of sites nominated for this year's https://tinyawards.net is now online, and the public voting will open tomorrow!\n\nThanks to @researchbuzz for the heads-up!\n\n#TinyAwards #IndieWeb #websites #TinyWebsites"
},
"published": "2024-07-22T21:24:27+00:00",
"post-type": "note",
"_id": "41715655",
"_source": "8007",
"_is_read": false
}
An Open Mentions idea: A small web tag
I have an IndieWeb META suggestion for OpenMentions.com. I was thinking that there should be a topic tag for small web aka smolweb. Should it go under IndieWeb or somewhere else?
#IndieWeb #OpenMentions #smallWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://node.lordmatt.co.uk/2024/07/22/posts/an-open-mentions-idea-a-small-web-tag/",
"content": {
"html": "<p><strong>An Open Mentions idea: A small web tag</strong></p><p>I have an <a href=\"https://openmentions.com/topics/indieweb/meta-indieweb/\">IndieWeb META</a> suggestion for OpenMentions.com. I was thinking that there should be a topic tag for small web aka smolweb. Should it go under IndieWeb or somewhere else?</p><p><a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/indieweb/\">#IndieWeb</a> <a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/open-mentions/\">#OpenMentions</a> <a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/small-web/\">#smallWeb</a></p>",
"text": "An Open Mentions idea: A small web tag\n\nI have an IndieWeb META suggestion for OpenMentions.com. I was thinking that there should be a topic tag for small web aka smolweb. Should it go under IndieWeb or somewhere else?\n\n#IndieWeb #OpenMentions #smallWeb"
},
"published": "2024-07-22T20:25:35+00:00",
"post-type": "note",
"_id": "41715241",
"_source": "8007",
"_is_read": false
}
OK, so I updated the repos at https://github.com/janboddez/indielol and https://github.com/janboddez/janboddeznet.
These are the “base” theme for this site and a couple others, and the child theme for this site specifically.
Mind you, these were created for, I think, WordPress 6.4, and before I’d even looked at block hooks. Don’t think they represent, you know, “best practices” or anything. I’m planning to still update them. One day.
Like, in my child theme, I define this “Post Meta” block that I actually use twice in most of my templates; I then output just the one occurrence for certain post types and the other occurrence for, well, all other post types.
The code I use to dynamically populate this Post Meta block’s innerBlocks
is very similar to … what you’d do with block hooks.
Let’s see, what else? Oh, the child theme has this activitypub
folder, which is where my Add-on for ActivityPub plugin goes looking for certain templates. (While the ActivityPub plugin has since added support for extra “actor profile” fields, I still like my implementation, haha! Plus, there’s all these other features, of course.)
https://bddz.be/pgX
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://jan.boddez.net/notes/dd4e90878c",
"content": {
"html": "<p>OK, so I updated the repos at <a href=\"https://github.com/janboddez/indielol\">https://github.com/janboddez/indielol</a> and <a href=\"https://github.com/janboddez/janboddeznet\">https://github.com/janboddez/janboddeznet</a>.</p><p>These are the \u201cbase\u201d theme for this site and a couple others, and the child theme for this site specifically.</p><p>Mind you, these were created for, I think, WordPress 6.4, and before I\u2019d even looked at block hooks. Don\u2019t think they represent, you know, \u201cbest practices\u201d or anything. I\u2019m planning to still update them. One day.</p><p>Like, in my child theme, I define this \u201cPost Meta\u201d block that I actually use <em>twice</em> in most of my templates; I then output just the one occurrence for certain post types and the other occurrence for, well, all other post types.</p><p>The code I use to dynamically populate this Post Meta block\u2019s <code>innerBlocks</code> is <em>very</em> similar to \u2026 what you\u2019d do with block hooks.</p><p>Let\u2019s see, what else? Oh, the child theme has <a href=\"https://github.com/janboddez/janboddeznet/tree/main/activitypub\">this <code>activitypub</code> folder</a>, which is where my <a href=\"https://github.com/janboddez/addon-for-activitypub\">Add-on for ActivityPub</a> plugin goes looking for certain templates. (While the ActivityPub plugin has since added support for extra \u201cactor profile\u201d fields, I still like my implementation, haha! Plus, there\u2019s all these other features, of course.)</p><p><a href=\"https://bddz.be/pgX\">https://bddz.be/pgX</a></p>",
"text": "OK, so I updated the repos at https://github.com/janboddez/indielol and https://github.com/janboddez/janboddeznet.\n\nThese are the \u201cbase\u201d theme for this site and a couple others, and the child theme for this site specifically.\n\nMind you, these were created for, I think, WordPress 6.4, and before I\u2019d even looked at block hooks. Don\u2019t think they represent, you know, \u201cbest practices\u201d or anything. I\u2019m planning to still update them. One day.\n\nLike, in my child theme, I define this \u201cPost Meta\u201d block that I actually use twice in most of my templates; I then output just the one occurrence for certain post types and the other occurrence for, well, all other post types.\n\nThe code I use to dynamically populate this Post Meta block\u2019s innerBlocks is very similar to \u2026 what you\u2019d do with block hooks.\n\nLet\u2019s see, what else? Oh, the child theme has this activitypub folder, which is where my Add-on for ActivityPub plugin goes looking for certain templates. (While the ActivityPub plugin has since added support for extra \u201cactor profile\u201d fields, I still like my implementation, haha! Plus, there\u2019s all these other features, of course.)\n\nhttps://bddz.be/pgX"
},
"published": "2024-07-22T20:05:34+00:00",
"post-type": "note",
"_id": "41715112",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112831537985744338",
"content": {
"html": "<p>Mataroa is now licensed under Affero GPL <a href=\"https://hey.mataroa.blog/blog/mataroa-is-now-licensed-under-affero-gpl/\"><span>https://</span><span>hey.mataroa.blog/blog/mataroa-</span><span>is-now-licensed-under-affero-gpl/</span></a> <a href=\"https://tweesecake.social/tags/OpenSource\">#<span>OpenSource</span></a> <a href=\"https://tweesecake.social/tags/Community\">#<span>Community</span></a> <a href=\"https://tweesecake.social/tags/Hosting\">#<span>Hosting</span></a> <a href=\"https://tweesecake.social/tags/Host\">#<span>Host</span></a> <a href=\"https://tweesecake.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://tweesecake.social/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "Mataroa is now licensed under Affero GPL https://hey.mataroa.blog/blog/mataroa-is-now-licensed-under-affero-gpl/ #OpenSource #Community #Hosting #Host #Blog #Blogging #IndieWeb"
},
"published": "2024-07-22T18:23:57+00:00",
"post-type": "note",
"_id": "41714202",
"_source": "8007",
"_is_read": false
}
Wie ich mit n8n.io alle Mastodon- und Blueskyposts automatisch auf meinem Blog archiviere: https://kleinheld.ch/automatisierung-mastodon-und-blueskyposts-zu-ghost-blog/
#indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://pixelig.social/@kleinheld/112831390302737751",
"content": {
"html": "<p>Wie ich mit n8n.io alle Mastodon- und Blueskyposts automatisch auf meinem Blog archiviere: <a href=\"https://kleinheld.ch/automatisierung-mastodon-und-blueskyposts-zu-ghost-blog/\"><span>https://</span><span>kleinheld.ch/automatisierung-m</span><span>astodon-und-blueskyposts-zu-ghost-blog/</span></a></p><p><a href=\"https://pixelig.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Wie ich mit n8n.io alle Mastodon- und Blueskyposts automatisch auf meinem Blog archiviere: https://kleinheld.ch/automatisierung-mastodon-und-blueskyposts-zu-ghost-blog/\n\n#indieweb"
},
"published": "2024-07-22T17:46:24+00:00",
"post-type": "note",
"_id": "41713905",
"_source": "8007",
"_is_read": false
}
Hi Fediverse, I’m Alec! As for an #introduction, I’m a technology professional who works in the public sector.
My interests constantly change, but I always come back to #linux and #BSD, my #homelab and #selfhosted things, #python, and recently, #golang.
I love small, simple things, and I’m especially interested in the relationship between tech and humans. I’m on a journey to understand how to make and use the internet better, and the #indieweb community seems like a good starting point!
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://indieweb.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@stewalec/112830994372887199",
"content": {
"html": "<p>Hi Fediverse, I\u2019m Alec! As for an <a href=\"https://indieweb.social/tags/introduction\">#<span>introduction</span></a>, I\u2019m a technology professional who works in the public sector.</p><p>My interests constantly change, but I always come back to <a href=\"https://indieweb.social/tags/linux\">#<span>linux</span></a> and <a href=\"https://indieweb.social/tags/BSD\">#<span>BSD</span></a>, my <a href=\"https://indieweb.social/tags/homelab\">#<span>homelab</span></a> and <a href=\"https://indieweb.social/tags/selfhosted\">#<span>selfhosted</span></a> things, <a href=\"https://indieweb.social/tags/python\">#<span>python</span></a>, and recently, <a href=\"https://indieweb.social/tags/golang\">#<span>golang</span></a>.</p><p>I love small, simple things, and I\u2019m especially interested in the relationship between tech and humans. I\u2019m on a journey to understand how to make and use the internet better, and the <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> community seems like a good starting point!</p>",
"text": "Hi Fediverse, I\u2019m Alec! As for an #introduction, I\u2019m a technology professional who works in the public sector.\n\nMy interests constantly change, but I always come back to #linux and #BSD, my #homelab and #selfhosted things, #python, and recently, #golang.\n\nI love small, simple things, and I\u2019m especially interested in the relationship between tech and humans. I\u2019m on a journey to understand how to make and use the internet better, and the #indieweb community seems like a good starting point!"
},
"published": "2024-07-22T16:05:42+00:00",
"post-type": "note",
"_id": "41713040",
"_source": "8007",
"_is_read": false
}
@KentNavalesi @academicchatter Though I am pretty much but one more of those "tech-focused" indieweb blogs you speak of, I have made an effort in the past few years to start writing about non-tech things. As someone who has embraced the idea of the #indieweb, I feel my site/blog is a space to write about all things me, and not just my professional/other-techy pursuits. I file all of these under the tag "life" on my site, the list you can peruse here!
https://shellsharks.com/tags?tag=life
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://shellsharks.social/@shellsharks/112830918860299288",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://mstdn.social/@KentNavalesi\">@<span>KentNavalesi</span></a></span> <span class=\"h-card\"><a class=\"u-url\" href=\"https://a.gup.pe/u/academicchatter\">@<span>academicchatter</span></a></span> Though I am pretty much but one more of those \"tech-focused\" indieweb blogs you speak of, I have made an effort in the past few years to start writing about non-tech things. As someone who has embraced the idea of the <a href=\"https://shellsharks.social/tags/indieweb\">#<span>indieweb</span></a>, I feel my site/blog is a space to write about all things me, and not just my professional/other-techy pursuits. I file all of these under the tag \"life\" on my site, the list you can peruse here!</p><p><a href=\"https://shellsharks.com/tags?tag=life\"><span>https://</span><span>shellsharks.com/tags?tag=life</span><span></span></a></p>\n<a class=\"u-mention\" href=\"https://a.gup.pe/u/academicchatter\"></a>\n<a class=\"u-mention\" href=\"https://mstdn.social/@KentNavalesi\"></a>",
"text": "@KentNavalesi @academicchatter Though I am pretty much but one more of those \"tech-focused\" indieweb blogs you speak of, I have made an effort in the past few years to start writing about non-tech things. As someone who has embraced the idea of the #indieweb, I feel my site/blog is a space to write about all things me, and not just my professional/other-techy pursuits. I file all of these under the tag \"life\" on my site, the list you can peruse here!\n\nhttps://shellsharks.com/tags?tag=life"
},
"published": "2024-07-22T15:46:30+00:00",
"post-type": "note",
"_id": "41712775",
"_source": "8007",
"_is_read": false
}
Today designed a very simple landing page for this app: https://www.thoughttonote.ai/
Took longer than I expected (designing was easy. Did with #claude ; hosting took time.) But glad at least a placeholder page is up and running
#buildinpublic #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mas.to/@thoughttonote/112830513012159993",
"content": {
"html": "<p>Today designed a very simple landing page for this app: <a href=\"https://www.thoughttonote.ai/\"><span>https://www.</span><span>thoughttonote.ai/</span><span></span></a></p><p>Took longer than I expected (designing was easy. Did with <a href=\"https://mas.to/tags/claude\">#<span>claude</span></a> ; hosting took time.) But glad at least a placeholder page is up and running</p><p><a href=\"https://mas.to/tags/buildinpublic\">#<span>buildinpublic</span></a> <a href=\"https://mas.to/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Today designed a very simple landing page for this app: https://www.thoughttonote.ai/\n\nTook longer than I expected (designing was easy. Did with #claude ; hosting took time.) But glad at least a placeholder page is up and running\n\n#buildinpublic #indieweb"
},
"published": "2024-07-22T14:03:17+00:00",
"post-type": "note",
"_id": "41711816",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@donthatedontkill/112830377397639846",
"content": {
"html": "<p>New blog post: \"The dreams continue.\" at <a href=\"https://www.mycabinetofcuriosities.com/articles/the-dreams-continue/\"><span>https://www.</span><span>mycabinetofcuriosities.com/art</span><span>icles/the-dreams-continue/</span></a> <a href=\"https://mastodon.social/tags/articles\">#<span>articles</span></a> #<a href=\"https://mastodon.social/tags/dreams\">#<span>dreams</span></a> <a href=\"https://mastodon.social/tags/psychology\">#<span>psychology</span></a> <a href=\"https://mastodon.social/tags/nightmares\">#<span>nightmares</span></a> <a href=\"https://mastodon.social/tags/interpretation\">#<span>interpretation</span></a> <a href=\"https://mastodon.social/tags/dreamsinterpretation\">#<span>dreamsinterpretation</span></a> <a href=\"https://mastodon.social/tags/sleep\">#<span>sleep</span></a> <a href=\"https://mastodon.social/tags/insomnia\">#<span>insomnia</span></a> <a href=\"https://mastodon.social/tags/hallucinations\">#<span>hallucinations</span></a> <a href=\"https://mastodon.social/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodon.social/tags/post\">#<span>post</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/syndication\">#<span>syndication</span></a> <a href=\"https://mastodon.social/tags/possee\">#<span>possee</span></a></p>",
"text": "New blog post: \"The dreams continue.\" at https://www.mycabinetofcuriosities.com/articles/the-dreams-continue/ #articles ##dreams #psychology #nightmares #interpretation #dreamsinterpretation #sleep #insomnia #hallucinations #blog #post #indieweb #syndication #possee"
},
"published": "2024-07-22T13:28:48+00:00",
"post-type": "note",
"_id": "41711661",
"_source": "8007",
"_is_read": false
}
Re: Do people IRL know you have a blog?
In which I respond to bacardi55's question of whether people in real life know about my blog.
https://lars-christian.com/re-do-people-irl-know-you-have-a-blog/
#blogging #personalwebsites #indieweb #smallweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@lars/112830141347840332",
"content": {
"html": "<p>Re: Do people IRL know you have a blog?</p><p>In which I respond to bacardi55's question of whether people in real life know about my blog.</p><p><a href=\"https://lars-christian.com/re-do-people-irl-know-you-have-a-blog/\"><span>https://</span><span>lars-christian.com/re-do-peopl</span><span>e-irl-know-you-have-a-blog/</span></a></p><p><a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://mastodon.social/tags/personalwebsites\">#<span>personalwebsites</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "Re: Do people IRL know you have a blog?\n\nIn which I respond to bacardi55's question of whether people in real life know about my blog.\n\nhttps://lars-christian.com/re-do-people-irl-know-you-have-a-blog/\n\n#blogging #personalwebsites #indieweb #smallweb"
},
"published": "2024-07-22T12:28:46+00:00",
"post-type": "note",
"_id": "41711125",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@flamed/112829124201491813",
"content": {
"html": "<p>\ud83d\udd16 New bookmark: What helps me browse a personal website | Bacardi55&#39;s Web Cave </p><p>\ud83d\udd17 <a href=\"https://bacardi55.io/2024/07/09/what-helps-me-browse-a-personal-website/\"><span>https://</span><span>bacardi55.io/2024/07/09/what-h</span><span>elps-me-browse-a-personal-website/</span></a></p><p>I find myself highly aligned with bacardi55's preferences!</p><p>\ud83d\udd25 <a href=\"https://flamedfury.com/bookmarks/what-helps-me-browse-a-personal-website-or-bacardi55s-web-cave/\"><span>https://</span><span>flamedfury.com/bookmarks/what-</span><span>helps-me-browse-a-personal-website-or-bacardi55s-web-cave/</span></a></p><p><a href=\"https://social.lol/tags/web\">#<span>web</span></a> <a href=\"https://social.lol/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://social.lol/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://social.lol/tags/webmastery\">#<span>webmastery</span></a></p>",
"text": "\ud83d\udd16 New bookmark: What helps me browse a personal website | Bacardi55's Web Cave \n\n\ud83d\udd17 https://bacardi55.io/2024/07/09/what-helps-me-browse-a-personal-website/\n\nI find myself highly aligned with bacardi55's preferences!\n\n\ud83d\udd25 https://flamedfury.com/bookmarks/what-helps-me-browse-a-personal-website-or-bacardi55s-web-cave/\n\n#web #indieweb #smallweb #webmastery"
},
"published": "2024-07-22T08:10:06+00:00",
"post-type": "note",
"_id": "41709449",
"_source": "8007",
"_is_read": false
}
I think all WordPress blogs should install WebMention
I am a huge fan of WebMention and a WordPress user. This is why I am so thrilled that Matthias Pfefferle created the fantastic WebMention plugin for WordPress. I think we should all use WebMention and in this post, I will explain why.
What is WebMention?
TL;DR: WebMention pings a page you link to to tell it about the link. The linked-to page […]
#blogging #IndieWeb #Webmention #WordPress #BlogsAndBlogging
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://lordmatt.co.uk/technology/the-internet/blogs-and-blogging/i-think-all-wordpress-blogs-should-install-webmention/",
"content": {
"html": "<p><strong>I think all WordPress blogs should install WebMention</strong></p><p>I am a huge fan of WebMention and a WordPress user. This is why I am so thrilled that Matthias Pfefferle created the fantastic WebMention plugin for WordPress. I think we should all use WebMention and in this post, I will explain why.</p><p>What is WebMention?</p><p>TL;DR: WebMention pings a page you link to to tell it about the link. The linked-to page [\u2026]</p><p><a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/blogging/\">#blogging</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/indieweb/\">#IndieWeb</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/webmention/\">#Webmention</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/wordpress/\">#WordPress</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/cat/technology/the-internet/blogs-and-blogging/\">#BlogsAndBlogging</a></p>",
"text": "I think all WordPress blogs should install WebMention\n\nI am a huge fan of WebMention and a WordPress user. This is why I am so thrilled that Matthias Pfefferle created the fantastic WebMention plugin for WordPress. I think we should all use WebMention and in this post, I will explain why.\n\nWhat is WebMention?\n\nTL;DR: WebMention pings a page you link to to tell it about the link. The linked-to page [\u2026]\n\n#blogging #IndieWeb #Webmention #WordPress #BlogsAndBlogging"
},
"published": "2024-07-21T19:11:20+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/112/827/703/846/451/954/original/d4fb66e80c60c38d.jpg"
],
"post-type": "photo",
"_id": "41707721",
"_source": "8007",
"_is_read": false
}
Have you heard about our lord and saviour, WebMention?
I am on a mission to spread the holy word of WebMention (and the great prophet Matthias Pfefferle) to as many non-technical bloggers as possible because WebMention makes blogs 210% better.
#blogging #IndieWeb #WebMention
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://node.lordmatt.co.uk/2024/07/21/posts/me/have-you-heard-about-our-lord-and-saviour-webmention/",
"content": {
"html": "<p><strong>Have you heard about our lord and saviour, WebMention?</strong></p><p>I am on a mission to spread <a href=\"https://lordmatt.co.uk/technology/the-internet/blogs-and-blogging/i-think-all-wordpress-blogs-should-install-webmention/\">the holy word of WebMention</a> (and the great prophet <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>) to as many non-technical bloggers as possible because WebMention makes blogs 210% better.</p><p><a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/blogging/\">#blogging</a> <a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/indieweb/\">#IndieWeb</a> <a class=\"u-tag u-category\" href=\"https://node.lordmatt.co.uk/tag/webmention/\">#WebMention</a></p>",
"text": "Have you heard about our lord and saviour, WebMention?\n\nI am on a mission to spread the holy word of WebMention (and the great prophet Matthias Pfefferle) to as many non-technical bloggers as possible because WebMention makes blogs 210% better.\n\n#blogging #IndieWeb #WebMention"
},
"published": "2024-07-21T22:31:34+00:00",
"post-type": "note",
"_id": "41706569",
"_source": "8007",
"_is_read": false
}
Anyone know of a search engine that looks for lengthy blog posts? Not AI generated padding either but something like @feedle but it displays very lengthy blog posts from the search Result? I’m talking, with an estimated read time of 45 minutes or longer. I am that person that will sit and read a two hour blog post all of the way through #SearchEngine #SmallWeb #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112825125133128686",
"content": {
"html": "<p>Anyone know of a search engine that looks for lengthy blog posts? Not AI generated padding either but something like <span class=\"h-card\"><a class=\"u-url\" href=\"https://mastodon.social/@feedle\">@<span>feedle</span></a></span> but it displays very lengthy blog posts from the search Result? I\u2019m talking, with an estimated read time of 45 minutes or longer. I am that person that will sit and read a two hour blog post all of the way through <a href=\"https://tweesecake.social/tags/SearchEngine\">#<span>SearchEngine</span></a> <a href=\"https://tweesecake.social/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>\n<a class=\"u-mention\" href=\"https://mastodon.social/@feedle\"></a>",
"text": "Anyone know of a search engine that looks for lengthy blog posts? Not AI generated padding either but something like @feedle but it displays very lengthy blog posts from the search Result? I\u2019m talking, with an estimated read time of 45 minutes or longer. I am that person that will sit and read a two hour blog post all of the way through #SearchEngine #SmallWeb #IndieWeb"
},
"published": "2024-07-21T15:13:05+00:00",
"post-type": "note",
"_id": "41703438",
"_source": "8007",
"_is_read": false
}
I've been trying out a lot of the tools on this Codeberg and as a noob, I am really impressed with what is going on in this #indieweb #smolweb #smallweb space. For those of you also just joining this movement, check some of these out!
https://codeberg.org/thgie/awesome-small-web-publishing
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@tinsmith/112824637685856624",
"content": {
"html": "<p>I've been trying out a lot of the tools on this Codeberg and as a noob, I am really impressed with what is going on in this <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/smolweb\">#<span>smolweb</span></a> <a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> space. For those of you also just joining this movement, check some of these out! </p><p><a href=\"https://codeberg.org/thgie/awesome-small-web-publishing\"><span>https://</span><span>codeberg.org/thgie/awesome-sma</span><span>ll-web-publishing</span></a></p>",
"text": "I've been trying out a lot of the tools on this Codeberg and as a noob, I am really impressed with what is going on in this #indieweb #smolweb #smallweb space. For those of you also just joining this movement, check some of these out! \n\nhttps://codeberg.org/thgie/awesome-small-web-publishing"
},
"published": "2024-07-21T13:09:07+00:00",
"post-type": "note",
"_id": "41702620",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@mihobu/112824371471421673",
"content": {
"html": "<p>I posted to my blog!</p><p>Lots of Little Things (Weeknotes #24-29)<br /><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/2024/07/weeknotes-week-29-2024\"><span>https://</span><span>mihobu.lol/2024/07/weeknotes-w</span><span>eek-29-2024</span></a></p>",
"text": "I posted to my blog!\n\nLots of Little Things (Weeknotes #24-29)\n#Weeknotes #IndieWeb\nhttps://mihobu.lol/2024/07/weeknotes-week-29-2024"
},
"published": "2024-07-21T12:01:25+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/112/824/371/516/386/439/original/b51882bc2de863a6.jpg"
],
"post-type": "photo",
"_id": "41702289",
"_source": "8007",
"_is_read": false
}
@evert I’m getting a lot of runway from self-hosting! Even a raspberry pi zero can handle most #indieweb site traffic, is very cheap to run, and you can use Tailscale or Cloudflare to keep your home network’s IP hidden.
It needs some tech-savvy knowledge though, I wish this was easier 😔
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hachyderm.io/@byjp/112823613563777157",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://indieweb.social/@evert\">@<span>evert</span></a></span> I\u2019m getting a lot of runway from self-hosting! Even a raspberry pi zero can handle most <a href=\"https://hachyderm.io/tags/indieweb\">#<span>indieweb</span></a> site traffic, is very cheap to run, and you can use Tailscale or Cloudflare to keep your home network\u2019s IP hidden.</p><p>It needs some tech-savvy knowledge though, I wish this was easier \ud83d\ude14</p>\n<a class=\"u-mention\" href=\"https://indieweb.social/@evert\"></a>",
"text": "@evert I\u2019m getting a lot of runway from self-hosting! Even a raspberry pi zero can handle most #indieweb site traffic, is very cheap to run, and you can use Tailscale or Cloudflare to keep your home network\u2019s IP hidden.\n\nIt needs some tech-savvy knowledge though, I wish this was easier \ud83d\ude14"
},
"published": "2024-07-21T08:48:40+00:00",
"post-type": "note",
"_id": "41701239",
"_source": "8007",
"_is_read": false
}
Dear #indieweb, I switched my #Website to Github Pages in 2013 from a custom PHP site.
It's been amazing for low-maintenance #blogging, but I realize I really want a dynamic site and a database so I can do more interesting things, such as native #webmention
What's a low-cost (or free), extremely low effort way to run a Node server in a way that will likely only require maintenance once every 2 or 3 years to get me to 2034 ?
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@evert/112822742036410132",
"content": {
"html": "<p>Dear <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a>, I switched my <a href=\"https://indieweb.social/tags/Website\">#<span>Website</span></a> to Github Pages in 2013 from a custom PHP site.</p><p>It's been amazing for low-maintenance <a href=\"https://indieweb.social/tags/blogging\">#<span>blogging</span></a>, but I realize I really want a dynamic site and a database so I can do more interesting things, such as native <a href=\"https://indieweb.social/tags/webmention\">#<span>webmention</span></a> </p><p>What's a low-cost (or free), extremely low effort way to run a Node server in a way that will likely only require maintenance once every 2 or 3 years to get me to 2034 ?</p>",
"text": "Dear #indieweb, I switched my #Website to Github Pages in 2013 from a custom PHP site.\n\nIt's been amazing for low-maintenance #blogging, but I realize I really want a dynamic site and a database so I can do more interesting things, such as native #webmention \n\nWhat's a low-cost (or free), extremely low effort way to run a Node server in a way that will likely only require maintenance once every 2 or 3 years to get me to 2034 ?"
},
"published": "2024-07-21T05:07:02+00:00",
"post-type": "note",
"_id": "41700349",
"_source": "8007",
"_is_read": false
}
"'People are being more nostalgic about the early web', [Andrew Smales] said, 'and part of me feels like maybe in five or 10 years that might be a thing. I think it's probably too early now, but if somebody revived LiveJournal, I could see old web making a comeback.'.
Maybe Smales will be right."
#MichelleSterling, 2014
https://www.vice.com/en/article/jp5vdg/the-antisocial-network-how-the-90s-internet-died-like-diaryland
10 years on, it's pretty hard to deny that Smales was bang on. Even then, the #IndieWeb and early fediverse had already been around for a few years.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.nzoss.nz/@strypey/112822530511708927",
"content": {
"html": "<p>\"'People are being more nostalgic about the early web', [Andrew Smales] said, 'and part of me feels like maybe in five or 10 years that might be a thing. I think it's probably too early now, but if somebody revived LiveJournal, I could see old web making a comeback.'.</p><p>Maybe Smales will be right.\"</p><p><a href=\"https://mastodon.nzoss.nz/tags/MichelleSterling\">#<span>MichelleSterling</span></a>, 2014</p><p><a href=\"https://www.vice.com/en/article/jp5vdg/the-antisocial-network-how-the-90s-internet-died-like-diaryland\"><span>https://www.</span><span>vice.com/en/article/jp5vdg/the</span><span>-antisocial-network-how-the-90s-internet-died-like-diaryland</span></a></p><p>10 years on, it's pretty hard to deny that Smales was bang on. Even then, the <a href=\"https://mastodon.nzoss.nz/tags/IndieWeb\">#<span>IndieWeb</span></a> and early fediverse had already been around for a few years.</p>",
"text": "\"'People are being more nostalgic about the early web', [Andrew Smales] said, 'and part of me feels like maybe in five or 10 years that might be a thing. I think it's probably too early now, but if somebody revived LiveJournal, I could see old web making a comeback.'.\n\nMaybe Smales will be right.\"\n\n#MichelleSterling, 2014\n\nhttps://www.vice.com/en/article/jp5vdg/the-antisocial-network-how-the-90s-internet-died-like-diaryland\n\n10 years on, it's pretty hard to deny that Smales was bang on. Even then, the #IndieWeb and early fediverse had already been around for a few years."
},
"published": "2024-07-21T04:13:14+00:00",
"post-type": "note",
"_id": "41700240",
"_source": "8007",
"_is_read": false
}
Not quite sure who you were asking but even though my static site guide is for screen reader users, you can still get a lot out of it https://robertkingett.com/posts/6529/ #IndieWeb #StaticSiteGenerator #WebDev@MxVerda@lgbtqia.space @TheCube
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112821977806608073",
"content": {
"html": "<p>Not quite sure who you were asking but even though my static site guide is for screen reader users, you can still get a lot out of it <a href=\"https://robertkingett.com/posts/6529/\"><span>https://</span><span>robertkingett.com/posts/6529/</span><span></span></a> <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://tweesecake.social/tags/StaticSiteGenerator\">#<span>StaticSiteGenerator</span></a> <a href=\"https://tweesecake.social/tags/WebDev\">#<span>WebDev</span></a>@MxVerda@lgbtqia.space <span class=\"h-card\"><a class=\"u-url\" href=\"https://fwoof.space/@TheCube\">@<span>TheCube</span></a></span></p>\n<a class=\"u-mention\" href=\"https://fwoof.space/@TheCube\"></a>",
"text": "Not quite sure who you were asking but even though my static site guide is for screen reader users, you can still get a lot out of it https://robertkingett.com/posts/6529/ #IndieWeb #StaticSiteGenerator #WebDev@MxVerda@lgbtqia.space @TheCube"
},
"published": "2024-07-21T01:52:40+00:00",
"post-type": "note",
"_id": "41699886",
"_source": "8007",
"_is_read": false
}