Biden is caught Red-Handed taking a $5M bribe for calling off investigation into Burisma energy where he's also on video saying if Ukraine doesn't fire the prosecutor he'...
{
"type": "entry",
"published": "2023-06-10T10:13:34+00:00",
"url": "https://twitter.com/jgmac1106/status/1667475082334142464",
"quotation-of": "https://twitter.com/poetWOAgun/status/1667464125646241792",
"content": {
"text": "No"
},
"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/poetWOAgun/status/1667464125646241792": {
"type": "entry",
"published": "2023-06-10T09:30:02+00:00",
"url": "https://twitter.com/poetWOAgun/status/1667464125646241792",
"content": {
"text": "Biden is caught Red-Handed taking a $5M bribe for calling off investigation into Burisma energy where he's also on video saying if Ukraine doesn't fire the prosecutor he'll hold back $1B"
},
"author": {
"type": "card",
"name": "poetWOAgun",
"url": "https://twitter.com/poetWOAgun",
"photo": "https://pbs.twimg.com/profile_images/840084976506830848/pfTnVOlM.jpg"
},
"post-type": "note"
}
},
"_id": "37831201",
"_source": "2773"
}
If you added a #Mastodon / #ActivityPub follow form to your #IndieWeb site based on Bridgy Fed (e.g. using code/instructions I previously posted¹), you need to update it to add another invisible input element for the "protocol", e.g.:
<input name="protocol" type="hidden" value="web" />
Otherwise people trying to use your form to follow you may see an error from #BridgyFed like:
> Bad Request
> Missing required parameter protocol
Here is the complete example that I posted previously with the new invisible input:
<form method="post" action="https://fed.brid.gy/remote-follow">
<label for="follow-address">🐘 Follow
<kbd>@tantek.com@tantek.com</kbd>:<br />
enter your @-@ fediverse address:</label>
<input id="follow-address" name="address" type="text" required="required"
placeholder="@you@instance.social" alt="fediverse address" value="" />
<input name="domain" type="hidden" value="tantek.com" />
<input name="protocol" type="hidden" value="web" />
<button type="submit">Follow</button>
</form>
I also updated that previous post¹ with the new input in case people find that instead.
This is day 42 of #100DaysOfIndieWeb. #100Days
← Day 41: https://tantek.com/2023/139/t1/wikipedia-supports-indieweb-rel-me
→ 🔮
¹ https://tantek.com/2023/020/t2/bridgy-fed-follow-form
{
"type": "entry",
"published": "2023-06-09 19:14-0700",
"url": "https://tantek.com/2023/160/t1/mastodon-activitypub-follow-form-bridgy-fed",
"category": [
"Mastodon",
"ActivityPub",
"IndieWeb",
"BridgyFed",
"100DaysOfIndieWeb",
"100Days"
],
"content": {
"text": "If you added a #Mastodon / #ActivityPub follow form to your #IndieWeb site based on Bridgy Fed (e.g. using code/instructions I previously posted\u00b9), you need to update it to add another invisible input element for the \"protocol\", e.g.:\n\n<input name=\"protocol\" type=\"hidden\" value=\"web\" />\n\nOtherwise people trying to use your form to follow you may see an error from #BridgyFed like:\n> Bad Request \n> Missing required parameter protocol\n\nHere is the complete example that I posted previously with the new invisible input:\n\n<form method=\"post\" action=\"https://fed.brid.gy/remote-follow\">\n\u00a0<label for=\"follow-address\">\ud83d\udc18 Follow \n\u00a0 <kbd>@tantek.com@tantek.com</kbd>:\n \n\u00a0 enter your @-@ fediverse address:</label>\n\u00a0<input id=\"follow-address\" name=\"address\" type=\"text\" required=\"required\"\n\u00a0 \u00a0 \u00a0 \u00a0 placeholder=\"@you@instance.social\" alt=\"fediverse address\" value=\"\" />\n\u00a0<input name=\"domain\" type=\"hidden\" value=\"tantek.com\" />\n\u00a0<input name=\"protocol\" type=\"hidden\" value=\"web\" />\n\u00a0<button type=\"submit\">Follow</button>\n</form>\n\nI also updated that previous post\u00b9 with the new input in case people find that instead.\n\n\nThis is day 42 of #100DaysOfIndieWeb. #100Days\n\n\u2190 Day 41: https://tantek.com/2023/139/t1/wikipedia-supports-indieweb-rel-me\n\u2192 \ud83d\udd2e\n\n\n\u00b9 https://tantek.com/2023/020/t2/bridgy-fed-follow-form",
"html": "If you added a #<span class=\"p-category\">Mastodon</span> / #<span class=\"p-category\">ActivityPub</span> follow form to your #<span class=\"p-category\">IndieWeb</span> site based on Bridgy Fed (e.g. using code/instructions I previously posted<a href=\"https://tantek.com/#t5RH1_note-1\">\u00b9</a>), you need to update it to add another invisible input element for the \"protocol\", e.g.:<br /><br /><input name=\"protocol\" type=\"hidden\" value=\"web\" /><br /><br />Otherwise people trying to use your form to follow you may see an error from #<span class=\"p-category\">BridgyFed</span> like:<br />> Bad Request <br />> Missing required parameter protocol<br /><br />Here is the complete example that I posted previously with the new invisible input:<br /><br /><form method=\"post\" action=\"https://fed.brid.gy/remote-follow\"><br />\u00a0<label for=\"follow-address\">\ud83d\udc18 Follow <br />\u00a0 <kbd>@tantek.com@tantek.com</kbd>:<br /> <br />\u00a0 enter your @-@ fediverse address:</label><br />\u00a0<input id=\"follow-address\" name=\"address\" type=\"text\" required=\"required\"<br />\u00a0 \u00a0 \u00a0 \u00a0 placeholder=\"@you@instance.social\" alt=\"fediverse address\" value=\"\" /><br />\u00a0<input name=\"domain\" type=\"hidden\" value=\"tantek.com\" /><br />\u00a0<input name=\"protocol\" type=\"hidden\" value=\"web\" /><br />\u00a0<button type=\"submit\">Follow</button><br /></form><br /><br />I also updated that previous post<a href=\"https://tantek.com/#t5RH1_note-1\">\u00b9</a> with the new input in case people find that instead.<br /><br /><br />This is day 42 of #<span class=\"p-category\">100DaysOfIndieWeb</span>. #<span class=\"p-category\">100Days</span><br /><br />\u2190 Day 41: <a href=\"https://tantek.com/2023/139/t1/wikipedia-supports-indieweb-rel-me\">https://tantek.com/2023/139/t1/wikipedia-supports-indieweb-rel-me</a><br />\u2192 \ud83d\udd2e<br /><br /><br /><a href=\"https://tantek.com/#t5RH1_ref-1\">\u00b9</a> <a href=\"https://tantek.com/2023/020/t2/bridgy-fed-follow-form\">https://tantek.com/2023/020/t2/bridgy-fed-follow-form</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "37826611",
"_source": "2460"
}
{
"type": "entry",
"author": {
"name": null,
"url": "https://herestomwiththeweather.com/",
"photo": null
},
"url": "https://herestomwiththeweather.com/2023/06/09/still-masking/",
"published": "2023-06-09T16:40:43+00:00",
"content": {
"html": "<p>It\u2019s that time of the year again when the measurements of covid positivity and wastewater have fallen to a minimum and resentment toward symbols of public health are amplified.</p>\n\n<p>As <a href=\"https://herestomwiththeweather.com/2023/02/19/toews-has-long-covid/\">mentioned back in February</a>, the career of one of the greatest hockey players of all time was curtailed for a 34 year old by long covid. According to <a href=\"https://www.fairhealth.org/article/fair-health-releases-study-on-post-covid-conditions\">Patients Diagnosed with Post-COVID Conditions</a>, the 36 to 50 age group is the age group most likely to be diagnosed with long covid.</p>\n\n<p>Despite being on the favorable side of the graph right now, whenever I\u2019m uncertain about air ventilation, I am still wearing a mask. For me, it\u2019s always the locker room. When we\u2019re near the maximum point of the graphs, I generally dress outside the locker room.</p>\n\n<p>If you\u2019re on the fediverse, please consider following <a href=\"https://mstdn.social/@erictopol\">Eric Topol</a>. In his article <a href=\"https://erictopol.substack.com/p/the-brain-and-long-covid\">The Brain and Long Covid</a>, he references <a href=\"https://erictopol.substack.com/i/124215133/the-hamburg-study\">The Hamburg Study</a> which seems particularly insightful. The participants were unvaccinated and long covid was not a criteria for selection. It was simply 223 people with mild to moderate covid against 223 controls with no evidence of covid. He notes</p>\n\n<blockquote>\n <p>The MRI inflammatory marker abnormalities were so pronounced that machine learning could accurately differentiate which scans were from the Covid patients vs the control group</p>\n</blockquote>\n\n<p>Despite the MRI scans being taken 10 months after the fact, it was still possible to determine who had been infected even for mild cases.</p>\n\n<p>I\u2019m hopeful that we will make real progress in long covid research but until then, the current rules to the game seem unfavorable without sensible mitigations.</p>",
"text": "It\u2019s that time of the year again when the measurements of covid positivity and wastewater have fallen to a minimum and resentment toward symbols of public health are amplified.\n\nAs mentioned back in February, the career of one of the greatest hockey players of all time was curtailed for a 34 year old by long covid. According to Patients Diagnosed with Post-COVID Conditions, the 36 to 50 age group is the age group most likely to be diagnosed with long covid.\n\nDespite being on the favorable side of the graph right now, whenever I\u2019m uncertain about air ventilation, I am still wearing a mask. For me, it\u2019s always the locker room. When we\u2019re near the maximum point of the graphs, I generally dress outside the locker room.\n\nIf you\u2019re on the fediverse, please consider following Eric Topol. In his article The Brain and Long Covid, he references The Hamburg Study which seems particularly insightful. The participants were unvaccinated and long covid was not a criteria for selection. It was simply 223 people with mild to moderate covid against 223 controls with no evidence of covid. He notes\n\n\n The MRI inflammatory marker abnormalities were so pronounced that machine learning could accurately differentiate which scans were from the Covid patients vs the control group\n\n\nDespite the MRI scans being taken 10 months after the fact, it was still possible to determine who had been infected even for mild cases.\n\nI\u2019m hopeful that we will make real progress in long covid research but until then, the current rules to the game seem unfavorable without sensible mitigations."
},
"name": "Still masking",
"post-type": "article",
"_id": "37826292",
"_source": "246"
}
{
"type": "entry",
"published": "2023-06-10T00:47:09+00:00",
"url": "https://cleverdevil.io/2023/made-it-to-georgia-yall",
"photo": [
"https://cleverdevil.io/file/5acfdcd208bf8c6296b7d114d61f1a06/thumb.jpg"
],
"syndication": [
"https://cleverdevil.club/@jonathan/110517160041601897"
],
"name": "Made it to Georgia, y\u2019all.",
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io/profile/cleverdevil",
"photo": "https://cleverdevil.io/file/e37c3982acf4f0a8421d085b9971cd71/thumb.jpg"
},
"post-type": "photo",
"_id": "37824875",
"_source": "10"
}
Gee if your Press Team looks like Tara Reade's team.....you are probably a MAGA/Kremlin Candidate Dr. West
The Bros™️ are firing up the Jill Stein way back machine with Cornel West behind the wheel this cycle.
Nina Turner
Brie Brie Joy
Katie Halper
Aaron Maté
Basically e...
{
"type": "entry",
"published": "2023-06-10T00:55:17+00:00",
"url": "https://twitter.com/jgmac1106/status/1667334584680235008",
"quotation-of": "https://twitter.com/TheRamb04617528/status/1667331098660028417",
"content": {
"text": "Gee if your Press Team looks like Tara Reade's team.....you are probably a MAGA/Kremlin Candidate Dr. West"
},
"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/TheRamb04617528/status/1667331098660028417": {
"type": "entry",
"published": "2023-06-10T00:41:26+00:00",
"url": "https://twitter.com/TheRamb04617528/status/1667331098660028417",
"in-reply-to": [
"https://twitter.com/GregProops/status/1667328876710617090"
],
"content": {
"text": "The Bros\u2122\ufe0f are firing up the Jill Stein way back machine with Cornel West behind the wheel this cycle. \nNina Turner\nBrie Brie Joy\nKatie Halper\nAaron Mat\u00e9\nBasically everyone who participated in the coordinated fake rape smear campaign of Joe Biden and voted for Jill Stein.",
"html": "The Bros\u2122\ufe0f are firing up the Jill Stein way back machine with Cornel West behind the wheel this cycle. \nNina Turner\nBrie Brie Joy\nKatie Halper\nAaron Mat\u00e9\nBasically everyone who participated in the coordinated fake rape smear campaign of Joe Biden and voted for Jill Stein.\n<a class=\"u-mention\" href=\"https://twitter.com/Comey\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/GregProops\"></a>"
},
"author": {
"type": "card",
"name": "Kidrambler",
"url": "https://twitter.com/TheRamb04617528",
"photo": "https://pbs.twimg.com/profile_images/1591558816289669120/1C1LOuFX.jpg"
},
"post-type": "reply"
}
},
"_id": "37824837",
"_source": "2773"
}
A reminder of Trump's Legal plan courtesy of @TomFitton whose legal advice as ensured a Presidential Conviction on obstruction
I am hoping it went like this
1."Kash I won. Let nobody pack nothing"
Oh crap we gotta go
2."That MySpace Tom Fitton Guy who works at Rumble now says I can keep them b...
{
"type": "entry",
"published": "2023-06-09T19:57:58+00:00",
"url": "https://twitter.com/jgmac1106/status/1667259761987932178",
"quotation-of": "https://twitter.com/jgmac1106/status/1574486460656394245",
"content": {
"text": "A reminder of Trump's Legal plan courtesy of @TomFitton whose legal advice as ensured a Presidential Conviction on obstruction",
"html": "A reminder of Trump's Legal plan courtesy of <a href=\"https://twitter.com/TomFitton\">@TomFitton</a> whose legal advice as ensured a Presidential Conviction on obstruction"
},
"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/jgmac1106/status/1574486460656394245": {
"type": "entry",
"published": "2022-09-26T19:49:59+00:00",
"url": "https://twitter.com/jgmac1106/status/1574486460656394245",
"in-reply-to": [
"https://twitter.com/Az_/status/1574484941458604033"
],
"content": {
"text": "I am hoping it went like this\n\n1.\"Kash I won. Let nobody pack nothing\"\n\nOh crap we gotta go\n\n2.\"That MySpace Tom Fitton Guy who works at Rumble now says I can keep them bc he sued Clinton's bigly.\n\nDid you see those biceps. MySpace Tom was tiny, but now he has winner biceps\"",
"html": "I am hoping it went like this\n\n1.\"Kash I won. Let nobody pack nothing\"\n\nOh crap we gotta go\n\n2.\"That MySpace Tom Fitton Guy who works at Rumble now says I can keep them bc he sued Clinton's bigly.\n\nDid you see those biceps. MySpace Tom was tiny, but now he has winner biceps\"\n<a class=\"u-mention\" href=\"https://twitter.com/Az_\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/BuzbyGreg\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/ms_frazzled\"></a>"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1659496183700631554/sP3yq2NB.jpg"
},
"post-type": "reply"
}
},
"_id": "37820093",
"_source": "2773"
}
You mean The People's Party isn't a Party that can support candidates?
And Dr. West's candidacy was timed by Team MAGA and Nick to be a distraction from Trump's indictment
(okay I added last one but it is also probably true)
If you're curious, here is their IRS filings.
forms.irs.gov/app/pod/basicS…
{
"type": "entry",
"published": "2023-06-09T19:52:25+00:00",
"url": "https://twitter.com/jgmac1106/status/1667258368606588942",
"quotation-of": "https://twitter.com/bern_identity/status/1667257718221201409",
"content": {
"text": "You mean The People's Party isn't a Party that can support candidates?\n\nAnd Dr. West's candidacy was timed by Team MAGA and Nick to be a distraction from Trump's indictment\n\n(okay I added last one but it is also probably true)"
},
"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/bern_identity/status/1667257718221201409": {
"type": "entry",
"published": "2023-06-09T19:49:50+00:00",
"url": "https://twitter.com/bern_identity/status/1667257718221201409",
"in-reply-to": [
"https://twitter.com/MarcMixon4/status/1667256611554091008"
],
"content": {
"text": "If you're curious, here is their IRS filings.\n\nforms.irs.gov/app/pod/basicS\u2026",
"html": "If you're curious, here is their IRS filings.\n\n<a href=\"https://forms.irs.gov/app/pod/basicSearch/details?page=1&searchOrgName=&searchFormType=Form%208872,%20Form%20990&ein=815269113&pacId=58499&pacInfoId=58499&fromDate=&toDate=\">forms.irs.gov/app/pod/basicS\u2026</a>\n\n<a class=\"u-mention\" href=\"https://twitter.com/CornelWest\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/FEC\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/JordanChariton\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/MarcMixon4\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/OpenSecretsDC\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/RJohnston815\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/RealTimBlack\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/SantitaJ\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/joyfulnoyz\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/rolandsmartin\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/ryangrim\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/vanguard_pod\"></a>"
},
"author": {
"type": "card",
"name": "The Bern Identity",
"url": "https://twitter.com/bern_identity",
"photo": "https://pbs.twimg.com/profile_images/1590774679307833345/yS7EybL5.jpg"
},
"post-type": "reply"
}
},
"_id": "37820094",
"_source": "2773"
}
Drag Queen Storytime at Tigard Library canceled due to threats of violence. The library has been closed on Sunday out of "an abundance of caution" opb.org/article/2023/0…
{
"type": "entry",
"published": "2023-06-09T19:36:16+00:00",
"url": "https://twitter.com/anomalily/status/1667254301113335809",
"content": {
"text": "Drag Queen Storytime at Tigard Library canceled due to threats of violence. The library has been closed on Sunday out of \"an abundance of caution\" opb.org/article/2023/0\u2026",
"html": "Drag Queen Storytime at Tigard Library canceled due to threats of violence. The library has been closed on Sunday out of \"an abundance of caution\" <a href=\"https://www.opb.org/article/2023/06/09/drag-queen-storytime-tigard-library-canceled-after-threats\">opb.org/article/2023/0\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": "37819741",
"_source": "2773"
}
Today is the last day to submit a comment telling Medicare/Medicaid that hospitals should protect us from COVID-19! The People's CDC has a quick guide with a template you can easily personalize. Submissions are due by June 9, 2023, 11:59PM Eastern time.
{
"type": "entry",
"published": "2023-06-09 09:51-0700",
"url": "https://gregorlove.com/2023/06/today-is-the-last/",
"category": [
"covid"
],
"content": {
"text": "Today is the last day to submit a comment telling Medicare/Medicaid that hospitals should protect us from COVID-19! The People's CDC has a quick guide with a template you can easily personalize. Submissions are due by June 9, 2023, 11:59PM Eastern time.",
"html": "<p>Today is the last day to submit a comment telling Medicare/Medicaid that hospitals should protect us from COVID-19! The People's CDC has a <a href=\"https://peoplescdc.substack.com/p/public-comment-care-not-covid\">quick guide with a template</a> you can easily personalize. Submissions are due by June 9, 2023, 11:59PM Eastern time.</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": "37819500",
"_source": "95"
}
I think MAGA freak jen has it backwards.
The MAGA freaks revived a debunked Burisma conspiracy on the day the already indicted, twice impeached Former ex-president was indicted again.
The timing of yesterday's Trump indictment was no coincidence. conservativebrief.com/barr-biden-739…
{
"type": "entry",
"published": "2023-06-09T16:52:42+00:00",
"url": "https://twitter.com/jgmac1106/status/1667213139065094146",
"photo": [
"https://pbs.twimg.com/media/FyMhg9UWwBQmN5M.jpg"
],
"quotation-of": "https://twitter.com/JennaEllisEsq/status/1667141994966052873",
"content": {
"text": "I think MAGA freak jen has it backwards.\n\nThe MAGA freaks revived a debunked Burisma conspiracy on the day the already indicted, twice impeached Former ex-president was indicted 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/JennaEllisEsq/status/1667141994966052873": {
"type": "entry",
"published": "2023-06-09T12:10:00+00:00",
"url": "https://twitter.com/JennaEllisEsq/status/1667141994966052873",
"content": {
"text": "The timing of yesterday's Trump indictment was no coincidence. conservativebrief.com/barr-biden-739\u2026",
"html": "The timing of yesterday's Trump indictment was no coincidence. <a href=\"https://conservativebrief.com/barr-biden-73906/?utm_source=CB&utm_medium=JE\">conservativebrief.com/barr-biden-739\u2026</a>"
},
"author": {
"type": "card",
"name": "Jenna Ellis \ud83d\udc0a\ud83c\uddfa\ud83c\uddf8",
"url": "https://twitter.com/JennaEllisEsq",
"photo": "https://pbs.twimg.com/profile_images/1619518288333078530/4zlGksGM.jpg"
},
"post-type": "note"
}
},
"_id": "37815804",
"_source": "2773"
}
BOOM
The DOJ Hits just keep coming:
justice.gov/usao-sdny/pr/r…
Alexey Bilyuchenko and Aleksandr Verner CHARGED!!!!
This is SOOOO Huge
#NAFO
{
"type": "entry",
"published": "2023-06-09T15:55:45+00:00",
"url": "https://twitter.com/jgmac1106/status/1667198807698812932",
"content": {
"text": "BOOM\n\nThe DOJ Hits just keep coming:\n\n justice.gov/usao-sdny/pr/r\u2026\n\nAlexey Bilyuchenko and Aleksandr Verner CHARGED!!!!\nThis is SOOOO Huge\n\n#NAFO",
"html": "BOOM\n\nThe DOJ Hits just keep coming:\n\n <a href=\"https://www.justice.gov/usao-sdny/pr/russian-nationals-charged-hacking-one-cryptocurrency-exchange-and-illicitly-operating\">justice.gov/usao-sdny/pr/r\u2026</a>\n\nAlexey Bilyuchenko and Aleksandr Verner CHARGED!!!!\nThis is SOOOO Huge\n\n<a href=\"https://twitter.com/search?q=%23NAFO\">#NAFO</a>"
},
"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": "37814473",
"_source": "2773"
}
A reminder Epoch Times is a disinfo rag run by the crazies
Rep. Marjorie Taylor Greene🇺🇸
@RepMTG
“He told the informant that he has two pieces of evidence showing proof of payment to Hunter and, specifically, Joe Biden. T...
{
"type": "entry",
"published": "2023-06-09T15:26:30+00:00",
"url": "https://twitter.com/jgmac1106/status/1667191444812058628",
"quotation-of": "https://twitter.com/Fredw12Winston/status/1667191132554424324",
"content": {
"text": "A reminder Epoch Times is a disinfo rag run by the crazies"
},
"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/Fredw12Winston/status/1667191132554424324": {
"type": "entry",
"published": "2023-06-09T15:25:15+00:00",
"url": "https://twitter.com/Fredw12Winston/status/1667191132554424324",
"in-reply-to": [
"https://twitter.com/RepAdamSchiff/status/1666988060905537536"
],
"content": {
"text": "Rep. Marjorie Taylor Greene\ud83c\uddfa\ud83c\uddf8\n@RepMTG\n\u201cHe told the informant that he has two pieces of evidence showing proof of payment to Hunter and, specifically, Joe Biden. This owner of Burisma kept a record, especially of the bribes.\u201d Read the full article:\ntheepochtimes.com/mtg-drops-bomb\u2026",
"html": "Rep. Marjorie Taylor Greene\ud83c\uddfa\ud83c\uddf8\n<a href=\"https://twitter.com/RepMTG\">@RepMTG</a>\n\u201cHe told the informant that he has two pieces of evidence showing proof of payment to Hunter and, specifically, Joe Biden. This owner of Burisma kept a record, especially of the bribes.\u201d Read the full article:\n<a href=\"https://www.theepochtimes.com/mtg-drops-bombshell-after-reviewing-biden-bribery-document_5321586.html\">theepochtimes.com/mtg-drops-bomb\u2026</a>\n\n<a class=\"u-mention\" href=\"https://twitter.com/RepAdamSchiff\"></a>"
},
"author": {
"type": "card",
"name": "Fred Winston",
"url": "https://twitter.com/Fredw12Winston",
"photo": "https://abs.twimg.com/sticky/default_profile_images/default_profile.png"
},
"post-type": "reply"
}
},
"_id": "37813735",
"_source": "2773"
}
If Breitbart is giving Cornel West positive coverage....do you really think his fake Presidential run isn't a MAGA operation?
Out of the mouth of a racist marxist!🙄🤪 Cornel West: Trump Is a ‘Neo-Fascist Gangster,‘ Biden Is a ‘Neo-Liberal Hypocrite‘ breitbart.com/clips/2023/06/… v...
{
"type": "entry",
"published": "2023-06-09T15:25:56+00:00",
"url": "https://twitter.com/jgmac1106/status/1667191303564558341",
"quotation-of": "https://twitter.com/streifel_v/status/1667190919232204800",
"content": {
"text": "If Breitbart is giving Cornel West positive coverage....do you really think his fake Presidential run isn't a MAGA operation?"
},
"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/streifel_v/status/1667190919232204800": {
"type": "entry",
"published": "2023-06-09T15:24:24+00:00",
"url": "https://twitter.com/streifel_v/status/1667190919232204800",
"content": {
"text": "Out of the mouth of a racist marxist!\ud83d\ude44\ud83e\udd2a Cornel West: Trump Is a \u2018Neo-Fascist Gangster,\u2018 Biden Is a \u2018Neo-Liberal Hypocrite\u2018 breitbart.com/clips/2023/06/\u2026 via @BreitbartNews",
"html": "Out of the mouth of a racist marxist!\ud83d\ude44\ud83e\udd2a Cornel West: Trump Is a \u2018Neo-Fascist Gangster,\u2018 Biden Is a \u2018Neo-Liberal Hypocrite\u2018 <a href=\"https://www.breitbart.com/clips/2023/06/08/cornel-west-trump-is-a-neo-fascist-gangster-biden-is-a-neo-liberal-hypocrite/\">breitbart.com/clips/2023/06/\u2026</a> via <a href=\"https://twitter.com/BreitbartNews\">@BreitbartNews</a>"
},
"author": {
"type": "card",
"name": "V.Streifel",
"url": "https://twitter.com/streifel_v",
"photo": "https://pbs.twimg.com/profile_images/1495161094750584834/7IfveVeH.jpg"
},
"post-type": "note"
}
},
"_id": "37813736",
"_source": "2773"
}
This truck about sums up the support Connecticut has for Ukraine.
#NAFO
{
"type": "entry",
"published": "2023-06-09T13:21:52+00:00",
"url": "https://twitter.com/jgmac1106/status/1667160083048923138",
"photo": [
"https://pbs.twimg.com/media/FyLxDSYXwAIMJl7.jpg"
],
"content": {
"text": "This truck about sums up the support Connecticut has for Ukraine.\n\n#NAFO",
"html": "This truck about sums up the support Connecticut has for Ukraine.\n\n<a href=\"https://twitter.com/search?q=%23NAFO\">#NAFO</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": "37811124",
"_source": "2773"
}
How to define quid pro quo
Make up a fake movie about fake corruption working with Russian spy Andrii Derkach
Get job as spokesperson for Human and Health Services from indicted, twice impeached, President Trump.
The most mentally ill Democrats, those who will never recover, will froth and swoon about their bogus Russiagate conspiracy until they pass from their haunted mortal coil...
{
"type": "entry",
"published": "2023-06-09T13:11:47+00:00",
"url": "https://twitter.com/jgmac1106/status/1667157543414530050",
"quotation-of": "https://twitter.com/MichaelRCaputo/status/1667133328430956544",
"content": {
"text": "How to define quid pro quo\n\nMake up a fake movie about fake corruption working with Russian spy Andrii Derkach\n\nGet job as spokesperson for Human and Health Services from indicted, twice impeached, President Trump."
},
"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/MichaelRCaputo/status/1667133328430956544": {
"type": "entry",
"published": "2023-06-09T11:35:33+00:00",
"url": "https://twitter.com/MichaelRCaputo/status/1667133328430956544",
"content": {
"text": "The most mentally ill Democrats, those who will never recover, will froth and swoon about their bogus Russiagate conspiracy until they pass from their haunted mortal coil. \n\nSome have guns and bus fare.\ntwitter.com/jgmac1106/stat\u2026",
"html": "The most mentally ill Democrats, those who will never recover, will froth and swoon about their bogus Russiagate conspiracy until they pass from their haunted mortal coil. \n\nSome have guns and bus fare.\n<a href=\"https://twitter.com/jgmac1106/status/1667113288906178560\">twitter.com/jgmac1106/stat\u2026</a>"
},
"author": {
"type": "card",
"name": "That Michael Caputo",
"url": "https://twitter.com/MichaelRCaputo",
"photo": "https://pbs.twimg.com/profile_images/1635818855288262656/DFP0RiJo.jpg"
},
"post-type": "note"
}
},
"_id": "37810482",
"_source": "2773"
}
Maybe Trump wouldn't have been indicted if he didn't listen to @TomFitton really, really bad advice on Presidential Archives.
@TomFitton is major reason Trump was indicted
{
"type": "entry",
"published": "2023-06-09T10:37:47+00:00",
"url": "https://twitter.com/jgmac1106/status/1667118788205068288",
"content": {
"text": "Maybe Trump wouldn't have been indicted if he didn't listen to @TomFitton really, really bad advice on Presidential Archives.\n\n@TomFitton is major reason Trump was indicted",
"html": "Maybe Trump wouldn't have been indicted if he didn't listen to <a href=\"https://twitter.com/TomFitton\">@TomFitton</a> really, really bad advice on Presidential Archives.\n\n@TomFitton is major reason Trump was indicted"
},
"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": "37807512",
"_source": "2773"
}
Wow... Now MAGA morons trying to use Shokin interview to prove lies about Biden firing Shokin
Shokin was interviewed. He said Ukraine president was pressured by Biden to fire him. He also states yes he was investigating Burisma - here is the interview
rudygiuliani...
{
"type": "entry",
"published": "2023-06-09T10:20:05+00:00",
"url": "https://twitter.com/jgmac1106/status/1667114335959646209",
"quotation-of": "https://twitter.com/Tammy8156/status/1667111195931815936",
"content": {
"text": "Wow... Now MAGA morons trying to use Shokin interview to prove lies about Biden firing Shokin"
},
"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/Tammy8156/status/1667111195931815936": {
"type": "entry",
"published": "2023-06-09T10:07:37+00:00",
"url": "https://twitter.com/Tammy8156/status/1667111195931815936",
"in-reply-to": [
"https://twitter.com/SamTwits/status/1666825809649098754"
],
"content": {
"text": "Shokin was interviewed. He said Ukraine president was pressured by Biden to fire him. He also states yes he was investigating Burisma - here is the interview\nrudygiulianics.com/2020/01/31/com\u2026",
"html": "Shokin was interviewed. He said Ukraine president was pressured by Biden to fire him. He also states yes he was investigating Burisma - here is the interview\n<a href=\"https://rudygiulianics.com/2020/01/31/common-sense-ep-3-the-trial-witness-one-exclusive-interview-with-viktor-shokin/\">rudygiulianics.com/2020/01/31/com\u2026</a>\n\n<a class=\"u-mention\" href=\"https://twitter.com/MarioNawfal\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/SamTwits\"></a>"
},
"author": {
"type": "card",
"name": "Tammy",
"url": "https://twitter.com/Tammy8156",
"photo": "https://pbs.twimg.com/profile_images/1396720465/me_ok.jpg"
},
"post-type": "reply"
}
},
"_id": "37807513",
"_source": "2773"
}
Do you @MichaelRCaputo could face legal woes?
He is still promoting a lie in the service of Sanctioned Russian spies.
In August 2019 we shot a scene outside Burisma headquarters in Kyiv for my documentary film about the Biden bribery case. Almost 4 years later the corrupt FBI is forced t...
{
"type": "entry",
"published": "2023-06-09T10:15:56+00:00",
"url": "https://twitter.com/jgmac1106/status/1667113288906178560",
"quotation-of": "https://twitter.com/MichaelRCaputo/status/1667111977158672385",
"content": {
"text": "Do you @MichaelRCaputo could face legal woes?\n\nHe is still promoting a lie in the service of Sanctioned Russian spies.",
"html": "Do you <a href=\"https://twitter.com/MichaelRCaputo\">@MichaelRCaputo</a> could face legal woes?\n\nHe is still promoting a lie in the service of Sanctioned Russian spies."
},
"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/MichaelRCaputo/status/1667111977158672385": {
"type": "entry",
"published": "2023-06-09T10:10:43+00:00",
"url": "https://twitter.com/MichaelRCaputo/status/1667111977158672385",
"photo": [
"https://pbs.twimg.com/media/FyLFgeCWcAANe_R.jpg"
],
"content": {
"text": "In August 2019 we shot a scene outside Burisma headquarters in Kyiv for my documentary film about the Biden bribery case. Almost 4 years later the corrupt FBI is forced to reveal I was right.\n\nTo defend, the criminal Biden White House accused me of Russian collusion. Bust them."
},
"author": {
"type": "card",
"name": "That Michael Caputo",
"url": "https://twitter.com/MichaelRCaputo",
"photo": "https://pbs.twimg.com/profile_images/1635818855288262656/DFP0RiJo.jpg"
},
"post-type": "photo"
}
},
"_id": "37807514",
"_source": "2773"
}
Have you been dramatically assassinated during eternal Caturday?
{
"type": "entry",
"published": "2023-06-09T00:05:04-0400",
"url": "https://martymcgui.re/2023/06/09/000504/",
"category": [
"Caturday"
],
"video": [
"https://res.cloudinary.com/schmarty/video/upload/vc_h264/mmmgre/ac/03/95/9e/d518780f3294a1ff291160cba5e8e8ba0324232a6a991dc21fba7526.mov"
],
"content": {
"text": "Have you been dramatically assassinated during eternal Caturday?",
"html": "<p>Have you been dramatically assassinated 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": "37802315",
"_source": "175"
}
wow..color me shocked....next we see Cornel West on Jimmy "Ivermectin Saves the World" Dore
Dr. West had an appearance on Donbas Devushka next but she said she was busy with a flood
, in her bathroom,
in Oregon
Cornel West Is Running For President! rumble.com/v2segd8-cornel…
{
"type": "entry",
"published": "2023-06-09T02:48:38+00:00",
"url": "https://twitter.com/jgmac1106/status/1667000722007683075",
"quotation-of": "https://twitter.com/magicalcurtain/status/1666998707479535620",
"content": {
"text": "wow..color me shocked....next we see Cornel West on Jimmy \"Ivermectin Saves the World\" Dore\n\nDr. West had an appearance on Donbas Devushka next but she said she was busy with a flood\n\n, in her bathroom, \n\nin Oregon"
},
"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/magicalcurtain/status/1666998707479535620": {
"type": "entry",
"published": "2023-06-09T02:40:37+00:00",
"url": "https://twitter.com/magicalcurtain/status/1666998707479535620",
"content": {
"text": "Cornel West Is Running For President! rumble.com/v2segd8-cornel\u2026",
"html": "Cornel West Is Running For President! <a href=\"https://rumble.com/v2segd8-cornel-west-is-running-for-president.html\">rumble.com/v2segd8-cornel\u2026</a>"
},
"author": {
"type": "card",
"name": "Sickofmyself",
"url": "https://twitter.com/magicalcurtain",
"photo": "https://abs.twimg.com/sticky/default_profile_images/default_profile.png"
},
"post-type": "note"
}
},
"_id": "37800820",
"_source": "2773"
}