@mollywhite.net (@molly0xfff@hachyderm.io) my #IndieWeb blog is https://tantek.com/ with all posts & responses, @tantek.com #federated via #BridgyFed for posts & #fediverse @-@-responses¹, and lastly a time-delayed² Atom feed³ for top-posts only (notes, articles, sometimes photos)
¹ https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo
² https://indieweb.org/publish_delay
³ https://tantek.com/updates.atom
{
"type": "entry",
"published": "2024-02-19 14:42-0800",
"url": "http://tantek.com/2024/050/t1/",
"category": [
"IndieWeb",
"federated",
"BridgyFed",
"fediverse"
],
"in-reply-to": [
"https://hachyderm.io/@molly0xfff/111908294962007998"
],
"content": {
"text": "@mollywhite.net (@molly0xfff@hachyderm.io) my #IndieWeb blog is https://tantek.com/ with all posts & responses, @tantek.com #federated via #BridgyFed for posts & #fediverse @-@-responses\u00b9, and lastly a time-delayed\u00b2 Atom feed\u00b3 for top-posts only (notes, articles, sometimes photos)\n\n\u00b9 https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\n\u00b2 https://indieweb.org/publish_delay\n\u00b3 https://tantek.com/updates.atom",
"html": "<a href=\"https://mollywhite.net\">@mollywhite.net</a> (<a href=\"https://hachyderm.io/@molly0xfff\">@molly0xfff@hachyderm.io</a>) my #<span class=\"p-category\">IndieWeb</span> blog is <a href=\"https://tantek.com/\">https://tantek.com/</a> with all posts & responses, <a href=\"https://tantek.com\">@tantek.com</a> #<span class=\"p-category\">federated</span> via #<span class=\"p-category\">BridgyFed</span> for posts & #<span class=\"p-category\">fediverse</span> @-@-responses<a href=\"http://tantek.com/#t5VY1_note-1\">\u00b9</a>, and lastly a time-delayed<a href=\"http://tantek.com/#t5VY1_note-2\">\u00b2</a> Atom feed<a href=\"http://tantek.com/#t5VY1_note-3\">\u00b3</a> for top-posts only (notes, articles, sometimes photos)<br /><br /><a href=\"http://tantek.com/#t5VY1_ref-1\">\u00b9</a> <a href=\"https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\">https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo</a><br /><a href=\"http://tantek.com/#t5VY1_ref-2\">\u00b2</a> <a href=\"https://indieweb.org/publish_delay\">https://indieweb.org/publish_delay</a><br /><a href=\"http://tantek.com/#t5VY1_ref-3\">\u00b3</a> <a href=\"https://tantek.com/updates.atom\">https://tantek.com/updates.atom</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "reply",
"refs": {
"https://hachyderm.io/@molly0xfff/111908294962007998": {
"type": "entry",
"url": "https://hachyderm.io/@molly0xfff/111908294962007998",
"name": "hachyderm.io user molly0xfff\u2019s post",
"post-type": "article"
}
},
"_id": "40333057",
"_source": "1",
"_is_read": false
}
I get a little buzz seeing my own posts come up in my timeline. A handcrafted personal website that generates its own social images is pretty cool. Publishing for myself and by myself is such a great thing! #IndieWeb #HeartSoulMachine
{
"type": "entry",
"author": {
"name": "@timklapdor",
"url": "https://mastodon.social/@timklapdor",
"photo": null
},
"url": "https://mastodon.social/@timklapdor/111961548699725217",
"content": {
"html": "<p>I get a little buzz seeing my own posts come up in my timeline. A handcrafted personal website that generates its own social images is pretty cool. Publishing for myself and by myself is such a great thing! <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastodon.social/tags/HeartSoulMachine\">#<span>HeartSoulMachine</span></a></p>",
"text": "I get a little buzz seeing my own posts come up in my timeline. A handcrafted personal website that generates its own social images is pretty cool. Publishing for myself and by myself is such a great thing! #IndieWeb #HeartSoulMachine"
},
"published": "2024-02-20T02:54:14+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/111/961/548/415/880/955/original/a71980350c2e3ba0.jpeg"
],
"post-type": "photo",
"_id": "40332740",
"_source": "8007",
"_is_read": false
}
blathering about combining metadata formats on a web page
This article on the minimal markup needed for link previews has got me thinking about consolidating metadata again.
I could go pure #IndieWeb and throw out everything that isn't visible on the page and marked up with microformats2, but I there's a lot of stuff out there that doesn't read microformats2.
I've already consolidated most of the <meta>
tag-based labels like OpenGraph and older HTML conventions. What I may get rid of:
- OpenGraph category/tag/etc. details, unless something out there actually uses it.
- The redundant chunk of JSON-LD for Schema.org
I assume anything that uses Schema.org will fall back to OpenGraph or plain HTML for anything they have in common, but I don't know whether they'll still fall back if I keep a JSON-LD chunk with the Schema-specific fields like more detailed article types, what media/event/place is being reviewed, etc.
I wonder if I can add them as microdata where I already have the microformats2 info....
{
"type": "entry",
"author": {
"name": "@kelsonv",
"url": "https://gts.keysmash.xyz/@kelsonv",
"photo": null
},
"url": "https://gts.keysmash.xyz/@kelsonv/statuses/01HQ25WDJ86BJES7F7PSCGDKX1",
"content": {
"html": "<p>blathering about combining metadata formats on a web page</p><p>This article on the <a href=\"https://meiert.com/en/blog/minimal-social-markup/\">minimal markup needed for link previews</a> has got me thinking about consolidating metadata again.</p><p>I <em>could</em> go pure <a href=\"https://gts.keysmash.xyz/tags/indieweb\">#<span>IndieWeb</span></a> and throw out everything that isn't visible on the page and marked up with microformats2, but I there's a lot of stuff out there that doesn't read microformats2.</p><p>I've already consolidated most of the <code><meta></code> tag-based labels like OpenGraph and older HTML conventions. What I may get rid of:</p><ul><li>OpenGraph category/tag/etc. details, unless something out there actually uses it.</li><li>The redundant chunk of JSON-LD for Schema.org</li></ul><p>I assume anything that uses Schema.org will fall back to OpenGraph or plain HTML for anything they have in common, but I don't know whether they'll still fall back if I keep a JSON-LD chunk with the Schema-specific fields like more detailed article types, what media/event/place is being reviewed, etc.</p><p>I wonder if I can add them as microdata where I already have the microformats2 info....</p>",
"text": "blathering about combining metadata formats on a web pageThis article on the minimal markup needed for link previews has got me thinking about consolidating metadata again.\n\nI could go pure #IndieWeb and throw out everything that isn't visible on the page and marked up with microformats2, but I there's a lot of stuff out there that doesn't read microformats2.\n\nI've already consolidated most of the <meta> tag-based labels like OpenGraph and older HTML conventions. What I may get rid of:OpenGraph category/tag/etc. details, unless something out there actually uses it.The redundant chunk of JSON-LD for Schema.orgI assume anything that uses Schema.org will fall back to OpenGraph or plain HTML for anything they have in common, but I don't know whether they'll still fall back if I keep a JSON-LD chunk with the Schema-specific fields like more detailed article types, what media/event/place is being reviewed, etc.\n\nI wonder if I can add them as microdata where I already have the microformats2 info...."
},
"published": "2024-02-20T02:35:25+00:00",
"post-type": "note",
"_id": "40332678",
"_source": "8007",
"_is_read": false
}
👋 I’m at gregorlove.com and this reply is also coming from there!
{
"type": "entry",
"published": "2024-02-19 15:45-0800",
"url": "https://gregorlove.com/2024/02/wave-im-at/",
"category": [
"indieweb"
],
"in-reply-to": [
"https://hachyderm.io/@molly0xfff/111908294962007998"
],
"content": {
"text": "\ud83d\udc4b I\u2019m at gregorlove.com and this reply is also coming from there!",
"html": "<p>\ud83d\udc4b I\u2019m at <a href=\"https://gregorlove.com/\">gregorlove.com</a> and this reply is also coming from there!</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "reply",
"_id": "40332014",
"_source": "95",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@molly0xfff",
"url": "https://hachyderm.io/@molly0xfff",
"photo": null
},
"url": "https://hachyderm.io/@molly0xfff/111960696197094015",
"content": {
"html": "<p><a href=\"http://indieweb.org\"><span>http://</span><span>indieweb.org</span><span></span></a> is a terrible influence</p><p><a href=\"https://hachyderm.io/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "http://indieweb.org is a terrible influence\n\n#indieweb"
},
"published": "2024-02-19T23:17:26+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/111/960/696/764/648/820/original/c3ea50ccf90c5845.png"
],
"post-type": "photo",
"_id": "40331672",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fed.brid.gy/r/https://tantek.com/2024/050/t1/",
"content": {
"html": "<a href=\"https://mollywhite.net\">@mollywhite.net</a> (<a href=\"https://hachyderm.io/@molly0xfff\">@molly0xfff@hachyderm.io</a>) my <a href=\"https://indieweb.social/tags/IndieWeb\">#<span class=\"p-category\">IndieWeb</span></a> blog is <a href=\"https://tantek.com/\">https://tantek.com/</a> with all posts & responses, <a href=\"https://tantek.com\">@tantek.com</a> <a href=\"https://indieweb.social/tags/federated\">#<span class=\"p-category\">federated</span></a> via <a href=\"https://indieweb.social/tags/BridgyFed\">#<span class=\"p-category\">BridgyFed</span></a> for posts & <a href=\"https://indieweb.social/tags/fediverse\">#<span class=\"p-category\">fediverse</span></a> @-@-responses<a href=\"https://tantek.com/2024/050/t1/#t5VY1_note-1\">\u00b9</a>, and lastly a time-delayed<a href=\"https://tantek.com/2024/050/t1/#t5VY1_note-2\">\u00b2</a> Atom feed<a href=\"https://tantek.com/2024/050/t1/#t5VY1_note-3\">\u00b3</a> for top-posts only (notes, articles, sometimes photos)<br /><br /><a href=\"https://tantek.com/2024/050/t1/#t5VY1_ref-1\">\u00b9</a> <a href=\"https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\">https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo</a><br /><a href=\"https://tantek.com/2024/050/t1/#t5VY1_ref-2\">\u00b2</a> <a href=\"https://indieweb.org/publish_delay\">https://indieweb.org/publish_delay</a><br /><a href=\"https://tantek.com/2024/050/t1/#t5VY1_ref-3\">\u00b3</a> <a href=\"https://tantek.com/updates.atom\">https://tantek.com/updates.atom</a>\n<a class=\"u-mention\" href=\"https://hachyderm.io/@molly0xfff\"></a>\n<a class=\"u-mention\" href=\"https://mollywhite.net\"></a>\n<a class=\"u-mention\" href=\"https://tantek.com\"></a>",
"text": "@mollywhite.net (@molly0xfff@hachyderm.io) my #IndieWeb blog is https://tantek.com/ with all posts & responses, @tantek.com #federated via #BridgyFed for posts & #fediverse @-@-responses\u00b9, and lastly a time-delayed\u00b2 Atom feed\u00b3 for top-posts only (notes, articles, sometimes photos)\n\n\u00b9 https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\n\u00b2 https://indieweb.org/publish_delay\n\u00b3 https://tantek.com/updates.atom"
},
"published": "2024-02-19T22:42:00+00:00",
"post-type": "note",
"_id": "40331423",
"_source": "8007",
"_is_read": false
}
Mastodon Replies as blog comments:
Check out my new blog post where I detail how I added social interactions to my personal blog!
https://wandy.dev/posts/2024-02-19-adding-social-interactions-to-my-blog
#IndieWeb #Fediverse #PersonalBlog #JavaScript #Blog
{
"type": "entry",
"author": {
"name": "@wandy_dev",
"url": "https://mstdn.social/@wandy_dev",
"photo": null
},
"url": "https://mstdn.social/@wandy_dev/111960588501877600",
"content": {
"html": "<p>Mastodon Replies as blog comments:</p><p>Check out my new blog post where I detail how I added social interactions to my personal blog!</p><p><a href=\"https://wandy.dev/posts/2024-02-19-adding-social-interactions-to-my-blog\"><span>https://</span><span>wandy.dev/posts/2024-02-19-add</span><span>ing-social-interactions-to-my-blog</span></a></p><p><a href=\"https://mstdn.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mstdn.social/tags/Fediverse\">#<span>Fediverse</span></a> <a href=\"https://mstdn.social/tags/PersonalBlog\">#<span>PersonalBlog</span></a> <a href=\"https://mstdn.social/tags/JavaScript\">#<span>JavaScript</span></a> <a href=\"https://mstdn.social/tags/Blog\">#<span>Blog</span></a></p>",
"text": "Mastodon Replies as blog comments:\n\nCheck out my new blog post where I detail how I added social interactions to my personal blog!\n\nhttps://wandy.dev/posts/2024-02-19-adding-social-interactions-to-my-blog\n\n#IndieWeb #Fediverse #PersonalBlog #JavaScript #Blog"
},
"published": "2024-02-19T22:50:03+00:00",
"post-type": "note",
"_id": "40331424",
"_source": "8007",
"_is_read": false
}
my stupid mastodon app was not working as i was out of town, but the 32-bit cafe is expanding our #smallweb community into another platform as well as discord. keeping our community in a walled garden is not what we wanted to do.
so 4 days ago, we launched https://discourse.32bit.cafe!
took a lot of work and planning, but we got it done thanks to the help of our amazing staff and beta testers! if you've wanted to interact with us or the community and didn't really want to hop on discord, we totally understand and had you in mind for this. hope to see you there, if you're interested in joining a group of hobbyists who want to build up the independent web in a positive and encouraging environment :)
#indieweb #webdev #webcommunity #community #internet #webdesign #web #openweb #cozyweb #personalweb
{
"type": "entry",
"author": {
"name": "@xandra",
"url": "https://tilde.zone/@xandra",
"photo": null
},
"url": "https://tilde.zone/@xandra/111960220649700589",
"content": {
"html": "<p>my stupid mastodon app was not working as i was out of town, but the 32-bit cafe is expanding our <a href=\"https://tilde.zone/tags/smallweb\">#<span>smallweb</span></a> community into another platform as well as discord. keeping our community in a walled garden is not what we wanted to do.</p><p>so 4 days ago, we launched <a href=\"https://discourse.32bit.cafe\"><span>https://</span><span>discourse.32bit.cafe</span><span></span></a>! </p><p>took a lot of work and planning, but we got it done thanks to the help of our amazing staff and beta testers! if you've wanted to interact with us or the community and didn't really want to hop on discord, we totally understand and had you in mind for this. hope to see you there, if you're interested in joining a group of hobbyists who want to build up the independent web in a positive and encouraging environment :)</p><p><a href=\"https://tilde.zone/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://tilde.zone/tags/webdev\">#<span>webdev</span></a> <a href=\"https://tilde.zone/tags/webcommunity\">#<span>webcommunity</span></a> <a href=\"https://tilde.zone/tags/community\">#<span>community</span></a> <a href=\"https://tilde.zone/tags/internet\">#<span>internet</span></a> <a href=\"https://tilde.zone/tags/webdesign\">#<span>webdesign</span></a> <a href=\"https://tilde.zone/tags/web\">#<span>web</span></a> <a href=\"https://tilde.zone/tags/openweb\">#<span>openweb</span></a> <a href=\"https://tilde.zone/tags/cozyweb\">#<span>cozyweb</span></a> <a href=\"https://tilde.zone/tags/personalweb\">#<span>personalweb</span></a></p>",
"text": "my stupid mastodon app was not working as i was out of town, but the 32-bit cafe is expanding our #smallweb community into another platform as well as discord. keeping our community in a walled garden is not what we wanted to do.\n\nso 4 days ago, we launched https://discourse.32bit.cafe! \n\ntook a lot of work and planning, but we got it done thanks to the help of our amazing staff and beta testers! if you've wanted to interact with us or the community and didn't really want to hop on discord, we totally understand and had you in mind for this. hope to see you there, if you're interested in joining a group of hobbyists who want to build up the independent web in a positive and encouraging environment :)\n\n#indieweb #webdev #webcommunity #community #internet #webdesign #web #openweb #cozyweb #personalweb"
},
"published": "2024-02-19T21:16:30+00:00",
"post-type": "note",
"_id": "40330689",
"_source": "8007",
"_is_read": true
}
Running your own services on the public internet can bring years—maybe even a lifetime—of joy, purpose, and connection. It also requires continuous attention and care, at least a little bit every day, even when you don't feel like it.
I believe in the #IndieWeb philosophy that encourages people to explore the option of owning their own digital resources, but I wonder if we under-emphasize how it's more like adopting a puppy than like getting into woodworking.
https://infosec.exchange/@jerry/111960061005061691
{
"type": "entry",
"author": {
"name": "@jmac",
"url": "https://masto.nyc/@jmac",
"photo": null
},
"url": "https://masto.nyc/@jmac/111960128072056633",
"content": {
"html": "<p>Running your own services on the public internet can bring years\u2014maybe even a lifetime\u2014of joy, purpose, and connection. It also requires continuous attention and care, at least a little bit every day, even when you don't feel like it.</p><p>I believe in the <a href=\"https://masto.nyc/tags/IndieWeb\">#<span>IndieWeb</span></a> philosophy that encourages people to explore the option of owning their own digital resources, but I wonder if we under-emphasize how it's more like adopting a puppy than like getting into woodworking.</p><p><a href=\"https://infosec.exchange/@jerry/111960061005061691\"><span>https://</span><span>infosec.exchange/@jerry/111960</span><span>061005061691</span></a></p>",
"text": "Running your own services on the public internet can bring years\u2014maybe even a lifetime\u2014of joy, purpose, and connection. It also requires continuous attention and care, at least a little bit every day, even when you don't feel like it.\n\nI believe in the #IndieWeb philosophy that encourages people to explore the option of owning their own digital resources, but I wonder if we under-emphasize how it's more like adopting a puppy than like getting into woodworking.\n\nhttps://infosec.exchange/@jerry/111960061005061691"
},
"published": "2024-02-19T20:52:57+00:00",
"post-type": "note",
"_id": "40330496",
"_source": "8007",
"_is_read": false
}
I spent a lot of time on my Matrix homeserver over the weekend, and it's really paid off.
Feels good to begin to understand more about the protocol and how Synapse works. Also good: my Discord and Instagram bridges are more functional now!
I love having fewer apps I have to use in order to stay in touch with friends, family, and colleagues.
#SelfHosting #IndieWeb #Interoperability #Matrix #FOSS
{
"type": "entry",
"author": {
"name": "@josh",
"url": "https://josh.tel/@josh",
"photo": null
},
"url": "https://josh.tel/@josh/111959751136975956",
"content": {
"html": "<p>I spent a lot of time on my Matrix homeserver over the weekend, and it's really paid off.</p><p>Feels good to begin to understand more about the protocol and how Synapse works. Also good: my Discord and Instagram bridges are more functional now!</p><p>I love having fewer apps I have to use in order to stay in touch with friends, family, and colleagues.</p><p><a href=\"https://josh.tel/tags/SelfHosting\">#<span>SelfHosting</span></a> <a href=\"https://josh.tel/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://josh.tel/tags/Interoperability\">#<span>Interoperability</span></a> <a href=\"https://josh.tel/tags/Matrix\">#<span>Matrix</span></a> <a href=\"https://josh.tel/tags/FOSS\">#<span>FOSS</span></a></p>",
"text": "I spent a lot of time on my Matrix homeserver over the weekend, and it's really paid off.\n\nFeels good to begin to understand more about the protocol and how Synapse works. Also good: my Discord and Instagram bridges are more functional now!\n\nI love having fewer apps I have to use in order to stay in touch with friends, family, and colleagues.\n\n#SelfHosting #IndieWeb #Interoperability #Matrix #FOSS"
},
"published": "2024-02-19T19:17:06+00:00",
"post-type": "note",
"_id": "40329742",
"_source": "8007",
"_is_read": false
}
With my foray into the world of #indieweb, I've had to think about my strategy for post/content syndication across the site, the #fediverse and other "social places”. I’ve written up my syndication strategy here!
https://shellsharks.com/syndication-strategy
#mondayblogs #posse #pesos
{
"type": "entry",
"author": {
"name": "@shellsharks",
"url": "https://infosec.exchange/@shellsharks",
"photo": null
},
"url": "https://infosec.exchange/@shellsharks/111959647357949105",
"content": {
"html": "<p>With my foray into the world of <a href=\"https://infosec.exchange/tags/indieweb\">#<span>indieweb</span></a>, I've had to think about my strategy for post/content syndication across the site, the <a href=\"https://infosec.exchange/tags/fediverse\">#<span>fediverse</span></a> and other \"social places\u201d. I\u2019ve written up my syndication strategy here!</p><p><a href=\"https://shellsharks.com/syndication-strategy\"><span>https://</span><span>shellsharks.com/syndication-st</span><span>rategy</span></a></p><p><a href=\"https://infosec.exchange/tags/mondayblogs\">#<span>mondayblogs</span></a> <a href=\"https://infosec.exchange/tags/posse\">#<span>posse</span></a> <a href=\"https://infosec.exchange/tags/pesos\">#<span>pesos</span></a></p>",
"text": "With my foray into the world of #indieweb, I've had to think about my strategy for post/content syndication across the site, the #fediverse and other \"social places\u201d. I\u2019ve written up my syndication strategy here!\n\nhttps://shellsharks.com/syndication-strategy\n\n#mondayblogs #posse #pesos"
},
"published": "2024-02-19T18:50:42+00:00",
"post-type": "note",
"_id": "40329743",
"_source": "8007",
"_is_read": false
}
…I’ll also add to the list:
- Make a set of “hero images” you can use in your blog posts to make text-heavy articles look interesting.
- Play around with the
og:image
(sometimes called the “featured image or twitter card”) for your posts. Create a default one for when there’s no images in your posts so they can still get that “rich web link” treatment on other sites.
100 things you can do on your personal website by an author (jamesg.blog) One of my favourite things to do in my free time is to tinker with this website. Indeed, this website is the culmination of years of tinkering. I have added features like coffee shop maps that I can share with friends, a way for me to share my bio in two languages, a sitemap.xml file to help search …
https://starrwulfe.xyz/f/1zaT
#goodIdeas #Indieweb #websiteBuilding
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://starrwulfe.xyz/2024/02/b4e21d8/",
"content": {
"html": "<p>\u2026I\u2019ll also add to the list:</p><ul><li>\u00a0Make a set of\u00a0 \u201chero images\u201d you can use in your blog posts to make text-heavy articles look interesting.</li><li>Play around with the <code>og:image</code> (sometimes called the <a href=\"https://kaydee.net/blog/open-graph-image/\">\u201cfeatured image or twitter card\u201d</a>) for your posts. Create a default one for when there\u2019s no images in your posts so they can still get that \u201crich web link\u201d treatment on other sites.</li></ul><span><span></span></span><a class=\"p-name u-url\" href=\"https://jamesg.blog/2024/02/19/personal-website-ideas/\">100 things you can do on your personal website</a> by <span class=\"h-card p-author\">an author</span> <em>(<span class=\"p-publication\">jamesg.blog</span>)</em> <blockquote><p>One of my favourite things to do in my free time is to tinker with this website. Indeed, this website is the culmination of years of tinkering. I have added features like coffee shop maps that I can share with friends, a way for me to share my bio in two languages, a sitemap.xml file to help search \u2026</p></blockquote> <p><a href=\"https://starrwulfe.xyz/f/1zaT\">https://starrwulfe.xyz/f/1zaT</a></p><p><a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/good-ideas/\">#goodIdeas</a> <a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/indieweb/\">#Indieweb</a> <a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/website-building/\">#websiteBuilding</a></p>",
"text": "\u2026I\u2019ll also add to the list:\u00a0Make a set of\u00a0 \u201chero images\u201d you can use in your blog posts to make text-heavy articles look interesting.Play around with the og:image (sometimes called the \u201cfeatured image or twitter card\u201d) for your posts. Create a default one for when there\u2019s no images in your posts so they can still get that \u201crich web link\u201d treatment on other sites.100 things you can do on your personal website by an author (jamesg.blog) One of my favourite things to do in my free time is to tinker with this website. Indeed, this website is the culmination of years of tinkering. I have added features like coffee shop maps that I can share with friends, a way for me to share my bio in two languages, a sitemap.xml file to help search \u2026 https://starrwulfe.xyz/f/1zaT\n\n#goodIdeas #Indieweb #websiteBuilding"
},
"published": "2024-02-19T16:44:48+00:00",
"post-type": "note",
"_id": "40329237",
"_source": "8007",
"_is_read": false
}
I have made a list of ~100 ideas of things you can do on your personal website 💯
I hope the list can satisfy your curiosity when you have a free moment and the question "what can I do with my website today?" in the back of your mind.
At the end, there is a call-to-action: share your ideas, too!
https://jamesg.blog/2024/02/19/personal-website-ideas/
#indieweb #personalwebsites #personalsites
{
"type": "entry",
"author": {
"name": "@capjamesg",
"url": "https://indieweb.social/@capjamesg",
"photo": null
},
"url": "https://indieweb.social/@capjamesg/111957731148549105",
"content": {
"html": "<p>I have made a list of ~100 ideas of things you can do on your personal website \ud83d\udcaf</p><p>I hope the list can satisfy your curiosity when you have a free moment and the question \"what can I do with my website today?\" in the back of your mind.</p><p>At the end, there is a call-to-action: share your ideas, too!</p><p><a href=\"https://jamesg.blog/2024/02/19/personal-website-ideas/\"><span>https://</span><span>jamesg.blog/2024/02/19/persona</span><span>l-website-ideas/</span></a></p><p><a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/personalwebsites\">#<span>personalwebsites</span></a> <a href=\"https://indieweb.social/tags/personalsites\">#<span>personalsites</span></a></p>",
"text": "I have made a list of ~100 ideas of things you can do on your personal website \ud83d\udcaf\n\nI hope the list can satisfy your curiosity when you have a free moment and the question \"what can I do with my website today?\" in the back of your mind.\n\nAt the end, there is a call-to-action: share your ideas, too!\n\nhttps://jamesg.blog/2024/02/19/personal-website-ideas/\n\n#indieweb #personalwebsites #personalsites"
},
"published": "2024-02-19T10:43:23+00:00",
"post-type": "note",
"_id": "40325673",
"_source": "8007",
"_is_read": false
}
Social media lured users with money for “content” but also hooked them with addictive features like endless feeds, “like” buttons, and clickbait algorithms. We all know the negative effects these apps have on users’ well-being. Mainstream social media platforms are now in a bad shape, and I believe people are aware of the problems and […] …
https://lars-christian.com/notes/85602fde90/
#blogging #indieweb #smallweb
{
"type": "entry",
"author": {
"name": "@lars",
"url": "https://mastodon.social/@lars",
"photo": null
},
"url": "https://mastodon.social/@lars/111957015699099418",
"content": {
"html": "<p>Social media lured users with money for \u201ccontent\u201d but also hooked them with addictive features like endless feeds, \u201clike\u201d buttons, and clickbait algorithms. We all know the negative effects these apps have on users\u2019 well-being. Mainstream social media platforms are now in a bad shape, and I believe people are aware of the problems and [\u2026] \u2026 </p><p><a href=\"https://lars-christian.com/notes/85602fde90/\"><span>https://</span><span>lars-christian.com/notes/85602</span><span>fde90/</span></a><br /><a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</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": "Social media lured users with money for \u201ccontent\u201d but also hooked them with addictive features like endless feeds, \u201clike\u201d buttons, and clickbait algorithms. We all know the negative effects these apps have on users\u2019 well-being. Mainstream social media platforms are now in a bad shape, and I believe people are aware of the problems and [\u2026] \u2026 \n\nhttps://lars-christian.com/notes/85602fde90/\n#blogging #indieweb #smallweb"
},
"published": "2024-02-19T07:41:26+00:00",
"post-type": "note",
"_id": "40324747",
"_source": "8007",
"_is_read": false
}
If you liked How to sync Lire with Miniflux 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/111956278709076250",
"content": {
"html": "<p>If you liked How to sync Lire with Miniflux 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 How to sync Lire with Miniflux my feed URL is https://robertkingett.com/feed/ #RSS #IndieWeb #SmallWeb"
},
"published": "2024-02-19T04:34:01+00:00",
"post-type": "note",
"_id": "40323738",
"_source": "8007",
"_is_read": false
}
Interesting thread from Mastodon’s Renaud Chaput, noticed via The Fediverse Report, about how Mastodon is approaching quote posts:
It is a complex task and we have been working on defining the feature and the protocol-level details for some time. We are moving forward, and there are fewer hard questions to answers, but progress is there.
I can see a place for more control like this. But also, I like simple Markdown and HTML block quotes, because it scales from microblog posts to excerpts of long posts, for the whole web.
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2024/02/18/interesting-thread-from.html",
"content": {
"html": "<p><a href=\"https://oisaur.com/@renchap/111925452013048778\">Interesting thread</a> from Mastodon\u2019s Renaud Chaput, noticed <a href=\"https://fediversereport.com/last-week-in-fediverse-ep-56/\">via The Fediverse Report</a>, about how Mastodon is approaching quote posts:</p>\n<blockquote>\n<p>It is a complex task and we have been working on defining the feature and the protocol-level details for some time. We are moving forward, and there are fewer hard questions to answers, but progress is there.</p>\n</blockquote>\n<p>I can see a place for more control like this. But also, I like simple Markdown and HTML block quotes, because it scales from microblog posts to excerpts of long posts, for the whole web.</p>",
"text": "Interesting thread from Mastodon\u2019s Renaud Chaput, noticed via The Fediverse Report, about how Mastodon is approaching quote posts:\n\nIt is a complex task and we have been working on defining the feature and the protocol-level details for some time. We are moving forward, and there are fewer hard questions to answers, but progress is there.\n\nI can see a place for more control like this. But also, I like simple Markdown and HTML block quotes, because it scales from microblog posts to excerpts of long posts, for the whole web."
},
"published": "2024-02-18T21:09:13-06:00",
"post-type": "note",
"_id": "40323561",
"_source": "12",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "Kh\u00fcrt Williams",
"url": "https://islandinthenet.com/",
"photo": null
},
"url": "https://islandinthenet.com/sunday-paper-17/",
"published": "2024-02-18T17:36:00-05:00",
"content": {
"html": "<p>What is the American Dream?</p>\n<blockquote><p>I would argue that democracy in the US, if it can be said to still exist, is weakened by decades corruption. It has been eroded to a thin veneer with little substance because the substance of democracy is the people. And the majority of people of the US stopped caring decades ago. Any sense of civic responsibility, of active citizenship has been eroded by decades of apathy. The truth is, America traded that responsibility for something shiny, something convenient: The American Dream. - <a href=\"https://beardystarstuff.net/2023/11/25/ive-written-two.html\">The substance of democracy is us. To keep it we need to work for it everyday</a> by <a href=\"https://micro.blog/Denny\">@Denny</a></p>\n</blockquote>\n<p>One developer's well meaning effort to bridge two communities has led to condemnation from both.</p>\n<blockquote><p>Bluesky is on the verge of federating its AT Protocol, meaning that anyone will be able to set up a server and make their own social network using the open source software; each individual server will be able to communicate with the others, requiring a user to have just one account across all the different social networks on the protocol. But Mastodon uses a different protocol called ActivityPub, meaning that Bluesky and Mastodon users cannot natively interact.</p>\n<p>Turns out, some Mastodon users like it that way. - <a href=\"https://techcrunch.com/2024/02/14/bluesky-and-mastodon-users-are-having-a-fight-that-could-shape-the-next-generation-of-social-media/\">Bluesky and Mastodon users are having a fight that could shape the next generation of social media</a></p>\n</blockquote>\n<p>I believe there might be some resistance. I didn't get my bike for the daily commute. The reason was my bad knees. And really, how would they even enforce such a thing? Picture this: police officers on bikes, stopping folks out for a ride? It's hard to imagine.</p>\n<blockquote><p>Serious crashes involving those modes are so relatively rare, though \u2014 the National Transportation Safety Board recorded just 119 e-bike-involved fatalities between 2017 and 2021 vs. the 192,709 caused by drivers \u2014 that advocates say the legislation would do little more than increase already-steep barriers to human-scaled mobility posed by traffic violence, while undermining the climate, equity, and safety goals that low-speed modes can help communities reach. - <a href=\"https://usa.streetsblog.org/2024/02/14/why-every-e-biker-should-be-worried-about-njs-proposed-micromobility-insurance-law\">Why Every E-Biker Should Be Worried About NJ's Proposed Micromobility Insurance Law</a></p>\n</blockquote>",
"text": "What is the American Dream?\nI would argue that democracy in the US, if it can be said to still exist, is weakened by decades corruption. It has been eroded to a thin veneer with little substance because the substance of democracy is the people. And the majority of people of the US stopped caring decades ago. Any sense of civic responsibility, of active citizenship has been eroded by decades of apathy. The truth is, America traded that responsibility for something shiny, something convenient: The American Dream. - The substance of democracy is us. To keep it we need to work for it everyday by @Denny\n\nOne developer's well meaning effort to bridge two communities has led to condemnation from both.\nBluesky is on the verge of federating its AT Protocol, meaning that anyone will be able to set up a server and make their own social network using the open source software; each individual server will be able to communicate with the others, requiring a user to have just one account across all the different social networks on the protocol. But Mastodon uses a different protocol called ActivityPub, meaning that Bluesky and Mastodon users cannot natively interact.\nTurns out, some Mastodon users like it that way. - Bluesky and Mastodon users are having a fight that could shape the next generation of social media\n\nI believe there might be some resistance. I didn't get my bike for the daily commute. The reason was my bad knees. And really, how would they even enforce such a thing? Picture this: police officers on bikes, stopping folks out for a ride? It's hard to imagine.\nSerious crashes involving those modes are so relatively rare, though \u2014 the National Transportation Safety Board recorded just 119 e-bike-involved fatalities between 2017 and 2021 vs. the 192,709 caused by drivers \u2014 that advocates say the legislation would do little more than increase already-steep barriers to human-scaled mobility posed by traffic violence, while undermining the climate, equity, and safety goals that low-speed modes can help communities reach. - Why Every E-Biker Should Be Worried About NJ's Proposed Micromobility Insurance Law"
},
"name": "Sunday Paper",
"post-type": "article",
"_id": "40322833",
"_source": "242",
"_is_read": false
}
tech
response codes so far today: firewall blocked: 2778, 403: 1081, 404: 226, 444: 130, 200: 45
i know indie web is supposed to be all snuggles, but it really is about constant admin and blocking a large percent of traffic which is fucking goddamn bots.
#IndieWeb
{
"type": "entry",
"author": {
"name": "@brood",
"url": "https://zirk.us/@brood",
"photo": null
},
"url": "https://zirk.us/@brood/111954788782641508",
"content": {
"html": "<p>tech</p><p>response codes so far today: firewall blocked: 2778, 403: 1081, 404: 226, 444: 130, 200: 45</p><p>i know indie web is supposed to be all snuggles, but it really is about constant admin and blocking a large percent of traffic which is fucking goddamn bots.</p><p><a href=\"https://zirk.us/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "techresponse codes so far today: firewall blocked: 2778, 403: 1081, 404: 226, 444: 130, 200: 45\n\ni know indie web is supposed to be all snuggles, but it really is about constant admin and blocking a large percent of traffic which is fucking goddamn bots.\n\n#IndieWeb"
},
"published": "2024-02-18T22:15:06+00:00",
"post-type": "note",
"_id": "40322073",
"_source": "8007",
"_is_read": false
}
@lenoreo micro.blog! They're an independent blogging platform for both micro and long-format blogging that includes social networking style features. Critically they're very supportive of the #indieweb and #fediverse and have supported various integrations with related services for a lot of years. I am very much a fan! Though it looks like my machinery for sending back replies to their platform via webmentions might currently be broken...
{
"type": "entry",
"author": {
"name": "@brettk",
"url": "https://indieweb.social/@brettk",
"photo": null
},
"url": "https://indieweb.social/@brettk/111954553036945338",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://romancelandia.club/@lenoreo\">@<span>lenoreo</span></a></span> micro.blog! They're an independent blogging platform for both micro and long-format blogging that includes social networking style features. Critically they're very supportive of the <a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> and <a href=\"https://indieweb.social/tags/fediverse\">#<span>fediverse</span></a> and have supported various integrations with related services for a lot of years. I am very much a fan! Though it looks like my machinery for sending back replies to their platform via webmentions might currently be broken...</p>\n<a class=\"u-mention\" href=\"https://romancelandia.club/@lenoreo\"></a>",
"text": "@lenoreo micro.blog! They're an independent blogging platform for both micro and long-format blogging that includes social networking style features. Critically they're very supportive of the #indieweb and #fediverse and have supported various integrations with related services for a lot of years. I am very much a fan! Though it looks like my machinery for sending back replies to their platform via webmentions might currently be broken..."
},
"published": "2024-02-18T21:15:09+00:00",
"post-type": "note",
"_id": "40321744",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@jcrabapple",
"url": "https://dmv.community/@jcrabapple",
"photo": null
},
"url": "https://dmv.community/@jcrabapple/111954436986766118",
"content": {
"html": "<p>Things happening and things yet to happen - Cool As Heck</p><p><a href=\"https://cool-as-heck.blog/posts/things-happening-and-things-yet-to-happen\"><span>https://</span><span>cool-as-heck.blog/posts/things</span><span>-happening-and-things-yet-to-happen</span></a></p><p><a href=\"https://dmv.community/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://dmv.community/tags/blogging\">#<span>blogging</span></a></p>",
"text": "Things happening and things yet to happen - Cool As Heck\n\nhttps://cool-as-heck.blog/posts/things-happening-and-things-yet-to-happen\n\n#indieweb #blogging"
},
"published": "2024-02-18T20:45:38+00:00",
"post-type": "note",
"_id": "40321522",
"_source": "8007",
"_is_read": false
}