Fixed a couple of little bugs in #goldfrog - made it so that the webmention code doesn’t barf on servers with non-verifiable SSL certs, and updated the permashortid code so that Twitter doesn’t always link to the site for Notes
{
"type": "entry",
"published": "2020-03-31 05:53:54",
"url": "http://monkinetic.blog/2020/03/31/#txt-616cc03",
"content": {
"text": "Fixed a couple of little bugs in #goldfrog - made it so that the webmention code doesn\u2019t barf on servers with non-verifiable SSL certs, and updated the permashortid code so that Twitter doesn\u2019t always link to the site for Notes",
"html": "<p>Fixed a couple of little bugs in <a href=\"http://monkinetic.blog/tag/goldfrog\">#goldfrog</a> - made it so that the webmention code doesn\u2019t barf on servers with non-verifiable SSL certs, and updated the permashortid code so that Twitter doesn\u2019t <em>always</em> link to the site for Notes</p>"
},
"author": {
"type": "card",
"name": "Steve Ivy",
"url": false,
"photo": "http://monkinetic.blog/static/images/sivy_avatar_256.png"
},
"post-type": "note",
"_id": "10320019",
"_source": "4486",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": null,
"url": "https://monday.micro.blog/",
"photo": null
},
"url": "https://monday.micro.blog/2020/03/30/jeremy-cherfas-aka.html",
"published": "2020-03-30T12:28:03-07:00",
"content": {
"html": "<p>This week\u2019s guest is <a href=\"https://micro.blog/jeremycherfas\">Jeremy Cherfas</a>, a biologist and a science journalist based in Rome who is particularly interested in food and agriculture. He produces <a href=\"https://www.eatthispodcast.com/\">Eat This Podcast</a> and even did a 32-episode microcast series about bread and wheat called <a href=\"https://www.eatthispodcast.com/bread/\">Our Daily Bread</a> for a daily podcast challenge.</p>\n\n<p>We talk about the IndieWeb and share some ideas on how to get started in podcasting.</p>\n\n<p></p>",
"text": "This week\u2019s guest is Jeremy Cherfas, a biologist and a science journalist based in Rome who is particularly interested in food and agriculture. He produces Eat This Podcast and even did a 32-episode microcast series about bread and wheat called Our Daily Bread for a daily podcast challenge.\n\nWe talk about the IndieWeb and share some ideas on how to get started in podcasting."
},
"name": "83: Jeremy Cherfas, aka @jeremycherfas",
"audio": [
"https://monday.micro.blog/uploads/2020/276fa0fb7a.mp3"
],
"post-type": "audio",
"_id": "10297984",
"_source": "250",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/03/30/theres-a-new.html",
"content": {
"html": "<p>There\u2019s <a href=\"https://monday.micro.blog/2020/03/30/jeremy-cherfas-aka.html\">a new Micro Monday</a> out! Jeremy Cherfas talks to Jean about podcasting, the IndieWeb, and more.</p>",
"text": "There\u2019s a new Micro Monday out! Jeremy Cherfas talks to Jean about podcasting, the IndieWeb, and more."
},
"published": "2020-03-30T15:28:26-05:00",
"post-type": "note",
"_id": "10292766",
"_source": "12",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-28T11:05:01+00:00",
"url": "https://fireburn.ru/posts/1585393501",
"syndication": [
"https://twitter.com/kisik21/status/1243856635942010882"
],
"name": "Why a centralized Microsub server might be a good idea",
"content": {
"text": "Even though we have a lot of trouble with SPOA when @aaronpk breaks something accidentally, I think a centralized Microsub server could do some stuff that could be tricky to accomplish without it.\nCentralized feed fetching\nIf one server fetches and sorts feeds for several people, we get a reduction of bandwidth for popular websites, which may be important in IndieWeb because some people like me host their sites on a low-power machines such as a Raspberry Pi.\nAlso we get some degree of anonymization for public feeds because feed is fetched only once without revealing the IP address of a person reading it - only the Microsub service owner\u2019s IP is revealed.\nRecommendation feeds\nA Microsub server hosting several people\u2019s feeds would be able to match categories that people are reading often and recommend blogs that post often with the same categories. \nThis one could be done with an external service too. It would also have the advantage of being able to work across Microsub servers, but may be not integrated so well.\nThe workflow I\u2019ve envisioned requires a Microsub client that could subscribe you to a person by clicking on a button near their author card:\n1. The user goes to a special \u201crecommended\u201d feed\n2. The server gives them a preassembled feed of posts matching following criteria: author isn\u2019t in any other feeds and the post tags are similar to tags appearing on the user\u2019s feeds.\n3. The user reads the feed and if they\u2019re interested in a person, they click on their h-card and the reader prompts them to subscribe to this person.\nCategory feeds\nA variation on the previous one: the user could subscribe to a category instead of a URL, and the server would be able to construct a feed of all posts it knows of with the same category.\nThis one, though, could also be replicated by syndication and external feed services.",
"html": "<p>Even though we have a lot of trouble with <a href=\"https://indieweb.org/SPOA\">SPOA</a> when <a href=\"https://aaronparecki.com\">@aaronpk</a> breaks something accidentally, I think a centralized Microsub server could do some stuff that could be tricky to accomplish without it.</p>\n<h2>Centralized feed fetching</h2>\n<p>If one server fetches and sorts feeds for several people, we get a reduction of bandwidth for popular websites, which may be important in IndieWeb because some people like me host their sites on a low-power machines such as a Raspberry Pi.</p>\n<p>Also we get some degree of anonymization for public feeds because feed is fetched only once without revealing the IP address of a person reading it - only the Microsub service owner\u2019s IP is revealed.</p>\n<h2>Recommendation feeds</h2>\n<p>A Microsub server hosting several people\u2019s feeds would be able to match categories that people are reading often and recommend blogs that post often with the same categories. </p>\n<p>This one could be done with an external service too. It would also have the advantage of being able to work across Microsub servers, but may be not integrated so well.</p>\n<p>The workflow I\u2019ve envisioned requires a Microsub client that could subscribe you to a person by clicking on a button near their author card:\n1. The user goes to a special \u201crecommended\u201d feed\n2. The server gives them a preassembled feed of posts matching following criteria: author isn\u2019t in any other feeds and the post tags are similar to tags appearing on the user\u2019s feeds.\n3. The user reads the feed and if they\u2019re interested in a person, they click on their h-card and the reader prompts them to subscribe to this person.</p>\n<h3>Category feeds</h3>\n<p>A variation on the previous one: the user could subscribe to a category instead of a URL, and the server would be able to construct a feed of all posts it knows of with the same category.</p>\n<p>This one, though, could also be replicated by syndication and external feed services.</p>"
},
"author": {
"type": "card",
"name": "Vika",
"url": "https://fireburn.ru/",
"photo": "https://fireburn.ru/media/f1/5a/fb/9b/081efafb97b4ad59f5025cf2fd0678b8f3e20e4c292489107d52be09.png"
},
"post-type": "article",
"_id": "10227179",
"_source": "1371",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Neil Mather",
"url": "https://doubleloop.net/",
"photo": null
},
"url": "https://doubleloop.net/2020/03/27/tom-critchlows-blog/",
"published": "2020-03-27T20:56:03+00:00",
"content": {
"html": "<p>Via a link to <a href=\"https://awarm.space/slow/personal-website-tours\">Jared Pereira\u2019s personal website tours</a> posted on the <a href=\"https://chat.indieweb.org/2020-03-27#t1585279955880000\">IndieWeb chat</a>, I stumbled on a bit of a goldmine of thoughts on the <a href=\"https://commonplace.doubleloop.net/Blog%20and%20Wiki%20Combo.html\">blog and wiki combo</a> over at <a href=\"https://tomcritchlow.com/\">Tom Critchlow\u2019s blog</a>.</p>\n<p>Lots of interesting new terms:</p>\n<ul><li><a href=\"https://commonplace.doubleloop.net/20200327200413-blogchain.html\">blogchain</a>: a string of short, ad-hoc posts in a blog that together build on a theme.</li>\n<li><a href=\"https://commonplace.doubleloop.net/20200327200652-digital_campfires.html\">digital campfires</a>: somewhere in between the stream and the garden? A place for conversations.</li>\n<li><a href=\"https://commonplace.doubleloop.net/20200327202402-stock_and_flow.html\">stock and flow</a>: another metaphor for the wiki and the blog, the garden and the stream.</li>\n<li><a href=\"https://commonplace.doubleloop.net/20200327200657-collecting_the_dots.html\">collecting the dots</a>: a nice phrase for the ideas in <a href=\"https://commonplace.doubleloop.net/20200309190319-basb.html\">building a second brain</a>, <a href=\"https://commonplace.doubleloop.net/20200309191734-zettelkasten.html\">zettelkasten</a>, etc.</li>\n<li><a href=\"https://commonplace.doubleloop.net/20200327204038-blogging_without_a_publish_button.html\">blogging without a publish button</a>: seems like a way of building up articles over time, in draft, in public on the stream and the wiki.</li>\n</ul><p>Also learned about <a href=\"https://commonplace.doubleloop.net/20200327204434-are_na.html\">are.na</a>, which says it provides \u2018<a href=\"https://commonplace.doubleloop.net/20200327205040-networked_learning.html\">tools for thinking, together</a>\u2018. Which I like the sound of, but as are.na is a <a href=\"https://indieweb.org/silo\">silo</a>, it\u2019s not something I will be using personally.</p>",
"text": "Via a link to Jared Pereira\u2019s personal website tours posted on the IndieWeb chat, I stumbled on a bit of a goldmine of thoughts on the blog and wiki combo over at Tom Critchlow\u2019s blog.\nLots of interesting new terms:\nblogchain: a string of short, ad-hoc posts in a blog that together build on a theme.\ndigital campfires: somewhere in between the stream and the garden? A place for conversations.\nstock and flow: another metaphor for the wiki and the blog, the garden and the stream.\ncollecting the dots: a nice phrase for the ideas in building a second brain, zettelkasten, etc.\nblogging without a publish button: seems like a way of building up articles over time, in draft, in public on the stream and the wiki.\nAlso learned about are.na, which says it provides \u2018tools for thinking, together\u2018. Which I like the sound of, but as are.na is a silo, it\u2019s not something I will be using personally."
},
"name": "Tom Critchlow\u2019s blog",
"post-type": "note",
"_id": "10211615",
"_source": "1895",
"_is_read": true
}
"We [social movements] have to be able to find each other in different ways. It can’t all be dependent on corporate information services that can be shutdown." @NaomiAKlein
{
"type": "entry",
"published": "2020-03-27 09:51-0700",
"url": "http://tantek.com/2020/087/t1/find-each-other-different-ways",
"category": [
"TalksForFuture",
"ClimateAction",
"COVID19",
"indieweb"
],
"content": {
"text": "\"We [social movements] have to be able to find each other in different ways. It can\u2019t all be dependent on corporate information services that can be shutdown.\" @NaomiAKlein\n\n#TalksForFuture w/ @GretaThunberg & @DiarmidCL #ClimateAction #COVID19 #indieweb",
"html": "\"We [social movements] have to be able to find each other in different ways. It can\u2019t all be dependent on corporate information services that can be shutdown.\" <a class=\"h-cassis-username\" href=\"https://twitter.com/NaomiAKlein\">@NaomiAKlein</a><br /><br />#<span class=\"p-category\">TalksForFuture</span> w/ <a class=\"h-cassis-username\" href=\"https://twitter.com/GretaThunberg\">@GretaThunberg</a> & <a class=\"h-cassis-username\" href=\"https://twitter.com/DiarmidCL\">@DiarmidCL</a> #<span class=\"p-category\">ClimateAction</span> #<span class=\"p-category\">COVID19</span> #<span class=\"p-category\">indieweb</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "note",
"_id": "10204818",
"_source": "1",
"_is_read": true
}
I find myself thinking about writing more than usual at the moment. This is partially because I am inspired by more people sharing their own thoughts and stories, but also because I want to record how I’m feeling, and what’s happening on a day-to-day basis.
{
"type": "entry",
"published": "2020-03-27T16:01:55Z",
"url": "https://adactio.com/links/16630",
"category": [
"writing",
"sharing",
"personal",
"indieweb",
"blogging",
"covid-19",
"coronavirus"
],
"bookmark-of": [
"https://permanenttourist.ch/2020/03/let-a-website-be-a-worry-stone/"
],
"content": {
"text": "Let a website be a worry stone\n\n\n\n\n I find myself thinking about writing more than usual at the moment. This is partially because I am inspired by more people sharing their own thoughts and stories, but also because I want to record how I\u2019m feeling, and what\u2019s happening on a day-to-day basis.",
"html": "<h3>\n<a class=\"p-name u-bookmark-of\" href=\"https://permanenttourist.ch/2020/03/let-a-website-be-a-worry-stone/\">\nLet a website be a worry stone\n</a>\n</h3>\n\n<blockquote>\n <p>I find myself thinking about writing more than usual at the moment. This is partially because I am inspired by more people sharing their own thoughts and stories, but also because I want to record how I\u2019m feeling, and what\u2019s happening on a day-to-day basis. </p>\n</blockquote>"
},
"author": {
"type": "card",
"name": "Jeremy Keith",
"url": "https://adactio.com/",
"photo": "https://adactio.com/images/photo-150.jpg"
},
"post-type": "bookmark",
"_id": "10197844",
"_source": "2",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-26 15:42-0700",
"url": "http://tantek.com/2020/086/t1/be-your-own-platform-indieweb",
"category": [
"indieweb"
],
"content": {
"text": "\u201cWe cannot rely on corporate platforms to facilitate our communications in a general strike\u201d \u2014 @NaomiAKlein\n\nBe your own platform. Get a web dev to set this up for your next broadcast: https://aaronparecki.com/2016/11/19/15/self-hosted-facebook-live\n\ncc: #indieweb @haymarketbooks @astradisastra @KeeangaYamahtta @liarosemusic",
"html": "\u201cWe cannot rely on corporate platforms to facilitate our communications in a general strike\u201d \u2014 <a class=\"h-cassis-username\" href=\"https://twitter.com/NaomiAKlein\">@NaomiAKlein</a><br /><br />Be your own platform. Get a web dev to set this up for your next broadcast: <a href=\"https://aaronparecki.com/2016/11/19/15/self-hosted-facebook-live\">https://aaronparecki.com/2016/11/19/15/self-hosted-facebook-live</a><br /><br />cc: #<span class=\"p-category\">indieweb</span> <a class=\"h-cassis-username\" href=\"https://twitter.com/haymarketbooks\">@haymarketbooks</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/astradisastra\">@astradisastra</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/KeeangaYamahtta\">@KeeangaYamahtta</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/liarosemusic\">@liarosemusic</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "note",
"_id": "10180281",
"_source": "1",
"_is_read": true
}
It was a few years before I realized that worry stones had a name, that they were borrowed from cultures other and older than mine. Heck, it’s been more than a few years since I’ve even held one. But in the last few weeks, before and after launching the redesign, I’ve kept working away at this website, much as I’d distractedly run my fingers over a smooth, flat stone.
{
"type": "entry",
"published": "2020-03-26T10:25:27Z",
"url": "https://adactio.com/links/16614",
"category": [
"indieweb",
"websites",
"redesigns",
"worrystones",
"personal",
"performance",
"frontend",
"development",
"darkmode"
],
"bookmark-of": [
"https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/"
],
"content": {
"text": "Let a website be a worry stone. \u2014 Ethan Marcotte\n\n\n\n\n It was a few years before I realized that worry stones had a name, that they were borrowed from cultures other and older than mine. Heck, it\u2019s been more than a few years since I\u2019ve even held one. But in the last few weeks, before and after launching the redesign, I\u2019ve kept working away at this website, much as I\u2019d distractedly run my fingers over a smooth, flat stone.",
"html": "<h3>\n<a class=\"p-name u-bookmark-of\" href=\"https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/\">\nLet a website be a worry stone. \u2014 Ethan Marcotte\n</a>\n</h3>\n\n<blockquote>\n <p>It was a few years before I realized that worry stones had a name, that they were borrowed from cultures other and older than mine. Heck, it\u2019s been more than a few years since I\u2019ve even held one. But in the last few weeks, before and after launching the redesign, I\u2019ve kept working away at this website, much as I\u2019d distractedly run my fingers over a smooth, flat stone.</p>\n</blockquote>"
},
"author": {
"type": "card",
"name": "Jeremy Keith",
"url": "https://adactio.com/",
"photo": "https://adactio.com/images/photo-150.jpg"
},
"post-type": "bookmark",
"_id": "10155202",
"_source": "2",
"_is_read": true
}
went to tonight’s ONLINE: Homebrew Website Club West Coast where we discussed how we could improve https://indiewebify.me/ including helping people who just want to Get Started: https://indieweb.org/start using a service or CMS without worrying about code.
{
"type": "entry",
"published": "2020-03-25 21:44-0700",
"rsvp": "yes",
"url": "http://tantek.com/2020/085/t2/",
"in-reply-to": [
"https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1"
],
"content": {
"text": "went to tonight\u2019s ONLINE: Homebrew Website Club West Coast where we discussed how we could improve https://indiewebify.me/ including helping people who just want to Get Started: https://indieweb.org/start using a service or CMS without worrying about code.",
"html": "went to tonight\u2019s ONLINE: Homebrew Website Club West Coast where we discussed how we could improve <a href=\"https://indiewebify.me/\">https://indiewebify.me/</a> including helping people who just want to Get Started: <a href=\"https://indieweb.org/start\">https://indieweb.org/start</a> using a service or CMS without worrying about code."
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "rsvp",
"refs": {
"https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1": {
"type": "entry",
"url": "https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1",
"name": "an IndieWeb event",
"post-type": "article"
}
},
"_id": "10151979",
"_source": "1",
"_is_read": true
}
We talked about some improvements to indiewebify.me during tonight’s IndieWeb meetup. I think we landed on the idea that it is primarily a tool for developers, since it involves instructing people to change HTML. We discussed possibly changing it from a numbered list (or levels) to more of a “Choose Your Own Adventure” format.
“indiewebify.me is still very 2015 indieweb” — Tantek
As a first small step, I wanted to propose that we change the messaging so it’s clear it’s intended for developers and add some prominent links (perhaps in a top bar?) to other indieweb resources if you’re not a developer, like the getting started page. Since indiewebify.me can be some people’s first exposure to the indieweb, I think it is important that we don’t give the impression that indieweb = you have to be a developer. We should provide clear, inviting calls to action for non-developers.
Since it is largely a set of validators, I wonder if that should be part of the messaging, too. Something like “IndieWebify.me: indieweb validators for developers”?
{
"type": "entry",
"published": "2020-03-25 20:23-0700",
"url": "https://gregorlove.com/2020/03/we-talked-about-some-improvements/",
"content": {
"text": "We talked about some improvements to indiewebify.me during tonight\u2019s IndieWeb meetup. I think we landed on the idea that it is primarily a tool for developers, since it involves instructing people to change HTML. We discussed possibly changing it from a numbered list (or levels) to more of a \u201cChoose Your Own Adventure\u201d format.\n\n\n\u201cindiewebify.me is still very 2015 indieweb\u201d \u2014 Tantek\n\n\nAs a first small step, I wanted to propose that we change the messaging so it\u2019s clear it\u2019s intended for developers and add some prominent links (perhaps in a top bar?) to other indieweb resources if you\u2019re not a developer, like the getting started page. Since indiewebify.me can be some people\u2019s first exposure to the indieweb, I think it is important that we don\u2019t give the impression that indieweb = you have to be a developer. We should provide clear, inviting calls to action for non-developers.\n\nSince it is largely a set of validators, I wonder if that should be part of the messaging, too. Something like \u201cIndieWebify.me: indieweb validators for developers\u201d?\n\nWhat are your thoughts?",
"html": "<p>We talked about some improvements to <a href=\"https://indiewebify.me\">indiewebify.me</a> during <a href=\"https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1\">tonight\u2019s IndieWeb meetup</a>. I think we landed on the idea that it is primarily a tool for developers, since it involves instructing people to change HTML. We discussed possibly changing it from a numbered list (or levels) to more of a \u201cChoose Your Own Adventure\u201d format.</p>\n\n<blockquote class=\"h-cite\">\n<p><span class=\"p-content\">\u201cindiewebify.me is still very 2015 indieweb\u201d</span> \u2014 <a class=\"p-author h-card\" href=\"https://tantek.com/\">Tantek</a></p>\n</blockquote>\n\n<p>As a first small step, I wanted to propose that we change the messaging so it\u2019s clear it\u2019s intended for developers and add some prominent links (perhaps in a top bar?) to other indieweb resources if you\u2019re not a developer, like the <a href=\"https://indieweb.org/Getting_Started\">getting started</a> page. Since indiewebify.me can be some people\u2019s first exposure to the indieweb, I think it is important that we don\u2019t give the impression that indieweb = you have to be a developer. We should provide clear, inviting calls to action for non-developers.</p>\n\n<p>Since it is largely a set of validators, I wonder if that should be part of the messaging, too. Something like \u201cIndieWebify.me: indieweb validators for developers\u201d?</p>\n\n<p>What are your thoughts?</p>"
},
"post-type": "note",
"_id": "10149965",
"_source": "95",
"_is_read": true
}
Currently discussing how to position getting in the IndieWeb during the online Homebrew Website Meetup (we do this online now for the entire West Coast!)
{
"type": "entry",
"published": "2020-03-25T18:51:46.02682-07:00",
"url": "https://v2.jacky.wtf/post/850d47e0-4991-45b1-afd4-78c7248c1bcf",
"content": {
"text": "Currently discussing how to position getting in the IndieWeb during the online Homebrew Website Meetup (we do this online now for the entire West Coast!)\nhttps://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1",
"html": "<p>Currently discussing how to position getting in the IndieWeb during the online Homebrew Website Meetup (we do this online now for the entire West Coast!)</p>\n<p><a href=\"https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1\">https://events.indieweb.org/2020/03/online-homebrew-website-club-west-coast-5CZGhYbdcga1</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10145899",
"_source": "1886",
"_is_read": true
}
You get to choose what you subscribe to in your feed reader, and the order in which the posts show up. You might prefer to read the oldest posts first, or the newest. You might group your feeds by topic or another priority. You are not subjected to the “algorithmic feed” of Facebook, Twitter, Instagram, YouTube, where they choose the order for you.
{
"type": "entry",
"published": "2020-03-24T14:26:23Z",
"url": "https://adactio.com/links/16593",
"category": [
"rss",
"indieweb",
"readers",
"feedbin",
"netnewswire",
"blogs",
"blogging",
"reading",
"syndication",
"feeds"
],
"bookmark-of": [
"https://laurakalbag.com/how-to-read-rss-in-2020/"
],
"content": {
"text": "Laura Kalbag \u2013 How to read RSS in 2020\n\n\n\nRSS: now more than ever!\n\n\n You get to choose what you subscribe to in your feed reader, and the order in which the posts show up. You might prefer to read the oldest posts first, or the newest. You might group your feeds by topic or another priority. You are not subjected to the \u201calgorithmic feed\u201d of Facebook, Twitter, Instagram, YouTube, where they choose the order for you.",
"html": "<h3>\n<a class=\"p-name u-bookmark-of\" href=\"https://laurakalbag.com/how-to-read-rss-in-2020/\">\nLaura Kalbag \u2013 How to read RSS in 2020\n</a>\n</h3>\n\n<p>RSS: now more than ever!</p>\n\n<blockquote>\n <p>You get to choose what you subscribe to in your feed reader, and the order in which the posts show up. You might prefer to read the oldest posts first, or the newest. You might group your feeds by topic or another priority. You are not subjected to the \u201calgorithmic feed\u201d of Facebook, Twitter, Instagram, YouTube, where they choose the order for you.</p>\n</blockquote>"
},
"author": {
"type": "card",
"name": "Jeremy Keith",
"url": "https://adactio.com/",
"photo": "https://adactio.com/images/photo-150.jpg"
},
"post-type": "bookmark",
"_id": "10092403",
"_source": "2",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/03/23/updated-mb-api.html",
"name": "Updated M.b API for draft posts",
"content": {
"html": "<p>I\u2019ve added some info about creating draft blog posts to Micro.blog\u2019s <a href=\"https://help.micro.blog/2017/api-posting/\">Micropub API help page</a>. It also documents a new <code>preview</code> URL that can be used by third-party apps to send the user to a preview web page, with an option to finish publishing the post.</p>\n\n<p>The preview renders the Markdown text, but does not process it through Hugo, so it might not exactly match the published HTML on your microblog in some cases. I plan to further improve this in the future to send it through Hugo.</p>\n\n<p>Along with the new preview URL for the API, I\u2019ve also fixed a bug creating draft posts with the JSON flavor of Micropub.</p>",
"text": "I\u2019ve added some info about creating draft blog posts to Micro.blog\u2019s Micropub API help page. It also documents a new preview URL that can be used by third-party apps to send the user to a preview web page, with an option to finish publishing the post.\n\nThe preview renders the Markdown text, but does not process it through Hugo, so it might not exactly match the published HTML on your microblog in some cases. I plan to further improve this in the future to send it through Hugo.\n\nAlong with the new preview URL for the API, I\u2019ve also fixed a bug creating draft posts with the JSON flavor of Micropub."
},
"published": "2020-03-23T14:56:27-05:00",
"category": [
"Essays"
],
"post-type": "article",
"_id": "10068932",
"_source": "12",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-23T14:05:08Z",
"url": "https://adactio.com/journal/16585",
"category": [
"blogs",
"blogging",
"journals",
"indieweb",
"maintenance",
"personal",
"websites",
"covid-19",
"coronavirus",
"tinkering"
],
"syndication": [
"https://medium.com/@adactio/6dbfb6dc06a1"
],
"name": "Outlet",
"content": {
"text": "We\u2019re all hunkering down in our homes. That seems to be true of our online homes too.\n\nPeople are sharing their day-to-day realities on their websites and I\u2019m here for it. Like, I\u2019m literally here for it. I can\u2019t go anywhere.\n\nOn an episode of the Design Observer podcast, Jessica Helfand puts this into context:\n\n\n During times of crisis, people want to make things. There\u2019s a surge in the keeping of journals when there\u2019s a war\u2026 it\u2019s a response to the feeling of vulnerability, like corporeal vulnerability. My life is under attack. I am imprisoned in my house. I have to make something to say I was here, to say I mattered, to say this day happened\u2026 It\u2019s like visual graphic reassurance.\n\n\nIt\u2019s not just about crisis though. Scott Kelly talks about the value of keeping a journal during prolonged periods of repitition. And he should know\u2014he spent a year in space:\n\n\n NASA has been studying the effects of isolation on humans for decades, and one surprising finding they have made is the value of keeping a journal. Throughout my yearlong mission, I took the time to write about my experiences almost every day. If you find yourself just chronicling the days\u2019 events (which, under the circumstances, might get repetitive) instead try describing what you are experiencing through your five senses or write about memories. Even if you don\u2019t wind up writing a book based on your journal like I did, writing about your days will help put your experiences in perspective and let you look back later on what this unique time in history has meant.\n\n\nThat said, just stringing a coherent sentence together can seem like too much during The Situation. That\u2019s okay. Your online home can also provide relief and distraction through tidying up. As Ethan puts it:\n\n\n let a website be a worry stone\n\n\nIt can be comforting to get into the zone doing housekeeping on your website. How about a bit of a performance audit? Or maybe look into more fluid typography? Or perhaps now is the time to tinker about with that dark mode you\u2019ve been planning?\n\nWhatever you end up doing, my point is that your website is quite literally an outlet. While you\u2019re stuck inside, your website is not just a place you can go to, it\u2019s a place you can control, a place you can maintain, a place you can tidy up, a place you can expand. Most of all, it\u2019s a place you can lose yourself in, even if it\u2019s just for a little while.",
"html": "<p>We\u2019re all hunkering down in our homes. That seems to be true of our online homes too.</p>\n\n<p>People are sharing their day-to-day realities on their websites and I\u2019m here for it. Like, I\u2019m literally here for it. I can\u2019t go anywhere.</p>\n\n<p>On <a href=\"https://designobserver.com/article.php?id=40193\">an episode of the Design Observer podcast</a>, Jessica Helfand puts this into context:</p>\n\n<blockquote>\n <p>During times of crisis, people want to make things. There\u2019s a surge in the keeping of journals when there\u2019s a war\u2026 it\u2019s a response to the feeling of vulnerability, like corporeal vulnerability. My life is under attack. I am imprisoned in my house. I have to make something to say I was here, to say I mattered, to say this day happened\u2026 It\u2019s like visual graphic reassurance.</p>\n</blockquote>\n\n<p>It\u2019s not just about crisis though. Scott Kelly talks about the value of keeping a journal during prolonged periods of repitition. And he should know\u2014<a href=\"https://www.nytimes.com/2020/03/21/opinion/scott-kelly-coronavirus-isolation.html\">he spent a year in space</a>:</p>\n\n<blockquote>\n <p>NASA has been studying the effects of isolation on humans for decades, and one surprising finding they have made is the value of keeping a journal. Throughout my yearlong mission, I took the time to write about my experiences almost every day. If you find yourself just chronicling the days\u2019 events (which, under the circumstances, might get repetitive) instead try describing what you are experiencing through your five senses or write about memories. Even if you don\u2019t wind up writing a book based on your journal like I did, writing about your days will help put your experiences in perspective and let you look back later on what this unique time in history has meant.</p>\n</blockquote>\n\n<p>That said, just stringing a coherent sentence together can seem like too much during The Situation. That\u2019s okay. Your online home can also provide relief and distraction through tidying up. <a href=\"https://twitter.com/beep/status/1240622459872849920\">As Ethan puts it</a>:</p>\n\n<blockquote>\n <p>let a website be a worry stone</p>\n</blockquote>\n\n<p>It can be comforting to get into the zone doing housekeeping on your website. How about a bit of a performance audit? Or maybe look into more <a href=\"https://utopia.fyi/\">fluid typography</a>? Or perhaps now is the time to tinker about with that <a href=\"https://adactio.com/journal/15941\">dark mode</a> you\u2019ve been planning?</p>\n\n<p>Whatever you end up doing, my point is that your website is quite literally an outlet. While you\u2019re stuck inside, your website is not just a place you can go to, it\u2019s a place you can control, a place you can maintain, a place you can tidy up, a place you can expand. Most of all, it\u2019s a place you can lose yourself in, even if it\u2019s just for a little while.</p>"
},
"author": {
"type": "card",
"name": "Jeremy Keith",
"url": "https://adactio.com/",
"photo": "https://adactio.com/images/photo-150.jpg"
},
"post-type": "article",
"_id": "10058323",
"_source": "2",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-22T14:11:00Z",
"url": "https://www.jvt.me/mf2/2020/03/ax9oj/",
"photo": [
"https://media.jvt.me/ewhpz.png"
],
"in-reply-to": [
"https://twitter.com/penelope_zone/status/1241719263460810753"
],
"content": {
"text": "Not only in my bio, but marked up in a machine-parseable way on my website \ud83d\ude4c\ud83c\udffc https://www.jvt.me/posts/2019/04/10/pronouns-microformats/",
"html": "<p>Not only in my bio, but marked up in a machine-parseable way on my website \ud83d\ude4c\ud83c\udffc <a href=\"https://www.jvt.me/posts/2019/04/10/pronouns-microformats/\">https://www.jvt.me/posts/2019/04/10/pronouns-microformats/</a></p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "reply",
"_id": "10029500",
"_source": "2169",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-20 15:34-0700",
"url": "https://gregorlove.com/2020/03/weekly-roundup-2020-2/",
"name": "Weekly Roundup 2020 #2",
"content": {
"text": "Sixty-some days since my last roundup post? Well, glad I made no guarantees of consistency.\n\nCoronavirus\n\nWe are obviously in a pretty unique and scary time in the world right now due to the coronavirus pandemic. There is a slew of information and mis-information out there. I am by no means an expert, but wanted to pass along some resources I have found helpful. This won\u2019t be the entirety of this post. If you need to skip over it for your mental health, you can jump to the rest.\n\nWikipedia can be a good way to digest information without some of the media sensationalism and talking heads. It can also be a good way to avoid mis-information since Wikipedia editors are pretty good about maintaining reliable sources on the page. Obviously double-check things, though. There are separate pages specific to countries, territories, and many US states. I have found the California page helpful to keep up with the timeline of cases. h/t to Tantek for this tip.\n\t\nMike McHargue (Ask Science Mike) has been a good voice to listen to. He did a podcast episode on COVID-19 this week. He talked about our emotional reaction and facts about the disease / our bodies. I appreciated that he first acknowledged how scary this time is and the importance of recognizing our feelings so we can make healthy responses to the pandemic.\n\tIf you or a loved one need help with food assistance, paying bills, or other reduced-cost programs, try findhelp.org\n\nThe Rest\n\nI met up for drinks with my friend Clinton last week on the 10th. It was good to catch up and we had some good conversation about therapy and mental health. I have mostly been self-isolating since then. It\u2019s not very different from my normal since I work remotely. Not going to coffeeshops or meetups has taken a bit of a toll, though.\n\nI decided Friday night that we should have a virtual hangout. Several years ago the winetoreach crew would have them every week or two and they were always a good time. I proposed one for Saturday night and several people came by. It was great seeing faces and laughing together. We\u2019re planning another one this Saturday, March 21st at 4pm Pacific and I am sure we will continue having them more regularly. Winetoreach also has a Discord server for chat. Let me know if you\u2019d like to join the hangout this Saturday and/or the Discord server.\n\nOn Wednesday night there were some IndieWeb Meetups, one for east coast and one for west coast. Quite a few people turned out for both of them. We did have someone join the west coast to grief us, which reminds me we should keep the winetoreach links off of public Twitter.\n\nMy therapy has been going okay, though I should set up a more regular schedule. Unfortunately, during my last phone session the app did not cooperate so we had to use live chat instead. BetterHelp requires using the app so they can keep track of time and billing. I get it, but it was frustrating. I was already considering switching to in-person therapy and dropping BetterHelp. That\u2019s on hold for now, but I probably will do that once things are safer.\n\nI have been learning Spanish using Duolingo and am on a 76-day streak so far. It teaches some phrases I will never need, though, like \u201cyo no quiero mas pan.\u201d If you're on there, add gRegorLove as a friend so I can unlock that badge. Must. Complete. Badges.\n\nHere are some ways to connect, socialize, and entertain during these times:\n\n\nsocialdistancingfestival.com: find livestream events by creatives\n\t\nnetflixparty.com: browser extension to watch Netflix together and chat\n\tI hear there\u2019s a new Animal Crossing game out on Nintendo Switch. I\u2019ve not played previous versions much but I might check it out.\nWhat are some ways you\u2019re socializing online? Any recommended games or apps?\n\nIf you ever need to talk to someone, you can reach me a variety of ways: contact form, Twitter DM, gRegorLove on IRC freenode (webchat). Let\u2019s look out for each other.",
"html": "<p>Sixty-some days since my <a href=\"https://gregorlove.com/2020/01/weekly-roundup-2020-1/\">last roundup post</a>? Well, glad I made no guarantees of consistency.</p>\n\n<h2>Coronavirus</h2>\n\n<p>We are obviously in a pretty unique and scary time in the world right now due to the <a href=\"https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic\">coronavirus pandemic</a>. There is a slew of information and mis-information out there. I am by no means an expert, but wanted to pass along some resources I have found helpful. This won\u2019t be the entirety of this post. If you need to skip over it for your mental health, you can <a href=\"https://gregorlove.com/#therest\">jump to the rest</a>.</p>\n\n<ul><li>Wikipedia can be a good way to digest information without some of the media sensationalism and talking heads. It can also be a good way to avoid mis-information since Wikipedia editors are pretty good about maintaining reliable sources on the page. Obviously double-check things, though. There are <a href=\"https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic_by_country_and_territory\">separate pages</a> specific to countries, territories, and many <a href=\"https://en.wikipedia.org/wiki/Category:2020_coronavirus_pandemic_in_the_United_States_by_state\">US states</a>. I have found the California page helpful to keep up with the timeline of cases. h/t to <a class=\"h-card\" href=\"https://tantek.com/\">Tantek</a> for this tip.</li>\n\t<li>\n<a class=\"h-card\" href=\"https://mikemchargue.com/\">Mike McHargue</a> (Ask Science Mike) has been a good voice to listen to. He did a <a href=\"https://asksciencemike.podbean.com/e/episode-216-covid-19/\">podcast episode on COVID-19</a> this week. He talked about our emotional reaction and facts about the disease / our bodies. I appreciated that he first acknowledged how scary this time is and the importance of recognizing our feelings so we can make healthy responses to the pandemic.</li>\n\t<li>If you or a loved one need help with food assistance, paying bills, or other reduced-cost programs, try <a href=\"https://findhelp.org/\">findhelp.org</a>\n</li>\n</ul><h2>The Rest</h2>\n\n<p>I met up for drinks with my friend Clinton last week on the 10th. It was good to catch up and we had some good conversation about therapy and mental health. I have mostly been self-isolating since then. It\u2019s not very different from my normal since I work remotely. Not going to coffeeshops or meetups has taken a bit of a toll, though.</p>\n\n<p>I decided Friday night that we should have a virtual hangout. Several years ago the <a href=\"https://twitter.com/winetoreach\">winetoreach</a> crew would have them every week or two and they were always a good time. I proposed one for Saturday night and several people came by. It was great seeing faces and laughing together. We\u2019re planning another one this Saturday, March 21st at 4pm Pacific and I am sure we will continue having them more regularly. Winetoreach also has a Discord server for chat. Let me know if you\u2019d like to join the hangout this Saturday and/or the Discord server.</p>\n\n<p>On Wednesday night there were some <a href=\"https://events.indieweb.org\">IndieWeb Meetups</a>, one for east coast and one for west coast. Quite a few people turned out for both of them. We did have someone join the west coast to grief us, which reminds me we should keep the winetoreach links off of public Twitter.</p>\n\n<p>My therapy has been going okay, though I should set up a more regular schedule. Unfortunately, during my last phone session the app did not cooperate so we had to use live chat instead. <a href=\"https://betterhelp.com/\">BetterHelp</a> requires using the app so they can keep track of time and billing. I get it, but it was frustrating. I was already considering switching to in-person therapy and dropping BetterHelp. That\u2019s on hold for now, but I probably will do that once things are safer.</p>\n\n<p>I have been learning Spanish using <a href=\"https://www.duolingo.com/\">Duolingo</a> and am on a 76-day streak so far. It teaches some phrases I will never need, though, like <span lang=\"es\" xml:lang=\"es\">\u201cyo no quiero mas pan.\u201d</span> If you're on there, add gRegorLove as a friend so I can unlock that badge. <em>Must. Complete. Badges.</em></p>\n\n<p>Here are some ways to connect, socialize, and entertain during these times:</p>\n\n<ul><li>\n<a href=\"https://www.socialdistancingfestival.com/\">socialdistancingfestival.com</a>: find livestream events by creatives</li>\n\t<li>\n<a href=\"https://www.netflixparty.com/\">netflixparty.com</a>: browser extension to watch Netflix together and chat</li>\n\t<li>I hear there\u2019s a new <a href=\"https://www.animal-crossing.com/new-horizons/\">Animal Crossing</a> game out on Nintendo Switch. I\u2019ve not played previous versions much but I might check it out.</li>\n</ul><p>What are some ways you\u2019re socializing online? Any recommended games or apps?</p>\n\n<p>If you ever need to talk to someone, you can reach me a variety of ways: <a href=\"https://gregorlove.com/contact/\">contact form</a>, <a href=\"https://twitter.com/gRegorLove\">Twitter DM</a>, gRegorLove on IRC freenode (<a href=\"https://webchat.freenode.net/\">webchat</a>). Let\u2019s look out for each other.</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/3473/profile-2016-med.jpg"
},
"post-type": "article",
"_id": "9985163",
"_source": "179",
"_is_read": true
}
{
"type": "entry",
"published": "2020-03-20T20:35:00Z",
"url": "https://www.jvt.me/mf2/2020/03/1z46m/",
"in-reply-to": [
"https://twitter.com/craigburgess/status/1240697511238459392"
],
"content": {
"text": "Np! Would you mind updating https://events.indieweb.org/2020/03/homebrew-website-club-barnsley-hGOqaDqcyIPP to at least say it's going to be Online? See https://events.indieweb.org/2020/03/online-homebrew-website-club-london-DNdVXaId2jig for an example",
"html": "<p>Np! Would you mind updating <a href=\"https://events.indieweb.org/2020/03/homebrew-website-club-barnsley-hGOqaDqcyIPP\">https://events.indieweb.org/2020/03/homebrew-website-club-barnsley-hGOqaDqcyIPP</a> to at least say it's going to be Online? See <a href=\"https://events.indieweb.org/2020/03/online-homebrew-website-club-london-DNdVXaId2jig\">https://events.indieweb.org/2020/03/online-homebrew-website-club-london-DNdVXaId2jig</a> for an example</p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "reply",
"_id": "9981887",
"_source": "2169",
"_is_read": true
}