Are you practicing letting go during eternal Caturday?
{
"type": "entry",
"published": "2023-05-24T00:05:17-0400",
"url": "https://martymcgui.re/2023/05/24/000517/",
"category": [
"Caturday"
],
"video": [
"https://res.cloudinary.com/schmarty/video/upload/vc_h264/mmmgre/30/be/ba/c6/e1c236eed36b9b8b7b46e4aea8e7f6f83a7fda0de16933c4b9aa406e.mov"
],
"content": {
"text": "Are you practicing letting go during eternal Caturday?",
"html": "<p>Are you practicing letting go during eternal Caturday?</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "video",
"_id": "37426379",
"_source": "175"
}
{
"type": "entry",
"published": "2023-05-23T21:26:29-0400",
"url": "https://martymcgui.re/2023/05/23/scratching-an-itch-dot-io/",
"category": [
"ownyourdata",
"itch.io",
"bundle",
"bookmarklets"
],
"syndication": [
"https://fed.brid.gy/"
],
"name": "Scratching an itch dot io",
"content": {
"text": "I'm back again with a blog post that is almost entirely just for me to remember a thing that I did!\n \n\nitch.io is a site full of great games (video and otherwise!), assets to make games, and digital art of all kinds.\nOver the last few years I have been especially drawn in by the bundles, particularly the charity fundraising variety. For these bundles, dozens (sometimes more than a hundred?) creators will offer up their content so that all proceeds from buying the bundle goes towards a worthy cause.\nFor example, the recent T\u00fcrkiye & Syria Earthquake Relief Mega Bundle had 203 items from 135 creators, with a minimum contribution of $10. That's ridiculously affordable even after bumping it up by my mental multipliers for charitable giving.\nBetween fundraisers and sales bundles I now have quite a few of these amounting to hundreds (thousands?) of items. It turns out that I find sifting through all this stuff to be surprisingly difficult in the itch.io interface. Until you actually download an item from a bundle, it doesn't appear in your overall library. You can browse each bundle page by page, 30 items at a time, or search within a bundle if you know exactly what you're looking for.\nScreenshot of the TTRPGs for Trans Rights in Florida bundle first page of 17. It shows info about the bundle and the top two items, Wanderhome and FIST: Ultra EditionHowever, I don't know what I'm looking for, and browsing this way feels pretty bad to me.\nThe part where I talk about a thing I did\nThanks to lots of help from my bookmarklets toolset and Firefox dev tools, I put together a bookmarklet that will extract the metadata (name, author, image and item page urls, ...) from all items on a given itch.io bundle download page and copy it to the clipboard as a partial JSON array.\n\n Here's a GitHub gist of the itch.io bundle page JSON bookmarklet, which also contains the prettified Javascript if you want to see how it works.\n \n\nFor each bundle I opened a new .json file in my editor and proceeded to page through the bundle, using the bookmarklet to copy the data for the visible page, then paste it into the JSON file, and repeat until done. This part was not very much fun, but it wasn't too time consuming.\nNow I have a couple of dozen .json files describing the contents of all the bundles I've purchased on itch.io. Hooray!\nAs a quick does-this-work test, I added them to my personal notes site, which is powered by Hugo. I dropped the .json files into a data/itch/bundles/ folder, then made a corresponding Markdown file in content/itch/bundles/ to match. I added a new layouts/itch/single.html file that pulls the info from .Site.Data.itch.bundles and displays it.\nScreenshot of the TTRPGs for Trans Rights in Florida bundle in my notes site. Top entries are shown for Wanderhome and FIST: Ultra EditionThe part where I talk about next steps\nNow I can scroll through an entire bundle's content on one page, rather than paging through 30 at a time! This is... not actually that useful. However, the main win here is that with a pile of .json files I can start to do more interesting things like organizing all these items across bundles. De-duplicating, sorting, tagging, and more.\n\n This is also me opening the door to other personal itch.io meta projects. For example, they have a \"collections\" system that I'd love to have syndicated into my personal bookmarks. Each project/game/whatever on itch.io also has a blog available, and itch.io lets you Like these posts. It'd be nice to have those syndicate to my website, too!",
"html": "<p>\n I'm back again with a blog post that is almost entirely just for me to remember a thing that I did!\n <br /></p>\n<p><a href=\"https://itch.io/\">itch.io</a> is a site full of great games (video and otherwise!), assets to make games, and digital art of all kinds.</p>\n<p>Over the last few years I have been especially drawn in by the <a href=\"https://itch.io/bundles\">bundles</a>, particularly the charity fundraising variety. For these bundles, dozens (sometimes more than a hundred?) creators will offer up their content so that all proceeds from buying the bundle goes towards a worthy cause.</p>\n<p>For example, the recent <a href=\"https://itch.io/b/1805/trkiye-syria-earthquake-relief-mega-bundle\">T\u00fcrkiye & Syria Earthquake Relief Mega Bundle</a> had 203 items from 135 creators, with a minimum contribution of $10. That's <i>ridiculously affordable</i> even after bumping it up by my mental multipliers for charitable giving.</p>\n<p>Between fundraisers and sales bundles I now have quite a few of these amounting to hundreds (thousands?) of items. It turns out that I find sifting through all this stuff to be surprisingly difficult in the itch.io interface. Until you actually download an item from a bundle, it doesn't appear in your overall library. You can browse each bundle page by page, 30 items at a time, or search within a bundle if you know exactly what you're looking for.</p>\n<img src=\"https://media.martymcgui.re/09/9e/d6/62/9ab48f40fc0fcfff843d3c3dc7246f3f55bca54e9e694de0b4667260.png\" alt=\"\" />Screenshot of the TTRPGs for Trans Rights in Florida bundle first page of 17. It shows info about the bundle and the top two items, Wanderhome and FIST: Ultra Edition<p>However, I <i>don't</i> know what I'm looking for, and browsing this way feels pretty bad to me.</p>\n<h2>The part where I talk about a thing I did</h2>\n<p>Thanks to lots of help from my <a href=\"https://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/\">bookmarklets toolset</a> and Firefox dev tools, I put together a bookmarklet that will extract the metadata (name, author, image and item page urls, ...) from all items on a given itch.io bundle download page and copy it to the clipboard as a partial JSON array.</p>\n<p>\n Here's a <a href=\"https://gist.github.com/martymcguire/e8f040cb9f2f5b9b09ed71a7b415c790\">GitHub gist of the itch.io bundle page JSON bookmarklet</a>, which also contains the prettified Javascript if you want to see how it works.\n <br /></p>\n<p>For each bundle I opened a new .json file in my editor and proceeded to page through the bundle, using the bookmarklet to copy the data for the visible page, then paste it into the JSON file, and repeat until done. This part was not very much fun, but it wasn't too time consuming.</p>\n<p>Now I have a couple of dozen .json files describing the contents of all the bundles I've purchased on itch.io. Hooray!</p>\n<p>As a quick does-this-work test, I added them to my personal notes site, which is powered by Hugo. I dropped the .json files into a data/itch/bundles/ folder, then made a corresponding Markdown file in content/itch/bundles/ to match. I added a new layouts/itch/single.html file that pulls the info from .Site.Data.itch.bundles and displays it.</p>\n<img src=\"https://media.martymcgui.re/51/48/b0/4d/84fd5de9690db889c8069325bff3653c60b9c46fb12fb57345afa387.png\" alt=\"\" />Screenshot of the TTRPGs for Trans Rights in Florida bundle in my notes site. Top entries are shown for Wanderhome and FIST: Ultra Edition<h2>The part where I talk about next steps</h2>\n<p>Now I can scroll through an entire bundle's content on one page, rather than paging through 30 at a time! This is... not actually that useful. However, the main win here is that with a pile of .json files I can start to do more interesting things like organizing all these items <i>across</i> bundles. De-duplicating, sorting, tagging, and more.</p>\n<p>\n This is also me opening the door to other personal itch.io meta projects. For example, they have a \"collections\" system that I'd love to have syndicated into my personal bookmarks. Each project/game/whatever on itch.io also has a blog available, and itch.io lets you Like these posts. It'd be nice to have those syndicate to my website, too!\n <br /></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "article",
"_id": "37425067",
"_source": "175"
}
Just reminding everybody you are on a far right platform here.
It’s impossible to deny this at this point.
theatlantic.com/technology/arc…
{
"type": "entry",
"published": "2023-05-24T00:50:01+00:00",
"url": "https://twitter.com/Johannes_Ernst/status/1661172666613526528",
"content": {
"text": "Just reminding everybody you are on a far right platform here.\n\nIt\u2019s impossible to deny this at this point.\n\ntheatlantic.com/technology/arc\u2026",
"html": "Just reminding everybody you are on a far right platform here.\n\nIt\u2019s impossible to deny this at this point.\n\n<a href=\"https://www.theatlantic.com/technology/archive/2023/05/elon-musk-ron-desantis-2024-twitter/674149/\">theatlantic.com/technology/arc\u2026</a>"
},
"author": {
"type": "card",
"name": "Johannes Ernst (@j12t@social.coop)",
"url": "https://twitter.com/Johannes_Ernst",
"photo": "https://pbs.twimg.com/profile_images/1482154224800526337/NjdX1tt7.jpg"
},
"post-type": "note",
"_id": "37424064",
"_source": "2773"
}
{
"type": "entry",
"published": "2023-05-23T23:58:00+00:00",
"url": "https://twitter.com/anomalily/status/1661159575016423426",
"content": {
"text": "Live now on youtube! youtube.com/watch?v=u0Avt7\u2026",
"html": "Live now on youtube! <a href=\"https://www.youtube.com/watch?v=u0Avt7ROp9Y\">youtube.com/watch?v=u0Avt7\u2026</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": "37423441",
"_source": "2773"
}
Plombir or your mcdonalds Ice Cream cone if the machine wasn't broken?
Conspiracy?
Today's thread about Russia's slide into fascist insanity will be dedicated to an object seemingly innocuous but actually responsible for much of what Russia is today.
Be...
{
"type": "entry",
"published": "2023-05-23T23:21:33+00:00",
"url": "https://twitter.com/jgmac1106/status/1661150404812455937",
"quotation-of": "https://twitter.com/SlavaMalamud/status/1660753352920031235",
"content": {
"text": "Plombir or your mcdonalds Ice Cream cone if the machine wasn't broken?\n\nConspiracy?"
},
"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/SlavaMalamud/status/1660753352920031235": {
"type": "entry",
"published": "2023-05-22T21:03:49+00:00",
"url": "https://twitter.com/SlavaMalamud/status/1660753352920031235",
"photo": [
"https://pbs.twimg.com/media/FwwuX5LWYAAvq3b.jpg"
],
"content": {
"text": "Today's thread about Russia's slide into fascist insanity will be dedicated to an object seemingly innocuous but actually responsible for much of what Russia is today.\nBehold the worst Soviet-made weapon of mass destruction, Plombir.\nNo, this isn't Bruce Banner's sperm test."
},
"author": {
"type": "card",
"name": "Slava Malamud \ud83c\uddfa\ud83c\udde6",
"url": "https://twitter.com/SlavaMalamud",
"photo": "https://pbs.twimg.com/profile_images/1569017376540073984/4jedMC8l.jpg"
},
"post-type": "photo"
}
},
"_id": "37423031",
"_source": "2773"
}
Weird...
I can't find any news stories about this but one
the one written by @codepink
Is Medea lying again?
~15 protesters gathered outside the event, chanting slogans such as “Medea Lies, Ukrainians Die.”
The most aggressive protestor, Kieran McKnutson, was screaming at...
{
"type": "entry",
"published": "2023-05-23T23:12:22+00:00",
"url": "https://twitter.com/jgmac1106/status/1661148092001918977",
"photo": [
"https://pbs.twimg.com/media/Fw2VHt6XgAApZPE.jpg"
],
"quotation-of": "https://twitter.com/codepink/status/1660770853171220480",
"content": {
"text": "Weird...\n\nI can't find any news stories about this but one\n\nthe one written by @codepink \n\nIs Medea lying again?",
"html": "Weird...\n\nI can't find any news stories about this but one\n\nthe one written by <a href=\"https://twitter.com/codepink\">@codepink</a> \n\nIs Medea lying again?"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1659496183700631554/sP3yq2NB.jpg"
},
"post-type": "photo",
"refs": {
"https://twitter.com/codepink/status/1660770853171220480": {
"type": "entry",
"published": "2023-05-22T22:13:21+00:00",
"url": "https://twitter.com/codepink/status/1660770853171220480",
"in-reply-to": [
"https://twitter.com/codepink/status/1660770851073949698"
],
"content": {
"text": "~15 protesters\u00a0 gathered outside the event, chanting slogans such as \u201cMedea Lies, Ukrainians Die.\u201d \nThe most aggressive protestor, Kieran McKnutson, was screaming at Medea that she was a Putin apologist & then grabbed her cell phone while she was attempting to film the situation.",
"html": "~15 protesters\u00a0 gathered outside the event, chanting slogans such as \u201cMedea Lies, Ukrainians Die.\u201d \nThe most aggressive protestor, Kieran McKnutson, was screaming at Medea that she was a Putin apologist & then grabbed her cell phone while she was attempting to film the situation."
},
"author": {
"type": "card",
"name": "CODEPINK",
"url": "https://twitter.com/codepink",
"photo": "https://pbs.twimg.com/profile_images/1176698755950743553/N2Ag45Bs.jpg"
},
"post-type": "reply"
}
},
"_id": "37422905",
"_source": "2773"
}
Russia needs to stop the escalation now.
We need an immediate ceasefire, even if it means giving up Belgorod, Bryansk, and Kursk.
ITS NUCLEAR WAR YOU IMPERIALIST MIC PUPPETS.
Make Peace in Belgorod
The saboteurs shelled a nuuclear silo near Belgorod 14 times, using 240mm mortars, 152mm shells, and 88mm mortars.
Similarly to what was done at Energodar NPP, they are ...
{
"type": "entry",
"published": "2023-05-23T22:59:50+00:00",
"url": "https://twitter.com/jgmac1106/status/1661144938170445825",
"quotation-of": "https://twitter.com/Trollstoy88/status/1660887968158973953",
"content": {
"text": "Russia needs to stop the escalation now.\n\nWe need an immediate ceasefire, even if it means giving up Belgorod, Bryansk, and Kursk.\n\nITS NUCLEAR WAR YOU IMPERIALIST MIC PUPPETS.\n\nMake Peace in Belgorod"
},
"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/Trollstoy88/status/1660887968158973953": {
"type": "entry",
"published": "2023-05-23T05:58:44+00:00",
"url": "https://twitter.com/Trollstoy88/status/1660887968158973953",
"content": {
"text": "The saboteurs shelled a nuuclear silo near Belgorod 14 times, using 240mm mortars, 152mm shells, and 88mm mortars.\n\nSimilarly to what was done at Energodar NPP, they are attempt to cause a nuclear disaster."
},
"author": {
"type": "card",
"name": "Trollstoy",
"url": "https://twitter.com/Trollstoy88",
"photo": "https://pbs.twimg.com/profile_images/1520450099725357056/BkZ9qNio.jpg"
},
"post-type": "note"
}
},
"_id": "37422627",
"_source": "2773"
}
Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you youtube.com...
{
"type": "entry",
"published": "2023-05-23T22:31:37+00:00",
"url": "https://twitter.com/anomalily/status/1661137838652657664",
"quotation-of": "https://twitter.com/anomalily/status/1661025048331948042",
"content": {
"text": "Live in 90 minutes!"
},
"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/1661025048331948042": {
"type": "entry",
"published": "2023-05-23T15:03:26+00:00",
"url": "https://twitter.com/anomalily/status/1661025048331948042",
"content": {
"text": "Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you youtube.com/live/u0Avt7ROp\u2026",
"html": "Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you <a href=\"https://www.youtube.com/live/u0Avt7ROp9Y\">youtube.com/live/u0Avt7ROp\u2026</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": "37422136",
"_source": "2773"
}
Nice summary of Russian neonazis in Ukraine
Pro-Russia trolls never cease to amuse. Here’s some Russian neo-Nazi gossip. The Telegram channels of the Russian Nazis fighting in Ukraine and committing terrible war ...
{
"type": "entry",
"published": "2023-05-23T22:25:23+00:00",
"url": "https://twitter.com/jgmac1106/status/1661136270515482629",
"quotation-of": "https://twitter.com/Rail_splitter1/status/1657945329784983552",
"content": {
"text": "Nice summary of Russian neonazis in Ukraine"
},
"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/Rail_splitter1/status/1657945329784983552": {
"type": "entry",
"published": "2023-05-15T03:05:44+00:00",
"url": "https://twitter.com/Rail_splitter1/status/1657945329784983552",
"photo": [
"https://pbs.twimg.com/media/FwI0ey0aMAMJpyV.jpg",
"https://pbs.twimg.com/media/FwI0ezDaQAEbodN.jpg",
"https://pbs.twimg.com/media/FwI0ey1aUAAKNO7.jpg",
"https://pbs.twimg.com/media/FwI0ey2acAEudYl.jpg"
],
"in-reply-to": [
"https://twitter.com/Nalu_2017/status/1657886324400037894"
],
"content": {
"text": "Pro-Russia trolls never cease to amuse. Here\u2019s some Russian neo-Nazi gossip. The Telegram channels of the Russian Nazis fighting in Ukraine and committing terrible war crimes: that is surely the work of the CIA and Nuland, right?",
"html": "Pro-Russia trolls never cease to amuse. Here\u2019s some Russian neo-Nazi gossip. The Telegram channels of the Russian Nazis fighting in Ukraine and committing terrible war crimes: that is surely the work of the CIA and Nuland, right?\n<a class=\"u-mention\" href=\"https://twitter.com/Nalu_2017\"></a>"
},
"author": {
"type": "card",
"name": "Railsplitter Fella \ud83c\uddfa\ud83c\udde6 \ud83c\uddea\ud83c\uddfa",
"url": "https://twitter.com/Rail_splitter1",
"photo": "https://pbs.twimg.com/profile_images/1582177112198299649/-Xr0sKz7.jpg"
},
"post-type": "reply"
}
},
"_id": "37422140",
"_source": "2773"
}
My sleep schedule has been, uhh, erratic and poor for a while. Last week was particularly exhausting, but I started to reset over the weekend.
Small wins this week: I’ve been in bed reading (not on my phone!) by 11pm the last two nights. Feels good!
{
"type": "entry",
"published": "2023-05-23 12:33-0700",
"url": "https://gregorlove.com/2023/05/my-sleep-schedule-has/",
"content": {
"text": "My sleep schedule has been, uhh, erratic and poor for a while. Last week was particularly exhausting, but I started to reset over the weekend.\n\nSmall wins this week: I\u2019ve been in bed reading (not on my phone!) by 11pm the last two nights. Feels good!",
"html": "<p>My sleep schedule has been, uhh, erratic and poor for a while. Last week was particularly exhausting, but I started to reset over the weekend.</p>\n\n<p>Small wins this week: I\u2019ve been in bed reading (not on my phone!) by 11pm the last two nights. Feels good!</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "note",
"_id": "37421479",
"_source": "95"
}
hope Russia recognizes that no reason to escalate. The partisans just wants to make sure the pensioners of the Belgorod, Bryansky,Kursk get heard.
Right now value sinking like a sub. Don't force someone to escalate to deeseclate.
Cease fire now!
The Kursk will be Heard
👀👀👀
"On May 23-25, military exercises will be held in Kyiv and the region, personnel will be moved and heavy equipment will be moved" - Ground Forces of Ukraine
{
"type": "entry",
"published": "2023-05-23T20:56:15+00:00",
"url": "https://twitter.com/jgmac1106/status/1661113836483518477",
"quotation-of": "https://twitter.com/Maks_NAFO_FELLA/status/1660945503633264640",
"content": {
"text": "hope Russia recognizes that no reason to escalate. The partisans just wants to make sure the pensioners of the Belgorod, Bryansky,Kursk get heard. \n\nRight now value sinking like a sub. Don't force someone to escalate to deeseclate.\n\nCease fire now! \n\nThe Kursk will be Heard"
},
"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/1660945503633264640": {
"type": "entry",
"published": "2023-05-23T09:47:21+00:00",
"url": "https://twitter.com/Maks_NAFO_FELLA/status/1660945503633264640",
"content": {
"text": "\ud83d\udc40\ud83d\udc40\ud83d\udc40\n\n\"On May 23-25, military exercises will be held in Kyiv and the region, personnel will be moved and heavy equipment will be moved\" - Ground Forces of Ukraine"
},
"author": {
"type": "card",
"name": "MAKS 23 \ud83c\uddfa\ud83c\udde6\ud83d\udd1c",
"url": "https://twitter.com/Maks_NAFO_FELLA",
"photo": "https://pbs.twimg.com/profile_images/1660390228253724673/Gs2aeYsb.jpg"
},
"post-type": "note"
}
},
"_id": "37420471",
"_source": "2773"
}
We still doing #Belgorod memes?
{
"type": "entry",
"published": "2023-05-23T20:31:54+00:00",
"url": "https://twitter.com/jgmac1106/status/1661107710262124567",
"quotation-of": "https://twitter.com/KadirHama/status/1661071672965750784",
"content": {
"text": "Art"
},
"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/KadirHama/status/1661071672965750784": {
"type": "entry",
"published": "2023-05-23T18:08:42+00:00",
"url": "https://twitter.com/KadirHama/status/1661071672965750784",
"photo": [
"https://pbs.twimg.com/media/Fw1P3ykXwAEf4B9.jpg"
],
"content": {
"text": "We still doing #Belgorod memes?",
"html": "We still doing <a href=\"https://twitter.com/search?q=%23Belgorod\">#Belgorod</a> memes?"
},
"author": {
"type": "card",
"name": "Fella Uchiha",
"url": "https://twitter.com/KadirHama",
"photo": "https://pbs.twimg.com/profile_images/1565356451769602050/q__0ihT-.jpg"
},
"post-type": "photo"
}
},
"_id": "37420063",
"_source": "2773"
}
This is the second time putin completely ignores Kursk.
{
"type": "entry",
"published": "2023-05-23T20:29:48+00:00",
"url": "https://twitter.com/jgmac1106/status/1661107183084249092",
"quotation-of": "https://twitter.com/tavkhellidze/status/1661100511657963522",
"content": {
"text": "Nobody Hears the Kursk"
},
"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/tavkhellidze/status/1661100511657963522": {
"type": "entry",
"published": "2023-05-23T20:03:18+00:00",
"url": "https://twitter.com/tavkhellidze/status/1661100511657963522",
"content": {
"text": "This is the second time putin completely ignores Kursk."
},
"author": {
"type": "card",
"name": "George Tavkhelidze \ud83c\uddec\ud83c\uddea",
"url": "https://twitter.com/tavkhellidze",
"photo": "https://pbs.twimg.com/profile_images/1641719900191305729/2g5sq1OO.jpg"
},
"post-type": "note"
}
},
"_id": "37420065",
"_source": "2773"
}
and I almost have to shave..big boi potty pants first
I'm an alpha.
Liberals fear me.
{
"type": "entry",
"published": "2023-05-23T20:25:49+00:00",
"url": "https://twitter.com/jgmac1106/status/1661106180121305097",
"quotation-of": "https://twitter.com/GOPJosh20/status/1661030695244800000",
"content": {
"text": "and I almost have to shave..big boi potty pants first"
},
"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/GOPJosh20/status/1661030695244800000": {
"type": "entry",
"published": "2023-05-23T15:25:52+00:00",
"url": "https://twitter.com/GOPJosh20/status/1661030695244800000",
"photo": [
"https://pbs.twimg.com/media/Fw0qnPDWcAEcg1k.jpg"
],
"content": {
"text": "I'm an alpha. \n\nLiberals fear me."
},
"author": {
"type": "card",
"name": "GOP Josh \ud83c\uddfa\ud83c\uddf8",
"url": "https://twitter.com/GOPJosh20",
"photo": "https://pbs.twimg.com/profile_images/1647786890550968323/foZ4LlFb.jpg"
},
"post-type": "photo"
}
},
"_id": "37419744",
"_source": "2773"
}
I really like being able to run a little Javascript on a page, as a treat. Here’s a little lightweight “bookmarklets toolset” I’m using these days.
https://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/
{
"type": "entry",
"published": "2023-05-23T14:02:01-0400",
"url": "https://martymcgui.re/2023/05/23/140201/",
"syndication": [
"https://fed.brid.gy/"
],
"content": {
"text": "I really like being able to run a little Javascript on a page, as a treat. Here\u2019s a little lightweight \u201cbookmarklets toolset\u201d I\u2019m using these days.\nhttps://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/",
"html": "<p>I really like being able to run a little Javascript on a page, as a treat. Here\u2019s a little lightweight \u201cbookmarklets toolset\u201d I\u2019m using these days.</p>\n<p><a href=\"https://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/\">https://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/</a></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "note",
"_id": "37417000",
"_source": "175"
}
{
"type": "entry",
"published": "2023-05-23T13:56:49-0400",
"url": "https://martymcgui.re/2023/05/23/a-little-bookmarklets-toolset/",
"category": [
"webdev",
"bookmarks",
"javascript",
"bookmarklets"
],
"name": "A little \"bookmarklets toolset\"",
"content": {
"text": "Browser bookmarks can run little bits of javascript on the current page if you use a \"javascript:\" URL. Folks often refer to these as \"bookmarklets\". (I wish they worked well in mobile browsers like iOS Safari, but that's a rant...)\n \n\nConstructing scripts in a URL-safe format can be super frustrating! But today I expanded my \"dev tools\" for building bookmarklets:\nThe Firefox dev tools console is a great way to try out your code in-place on the actual page where you want to run it. Press \"Ctrl+b\" (or \"Cmd+b\" if you are a Mac person) and the console editor goes into multiline mode! This makes it much easier to edit little scripts! In multiline mode, you \"submit\" by pressing \"Ctrl+Enter\" (or \"Cmd+Enter\" etc).\nDuckduckgo has a built-in tool for Javascript beautifying and minifying! It pops up when you search duckduckgo for \"javascript minifier\". This makes it easy to go from a readable script with newlines and other formatting in your console, to a minimized compact scriptlet suitable for a bookmarklet. Even better, it lets you go back and forth between a minimized script and a readable one so you can tweak your bookmarklets in the future.\nFinally, and in some ways most importantly, bookmarklets need to be properly URL-encoded. Enter Marek Gibney's Bookmarklet Editor, which uses a single textarea and lets you convert between a script and its encoded \"javascript:...\" version.\n\n The minifier/beautifier and bookmarklet editor are web tools, so the usual caveats apply about data privacy. In theory they are running purely in your browser and not sending data anywhere. But they could! So keep that in your threat model.",
"html": "<p>\n Browser bookmarks can run little bits of javascript on the current page if you use a \"javascript:\" URL. Folks often refer to these as \"bookmarklets\". (I wish they worked well in mobile browsers like iOS Safari, but that's a rant...)\n <br /></p>\n<p>Constructing scripts in a URL-safe format can be super frustrating! But today I expanded my \"dev tools\" for building bookmarklets:</p>\n<p>The Firefox dev tools console is a great way to try out your code in-place on the actual page where you want to run it. Press \"Ctrl+b\" (or \"Cmd+b\" if you are a Mac person) and the console editor goes into multiline mode! This makes it much easier to edit little scripts! In multiline mode, you \"submit\" by pressing \"Ctrl+Enter\" (or \"Cmd+Enter\" etc).</p>\n<p>Duckduckgo has a built-in tool for Javascript beautifying and minifying! It pops up when you <a href=\"https://duckduckgo.com/?t=ffab&q=javascript+minifier&ia=answer\">search duckduckgo for \"javascript minifier\"</a>. This makes it easy to go from a readable script with newlines and other formatting in your console, to a minimized compact scriptlet suitable for a bookmarklet. Even better, it lets you go back and forth between a minimized script and a readable one so you can tweak your bookmarklets in the future.</p>\n<p>Finally, and in some ways most importantly, bookmarklets need to be properly URL-encoded. Enter <a href=\"https://www.gibney.org/bookmarklet_editor\">Marek Gibney's Bookmarklet Editor</a>, which uses a single textarea and lets you convert between a script and its encoded \"javascript:...\" version.</p>\n<p>\n The minifier/beautifier and bookmarklet editor are web tools, so the usual caveats apply about data privacy. In theory they are running purely in your browser and not sending data anywhere. But they could! So keep that in your threat model.\n <br /></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "article",
"_id": "37417001",
"_source": "175"
}
Russian Telegram and the Russian Propaganda social media channels have revealed classified SBU documents about Russia's attack on Belgorod to stop Russia in Belgorod.
It is time for Peace in Russia even if Putin must give up Belgorod, Bryansk, and Kursk
End the BRICS coup
{
"type": "entry",
"published": "2023-05-23T17:43:12+00:00",
"url": "https://twitter.com/jgmac1106/status/1661065255189987330",
"photo": [
"https://pbs.twimg.com/media/Fw1J0meXwBE6FuQ.jpg"
],
"content": {
"text": "Russian Telegram and the Russian Propaganda social media channels have revealed classified SBU documents about Russia's attack on Belgorod to stop Russia in Belgorod.\n\nIt is time for Peace in Russia even if Putin must give up Belgorod, Bryansk, and Kursk\n\nEnd the BRICS coup"
},
"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": "37416234",
"_source": "2773"
}
All you warmongers don't understand there have been Partisans in Belgorod for 9 years reeking havoc on Russia from inside Russia.
Putin needs to call for an immediate cease fire to the 1918 borders to stop Russian attacks on Russians
#BilhorodBoost
#PeaceNow
#PinskAgreement
{
"type": "entry",
"published": "2023-05-23T16:31:17+00:00",
"url": "https://twitter.com/jgmac1106/status/1661047156126498830",
"photo": [
"https://pbs.twimg.com/media/Fw05dCbXgAYuBUq.png"
],
"content": {
"text": "All you warmongers don't understand there have been Partisans in Belgorod for 9 years reeking havoc on Russia from inside Russia. \n\nPutin needs to call for an immediate cease fire to the 1918 borders to stop Russian attacks on Russians\n\n#BilhorodBoost\n#PeaceNow\n#PinskAgreement",
"html": "All you warmongers don't understand there have been Partisans in Belgorod for 9 years reeking havoc on Russia from inside Russia. \n\nPutin needs to call for an immediate cease fire to the 1918 borders to stop Russian attacks on Russians\n\n<a href=\"https://twitter.com/search?q=%23BilhorodBoost\">#BilhorodBoost</a>\n<a href=\"https://twitter.com/search?q=%23PeaceNow\">#PeaceNow</a>\n<a href=\"https://twitter.com/search?q=%23PinskAgreement\">#PinskAgreement</a>"
},
"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": "37414821",
"_source": "2773"
}
Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you youtube.com/live/u0Avt7ROp…
{
"type": "entry",
"published": "2023-05-23T15:03:26+00:00",
"url": "https://twitter.com/anomalily/status/1661025048331948042",
"content": {
"text": "Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you youtube.com/live/u0Avt7ROp\u2026",
"html": "Hey hey ho ho, the US debt has got to...get paid? Live at 5PM Pacific/8PM Eastern to once again talk about the debt ceiling crisis and how it could affect you <a href=\"https://www.youtube.com/live/u0Avt7ROp9Y\">youtube.com/live/u0Avt7ROp\u2026</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": "37412287",
"_source": "2773"
}
I love the new skates by the way. A complete splurge but I love them. Also mostly broken in after about 10 hours of skating in them!
{
"type": "entry",
"published": "2023-05-23T14:42:26+00:00",
"url": "https://twitter.com/anomalily/status/1661019763374702593",
"video": [
"https://video.twimg.com/ext_tw_video/1661019699084423176/pu/vid/1280x720/qQRVcvVacovqImS1.mp4?tag=12"
],
"content": {
"text": "I love the new skates by the way. A complete splurge but I love them. Also mostly broken in after about 10 hours of skating in them!"
},
"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": "37412288",
"_source": "2773"
}