I've been writing #weeknotes for a little while now, so I thought I'd write something a bit longer that reviews my experience with the process.
https://www.liamjbennett.me/posts/2024-08-10-lessons-learnt-weeknotes/
All part of my ongoing #indieweb journey.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hachyderm.io/@liamjbennett/112976483726199400",
"content": {
"html": "<p>I've been writing <a href=\"https://hachyderm.io/tags/weeknotes\">#<span>weeknotes</span></a> for a little while now, so I thought I'd write something a bit longer that reviews my experience with the process.</p><p><a href=\"https://www.liamjbennett.me/posts/2024-08-10-lessons-learnt-weeknotes/\"><span>https://www.</span><span>liamjbennett.me/posts/2024-08-</span><span>10-lessons-learnt-weeknotes/</span></a></p><p>All part of my ongoing <a href=\"https://hachyderm.io/tags/indieweb\">#<span>indieweb</span></a> journey.</p>",
"text": "I've been writing #weeknotes for a little while now, so I thought I'd write something a bit longer that reviews my experience with the process.\n\nhttps://www.liamjbennett.me/posts/2024-08-10-lessons-learnt-weeknotes/\n\nAll part of my ongoing #indieweb journey."
},
"published": "2024-08-17T08:45:34+00:00",
"post-type": "note",
"_id": "41953842",
"_source": "8007",
"_is_read": false
}
I get why the IndieWeb isn’t for everyone. It’s kinda like how Linux is the obvious choice if you like tinkering with stuff, but if you want an OS that just works you use Windows or MacOS. I have a temper sometimes but doing your own thing is a lot of fun, even when stuff breaks
{
"type": "entry",
"author": {
"name": "Nick",
"url": "https://grubz.net",
"photo": "https://avatars.micro.blog/avatars/2024/30/1621608.jpg"
},
"url": "https://grubz.net/2024/08/16/i-get-why.html",
"content": {
"html": "<p>I get why the IndieWeb isn\u2019t for everyone. It\u2019s kinda like how Linux is the obvious choice if you like tinkering with stuff, but if you want an OS that just works you use Windows or MacOS. I have a temper sometimes but doing your own thing is a lot of fun, even when stuff breaks</p>",
"text": "I get why the IndieWeb isn\u2019t for everyone. It\u2019s kinda like how Linux is the obvious choice if you like tinkering with stuff, but if you want an OS that just works you use Windows or MacOS. I have a temper sometimes but doing your own thing is a lot of fun, even when stuff breaks"
},
"published": "2024-08-16T21:44:02+00:00",
"post-type": "note",
"_id": "41953205",
"_source": "7224",
"_is_read": false
}
I don't quite like the idea of using LLMs for writing, or at least I consider their unfiltered output unsuitable for human consumption.
But what about writing drafts? Or reading a post draft and drafting a short one-line summary for it to be pasted into p-summary
. Of course, it would come through a human first, to ensure the summary makes sense.
I feel like this could be a good feature for a post editor. I imagine the UX being something like a ✨ button next to the summary text field that pastes the e-content
field into an LLM and asks it to summarize the post. The output is then inserted into the summary field for the author to edit as needed.
{
"type": "entry",
"published": "2024-08-16T23:33:50.285221900+03:00",
"url": "https://fireburn.ru/posts/llm-summary-for-micropub-clients",
"category": [
"authoring",
"llms",
"micropub"
],
"content": {
"text": "I don't quite like the idea of using LLMs for writing, or at least I consider their unfiltered output unsuitable for human consumption.\nBut what about writing drafts? Or reading a post draft and drafting a short one-line summary for it to be pasted into p-summary. Of course, it would come through a human first, to ensure the summary makes sense.\nI feel like this could be a good feature for a post editor. I imagine the UX being something like a \u2728 button next to the summary text field that pastes the e-content field into an LLM and asks it to summarize the post. The output is then inserted into the summary field for the author to edit as needed.",
"html": "<p>I don't quite like the idea of using LLMs for writing, or at least I consider their unfiltered output unsuitable for human consumption.</p>\n<p>But what about writing drafts? Or reading a post draft and drafting a short one-line summary for it to be pasted into <code>p-summary</code>. Of course, it would come through a human first, to ensure the summary makes sense.</p>\n<p>I feel like this could be a good feature for a post editor. I imagine the UX being something like a \u2728 button next to the summary text field that pastes the <code>e-content</code> field into an LLM and asks it to summarize the post. The output is then inserted into the summary field for the author to edit as needed.</p>"
},
"author": {
"type": "card",
"name": "Vika",
"url": "https://fireburn.ru/",
"photo": "https://fireburn.ru/.kittybox/media/uploads/fe/ad/f8/76/e94e284444605135ad468b1563070dac3d2ad642c366b1e180f6eb65"
},
"post-type": "note",
"_id": "41951505",
"_source": "1371",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112974314950145025",
"content": {
"html": "<p>If you liked Why I left Patreon. 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 Why I left Patreon. my feed URL is https://robertkingett.com/feed/ #RSS #IndieWeb #SmallWeb"
},
"published": "2024-08-16T23:34:01+00:00",
"post-type": "note",
"_id": "41951084",
"_source": "8007",
"_is_read": false
}
I'm on a roll today (no pun intended) and finally added a #blogroll to my site.
It's directly parsed from my #rss reader's OPML file, I just have to drag and drop it into my code base and all subscriptions get listed on the page.
Send me your blog, if it's missing!
https://dominikhofer.me/blogroll
#indieweb #smallweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.design/@dominik/112973578234516388",
"content": {
"html": "<p>I'm on a roll today (no pun intended) and finally added a <a href=\"https://mastodon.design/tags/blogroll\">#<span>blogroll</span></a> to my site.</p><p>It's directly parsed from my <a href=\"https://mastodon.design/tags/rss\">#<span>rss</span></a> reader's OPML file, I just have to drag and drop it into my code base and all subscriptions get listed on the page.</p><p>Send me your blog, if it's missing!</p><p><a href=\"https://dominikhofer.me/blogroll\"><span>https://</span><span>dominikhofer.me/blogroll</span><span></span></a></p><p><a href=\"https://mastodon.design/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.design/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "I'm on a roll today (no pun intended) and finally added a #blogroll to my site.\n\nIt's directly parsed from my #rss reader's OPML file, I just have to drag and drop it into my code base and all subscriptions get listed on the page.\n\nSend me your blog, if it's missing!\n\nhttps://dominikhofer.me/blogroll\n\n#indieweb #smallweb"
},
"published": "2024-08-16T20:26:39+00:00",
"post-type": "note",
"_id": "41949976",
"_source": "8007",
"_is_read": false
}
I've a problem with my rel=me link for my pleroma.envs.net account. It doesn't seem to link back, and I don't know why. I have added the web address to my site on my profile and pleroma.envs.net recognizes my site as verified.
But it does not show as linking back on the verification page of indiewebify.me:
https://indiewebify.me/validate-rel-me/?url=https%3A%2F%2Fredterminal.org%2F
The same goes for my keyoxide account, but I don't mind that so much.
So what may be the problem here?
#envs #indieweb #smolweb
@serdy@pleroma.envs.net
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://pleroma.envs.net/objects/9b91c3a4-4834-4aa6-af43-92ff7dd26d98",
"content": {
"html": "I've a problem with my rel=me link for my <a href=\"http://pleroma.envs.net\">pleroma.envs.net</a> account. It doesn't seem to link back, and I don't know why. I have added the web address to my site on my profile and <a href=\"http://pleroma.envs.net\">pleroma.envs.net</a> recognizes my site as verified.<br /><br />But it does not show as linking back on the verification page of <a href=\"http://indiewebify.me\">indiewebify.me</a>:<br /><br /><a href=\"https://indiewebify.me/validate-rel-me/?url=https%3A%2F%2Fredterminal.org%2F\">https://indiewebify.me/validate-rel-me/?url=https%3A%2F%2Fredterminal.org%2F</a><br /><br />The same goes for my keyoxide account, but I don't mind that so much.<br /><br />So what may be the problem here?<br /><br /><a href=\"https://pleroma.envs.net/tag/envs\">#envs</a> <a href=\"https://pleroma.envs.net/tag/indieweb\">#indieweb</a> <a href=\"https://pleroma.envs.net/tag/smolweb\">#smolweb</a><br /><br />@serdy@pleroma.envs.net",
"text": "I've a problem with my rel=me link for my pleroma.envs.net account. It doesn't seem to link back, and I don't know why. I have added the web address to my site on my profile and pleroma.envs.net recognizes my site as verified.\n\nBut it does not show as linking back on the verification page of indiewebify.me:\n\nhttps://indiewebify.me/validate-rel-me/?url=https%3A%2F%2Fredterminal.org%2F\n\nThe same goes for my keyoxide account, but I don't mind that so much.\n\nSo what may be the problem here?\n\n#envs #indieweb #smolweb\n\n@serdy@pleroma.envs.net"
},
"published": "2024-08-16T18:35:32+00:00",
"post-type": "note",
"_id": "41949125",
"_source": "8007",
"_is_read": false
}
Interesting read about memory cards getting larger in size. Imagine if we still had built in external memory slots in our phones.
#blog #iphone #android #indieweb #tech #google #apple
https://basic.bearblog.dev/external-memory-for-mobile-now/
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fosstodon.org/@jnv/112973063766397056",
"content": {
"html": "<p>Interesting read about memory cards getting larger in size. Imagine if we still had built in external memory slots in our phones.</p><p><a href=\"https://fosstodon.org/tags/blog\">#<span>blog</span></a> <a href=\"https://fosstodon.org/tags/iphone\">#<span>iphone</span></a> <a href=\"https://fosstodon.org/tags/android\">#<span>android</span></a> <a href=\"https://fosstodon.org/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://fosstodon.org/tags/tech\">#<span>tech</span></a> <a href=\"https://fosstodon.org/tags/google\">#<span>google</span></a> <a href=\"https://fosstodon.org/tags/apple\">#<span>apple</span></a> </p><p><a href=\"https://basic.bearblog.dev/external-memory-for-mobile-now/\"><span>https://</span><span>basic.bearblog.dev/external-me</span><span>mory-for-mobile-now/</span></a></p>",
"text": "Interesting read about memory cards getting larger in size. Imagine if we still had built in external memory slots in our phones.\n\n#blog #iphone #android #indieweb #tech #google #apple \n\nhttps://basic.bearblog.dev/external-memory-for-mobile-now/"
},
"published": "2024-08-16T18:15:49+00:00",
"post-type": "note",
"_id": "41949077",
"_source": "8007",
"_is_read": false
}
I've still got a little work to do before it's ready to share with other folks, but I've updated the page for my markdown replacement static site generator with details on how it works.
#IndieWeb #WebDev #Rust #RustLang
https://www.neopoligen.com
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hachyderm.io/@TheIdOfAlan/112972789107428296",
"content": {
"html": "<p>I've still got a little work to do before it's ready to share with other folks, but I've updated the page for my markdown replacement static site generator with details on how it works. </p><p><a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://hachyderm.io/tags/WebDev\">#<span>WebDev</span></a> <a href=\"https://hachyderm.io/tags/Rust\">#<span>Rust</span></a> <a href=\"https://hachyderm.io/tags/RustLang\">#<span>RustLang</span></a> </p><p><a href=\"https://www.neopoligen.com\"><span>https://www.</span><span>neopoligen.com</span><span></span></a></p>",
"text": "I've still got a little work to do before it's ready to share with other folks, but I've updated the page for my markdown replacement static site generator with details on how it works. \n\n#IndieWeb #WebDev #Rust #RustLang \n\nhttps://www.neopoligen.com"
},
"published": "2024-08-16T17:05:58+00:00",
"post-type": "note",
"_id": "41948369",
"_source": "8007",
"_is_read": false
}
Managed to improve a few more things, post content images are now visible for example 🙌
Forgot to include the link to the feed in my last toot, so here it is if you want to subscribe: https://dominikhofer.me/rss.xml
#rss #indieweb #smallweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.design/@dominik/112972502744506422",
"content": {
"html": "<p>Managed to improve a few more things, post content images are now visible for example \ud83d\ude4c</p><p>Forgot to include the link to the feed in my last toot, so here it is if you want to subscribe: <a href=\"https://dominikhofer.me/rss.xml\"><span>https://</span><span>dominikhofer.me/rss.xml</span><span></span></a></p><p><a href=\"https://mastodon.design/tags/rss\">#<span>rss</span></a> <a href=\"https://mastodon.design/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.design/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "Managed to improve a few more things, post content images are now visible for example \ud83d\ude4c\n\nForgot to include the link to the feed in my last toot, so here it is if you want to subscribe: https://dominikhofer.me/rss.xml\n\n#rss #indieweb #smallweb"
},
"published": "2024-08-16T15:53:09+00:00",
"post-type": "note",
"_id": "41947555",
"_source": "8007",
"_is_read": false
}
smol website update:
- added Herzenschein and Grell commissions to the art gallery
- updated previews for sites that have grown with time and now look even prettier & fixed links for sites that moved elsewhere
- added links to 12 websites that are fun, artsy, creative and personal
https://keeri.place/explore-web/websites.html
#Neocities #SmallWeb #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://pawb.fun/@keeri/112972282739092355",
"content": {
"html": "<p>smol website update:</p><p>- added Herzenschein and Grell commissions to the art gallery</p><p>- updated previews for sites that have grown with time and now look even prettier <img alt=\":Blobhaj_Love:\" height=\"16\" src=\"https://files.mastodon.social/cache/custom_emojis/images/000/802/337/original/ce6fb97875562186.png\" title=\":Blobhaj_Love:\" width=\"16\" /> & fixed links for sites that moved elsewhere</p><p>- added links to 12 websites that are fun, artsy, creative and personal</p><p><a href=\"https://keeri.place/explore-web/websites.html\"><span>https://</span><span>keeri.place/explore-web/websit</span><span>es.html</span></a></p><p><a href=\"https://pawb.fun/tags/Neocities\">#<span>Neocities</span></a> <a href=\"https://pawb.fun/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://pawb.fun/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "smol website update:\n\n- added Herzenschein and Grell commissions to the art gallery\n\n- updated previews for sites that have grown with time and now look even prettier & fixed links for sites that moved elsewhere\n\n- added links to 12 websites that are fun, artsy, creative and personal\n\nhttps://keeri.place/explore-web/websites.html\n\n#Neocities #SmallWeb #IndieWeb"
},
"published": "2024-08-16T14:57:12+00:00",
"post-type": "note",
"_id": "41946899",
"_source": "8007",
"_is_read": false
}
I spent the afternoon polishing my #rss feed a bit and learned a ton about them in the process (h/t to https://kevincox.ca/2022/05/06/rss-feed-best-practices/).
Some improvements include:
- A stylesheet, so it looks cleaner in the browser
- A little footer note at the end of each post, prompting the reader to send me their thoughts via email (h/t to Chris https://thoughts.uncountable.uk/ for the idea)
- Posts are now sorted by their publishing date (newest to oldest)
#indieweb #smallweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.design/@dominik/112972201638886663",
"content": {
"html": "<p>I spent the afternoon polishing my <a href=\"https://mastodon.design/tags/rss\">#<span>rss</span></a> feed a bit and learned a ton about them in the process (h/t to <a href=\"https://kevincox.ca/2022/05/06/rss-feed-best-practices/\"><span>https://</span><span>kevincox.ca/2022/05/06/rss-fee</span><span>d-best-practices/</span></a>).</p><p>Some improvements include:<br />- A stylesheet, so it looks cleaner in the browser<br />- A little footer note at the end of each post, prompting the reader to send me their thoughts via email (h/t to Chris <a href=\"https://thoughts.uncountable.uk/\"><span>https://</span><span>thoughts.uncountable.uk/</span><span></span></a> for the idea)<br />- Posts are now sorted by their publishing date (newest to oldest)</p><p><a href=\"https://mastodon.design/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.design/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "I spent the afternoon polishing my #rss feed a bit and learned a ton about them in the process (h/t to https://kevincox.ca/2022/05/06/rss-feed-best-practices/).\n\nSome improvements include:\n- A stylesheet, so it looks cleaner in the browser\n- A little footer note at the end of each post, prompting the reader to send me their thoughts via email (h/t to Chris https://thoughts.uncountable.uk/ for the idea)\n- Posts are now sorted by their publishing date (newest to oldest)\n\n#indieweb #smallweb"
},
"published": "2024-08-16T14:36:34+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/112/972/201/691/739/175/original/3a2bf2eb094a5610.png"
],
"post-type": "photo",
"_id": "41946754",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.online/@jlsksr/112972137340011042",
"content": {
"html": "<p>PPS: <span class=\"h-card\"><a class=\"u-url\" href=\"https://tiny.tilde.website/@troido\">@<span>troido</span></a></span> maintains the Tilde Town Cadastre: <a href=\"https://tilde.town/~troido/cadastre/\"><span>https://</span><span>tilde.town/~troido/cadastre/</span><span></span></a></p><p><a href=\"https://mastodon.online/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://mastodon.online/tags/smolweb\">#<span>smolweb</span></a> <a href=\"https://mastodon.online/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.online/tags/ascii\">#<span>ascii</span></a></p>\n<a class=\"u-mention\" href=\"https://tiny.tilde.website/@troido\"></a>",
"text": "PPS: @troido maintains the Tilde Town Cadastre: https://tilde.town/~troido/cadastre/\n\n#smallweb #smolweb #indieweb #ascii"
},
"published": "2024-08-16T14:20:13+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/112/972/137/366/706/047/original/04fe48944a852c7d.png"
],
"post-type": "photo",
"_id": "41946603",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://ohai.social/@3AM/112971817032317015",
"content": {
"html": "<p>so i did web bookmarks page, that's all</p><p><a href=\"https://webterrarium.yay.boo/\"><span>https://</span><span>webterrarium.yay.boo/</span><span></span></a></p><p><a href=\"https://ohai.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://ohai.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://ohai.social/tags/webdev\">#<span>webdev</span></a></p>",
"text": "so i did web bookmarks page, that's all\n\nhttps://webterrarium.yay.boo/\n\n#smallweb #indieweb #webdev"
},
"published": "2024-08-16T12:58:46+00:00",
"post-type": "note",
"_id": "41946177",
"_source": "8007",
"_is_read": false
}
Published a little collection of links from my latest trip down the rabbit hole that is the #fediverse (Plus a little idea for a new project?):
https://dominikhofer.me/diving-into-the-fediverse-once-again
#activitypub #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.design/@dominik/112971805957610143",
"content": {
"html": "<p>Published a little collection of links from my latest trip down the rabbit hole that is the <a href=\"https://mastodon.design/tags/fediverse\">#<span>fediverse</span></a> (Plus a little idea for a new project?):</p><p><a href=\"https://dominikhofer.me/diving-into-the-fediverse-once-again\"><span>https://</span><span>dominikhofer.me/diving-into-th</span><span>e-fediverse-once-again</span></a></p><p><a href=\"https://mastodon.design/tags/activitypub\">#<span>activitypub</span></a> <a href=\"https://mastodon.design/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Published a little collection of links from my latest trip down the rabbit hole that is the #fediverse (Plus a little idea for a new project?):\n\nhttps://dominikhofer.me/diving-into-the-fediverse-once-again\n\n#activitypub #indieweb"
},
"published": "2024-08-16T12:55:57+00:00",
"post-type": "note",
"_id": "41946178",
"_source": "8007",
"_is_read": false
}
I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. 😉 So here's Cool Personal Homepages #CPH Vol. 20: ~troido https://tilde.town/~troido/
PS: Troido is on Mastodon: @troido
#SmallWeb #indieweb #smolweb #PersonalSites #homepage #ascii
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.online/@jlsksr/112971778906567605",
"content": {
"html": "<p>I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. \ud83d\ude09 So here's Cool Personal Homepages <a href=\"https://mastodon.online/tags/CPH\">#<span>CPH</span></a> Vol. 20: ~troido <a href=\"https://tilde.town/~troido/\"><span>https://</span><span>tilde.town/~troido/</span><span></span></a></p><p>PS: Troido is on Mastodon: <span class=\"h-card\"><a class=\"u-url\" href=\"https://tiny.tilde.website/@troido\">@<span>troido</span></a></span> </p><p><a href=\"https://mastodon.online/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://mastodon.online/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.online/tags/smolweb\">#<span>smolweb</span></a> <a href=\"https://mastodon.online/tags/PersonalSites\">#<span>PersonalSites</span></a> <a href=\"https://mastodon.online/tags/homepage\">#<span>homepage</span></a> <a href=\"https://mastodon.online/tags/ascii\">#<span>ascii</span></a></p>\n<a class=\"u-mention\" href=\"https://tiny.tilde.website/@troido\"></a>",
"text": "I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. \ud83d\ude09 So here's Cool Personal Homepages #CPH Vol. 20: ~troido https://tilde.town/~troido/\n\nPS: Troido is on Mastodon: @troido \n\n#SmallWeb #indieweb #smolweb #PersonalSites #homepage #ascii"
},
"published": "2024-08-16T12:49:04+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/112/971/778/932/892/249/original/6774d00b6aff2e4f.png"
],
"post-type": "photo",
"_id": "41946179",
"_source": "8007",
"_is_read": false
}
Nice to get a brief mention in @jnv's excellent write-up on the web we've (never) lost.
"But after spending years in apps and on social media which actively discourage us from posting and clicking on links, one can get easily lost. I mean, it feels like the web became much smaller.
But the websites are still there – if you know where to look for them."
https://www.bitoff.org/web-we-never-lost/
#web #indieweb #PersonalWebsites
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://stefanbohacek.online/@stefan/112971697040916489",
"content": {
"html": "<p>Nice to get a brief mention in <span class=\"h-card\"><a class=\"u-url\" href=\"https://mastodon.social/@jnv\">@<span>jnv</span></a></span>'s excellent write-up on the web we've (never) lost.</p><p>\"But after spending years in apps and on social media which actively discourage us from posting and clicking on links, one can get easily lost. I mean, it feels like the web became much smaller.</p><p>But the websites are still there \u2013 if you know where to look for them.\"</p><p><a href=\"https://www.bitoff.org/web-we-never-lost/\"><span>https://www.</span><span>bitoff.org/web-we-never-lost/</span><span></span></a></p><p><a href=\"https://stefanbohacek.online/tags/web\">#<span>web</span></a> <a href=\"https://stefanbohacek.online/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://stefanbohacek.online/tags/PersonalWebsites\">#<span>PersonalWebsites</span></a></p>\n<a class=\"u-mention\" href=\"https://mastodon.social/@jnv\"></a>",
"text": "Nice to get a brief mention in @jnv's excellent write-up on the web we've (never) lost.\n\n\"But after spending years in apps and on social media which actively discourage us from posting and clicking on links, one can get easily lost. I mean, it feels like the web became much smaller.\n\nBut the websites are still there \u2013 if you know where to look for them.\"\n\nhttps://www.bitoff.org/web-we-never-lost/\n\n#web #indieweb #PersonalWebsites"
},
"published": "2024-08-16T12:28:15+00:00",
"post-type": "note",
"_id": "41945637",
"_source": "8007",
"_is_read": false
}
A Dearth of Rituals: And the Ritual of Death
I just submitted my entry for the August IndieWeb Blog Carnival -- Rituals — hosted at https://tangiblelife.net/indieweb-carnival-rituals
https://www.jeremycherfas.net/blog/a-dearth-of-ritual
#BlogCarnival #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@etp/112971530742336632",
"content": {
"html": "<p>A Dearth of Rituals: And the Ritual of Death</p><p>I just submitted my entry for the August IndieWeb Blog Carnival -- Rituals \u2014 hosted at <a href=\"https://tangiblelife.net/indieweb-carnival-rituals\"><span>https://</span><span>tangiblelife.net/indieweb-carn</span><span>ival-rituals</span></a></p><p><a href=\"https://www.jeremycherfas.net/blog/a-dearth-of-ritual\"><span>https://www.</span><span>jeremycherfas.net/blog/a-deart</span><span>h-of-ritual</span></a></p><p><a href=\"https://indieweb.social/tags/BlogCarnival\">#<span>BlogCarnival</span></a> <a href=\"https://indieweb.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "A Dearth of Rituals: And the Ritual of Death\n\nI just submitted my entry for the August IndieWeb Blog Carnival -- Rituals \u2014 hosted at https://tangiblelife.net/indieweb-carnival-rituals\n\nhttps://www.jeremycherfas.net/blog/a-dearth-of-ritual\n\n#BlogCarnival #IndieWeb"
},
"published": "2024-08-16T11:45:57+00:00",
"post-type": "note",
"_id": "41945638",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tweesecake.social/@weirdwriter/112969116669926664",
"content": {
"html": "<p>Why I left Patreon. <a href=\"https://robertkingett.com/posts/6613/\"><span>https://</span><span>robertkingett.com/posts/6613/</span><span></span></a> <a href=\"https://tweesecake.social/tags/NoPayWall\">#<span>NoPayWall</span></a> <a href=\"https://tweesecake.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://tweesecake.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://tweesecake.social/tags/Blogs\">#<span>Blogs</span></a></p>",
"text": "Why I left Patreon. https://robertkingett.com/posts/6613/ #NoPayWall #IndieWeb #Blog #Blogs"
},
"published": "2024-08-16T01:32:01+00:00",
"post-type": "note",
"_id": "41941763",
"_source": "8007",
"_is_read": false
}
@soatok Hm ... Comments are still a "Maybe, Maybe not" feature on our website.
We're thinking of doing it #webmentions style but with support for manual website input, e.g. you post a regular Fediverse/X/Blog post linking to one of our pages and submit that link to our page, and it then checks for link presence and comment text, and saves a copy of what it finds...
How's that interact with GDPR stuff, 'cuz we'd only be taking already-publicly-posted information...
{
"type": "entry",
"author": {
"name": "#webmentions",
"url": "https://mastodon.social/tags/webmentions",
"photo": null
},
"url": "https://fosstodon.org/@xaseiresh/112968386193723689",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://furry.engineer/@soatok\">@<span>soatok</span></a></span> Hm ... Comments are still a \"Maybe, Maybe not\" feature on our website.</p><p>We're thinking of doing it <a href=\"https://fosstodon.org/tags/webmentions\">#<span>webmentions</span></a> style but with support for manual website input, e.g. you post a regular Fediverse/X/Blog post linking to one of our pages and submit that link to our page, and it then checks for link presence and comment text, and saves a copy of what it finds...</p><p>How's that interact with GDPR stuff, 'cuz we'd only be taking already-publicly-posted information...</p>\n<a class=\"u-mention\" href=\"https://furry.engineer/@soatok\"></a>",
"text": "@soatok Hm ... Comments are still a \"Maybe, Maybe not\" feature on our website.\n\nWe're thinking of doing it #webmentions style but with support for manual website input, e.g. you post a regular Fediverse/X/Blog post linking to one of our pages and submit that link to our page, and it then checks for link presence and comment text, and saves a copy of what it finds...\n\nHow's that interact with GDPR stuff, 'cuz we'd only be taking already-publicly-posted information..."
},
"published": "2024-08-15T22:26:15+00:00",
"post-type": "note",
"_id": "41940897",
"_source": "8007",
"_is_read": false
}
Hey #smallweb and #indieweb builders 👋 there is still time to participate in the 32-Bit Cafe’s “Back To School” #codejam https://32bit.cafe/~xandra/events/codejam5/
Come join in the fun! #32bitcafe
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@flamed/112967996354323687",
"content": {
"html": "<p>Hey <a href=\"https://social.lol/tags/smallweb\">#<span>smallweb</span></a> and <a href=\"https://social.lol/tags/indieweb\">#<span>indieweb</span></a> builders \ud83d\udc4b there is still time to participate in the 32-Bit Cafe\u2019s \u201cBack To School\u201d <a href=\"https://social.lol/tags/codejam\">#<span>codejam</span></a> <a href=\"https://32bit.cafe/~xandra/events/codejam5/\"><span>https://</span><span>32bit.cafe/~xandra/events/code</span><span>jam5/</span></a><br />Come join in the fun! <a href=\"https://social.lol/tags/32bitcafe\">#<span>32bitcafe</span></a></p>",
"text": "Hey #smallweb and #indieweb builders \ud83d\udc4b there is still time to participate in the 32-Bit Cafe\u2019s \u201cBack To School\u201d #codejam https://32bit.cafe/~xandra/events/codejam5/\nCome join in the fun! #32bitcafe"
},
"published": "2024-08-15T20:47:07+00:00",
"post-type": "note",
"_id": "41940194",
"_source": "8007",
"_is_read": false
}