I
wonder
if one measures
the improbability
of wonder has
one wandered
in error into
probabilities
of impossible
measures in
one type or
another
#smallpoems
Pixels and
proposals
dance between
probable,
improbable
toes
skipping
scales
tipping
norms of science
and stolen
appliances
oscillating between
phenomenons of
interesting
messaging awash
in improbability
#smallpoems
My Sunday reads:
Gavrov, S., Klyukanov, I., 2015. Modernization, Sociological Theories of. In: James D. Wright
International Encyclopedia of the Social & Behavioral Sciencespp. 707-713
and
Epstein, M., & Klyukanov, I. (2009). The Interesting. Qui Parle, 18(1), 75-88.
{
"type": "entry",
"published": "2023-05-21T18:47:45+00:00",
"url": "https://twitter.com/jgmac1106/status/1660356721557028866",
"content": {
"text": "My Sunday reads:\n\nGavrov, S., Klyukanov, I., 2015. Modernization, Sociological Theories of. In: James D. Wright\n International Encyclopedia of the Social & Behavioral Sciencespp. 707-713\n\nand\n\nEpstein, M., & Klyukanov, I. (2009). The Interesting. Qui Parle, 18(1), 75-88.",
"html": "My Sunday reads:\n\nGavrov, S., Klyukanov, I., 2015. Modernization, Sociological Theories of. In: James D. Wright\n International Encyclopedia of the Social & Behavioral Sciencespp. 707-713\n\nand\n\nEpstein, M., & Klyukanov, I. (2009). The Interesting. Qui Parle, 18(1), 75-88."
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1659496183700631554/sP3yq2NB.jpg"
},
"post-type": "note",
"_id": "37372118",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-21T13:03:56+00:00",
"url": "https://twitter.com/anomalily/status/1660270199696924674",
"photo": [
"https://pbs.twimg.com/media/Fwp28MyaMAEMxT7.jpg"
],
"content": {
"text": "My cat apparently wanted to ride to work with me this morning. (She thinks it is great I am up to feed her at 3:30am)."
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "photo",
"_id": "37367390",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-21T12:21:36+00:00",
"url": "https://twitter.com/anomalily/status/1660259545896325120",
"video": [
"https://video.twimg.com/ext_tw_video/1660259489784954883/pu/vid/720x1280/oL6Vc6jjknRv_6pf.mp4?tag=12"
],
"content": {
"text": "Join me to get your Sunday started right. From 5 to 10am on @OPB for weekend edition with @ayesharascoe",
"html": "Join me to get your Sunday started right. From 5 to 10am on <a href=\"https://twitter.com/OPB\">@OPB</a> for weekend edition with <a href=\"https://twitter.com/ayesharascoe\">@ayesharascoe</a>"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "video",
"_id": "37366439",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-20T16:13:24-0400",
"url": "https://martymcgui.re/2023/05/20/rebooting--an-indieweb-webring/",
"category": [
"\ud83d\udd78\ufe0f\ud83d\udc8d",
"webring",
"indieweb",
"update"
],
"name": "Rebooting \ud83d\udd78\ufe0f\ud83d\udc8d an IndieWeb webring",
"content": {
"text": "Are you a member of the \ud83d\udd78\ud83d\udc8d IndieWeb Webring? Today I swapped out the underlying codebase. Don't worry about it!\n \n\nNothing to worry about??\nOkay, okay, there are some changes that you might notice!\nRIP emoji IDs\nI wrote about why I think emoji IDs ended up being a bad idea.\nThis webring is about personal sites and uses IndieAuth for sign-in. So, I decided to lean into the IndieAuth philosophy \"End-Users [...] are all represented by URLs\". If your entry on the ring is already identified by your site's URL, there's no need for an extra identifier, emoji or not.\nYou'll notice this change in a couple of ways:\nYou don't need to put your emojis in your previous/next links to the webring. So, a link to https://xn--sr8hvo.ws//\ud83d\udead/next can just link to https://xn--sr8hvo.ws/next , no problem. You can update them directly on your site, or visit your webring dashboard to copy-and-paste them again. But! I'll also more-or-less keep supporting URLs with the old emoji IDs, so feel free not to worry about it.\n Emoji IDs no longer appear on the webring directory. We don't have them, so there's nothing to show! The rest of your profile info should still appear as before.\nRIP webring profile pages\nOne reason I adopted emoji IDs in the first place was to allow profile pages to exist without having to figure out a scheme for encoding your URLs in the webring's URLs. I still don't want to solve that problem! So, the old profile pages at your emoji ID (e.g. https://xn--sr8hvo.ws/\ud83d\udead) are just not there anymore. \nBut to be clear: profiles are not gone! They still exist in the webring directory. You can still update or remove your profile via your dashboard page as before!\n\n A new codebase, eh?\n \n\nThe first version of this webring was slapped together over a weekend. It was a proof-of-concept and, honestly, was intended to be a way to experiment with how IndieWeb building blocks might support and extend the idea of a webring. I used the excellent Glitch.com and their NodeJS-based Express template app as a way of \"sketching with code\", getting something up and running fast, and working in the open where I could invite others to collaborate.\nHowever, I don't work with that stack on a regular basis! So as time went on, and dependencies inevitably churned, I found it harder and harder to come back and make updates quickly.\nI've ported the codebase to PHP because I, without citation, feel like a lot of the functionality I was relying on slowly-drifting libraries for in NodeJS is built directly into PHP or implemented via agreed-upon interfaces that shouldn't change out from under me as I apply the inevitable security updates.\nSimilarly, the IndieAuth stuff for the NodeJS version was really banged-together (by me) and was now out of date with the specification. I had never been that comfortable with my implementation, and moving to PHP where there is a larger set of well-maintained (by other people) IndieWeb building blocks feels like a stabilizing one.\n\n (I'm also using the webring and other IndieWeb projects I maintain to sharpen the tools and smooth the edges on a lil framework for making IndieWeb web apps, shh, keep it on the down-low.)\n \n\nYou can find the new codebase here: https://git.schmarty.net/schmarty/gem-diamond\nYou can find the old codebase here: https://github.com/martymcguire/indiewebring.ws\nIs that all?\n\n It is not! I am hoping this can be a nice solid base for tackling some long-standing issues and requests for improvements.\n \n\n\n Can I ask you a different question or give you feedback?\n \n\n Of course! Please do! You can reply to this post on your own site or via Twitter, or feel free to drop me a line in the #indieweb chat (I\u2019m `schmarty` there).",
"html": "<p>\n Are you a member of the <a href=\"https://xn--sr8hvo.ws/\">\ud83d\udd78\ud83d\udc8d IndieWeb Webring</a>? Today I swapped out the underlying codebase. Don't worry about it!\n <br /></p>\n<h2>Nothing to worry about??</h2>\n<p>Okay, okay, there are some changes that you might notice!</p>\n<h3>RIP emoji IDs</h3>\n<p>I wrote about <a href=\"https://martymcgui.re/2023/04/26/bad-web-dev-ideas-emoji-as-ids-in-urls/\">why I think emoji IDs ended up being a bad idea</a>.</p>\n<p>This webring is about personal sites and uses <a href=\"https://indieweb.org/IndieAuth\">IndieAuth</a> for sign-in. So, I decided to lean into the <a href=\"https://indieauth.spec.indieweb.org/#abstract-p-1\">IndieAuth philosophy \"End-Users [...] are all represented by URLs\"</a>. If your entry on the ring is already identified by your site's URL, there's no need for an extra identifier, emoji or not.</p>\n<p>You'll notice this change in a couple of ways:</p>\n<ul><li>You don't need to put your emojis in your previous/next links to the webring. So, a link to https://xn--sr8hvo.ws//\ud83d\udead/next can just link to https://xn--sr8hvo.ws/next , no problem. You can update them directly on your site, or visit your webring dashboard to copy-and-paste them again. But! I'll also more-or-less keep supporting URLs with the old emoji IDs, so feel free not to worry about it.</li>\n <li>Emoji IDs no longer appear on the <a href=\"https://xn--sr8hvo.ws/directory\">webring directory</a>. We don't have them, so there's nothing to show! The rest of your profile info should still appear as before.</li>\n</ul><h3>RIP webring profile pages</h3>\n<p>One reason I adopted emoji IDs in the first place was to allow profile pages to exist without having to figure out a scheme for encoding your URLs in the webring's URLs. I still don't want to solve that problem! So, the old profile pages at your emoji ID (e.g. https://xn--sr8hvo.ws/\ud83d\udead) are just not there anymore. </p>\n<p>But to be clear: profiles are not gone! They still exist in the webring directory. You can still update or remove your profile via your dashboard page as before!</p>\n<h3>\n A new codebase, eh?\n <br /></h3>\n<p>The first version of this webring was slapped together over a weekend. It was a proof-of-concept and, honestly, was intended to be a way to experiment with how IndieWeb building blocks might support and extend the idea of a webring. I used the excellent <a href=\"https://glitch.com/\">Glitch.com</a> and their NodeJS-based Express template app as a way of \"sketching with code\", getting something up and running fast, and working in the open where I could invite others to collaborate.</p>\n<p>However, I don't work with that stack on a regular basis! So as time went on, and <a href=\"https://snarfed.org/2022-03-10_were-drowning-software-dependencies\">dependencies inevitably churned</a>, I found it harder and harder to come back and make updates quickly.</p>\n<p>I've ported the codebase to PHP because I, without citation, feel like a lot of the functionality I was relying on slowly-drifting libraries for in NodeJS is built directly into PHP or implemented via agreed-upon interfaces that shouldn't change out from under me as I apply the inevitable security updates.</p>\n<p>Similarly, the IndieAuth stuff for the NodeJS version was really banged-together (by me) and was now out of date with the specification. I had never been that comfortable with my implementation, and moving to PHP where there is a larger set of well-maintained (by other people) IndieWeb building blocks feels like a stabilizing one.</p>\n<p>\n (I'm also using the webring and <a href=\"https://bayside.pub/\">other IndieWeb projects I maintain</a> to sharpen the tools and smooth the edges on <a href=\"https://git.schmarty.net/schmarty/micropubkit\">a lil framework for making IndieWeb web apps</a>, shh, keep it on the down-low.)\n <br /></p>\n<p>You can find the new codebase here: https://git.schmarty.net/schmarty/gem-diamond</p>\n<p>You can find the old codebase here: https://github.com/martymcguire/indiewebring.ws</p>\n<h3>Is that all?</h3>\n<p>\n It is not! I am hoping this can be a nice solid base for tackling <a href=\"https://github.com/martymcguire/indiewebring.ws/issues\">some long-standing issues and requests for improvements</a>.\n <br /></p>\n<h3>\n Can I ask you a different question or give you feedback?\n <br /></h3>\n<p> Of course! Please do! You can <a href=\"https://indieweb.org/reply\">reply</a> to this post on your own site or via Twitter, or feel free to drop me a line in the <a href=\"https://chat.indieweb.org/\">#indieweb chat</a> (I\u2019m `schmarty` there).</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "article",
"_id": "37356190",
"_source": "175"
}
I am delighted to be speaking at the @kc_dc conference and grateful that Snyk is sponsoring!
You donโt want to miss this developer conference!
Neato! You can use my code FriendOfMicahSilverman to get 10% off the cost of your attendance.
eventbrite.com/e/596983442547
{
"type": "entry",
"published": "2023-05-20T17:09:25+00:00",
"url": "https://twitter.com/afitnerd/status/1659969589114019848",
"content": {
"text": "I am delighted to be speaking at the @kc_dc conference and grateful that Snyk is sponsoring!\n\nYou don\u2019t want to miss this developer conference!\n\nNeato! You can use my code FriendOfMicahSilverman to get 10% off the cost of your attendance.\n\neventbrite.com/e/596983442547",
"html": "I am delighted to be speaking at the <a href=\"https://twitter.com/kc_dc\">@kc_dc</a> conference and grateful that Snyk is sponsoring!\n\nYou don\u2019t want to miss this developer conference!\n\nNeato! You can use my code FriendOfMicahSilverman to get 10% off the cost of your attendance.\n\n<a href=\"https://www.eventbrite.com/e/596983442547\">eventbrite.com/e/596983442547</a>"
},
"author": {
"type": "card",
"name": "Micah Silverman - #StopWar",
"url": "https://twitter.com/afitnerd",
"photo": "https://pbs.twimg.com/profile_images/1169746170740137984/R7RpX8Q7.jpg"
},
"post-type": "note",
"_id": "37352237",
"_source": "2773"
}
Who wants to help me with a mini BOOST? ๐คจ๐ Twitter will not show some tweets again, this battle will be legendary...
It's time to declare war on algorithms!
Are y...
{
"type": "entry",
"published": "2023-05-20T16:48:27+00:00",
"url": "https://twitter.com/jgmac1106/status/1659964312713060359",
"quotation-of": "https://twitter.com/Maks_NAFO_FELLA/status/1659961005776990211",
"content": {
"text": "Algorithms or direct human throttling?"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1659496183700631554/sP3yq2NB.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/Maks_NAFO_FELLA/status/1659961005776990211": {
"type": "entry",
"published": "2023-05-20T16:35:19+00:00",
"url": "https://twitter.com/Maks_NAFO_FELLA/status/1659961005776990211",
"video": [
"https://video.twimg.com/tweet_video/Fwldu6VXoAY0IA7.mp4"
],
"content": {
"text": "Who wants to help me with a mini BOOST? \ud83e\udd28\ud83d\ude0f Twitter will not show some tweets again, this battle will be legendary... \n\nIt's time to declare war on algorithms!\nAre you with me? \u2694\ufe0f\ud83d\udee1\ufe0f\ud83c\udff9\n#Ukraine\ufe0f #NAFO #NAFOfellas \ud83d\ude0e\ud83d\udc4f\ud83c\udffb",
"html": "Who wants to help me with a mini BOOST? \ud83e\udd28\ud83d\ude0f Twitter will not show some tweets again, this battle will be legendary... \n\nIt's time to declare war on algorithms!\nAre you with me? \u2694\ufe0f\ud83d\udee1\ufe0f\ud83c\udff9\n<a href=\"https://twitter.com/search?q=%23Ukraine%EF%B8%8F\">#Ukraine\ufe0f</a> <a href=\"https://twitter.com/search?q=%23NAFO\">#NAFO</a> <a href=\"https://twitter.com/search?q=%23NAFOfellas\">#NAFOfellas</a> \ud83d\ude0e\ud83d\udc4f\ud83c\udffb"
},
"author": {
"type": "card",
"name": "MAKS 22\ud83c\uddfa\ud83c\udde6\ud83d\udd1c",
"url": "https://twitter.com/Maks_NAFO_FELLA",
"photo": "https://pbs.twimg.com/profile_images/1630899210533888001/el3vo8rG.jpg"
},
"post-type": "video"
}
},
"_id": "37351907",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-20T11:36:36-0400",
"url": "https://martymcgui.re/2023/05/20/113636/",
"syndication": [
"https://fed.brid.gy/"
],
"content": {
"text": "Meeting new people(\u2019s websites) and who edits the editors? It\u2019s your < 10min update on the #IndieWeb community!\nThis Week in the IndieWeb audio edition for May 13th - 19th, 2023.\nhttp://mmg.re/5QxFZA",
"html": "<p>Meeting new people(\u2019s websites) and who edits the editors? It\u2019s your < 10min update on the #IndieWeb community!</p>\n<p>This Week in the IndieWeb audio edition for May 13th - 19th, 2023.</p>\n<p><a href=\"http://mmg.re/5QxFZA\">http://mmg.re/5QxFZA</a></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "note",
"_id": "37351344",
"_source": "175"
}
{
"type": "entry",
"published": "2023-05-20T11:33:10-0400",
"url": "https://martymcgui.re/2023/05/20/this-week-in-the-indieweb-audio-edition--may-13th---19th-2023/",
"category": [
"podcast",
"IndieWeb",
"this-week-indieweb-podcast"
],
"audio": [
"https://media.martymcgui.re/64/d9/67/64/91531825d1f1352075a0ff86e2dd466616b89f5686412041313c29be.mp3"
],
"name": "This Week in the IndieWeb Audio Edition \u2022 May 13th - 19th, 2023",
"content": {
"text": "Show/Hide Transcript\n \n Meeting new people(\u2019s websites) and who edits the editors? It\u2019s the audio edition for This Week in the IndieWeb for May 13th - 19th, 2023.\nYou can find all of my audio editions and subscribe with your favorite podcast app here: martymcgui.re/podcasts/indieweb/.\nMusic from Aaron Parecki\u2019s 100DaysOfMusic project: Day 85 - Suit, Day 48 - Glitch, Day 49 - Floating, Day 9, and Day 11\nThanks to everyone in the IndieWeb chat for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!",
"html": "Show/Hide Transcript\n \n <p>Meeting new people(\u2019s websites) and who edits the editors? It\u2019s the audio edition for <a href=\"https://indieweb.org/this-week/2023-05-19.html\">This Week in the IndieWeb for May 13th - 19th, 2023</a>.</p>\n<p>You can find all of my audio editions and subscribe with your favorite podcast app here: <a href=\"https://martymcgui.re/podcasts/indieweb/\">martymcgui.re/podcasts/indieweb/</a>.</p>\n<p>Music from <a href=\"https://aaronparecki.com/\">Aaron Parecki</a>\u2019s <a href=\"https://100.aaronparecki.com/\">100DaysOfMusic project</a>: <a href=\"https://aaronparecki.com/2017/03/15/14/day85\">Day 85 - Suit</a>, <a href=\"https://aaronparecki.com/2017/02/06/7/day48\">Day 48 - Glitch</a>, <a href=\"https://aaronparecki.com/2017/02/07/4/day49\">Day 49 - Floating</a>, <a href=\"https://aaronparecki.com/2016/12/29/21/day-9\">Day 9</a>, and <a href=\"https://aaronparecki.com/2016/12/31/15/\">Day 11</a></p>\n<p>Thanks to everyone in the <a href=\"https://chat.indieweb.org/\">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "audio",
"_id": "37351345",
"_source": "175"
}
Whatโs at stake for the climate due to the republican walkout in the Oregon legislature? More on that with @m0nica10 at 7:35am on @OPB - tune in at 91.5FM in Portland o...
{
"type": "entry",
"published": "2023-05-20T16:17:10+00:00",
"url": "https://twitter.com/anomalily/status/1659956438301814786",
"quotation-of": "https://twitter.com/anomalily/status/1659927949699866624",
"content": {
"text": "rebroadcast at 9:35AM!"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/anomalily/status/1659927949699866624": {
"type": "entry",
"published": "2023-05-20T14:23:57+00:00",
"url": "https://twitter.com/anomalily/status/1659927949699866624",
"content": {
"text": "What\u2019s at stake for the climate due to the republican walkout in the Oregon legislature? More on that with @m0nica10 at 7:35am on @OPB - tune in at 91.5FM in Portland or streaming at opb.org",
"html": "What\u2019s at stake for the climate due to the republican walkout in the Oregon legislature? More on that with <a href=\"https://twitter.com/m0nica10\">@m0nica10</a> at 7:35am on <a href=\"https://twitter.com/OPB\">@OPB</a> - tune in at 91.5FM in Portland or streaming at <a href=\"http://opb.org\">opb.org</a>"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "note"
}
},
"_id": "37351335",
"_source": "2773"
}
Whatโs at stake for the climate due to the republican walkout in the Oregon legislature? More on that with @m0nica10 at 7:35am on @OPB - tune in at 91.5FM in Portland or streaming at opb.org
{
"type": "entry",
"published": "2023-05-20T14:23:57+00:00",
"url": "https://twitter.com/anomalily/status/1659927949699866624",
"content": {
"text": "What\u2019s at stake for the climate due to the republican walkout in the Oregon legislature? More on that with @m0nica10 at 7:35am on @OPB - tune in at 91.5FM in Portland or streaming at opb.org",
"html": "What\u2019s at stake for the climate due to the republican walkout in the Oregon legislature? More on that with <a href=\"https://twitter.com/m0nica10\">@m0nica10</a> at 7:35am on <a href=\"https://twitter.com/OPB\">@OPB</a> - tune in at 91.5FM in Portland or streaming at <a href=\"http://opb.org\">opb.org</a>"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "note",
"_id": "37349407",
"_source": "2773"
}
I just submitted a proposal to wikiconference North America on the topic of examining risks to wikipedia as an attack vector for state based manipulations of the information space.
study of both data and governance to mitigate that risk
any other #NAFO wikipedians interested?
{
"type": "entry",
"published": "2023-05-20T12:58:41+00:00",
"url": "https://twitter.com/jgmac1106/status/1659906489530580992",
"photo": [
"https://pbs.twimg.com/media/Fwkq1UgWAAII8hL.png"
],
"content": {
"text": "I just submitted a proposal to wikiconference North America on the topic of examining risks to wikipedia as an attack vector for state based manipulations of the information space.\n\nstudy of both data and governance to mitigate that risk\n\nany other #NAFO wikipedians interested?",
"html": "I just submitted a proposal to wikiconference North America on the topic of examining risks to wikipedia as an attack vector for state based manipulations of the information space.\n\nstudy of both data and governance to mitigate that risk\n\nany other <a href=\"https://twitter.com/search?q=%23NAFO\">#NAFO</a> wikipedians interested?"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1659496183700631554/sP3yq2NB.jpg"
},
"post-type": "photo",
"_id": "37348180",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-20T12:20:59+00:00",
"url": "https://twitter.com/anomalily/status/1659897004666015744",
"video": [
"https://video.twimg.com/ext_tw_video/1659896958323134464/pu/vid/720x1280/13x5ZiQUcTpWKsqN.mp4?tag=12"
],
"content": {
"text": "Join me on @OPB from 5am to 10am for weekend edition Saturday. Opb.org streaming or on your dials in Portland at 91.5fm",
"html": "Join me on <a href=\"https://twitter.com/OPB\">@OPB</a> from 5am to 10am for weekend edition Saturday. <a href=\"http://Opb.org\">Opb.org</a> streaming or on your dials in Portland at 91.5fm"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1455236306162761732/jPv9ROKG.jpg"
},
"post-type": "video",
"_id": "37347717",
"_source": "2773"
}