My sympathies, but I’m sure he doesn’t have long to live. thehill.com/policy/healthc… twitter.com/rschooley/stat…
Herman Cain's been hospitalized with post Trump rally Covid for 25 days now.
{
"type": "entry",
"published": "2020-07-26T03:43:34+00:00",
"url": "https://twitter.com/karabaic/status/1287232066740862976",
"photo": [
"https://pbs.twimg.com/media/Ed0qvftU0AATlSX.jpg"
],
"quotation-of": "https://twitter.com/Rschooley/status/1287079888369807360",
"content": {
"text": "My sympathies, but I\u2019m sure he doesn\u2019t have long to live. thehill.com/policy/healthc\u2026 twitter.com/rschooley/stat\u2026",
"html": "My sympathies, but I\u2019m sure he doesn\u2019t have long to live. <a href=\"https://thehill.com/policy/healthcare/177511-video-cain-if-obamacare-had-been-implemented-already-id-be-dead-\">thehill.com/policy/healthc\u2026</a> <a href=\"https://twitter.com/rschooley/status/1287079888369807360\">twitter.com/rschooley/stat\u2026</a>"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "photo",
"refs": {
"https://twitter.com/Rschooley/status/1287079888369807360": {
"type": "entry",
"published": "2020-07-25T17:38:52+00:00",
"url": "https://twitter.com/Rschooley/status/1287079888369807360",
"content": {
"text": "Herman Cain's been hospitalized with post Trump rally Covid for 25 days now."
},
"author": {
"type": "card",
"name": "Schooley",
"url": "https://twitter.com/Rschooley",
"photo": "https://pbs.twimg.com/profile_images/1257809178665476096/2LeQkbzf.jpg"
},
"post-type": "note"
}
},
"_id": "13511870",
"_source": "2773"
}
IndieAuth 3.5.0 for WordPress Released: di5.us/b/xB
{
"type": "entry",
"published": "2020-07-26T01:59:32+00:00",
"url": "https://twitter.com/dshanske/status/1287205885551489025",
"content": {
"text": "IndieAuth 3.5.0 for WordPress Released: di5.us/b/xB",
"html": "IndieAuth 3.5.0 for WordPress Released: <a href=\"https://di5.us/b/xB\">di5.us/b/xB</a>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://twitter.com/dshanske",
"photo": "https://pbs.twimg.com/profile_images/945095985340080128/oHe8j2na.jpg"
},
"post-type": "note",
"_id": "13510570",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-25T22:07:36-04:00",
"url": "https://david.shanske.com/2020/07/25/micropub-2-2-0-for-wordpress-released/",
"name": "Micropub 2.2.0 for WordPress Released",
"content": {
"text": "Micropub 2.2.0 has one major change in it. IndieAuth client code was removed. This code now lives in the IndieAuth plugin. This means that Micropub does not check for scopes. It uses the built-in WordPress capability system to determine if an action should be performed.\nThe IndieAuth plugin limits capabilities based on scope as of Version 3.5.0, so the capability checks will work perfectly.\nOn a practical note, this allows the code to be simpler on the Micropub side. The scope limiting code is unit tested now inside the IndieAuth plugin and will continue to be iterated on there.\nThis allows Micropub to focus on the publishing side of things. Also, there was a request to remove a dependency on IndieAuth.com as the default for the built-in code. The IndieAuth plugin has no external site dependencies by default.",
"html": "Micropub 2.2.0 has one major change in it. IndieAuth client code was removed. This code now lives in the IndieAuth plugin. This means that Micropub does not check for scopes. It uses the built-in WordPress capability system to determine if an action should be performed.\n<p>The IndieAuth plugin limits capabilities based on scope as of Version 3.5.0, so the capability checks will work perfectly.</p>\n<p>On a practical note, this allows the code to be simpler on the Micropub side. The scope limiting code is unit tested now inside the IndieAuth plugin and will continue to be iterated on there.</p>\n<p>This allows Micropub to focus on the publishing side of things. Also, there was a request to remove a dependency on IndieAuth.com as the default for the built-in code. The IndieAuth plugin has no external site dependencies by default.</p>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://david.shanske.com/",
"photo": "https://secure.gravatar.com/avatar/681eba02e72ba1d894097034a8110e61?s=49&d=mm&r=g"
},
"post-type": "article",
"_id": "13510520",
"_source": "1905"
}
{
"type": "entry",
"published": "2020-07-25T21:59:04-04:00",
"url": "https://david.shanske.com/2020/07/25/indieauth-3-5-0-for-wordpress-released/",
"syndication": [
"https://news.indieweb.org/en/david.shanske.com/2020/07/25/indieauth-3-5-0-for-wordpress-released/",
"https://twitter.com/dshanske/status/1287205885551489025"
],
"name": "IndieAuth 3.5.0 for WordPress Released",
"content": {
"text": "Earlier in the week, I noted the release of IndieAuth 3.5.0, but I didn\u2019t explain the major under the hood changes that occurred here in a post, which I need to do as at least one person is experiencing issues(probably necessitating a 3.5.1 as soon as I figure out why.)\nI also noted I forgot to describe this clearly in the readme, if people read changelogs and will have to correct that as well.\u00a0 I wrote some of this code in January and it was merged, but didn\u2019t release it till July, so\u2026\nIndieAuth 3.5.0 implements scope support. Previously, scopes were handled by the Micropub plugin. It would check what scopes you had and implement accordingly. But WordPress does not have the concept of scopes. It has the concept of capabilities. And users have roles, which are collections of capabilities.\nSo Indieauth 3.5.0 implements scopes also as collections of capabilities. If you are doing a capability check in WordPress, and the request was authenticated with an IndieAuth token specifically, it will filter your capabilities by the ones defined in the scopes the token has.\nThat means if your user didn\u2019t have the capability to begin with, you can\u2019t use it. In a future version, I\u2019ve considered on the authorization screen, not even issuing a token with that scope, but this is ultimately more secure than before.\nIt means that plugins don\u2019t have to understand scope at all. They just have to enforce and support native WordPress capabilities, which they should anyway.\nFor now, the system only supports built-in capabilities, but there is nothing that says it cannot move to custom capabilities as needed, as everything is filterable and we accept pull requests.\nThe second big change I did mention in the changelog brings the code to support using a remote IndieAuth endpoint back into this code. However, it is disabled by default. This is based on the code removed from Micropub, which had a parallel IndieAuth class that was only used when the IndieAuth plugin was not enabled. By having it here, it allows anyone who wants to use it to enable it, but simplifies the experience for the bulk of users. It also allows it to be enhanced by any of the scope or other enhancements put into the main plugin.\nThe plugin also simplifies the site checks to ensure that your site will work with the plugin, putting them into the Site Health checks where they logically belong. This includes an SSL check and a Authorization header check.",
"html": "Earlier in the week, I noted the release of IndieAuth 3.5.0, but I didn\u2019t explain the major under the hood changes that occurred here in a post, which I need to do as at least one person is experiencing issues(probably necessitating a 3.5.1 as soon as I figure out why.)\n<p>I also noted I forgot to describe this clearly in the readme, if people read changelogs and will have to correct that as well.\u00a0 I wrote some of this code in January and it was merged, but didn\u2019t release it till July, so\u2026</p>\n<p>IndieAuth 3.5.0 implements scope support. Previously, scopes were handled by the Micropub plugin. It would check what scopes you had and implement accordingly. But WordPress does not have the concept of scopes. It has the concept of capabilities. And users have roles, which are collections of capabilities.</p>\n<p>So Indieauth 3.5.0 implements scopes also as collections of capabilities. If you are doing a capability check in WordPress, and the request was authenticated with an IndieAuth token specifically, it will filter your capabilities by the ones defined in the scopes the token has.</p>\n<p>That means if your user didn\u2019t have the capability to begin with, you can\u2019t use it. In a future version, I\u2019ve considered on the authorization screen, not even issuing a token with that scope, but this is ultimately more secure than before.</p>\n<p>It means that plugins don\u2019t have to understand scope at all. They just have to enforce and support native WordPress capabilities, which they should anyway.</p>\n<p>For now, the system only supports built-in capabilities, but there is nothing that says it cannot move to custom capabilities as needed, as everything is filterable and we accept pull requests.</p>\n<p>The second big change I did mention in the changelog brings the code to support using a remote IndieAuth endpoint back into this code. However, it is disabled by default. This is based on the code removed from Micropub, which had a parallel IndieAuth class that was only used when the IndieAuth plugin was not enabled. By having it here, it allows anyone who wants to use it to enable it, but simplifies the experience for the bulk of users. It also allows it to be enhanced by any of the scope or other enhancements put into the main plugin.</p>\n<p>The plugin also simplifies the site checks to ensure that your site will work with the plugin, putting them into the Site Health checks where they logically belong. This includes an SSL check and a Authorization header check.</p>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://david.shanske.com/",
"photo": "https://secure.gravatar.com/avatar/681eba02e72ba1d894097034a8110e61?s=49&d=mm&r=g"
},
"post-type": "article",
"_id": "13510385",
"_source": "1905"
}
Usually the livestreams have a plan and I talk about the economy but mostly I'm just gonna eat a donut and pet a cat today:
youtu.be/2EItJHUunhw
{
"type": "entry",
"published": "2020-07-25T23:54:13+00:00",
"url": "https://twitter.com/anomalily/status/1287174345949712384",
"content": {
"text": "Usually the livestreams have a plan and I talk about the economy but mostly I'm just gonna eat a donut and pet a cat today: \n\nyoutu.be/2EItJHUunhw",
"html": "Usually the livestreams have a plan and I talk about the economy but mostly I'm just gonna eat a donut and pet a cat today: \n\n<a href=\"https://youtu.be/2EItJHUunhw\">youtu.be/2EItJHUunhw</a>"
},
"author": {
"type": "card",
"name": "Lillian Karabaic \ud83e\udd44\ud83c\udff3\ufe0f\u200d\ud83c\udf08 BLM",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "note",
"_id": "13508531",
"_source": "2773"
}
Umm...I don't have a much of a plan for the livestream in 13 minutes but I think my cat is going to take over youtu.be/2EItJHUunhw
{
"type": "entry",
"published": "2020-07-25T23:47:48+00:00",
"url": "https://twitter.com/anomalily/status/1287172731239186433",
"photo": [
"https://pbs.twimg.com/media/Edz0vOIUcAA5GSy.jpg"
],
"content": {
"text": "Umm...I don't have a much of a plan for the livestream in 13 minutes but I think my cat is going to take over youtu.be/2EItJHUunhw",
"html": "Umm...I don't have a much of a plan for the livestream in 13 minutes but I think my cat is going to take over <a href=\"https://youtu.be/2EItJHUunhw\">youtu.be/2EItJHUunhw</a>"
},
"author": {
"type": "card",
"name": "Lillian Karabaic \ud83e\udd44\ud83c\udff3\ufe0f\u200d\ud83c\udf08 BLM",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "photo",
"_id": "13508533",
"_source": "2773"
}
So, I'm hearing craptons of helicopters and what sounds like rifle fire. Today sure is fun.
"Riot" #scanner -- updates here capitolhillseattle.com/2020/07/tough-…
{
"type": "entry",
"published": "2020-07-25T23:44:27+00:00",
"url": "https://twitter.com/fluffy/status/1287171887433306112",
"quotation-of": "https://twitter.com/jseattle/status/1287169473300983808",
"content": {
"text": "So, I'm hearing craptons of helicopters and what sounds like rifle fire. Today sure is fun."
},
"author": {
"type": "card",
"name": "fluffy \ud83d\udc9c",
"url": "https://twitter.com/fluffy",
"photo": "https://pbs.twimg.com/profile_images/1252480375646851072/Pc5osn74.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/jseattle/status/1287169473300983808": {
"type": "entry",
"published": "2020-07-25T23:34:51+00:00",
"url": "https://twitter.com/jseattle/status/1287169473300983808",
"content": {
"text": "\"Riot\" #scanner -- updates here capitolhillseattle.com/2020/07/tough-\u2026",
"html": "\"Riot\" <a href=\"https://twitter.com/search?q=%23scanner\">#scanner</a> -- updates here <a href=\"https://www.capitolhillseattle.com/2020/07/tough-days-ahead-seattle-braces-for-solidarity-w-pdx-clashes/\">capitolhillseattle.com/2020/07/tough-\u2026</a>"
},
"author": {
"type": "card",
"name": "jseattle",
"url": "https://twitter.com/jseattle",
"photo": "https://pbs.twimg.com/profile_images/1263220583422017537/94i6OdGn.jpg"
},
"post-type": "note"
}
},
"_id": "13508534",
"_source": "2773"
}
I would describe today’s look as “way too much going on but fuck it”.
{
"type": "entry",
"published": "2020-07-25T23:39:47+00:00",
"url": "https://twitter.com/anomalily/status/1287170715968405504",
"photo": [
"https://pbs.twimg.com/media/Edzy8PZUYAACwDd.jpg"
],
"content": {
"text": "I would describe today\u2019s look as \u201cway too much going on but fuck it\u201d."
},
"author": {
"type": "card",
"name": "Lillian Karabaic \ud83e\udd44\ud83c\udff3\ufe0f\u200d\ud83c\udf08 BLM",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "photo",
"_id": "13508357",
"_source": "2773"
}
I left the house looking like this. Quarantine has changed me
{
"type": "entry",
"published": "2020-07-25T22:53:37+00:00",
"url": "https://twitter.com/anomalily/status/1287159095389122560",
"photo": [
"https://pbs.twimg.com/media/EdzoXziU4AEDK05.jpg"
],
"content": {
"text": "I left the house looking like this. Quarantine has changed me"
},
"author": {
"type": "card",
"name": "Lillian Karabaic \ud83e\udd44\ud83c\udff3\ufe0f\u200d\ud83c\udf08 BLM",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "photo",
"_id": "13507540",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-25T21:10:23+00:00",
"url": "https://twitter.com/karabaic/status/1287133117958905856",
"content": {
"text": "I\u2019m thinking of Gelman"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "note",
"_id": "13505847",
"_source": "2773"
}
Elina deciphered the secret entrance code just by looking at the wear on the buttons!! 🤯 (@ NOKU in Tallinn, Harjumaa w/ @_phelan_) swarmapp.com/c/jxYXahgoAMO
{
"type": "entry",
"published": "2020-07-25T20:31:14+00:00",
"url": "https://twitter.com/slsoftworks/status/1287123264167448577",
"content": {
"text": "Elina deciphered the secret entrance code just by looking at the wear on the buttons!! \ud83e\udd2f (@ NOKU in Tallinn, Harjumaa w/ @_phelan_) swarmapp.com/c/jxYXahgoAMO",
"html": "Elina deciphered the secret entrance code just by looking at the wear on the buttons!! \ud83e\udd2f (@ NOKU in Tallinn, Harjumaa w/ <a href=\"https://twitter.com/_Phelan_\">@_phelan_</a>) <a href=\"https://www.swarmapp.com/c/jxYXahgoAMO\">swarmapp.com/c/jxYXahgoAMO</a>"
},
"author": {
"type": "card",
"name": "flaki",
"url": "https://twitter.com/slsoftworks",
"photo": "https://pbs.twimg.com/profile_images/749678683514896385/7gxIRnoC.jpg"
},
"post-type": "note",
"_id": "13505459",
"_source": "2773"
}
The headquarters of the Arizona Democratic Party burned down Thursday in an arson attack.
My brother is working the phones to help @CaptMarkKelly @azdemparty @JoeBiden win in November. And I made my second donation to help the cause. https://t.co/XSeFJUSRBD
We're so grateful no one was hurt during the fire, but that doesn't mean they don't need our help. If you can, chip in to help rebuild what was lost.
@AZDemParty: secure...
{
"type": "entry",
"published": "2020-07-25T20:17:45+00:00",
"url": "https://twitter.com/scott_gruber/status/1287119870119690240",
"photo": [
"https://pbs.twimg.com/media/EdzEstiU0AA8Zr8.jpg"
],
"quotation-of": "https://twitter.com/CaptMarkKelly/status/1286818533607763968",
"content": {
"text": "The headquarters of the Arizona Democratic Party burned down Thursday in an arson attack. \n\nMy brother is working the phones to help @CaptMarkKelly @azdemparty @JoeBiden win in November. And I made my second donation to help the cause. https://t.co/XSeFJUSRBD",
"html": "The headquarters of the Arizona Democratic Party burned down Thursday in an arson attack. \n\nMy brother is working the phones to help <a href=\"https://twitter.com/CaptMarkKelly\">@CaptMarkKelly</a> <a href=\"https://twitter.com/azdemparty\">@azdemparty</a> <a href=\"https://twitter.com/JoeBiden\">@JoeBiden</a> win in November. And I made my second donation to help the cause. https://t.co/XSeFJUSRBD"
},
"author": {
"type": "card",
"name": "Scott Gruber",
"url": "https://twitter.com/scott_gruber",
"photo": "https://pbs.twimg.com/profile_images/1286520791501160449/s6HCtdU5.jpg"
},
"post-type": "photo",
"refs": {
"https://twitter.com/CaptMarkKelly/status/1286818533607763968": {
"type": "entry",
"published": "2020-07-25T00:20:21+00:00",
"url": "https://twitter.com/CaptMarkKelly/status/1286818533607763968",
"content": {
"text": "We're so grateful no one was hurt during the fire, but that doesn't mean they don't need our help. If you can, chip in to help rebuild what was lost.\n\n@AZDemParty: secure.actblue.com/donate/activat\u2026\n\n@MaricopaDems: \nmaricopadems.org/recoveryfund/\n\ntwitter.com/MaricopaDems/s\u2026",
"html": "We're so grateful no one was hurt during the fire, but that doesn't mean they don't need our help. If you can, chip in to help rebuild what was lost.\n\n<a href=\"https://twitter.com/azdemparty\">@AZDemParty</a>: <a href=\"https://secure.actblue.com/donate/activate-membership/\">secure.actblue.com/donate/activat\u2026</a>\n\n<a href=\"https://twitter.com/MaricopaDems\">@MaricopaDems</a>: \n<a href=\"https://maricopadems.org/recoveryfund/\">maricopadems.org/recoveryfund/</a>\n\n<a href=\"https://twitter.com/MaricopaDems/status/1286691576178065410\">twitter.com/MaricopaDems/s\u2026</a>"
},
"author": {
"type": "card",
"name": "Captain Mark Kelly",
"url": "https://twitter.com/CaptMarkKelly",
"photo": "https://pbs.twimg.com/profile_images/1216190573335343105/tV1h6IOK.jpg"
},
"post-type": "note"
}
},
"_id": "13505276",
"_source": "2773"
}
What is the best talk you remember having with a student or teacher? #edu522 #dailychallenge
{
"type": "entry",
"published": "2020-07-25T18:00:58+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/07/25/what-is-the-best-talk-you-remember",
"category": [
"edu522",
"dailychallenge"
],
"content": {
"text": "What is the best talk you remember having with a student or teacher? #edu522 #dailychallenge",
"html": "What is the best talk you remember having with a student or teacher? <a href=\"https://quickthoughts.jgregorymcverry.com/tag/edu522\" class=\"p-category\">#edu522</a> <a href=\"https://quickthoughts.jgregorymcverry.com/tag/dailychallenge\" class=\"p-category\">#dailychallenge</a>"
},
"author": {
"type": "card",
"name": "Greg McVerry",
"url": "https://quickthoughts.jgregorymcverry.com/profile/jgmac1106",
"photo": "https://quickthoughts.jgregorymcverry.com/file/2d6c9cfed7ac8e849f492b5bc7e6a630/thumb.jpg"
},
"post-type": "note",
"_id": "13504403",
"_source": "1300"
}
It amazes me there's not yet a clever name for the denialists who end up hospitalized with a big dose of reality.
twitter.com/tlrd/status/12…
{
"type": "entry",
"published": "2020-07-25T19:00:34+00:00",
"url": "https://twitter.com/karabaic/status/1287100447707168769",
"quotation-of": "https://twitter.com/emptywheel/status/1287097223180963840",
"content": {
"text": "Covidiots"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/emptywheel/status/1287097223180963840": {
"type": "entry",
"published": "2020-07-25T18:47:45+00:00",
"url": "https://twitter.com/emptywheel/status/1287097223180963840",
"content": {
"text": "It amazes me there's not yet a clever name for the denialists who end up hospitalized with a big dose of reality.\ntwitter.com/tlrd/status/12\u2026",
"html": "It amazes me there's not yet a clever name for the denialists who end up hospitalized with a big dose of reality.\n<a href=\"https://twitter.com/tlrd/status/1286808820979834880\">twitter.com/tlrd/status/12\u2026</a>"
},
"author": {
"type": "card",
"name": "emptywheel",
"url": "https://twitter.com/emptywheel",
"photo": "https://pbs.twimg.com/profile_images/1773870183/image1327265832.png"
},
"post-type": "note"
}
},
"_id": "13503927",
"_source": "2773"
}
And, in the US at least, we don’t want people at work until we get covid under control
The "problem" with the $600 per week unemployment insurance boost isn't that people are unwilling to go back to work. It's that they're experiencing a living wage for the...
{
"type": "entry",
"published": "2020-07-25T18:53:11+00:00",
"url": "https://twitter.com/karabaic/status/1287098588942671872",
"quotation-of": "https://twitter.com/stealthygeek/status/1286394647552679937",
"content": {
"text": "And, in the US at least, we don\u2019t want people at work until we get covid under control"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/stealthygeek/status/1286394647552679937": {
"type": "entry",
"published": "2020-07-23T20:15:58+00:00",
"url": "https://twitter.com/stealthygeek/status/1286394647552679937",
"content": {
"text": "The \"problem\" with the $600 per week unemployment insurance boost isn't that people are unwilling to go back to work. It's that they're experiencing a living wage for the first time, and are unwilling to go back to starvation."
},
"author": {
"type": "card",
"name": "Patrick S. Tomlinson",
"url": "https://twitter.com/stealthygeek",
"photo": "https://pbs.twimg.com/profile_images/987742898543321089/yNRiq5y2.jpg"
},
"post-type": "note"
}
},
"_id": "13503695",
"_source": "2773"
}
What I wouldn’t give for a web browser feature wherein I could log into it with my URL and have the browser query my website to show me when I’ve previously read, liked, favorited, replied, etc. to the content on a particular URL. #IndieWeb
{
"type": "entry",
"published": "2020-07-25T10:45:17-07:00",
"url": "https://boffosocko.com/2020/07/25/55774021/",
"category": [
"indieweb",
"itch",
"social-stream",
"micropub",
"ui",
"web-browsers"
],
"content": {
"text": "What I wouldn\u2019t give for a web browser feature wherein I could log into it with my URL and have the browser query my website to show me when I\u2019ve previously read, liked, favorited, replied, etc. to the content on a particular URL. #IndieWeb",
"html": "What I wouldn\u2019t give for a web browser feature wherein I could log into it with my URL and have the browser query my website to show me when I\u2019ve previously read, liked, favorited, replied, etc. to the content on a particular URL. <a class=\"u-tag u-category\" href=\"https://boffosocko.com/tag/indieweb/\">#IndieWeb</a>"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://boffosocko.com/",
"photo": "https://secure.gravatar.com/avatar/d5fb4e498fe609cc29b04e5b7ad688c4?s=96&d=identicon&r=pg"
},
"post-type": "note",
"_id": "13503124",
"_source": "2785"
}
This terrific Portland percussion band put out a terrific album yesterday and it’s very good!
OUT TODAY! Secret Drum Band's sophomore album CHUVA 🥁🌲 An evolving and transportive album of percussion and tonal electronics. Based on ecological soundscapes from ...
{
"type": "entry",
"published": "2020-07-25T18:02:09+00:00",
"url": "https://twitter.com/matthewmcvickar/status/1287085745174282240",
"quotation-of": "https://twitter.com/moonglyph/status/1286684234556428290",
"content": {
"text": "This terrific Portland percussion band put out a terrific album yesterday and it\u2019s very good!"
},
"author": {
"type": "card",
"name": "Matthew McVickar",
"url": "https://twitter.com/matthewmcvickar",
"photo": "https://pbs.twimg.com/profile_images/1082744131414155264/Y6nU3C3a.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/moonglyph/status/1286684234556428290": {
"type": "entry",
"published": "2020-07-24T15:26:41+00:00",
"url": "https://twitter.com/moonglyph/status/1286684234556428290",
"photo": [
"https://pbs.twimg.com/media/Eds4Xi_U0AIwtEC.jpg",
"https://pbs.twimg.com/media/Eds4Xi_U0AMQkkl.jpg"
],
"content": {
"text": "OUT TODAY! Secret Drum Band's sophomore album CHUVA \ud83e\udd41\ud83c\udf32 An evolving and transportive album of percussion and tonal electronics. Based on ecological soundscapes from Hawaii, the Brazilian Amazon and Oregon. moonglyph.bandcamp.com/album/chuva",
"html": "OUT TODAY! Secret Drum Band's sophomore album CHUVA \ud83e\udd41\ud83c\udf32 An evolving and transportive album of percussion and tonal electronics. Based on ecological soundscapes from Hawaii, the Brazilian Amazon and Oregon. <a href=\"https://moonglyph.bandcamp.com/album/chuva\">moonglyph.bandcamp.com/album/chuva</a>"
},
"author": {
"type": "card",
"name": "Moon Glyph",
"url": "https://twitter.com/moonglyph",
"photo": "https://pbs.twimg.com/profile_images/1199180152883691526/zveT6cOp.jpg"
},
"post-type": "photo"
}
},
"_id": "13502821",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-25T10:31:04.27637-07:00",
"url": "https://v2.jacky.wtf/post/789e96e8-2791-40c4-8370-fff06ab10369",
"content": {
"text": "Quickly hopped into the Micropub popup for the IndieWeb! https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn",
"html": "<p>Quickly hopped into the Micropub popup for the IndieWeb! <a href=\"https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn\">https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13502148",
"_source": "1886"
}
Note to self: filter out Webmentions that come from my own site to posts. It’s useful to display but not to use in my notifications context.
{
"type": "entry",
"published": "2020-07-25T10:16:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/c650eb1f-8d11-499b-a347-813dc35cc603",
"content": {
"text": "Note to self: filter out Webmentions that come from my own site to posts. It\u2019s useful to display but not to use in my notifications context.",
"html": "<p>Note to self: filter out Webmentions that come from my own site to posts. It\u2019s useful to display but not to use in my notifications context.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13502149",
"_source": "1886"
}
That is, they find them but don’t charge them
If this were true it'd be very easy to charge. And yet, DOJ keeps finding just the anti-cop Boogaloos.
twitter.com/KerriKupecDOJ/…
{
"type": "entry",
"published": "2020-07-25T17:30:06+00:00",
"url": "https://twitter.com/karabaic/status/1287077680567836672",
"quotation-of": "https://twitter.com/emptywheel/status/1287077191952498688",
"content": {
"text": "That is, they find them but don\u2019t charge them"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/emptywheel/status/1287077191952498688": {
"type": "entry",
"published": "2020-07-25T17:28:09+00:00",
"url": "https://twitter.com/emptywheel/status/1287077191952498688",
"content": {
"text": "If this were true it'd be very easy to charge. And yet, DOJ keeps finding just the anti-cop Boogaloos.\ntwitter.com/KerriKupecDOJ/\u2026",
"html": "If this were true it'd be very easy to charge. And yet, DOJ keeps finding just the anti-cop Boogaloos.\n<a href=\"https://twitter.com/KerriKupecDOJ/status/1286812297965506561\">twitter.com/KerriKupecDOJ/\u2026</a>"
},
"author": {
"type": "card",
"name": "emptywheel",
"url": "https://twitter.com/emptywheel",
"photo": "https://pbs.twimg.com/profile_images/1773870183/image1327265832.png"
},
"post-type": "note"
}
},
"_id": "13502034",
"_source": "2773"
}