New post: Plaidophile: More rants about art programs beesbuzz.biz/blog/6832-More…
I’ve been trying to work on comics again, now that my pain is starting to subside. As part of that I’ve decided to try relearning how to draw comics, in some of the other art programs I’ve bought in a…
{
"type": "entry",
"published": "2020-07-08T06:16:22+00:00",
"url": "https://twitter.com/fluffy/status/1280747537507520512",
"content": {
"text": "New post: Plaidophile: More rants about art programs beesbuzz.biz/blog/6832-More\u2026\n\nI\u2019ve been trying to work on comics again, now that my pain is starting to subside. As part of that I\u2019ve decided to try relearning how to draw comics, in some of the other art programs I\u2019ve bought in a\u2026",
"html": "New post: Plaidophile: More rants about art programs <a href=\"https://beesbuzz.biz/blog/6832-More-rants-about-art-programs\">beesbuzz.biz/blog/6832-More\u2026</a>\n\nI\u2019ve been trying to work on comics again, now that my pain is starting to subside. As part of that I\u2019ve decided to try relearning how to draw comics, in some of the other art programs I\u2019ve bought in a\u2026"
},
"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",
"_id": "13040948",
"_source": "2773"
}
Pattern matching is something I use a lot in Elixir (it makes control flow more interestingly verbose and human friendly) and it looks like PHP 8 has it! https://php.watch/versions/8.0/match-expression
{
"type": "entry",
"published": "2020-07-07T21:34:39.84578-07:00",
"url": "https://v2.jacky.wtf/post/52af4848-7907-428f-aca2-8b89dbe93894",
"content": {
"text": "Pattern matching is something I use a lot in Elixir (it makes control flow more interestingly verbose and human friendly) and it looks like PHP 8 has it! https://php.watch/versions/8.0/match-expression",
"html": "<p>Pattern matching is something I use a <em>lot</em> in Elixir (it makes control flow more interestingly verbose and human friendly) and it looks like PHP 8 has it! <a href=\"https://php.watch/versions/8.0/match-expression\">https://php.watch/versions/8.0/match-expression</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039795",
"_source": "1886"
}
So I mentioned the idea of making my homepage more dynamic. I don’t want it to be too difficult to do though. I have a concept of theming on my site. Since I can completely control the theme, this makes for a very interesting situation where, by leveraging Microformats JSON, I can dynamically render things on a page. For example, in this screenshot of my future site, I can have each section be determined by a property of a larger h-entry. The main text could be the e-summary, the headline text being p-name and the changelog region be a p-x-changelog that’d hold a list of embedded h-cites to other content that I’ve created!
As far as I know, there’s no such compatibility availability in a Micropub client for editing like this; they focus on providing particular post types and don’t seem to allow for “custom’ properties. However, the needed part is really just being able to push arbitrary properties to one’s post. The basis of this (for fetching) is already available thanks to q=source&url= in Micropub; you can fetch the MF2 representation of a post. This is enough to push new properties to a post.
My goal is to take Koype Publish and improve it to support this functionality of compositional content. Right now, it servers as a way for me to create long-form content and nothing more. This would allow me to do so much with my site. Some ideas I had was working on a “stack page” that’d serve as a h-entry with children for each thing that I can move around and adjust as if it was in a WYSIWYG setup.
What does the community think about such editing styles?
{
"type": "entry",
"published": "2020-07-07T20:54:50.48939-07:00",
"url": "https://v2.jacky.wtf/post/40c9ef2b-3984-4e7c-b05f-8092a51adba7",
"category": [
"micropub",
"koype",
"itches"
],
"content": {
"text": "So I mentioned the idea of making my homepage more dynamic. I don\u2019t want it to be too difficult to do though. I have a concept of theming on my site. Since I can completely control the theme, this makes for a very interesting situation where, by leveraging Microformats JSON, I can dynamically render things on a page. For example, in this screenshot of my future site, I can have each section be determined by a property of a larger h-entry. The main text could be the e-summary, the headline text being p-name and the changelog region be a p-x-changelog that\u2019d hold a list of embedded h-cites to other content that I\u2019ve created!As far as I know, there\u2019s no such compatibility availability in a Micropub client for editing like this; they focus on providing particular post types and don\u2019t seem to allow for \u201ccustom\u2019 properties. However, the needed part is really just being able to push arbitrary properties to one\u2019s post. The basis of this (for fetching) is already available thanks to q=source&url= in Micropub; you can fetch the MF2 representation of a post. This is enough to push new properties to a post.My goal is to take Koype Publish and improve it to support this functionality of compositional content. Right now, it servers as a way for me to create long-form content and nothing more. This would allow me to do so much with my site. Some ideas I had was working on a \u201cstack page\u201d that\u2019d serve as a h-entry with children for each thing that I can move around and adjust as if it was in a WYSIWYG setup.What does the community think about such editing styles?",
"html": "<p>So I mentioned the idea of making my homepage more dynamic. I don\u2019t want it to be too difficult to do though. I have a concept of theming on my site. Since I can completely control the theme, this makes for a very interesting situation where, by leveraging Microformats JSON, I can dynamically render things on a page. For example, <a href=\"https://v2.jacky.wtf/post/563632ee-5c4b-4dd0-a765-48f081d5c6b4\">in this screenshot of my future site</a>, I can have each section be determined by a property of a larger <code>h-entry</code>. The main text could be the <code>e-summary</code>, the headline text being <code>p-name</code> and the changelog region be a <code>p-x-changelog</code> that\u2019d hold a list of embedded <code>h-cite</code>s to other content that I\u2019ve created!</p><p>As far as I know, there\u2019s no such compatibility availability in a Micropub client for editing like this; they focus on providing particular post types and don\u2019t seem to allow for \u201ccustom\u2019 properties. However, the needed part is really just being able to push arbitrary properties to one\u2019s post. The basis of this (for fetching) is already available thanks to <code>q=source&url=</code> in Micropub; you can fetch the MF2 representation of a post. This is enough to push new properties to a post.</p><p>My goal is to take <a href=\"https://publish.koype.net\">Koype Publish</a> and improve it to support this functionality of compositional content. Right now, it servers as a way for me to create long-form content and nothing more. This would allow me to do <em>so</em> much with my site. Some ideas I had was working on a \u201cstack page\u201d that\u2019d serve as a <code>h-entry</code> with children for each thing that I can move around and adjust as if it was in a WYSIWYG setup.</p><p>What does the community think about such editing styles?</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039796",
"_source": "1886"
}
I’m only 25 pages into Parable of the Sower and I’m very angry I haven’t started this book sooner. Like fuck reading about shitty capitalism - this book basically is a prophecy.
{
"type": "entry",
"published": "2020-07-07T18:41:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/8f6812da-41d0-41ee-90e9-e5ffeac83e87",
"content": {
"text": "I\u2019m only 25 pages into Parable of the Sower and I\u2019m very angry I haven\u2019t started this book sooner. Like fuck reading about shitty capitalism - this book basically is a prophecy.",
"html": "<p>I\u2019m only 25 pages into Parable of the Sower and I\u2019m very angry I haven\u2019t started this book sooner. Like fuck reading about shitty capitalism - this book basically is a prophecy.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039797",
"_source": "1886"
}
{
"type": "entry",
"published": "2020-07-07T18:37:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/642e44de-4e22-471f-ae46-330f9731b520",
"content": {
"text": "(sends to GitHub leadership) https://twitter.com/ghosttyped/status/1280592577532620800",
"html": "<p>(sends to GitHub leadership) <a href=\"https://twitter.com/ghosttyped/status/1280592577532620800\">https://twitter.com/ghosttyped/status/1280592577532620800</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039798",
"_source": "1886"
}
https://www.vice.com/en_us/article/qj43xq/cops-seize-blueleaks-ddosecrets-server Wait, Twitter banned BlueLeaks but don’t shake some of the biggest purveyors of hate speech? Smhhhh.
{
"type": "entry",
"published": "2020-07-07T16:55:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/d961e4f9-d9fb-4e14-ab32-5171fc67ae1b",
"content": {
"text": "https://www.vice.com/en_us/article/qj43xq/cops-seize-blueleaks-ddosecrets-server Wait, Twitter banned BlueLeaks but don\u2019t shake some of the biggest purveyors of hate speech? Smhhhh.",
"html": "<p><a href=\"https://www.vice.com/en_us/article/qj43xq/cops-seize-blueleaks-ddosecrets-server\">https://www.vice.com/en_us/article/qj43xq/cops-seize-blueleaks-ddosecrets-server</a> Wait, Twitter banned BlueLeaks but don\u2019t shake some of the biggest purveyors of hate speech? Smhhhh.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039799",
"_source": "1886"
}
{
"type": "entry",
"published": "2020-07-07T16:51:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/684e0576-1340-4875-b51e-76ecce5037df",
"content": {
"text": "https://www.vice.com/en_us/article/qj43n3/the-arctic-is-on-fire-again-and-its-even-worse-this-time This is bad +",
"html": "<p><a href=\"https://www.vice.com/en_us/article/qj43n3/the-arctic-is-on-fire-again-and-its-even-worse-this-time\">https://www.vice.com/en_us/article/qj43n3/the-arctic-is-on-fire-again-and-its-even-worse-this-time</a> This is bad +</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039800",
"_source": "1886"
}
I haven’t been outside in so long I don’t even know HOW to dress to go out anymore, lol.
{
"type": "entry",
"published": "2020-07-07T16:00:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/4c0eba16-fe64-4a8a-96b7-b9700000e3f8",
"content": {
"text": "I haven\u2019t been outside in so long I don\u2019t even know HOW to dress to go out anymore, lol.",
"html": "<p>I haven\u2019t been outside in so long I don\u2019t even know HOW to dress to go out anymore, lol.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039801",
"_source": "1886"
}
My hair hasn’t been this long since I was at @getclef son. Also who else you know rocking a root CA on their chest?
{
"type": "entry",
"published": "2020-07-07T09:38:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/1d3c3c8b-1ff3-4a67-9e3d-9e66f8d45074",
"category": [
"hair",
"hair growth"
],
"photo": [
"https://v2.jacky.wtf/media/image/floating/1594139891664.jpg_5WFNSFDAWEYHA.jpeg?v=original"
],
"content": {
"text": "My hair hasn\u2019t been this long since I was at @getclef son. Also who else you know rocking a root CA on their chest?",
"html": "<p>My hair hasn\u2019t been this long since I was at @getclef son. Also who else you know rocking a root CA on their chest?</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "photo",
"_id": "13039802",
"_source": "1886"
}
https://twitter.com/businessinsider/status/1280506398066053120 Yeah. The only way I could work at Facebook would be either unintentionally or if someone manually edited my brain to delete everything they’ve done and have responsible for.
{
"type": "entry",
"published": "2020-07-07T08:46:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/4a6ba1d0-21e7-421f-845d-5c4a79ca0258",
"content": {
"text": "https://twitter.com/businessinsider/status/1280506398066053120 Yeah. The only way I could work at Facebook would be either unintentionally or if someone manually edited my brain to delete everything they\u2019ve done and have responsible for.",
"html": "<p><a href=\"https://twitter.com/businessinsider/status/1280506398066053120\">https://twitter.com/businessinsider/status/1280506398066053120</a> Yeah. The only way I could work at Facebook would be either unintentionally or if someone manually edited my brain to delete everything they\u2019ve done and have responsible for.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13039803",
"_source": "1886"
}
Nice to see that #PHP is improving on the switch syntax, this is going to be great! php.watch/versions/8.0/m…
{
"type": "entry",
"published": "2020-07-08T04:40:49+00:00",
"url": "https://twitter.com/aaronpk/status/1280723489255600128",
"content": {
"text": "Nice to see that #PHP is improving on the switch syntax, this is going to be great! php.watch/versions/8.0/m\u2026",
"html": "Nice to see that <a href=\"https://twitter.com/search?q=%23PHP\">#PHP</a> is improving on the switch syntax, this is going to be great! <a href=\"https://php.watch/versions/8.0/match-expression\">php.watch/versions/8.0/m\u2026</a>"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://twitter.com/aaronpk",
"photo": "https://pbs.twimg.com/profile_images/1276535180979695616/MX2AtlXM.jpg"
},
"post-type": "note",
"_id": "13039757",
"_source": "2773"
}
Nice to see that #PHP is improving on the switch syntax, this is going to be great! https://php.watch/versions/8.0/match-expression
{
"type": "entry",
"published": "2020-07-07T21:40:45-07:00",
"url": "https://aaronparecki.com/2020/07/07/30/php",
"category": [
"php",
"programming"
],
"syndication": [
"https://twitter.com/aaronpk/status/1280723489255600128"
],
"content": {
"text": "Nice to see that #PHP is improving on the switch syntax, this is going to be great! https://php.watch/versions/8.0/match-expression",
"html": "Nice to see that <a href=\"https://aaronparecki.com/tag/php\">#PHP</a> is improving on the switch syntax, this is going to be great! <a href=\"https://php.watch/versions/8.0/match-expression\"><span>https://</span>php.watch/versions/8.0/match-expression</a>"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "note",
"_id": "13039736",
"_source": "16"
}
Remember when macOS things were good about not stealing your heckin' focus all the heckin' time?
I miss those days.
{
"type": "entry",
"published": "2020-07-08T04:31:12+00:00",
"url": "https://twitter.com/fluffy/status/1280721070224359426",
"content": {
"text": "Remember when macOS things were good about not stealing your heckin' focus all the heckin' time?\n\nI miss those days."
},
"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",
"_id": "13039710",
"_source": "2773"
}
At one point in time the Beatles had to explain to everyone that yeah, it was Beatles like "beetles" but instead it was b-e-A-t because, y'know, they're a band, and honestly it's a miracle they ever got past that.
{
"type": "entry",
"published": "2020-07-08T04:17:45+00:00",
"url": "https://twitter.com/andymcmillan/status/1280717685576200192",
"content": {
"text": "At one point in time the Beatles had to explain to everyone that yeah, it was Beatles like \"beetles\" but instead it was b-e-A-t because, y'know, they're a band, and honestly it's a miracle they ever got past that."
},
"author": {
"type": "card",
"name": "Andy McMillan",
"url": "https://twitter.com/andymcmillan",
"photo": "https://pbs.twimg.com/profile_images/1151993418232369153/9ShXZFLh.jpg"
},
"post-type": "note",
"_id": "13039530",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-08T03:59:58+00:00",
"url": "https://twitter.com/jaredcwhite/status/1280713212338376705",
"content": {
"text": "Whoa.\nindependent.co.uk/voices/mary-tr\u2026",
"html": "Whoa.\n<a href=\"https://www.independent.co.uk/voices/mary-trump-book-niece-summary-highlights-too-much-and-never-enough-a9606671.html\">independent.co.uk/voices/mary-tr\u2026</a>"
},
"author": {
"type": "card",
"name": "Jared White \ud83e\udd13",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1232704698890670080/goiKk3uW.jpg"
},
"post-type": "note",
"_id": "13039223",
"_source": "2773"
}
Today is my 33rd birthday. Since my last:
✈️ Flown 75,851 miles
🌮 909 tacos
☕️ 2,376 coffees
💸 Spent $18,141 USD
💵 Saved $14,753.44
🚲 1,152 miles
🌃 69 nights away
🚫🇺🇸 56 days out of the US
🛂 4 countries 🇸🇬 🏴 🏴 🇦🇺
⛸ Skated 22.5 hrs
🚗 ⛔️ Drove 0 miles
🚫 0 alcohol
{
"type": "entry",
"published": "2020-07-08T02:12:02+00:00",
"url": "https://twitter.com/anomalily/status/1280686049983778816",
"content": {
"text": "Today is my 33rd birthday. Since my last:\n\u2708\ufe0f Flown 75,851 miles\n\ud83c\udf2e 909 tacos\n\u2615\ufe0f 2,376 coffees\n\ud83d\udcb8 Spent $18,141 USD\n\ud83d\udcb5 Saved $14,753.44 \n\ud83d\udeb2 1,152 miles\n\ud83c\udf03 69 nights away\n\ud83d\udeab\ud83c\uddfa\ud83c\uddf8 56 days out of the US\n\ud83d\udec2 4 countries \ud83c\uddf8\ud83c\uddec \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f \ud83c\udde6\ud83c\uddfa\n\u26f8 Skated 22.5 hrs \n\ud83d\ude97 \u26d4\ufe0f Drove 0 miles\n\ud83d\udeab 0 alcohol"
},
"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": "13037318",
"_source": "2773"
}
Now only does televangelist Paula White receive a White House paycheck, her church got a Paycheck Protection Program forgivable government-backed loan of $150,000-$350,00...
{
"type": "entry",
"published": "2020-07-08T02:05:33+00:00",
"url": "https://twitter.com/jaredcwhite/status/1280684417233506304",
"quotation-of": "https://twitter.com/GuthrieGF/status/1280682903710707714",
"content": {
"text": "WTAF ??!!\ntwitter.com/guthriegf/stat\u2026",
"html": "WTAF ??!!\n<a href=\"https://twitter.com/guthriegf/status/1280682903710707714\">twitter.com/guthriegf/stat\u2026</a>"
},
"author": {
"type": "card",
"name": "Jared White \ud83e\udd13",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1232704698890670080/goiKk3uW.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/GuthrieGF/status/1280682903710707714": {
"type": "entry",
"published": "2020-07-08T01:59:32+00:00",
"url": "https://twitter.com/GuthrieGF/status/1280682903710707714",
"photo": [
"https://pbs.twimg.com/media/EcXmT2BWsAATRQs.jpg"
],
"content": {
"text": "Now only does televangelist Paula White receive a White House paycheck, her church got a Paycheck Protection Program forgivable government-backed loan of $150,000-$350,000."
},
"author": {
"type": "card",
"name": "Guthrie Graves-Fitzsimmons",
"url": "https://twitter.com/GuthrieGF",
"photo": "https://pbs.twimg.com/profile_images/1275793704025022464/l7ZDR2vo.jpg"
},
"post-type": "photo"
}
},
"_id": "13037277",
"_source": "2773"
}
The Guardian: Facebook is out of control. If it were a country it would be North Korea theguardian.com/technology/202…
{
"type": "entry",
"published": "2020-07-08T02:01:14+00:00",
"url": "https://twitter.com/Johannes_Ernst/status/1280683328115372032",
"quotation-of": "https://twitter.com/fkarlitschek/status/1280491002416041989",
"content": {
"text": "North Korea, hmmm."
},
"author": {
"type": "card",
"name": "Johannes Ernst",
"url": "https://twitter.com/Johannes_Ernst",
"photo": "https://pbs.twimg.com/profile_images/462335209015238656/ie0cRjdx.jpeg"
},
"post-type": "note",
"refs": {
"https://twitter.com/fkarlitschek/status/1280491002416041989": {
"type": "entry",
"published": "2020-07-07T13:17:00+00:00",
"url": "https://twitter.com/fkarlitschek/status/1280491002416041989",
"content": {
"text": "The Guardian: Facebook is out of control. If it were a country it would be North Korea theguardian.com/technology/202\u2026",
"html": "The Guardian: Facebook is out of control. If it were a country it would be North Korea <a href=\"https://www.theguardian.com/technology/2020/jul/05/facebook-is-out-of-control-if-it-were-a-country-it-would-be-north-korea\">theguardian.com/technology/202\u2026</a>"
},
"author": {
"type": "card",
"name": "Frank Karlitschek",
"url": "https://twitter.com/fkarlitschek",
"photo": "https://pbs.twimg.com/profile_images/1008580485906219008/hZP7qK7h.jpg"
},
"post-type": "note"
}
},
"_id": "13037201",
"_source": "2773"
}
Ya think Brett & John were having a Raiders-of-the-Lost-Ark style drinking contest at the club & it got out of hand?
Chief Justice John Roberts was hospitalized last month after injuring his head in a fall washingtonpost.com/politics/court…
{
"type": "entry",
"published": "2020-07-08T01:56:29+00:00",
"url": "https://twitter.com/karabaic/status/1280682134579982337",
"content": {
"text": "Ya think Brett & John were having a Raiders-of-the-Lost-Ark style drinking contest at the club & it got out of hand?\n\nChief Justice John Roberts was hospitalized last month after injuring his head in a fall washingtonpost.com/politics/court\u2026",
"html": "Ya think Brett & John were having a Raiders-of-the-Lost-Ark style drinking contest at the club & it got out of hand?\n\nChief Justice John Roberts was hospitalized last month after injuring his head in a fall <a href=\"https://www.washingtonpost.com/politics/courts_law/john-roberts-hospitalized-supreme-court/2020/07/07/6bc230ae-c0a0-11ea-b4f6-cb39cd8940fb_story.html\">washingtonpost.com/politics/court\u2026</a>"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/1256785873384861696/QfRzUvne.jpg"
},
"post-type": "note",
"_id": "13037202",
"_source": "2773"
}
Okay! Enough of that. Back to your regularly scheduled eternal Caturday programming.
{
"type": "entry",
"published": "2020-07-07T19:01:41-0400",
"url": "https://martymcgui.re/2020/07/07/190141/",
"category": [
"caturday"
],
"video": [
"https://media.martymcgui.re/bd/e9/79/ad/714246fb685cec5cc60ec32043fd7aed91eeb62c0b016b31bd1c2efa.mov"
],
"content": {
"text": "Okay! Enough of that. Back to your regularly scheduled eternal Caturday programming.",
"html": "<p>Okay! Enough of that. Back to your regularly scheduled eternal Caturday programming.</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "video",
"_id": "13037040",
"_source": "175"
}