Hey #edtechchat
Greg from Connecticut
{
"type": "entry",
"published": "2023-02-07T01:18:44+00:00",
"url": "https://twitter.com/jgmac1106/status/1622766779180191745",
"content": {
"text": "Hey #edtechchat \nGreg from Connecticut",
"html": "Hey <a href=\"https://twitter.com/search?q=%23edtechchat\">#edtechchat</a> \nGreg from Connecticut"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34953812",
"_source": "2773"
}
So Elon's last tweet praises Russian State media and his next tweet attacks State Department Efforts to fight #disinformation abroad.
and he is shutting down the APIs people use to fight state based #disinformation
but none of this is sus??
The worst offender in US government censorship & media manipulation is an obscure agency called GEC
state.gov/bureaus-office…
{
"type": "entry",
"published": "2023-02-07T00:31:32+00:00",
"url": "https://twitter.com/jgmac1106/status/1622754902836404224",
"quotation-of": "https://twitter.com/elonmusk/status/1622739987031552002",
"content": {
"text": "So Elon's last tweet praises Russian State media and his next tweet attacks State Department Efforts to fight #disinformation abroad.\n\nand he is shutting down the APIs people use to fight state based #disinformation\n\nbut none of this is sus??",
"html": "So Elon's last tweet praises Russian State media and his next tweet attacks State Department Efforts to fight <a href=\"https://twitter.com/search?q=%23disinformation\">#disinformation</a> abroad.\n\nand he is shutting down the APIs people use to fight state based <a href=\"https://twitter.com/search?q=%23disinformation\">#disinformation</a>\n\nbut none of this is sus??"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/elonmusk/status/1622739987031552002": {
"type": "entry",
"published": "2023-02-06T23:32:16+00:00",
"url": "https://twitter.com/elonmusk/status/1622739987031552002",
"content": {
"text": "The worst offender in US government censorship & media manipulation is an obscure agency called GEC\nstate.gov/bureaus-office\u2026",
"html": "The worst offender in US government censorship & media manipulation is an obscure agency called GEC\n<a href=\"https://www.state.gov/bureaus-offices/under-secretary-for-public-diplomacy-and-public-affairs/global-engagement-center/\">state.gov/bureaus-office\u2026</a>"
},
"author": {
"type": "card",
"name": "Elon Musk",
"url": "https://twitter.com/elonmusk",
"photo": "https://pbs.twimg.com/profile_images/1590968738358079488/IY9Gx6Ok.jpg"
},
"post-type": "note"
}
},
"_id": "34953137",
"_source": "2773"
}
In recent posts I’ve used ASCII footnotes like "^1" to indicate more information about a subject in a footnote line starting with "^1" at the bottom of the post.
Both inline refs & footer notes should use Unicode superscripts like '¹' and hyperlink both ways, in contexts that support it.
I have heard feedback from the #IndieWeb community that inline ASCII footnotes like "^1" are distracting and interrupt the flow of reading, and I can sympathize with that.
From an authoring perspective, it’s easier to type "^2" than "²" so I’d rather keep doing so, and write code to do the conversion.
I’m also considering what to change as an author, like instead of footnoting special terms/jargon, I can include them in an mini-glossary at the end of a post, thus only using footnotes for specific points or citations. I won’t include terms that mean exactly the same thing as defined by a literal page of the same name on Wikipedia (e.g. ASCII in this post means https://enwp.org/ASCII).
During a run I figured out how my existing CASSIS autolink function could detect both inline footnote references and their expansions, convert them to Unicode, and add local hyperlinks in both directions, given an optional parameter to prefix their fragment IDs. I looked at Wikipedia’s references and fragments for examples, and they use "_ref-{number}" and "_note-{number}" respectively which seem sensible.
The one Wikipedia design aspect I disagree with is their use of a hat character '^' at the *start* of a reference note to link back to the inline reference, which look distracting, and in my opinion are too subtle/unobvious. I prefer what I’ve seen on blogs: a small return arrow '⮐' at the *end* of a note to link back to the inline reference, which does a much better job of conveying the meaning of “return to where this was referenced / you were reading.”
Lastly, I think it’s ok if POSSE copies of my posts to text-only (non-hyperlinking) destinations keep the ASCII footnote style, because such copies usually (e.g. on Twitter) lack enough space for the expansions, and there is less chance of ASCII footnotes being misunderstood as part of something else on those destinations. POSSE destinations are in general lower fidelity than a personal site, so it’s ok have this be another instance where the original looks better than the copy.
I collected many of these thoughts in a brainstorming section on the IndieWeb wiki accordingly, and will update that as I make progress:
https://indieweb.org/footnote#Brainstorming
If you use footnotes in your personal site posts, please add yourself to the IndieWeb Examples section:
https://indieweb.org/footnote#IndieWeb_Examples
This is day 28 of #100DaysOfIndieWeb #100Days
← Day 27: https://tantek.com/2023/033/t1/twitter-api-log-in-web-sign-in-relmeauth
→ 🔮
Post Glossary:
autolink
https://indieweb.org/autolink
CASSIS
https://indieweb.org/CASSIS
POSSE
https://indieweb.org/POSSE
Unicode superscripts
https://en.wikipedia.org/wiki/Superscripts_and_Subscripts_(Unicode_block)
{
"type": "entry",
"published": "2023-02-05 23:40-0800",
"url": "https://tantek.com/2023/036/t1/footnotes-unicode-hyperlink",
"category": [
"IndieWeb",
"100DaysOfIndieWeb",
"100Days"
],
"content": {
"text": "In recent posts I\u2019ve used ASCII footnotes like \"^1\" to indicate more information about a subject in a footnote line starting with \"^1\" at the bottom of the post.\n\nBoth inline refs & footer notes should use Unicode superscripts like '\u00b9' and hyperlink both ways, in contexts that support it.\n\nI have heard feedback from the #IndieWeb community that inline ASCII footnotes like \"^1\" are distracting and interrupt the flow of reading, and I can sympathize with that.\n\nFrom an authoring perspective, it\u2019s easier to type \"^2\" than \"\u00b2\" so I\u2019d rather keep doing so, and write code to do the conversion.\n\nI\u2019m also considering what to change as an author, like instead of footnoting special terms/jargon, I can include them in an mini-glossary at the end of a post, thus only using footnotes for specific points or citations. I won\u2019t include terms that mean exactly the same thing as defined by a literal page of the same name on Wikipedia (e.g. ASCII in this post means https://enwp.org/ASCII).\n\nDuring a run I figured out how my existing CASSIS autolink function could detect both inline footnote references and their expansions, convert them to Unicode, and add local hyperlinks in both directions, given an optional parameter to prefix their fragment IDs. I looked at Wikipedia\u2019s references and fragments for examples, and they use \"_ref-{number}\" and \"_note-{number}\" respectively which seem sensible. \n\nThe one Wikipedia design aspect I disagree with is their use of a hat character '^' at the *start* of a reference note to link back to the inline reference, which look distracting, and in my opinion are too subtle/unobvious. I prefer what I\u2019ve seen on blogs: a small return arrow '\u2b90' at the *end* of a note to link back to the inline reference, which does a much better job of conveying the meaning of \u201creturn to where this was referenced / you were reading.\u201d\n\nLastly, I think it\u2019s ok if POSSE copies of my posts to text-only (non-hyperlinking) destinations keep the ASCII footnote style, because such copies usually (e.g. on Twitter) lack enough space for the expansions, and there is less chance of ASCII footnotes being misunderstood as part of something else on those destinations. POSSE destinations are in general lower fidelity than a personal site, so it\u2019s ok have this be another instance where the original looks better than the copy.\n\nI collected many of these thoughts in a brainstorming section on the IndieWeb wiki accordingly, and will update that as I make progress:\n\nhttps://indieweb.org/footnote#Brainstorming\n\nIf you use footnotes in your personal site posts, please add yourself to the IndieWeb Examples section:\n\nhttps://indieweb.org/footnote#IndieWeb_Examples\n\n\nThis is day 28 of #100DaysOfIndieWeb #100Days\n\n\u2190 Day 27: https://tantek.com/2023/033/t1/twitter-api-log-in-web-sign-in-relmeauth\n\u2192 \ud83d\udd2e\n\n\nPost Glossary:\n\u00a0\nautolink\n\u00a0https://indieweb.org/autolink\nCASSIS\n\u00a0https://indieweb.org/CASSIS\nPOSSE\n\u00a0https://indieweb.org/POSSE\nUnicode superscripts\n\u00a0https://en.wikipedia.org/wiki/Superscripts_and_Subscripts_(Unicode_block)",
"html": "In recent posts I\u2019ve used ASCII footnotes like \"^1\" to indicate more information about a subject in a footnote line starting with \"^1\" at the bottom of the post.<br /><br />Both inline refs & footer notes should use Unicode superscripts like '\u00b9' and hyperlink both ways, in contexts that support it.<br /><br />I have heard feedback from the #<span class=\"p-category\">IndieWeb</span> community that inline ASCII footnotes like \"^1\" are distracting and interrupt the flow of reading, and I can sympathize with that.<br /><br />From an authoring perspective, it\u2019s easier to type \"^2\" than \"\u00b2\" so I\u2019d rather keep doing so, and write code to do the conversion.<br /><br />I\u2019m also considering what to change as an author, like instead of footnoting special terms/jargon, I can include them in an mini-glossary at the end of a post, thus only using footnotes for specific points or citations. I won\u2019t include terms that mean exactly the same thing as defined by a literal page of the same name on Wikipedia (e.g. ASCII in this post means <a href=\"https://enwp.org/ASCII\">https://enwp.org/ASCII</a>).<br /><br />During a run I figured out how my existing CASSIS autolink function could detect both inline footnote references and their expansions, convert them to Unicode, and add local hyperlinks in both directions, given an optional parameter to prefix their fragment IDs. I looked at Wikipedia\u2019s references and fragments for examples, and they use \"_ref-{number}\" and \"_note-{number}\" respectively which seem sensible. <br /><br />The one Wikipedia design aspect I disagree with is their use of a hat character '^' at the *start* of a reference note to link back to the inline reference, which look distracting, and in my opinion are too subtle/unobvious. I prefer what I\u2019ve seen on blogs: a small return arrow '\u2b90' at the *end* of a note to link back to the inline reference, which does a much better job of conveying the meaning of \u201creturn to where this was referenced / you were reading.\u201d<br /><br />Lastly, I think it\u2019s ok if POSSE copies of my posts to text-only (non-hyperlinking) destinations keep the ASCII footnote style, because such copies usually (e.g. on Twitter) lack enough space for the expansions, and there is less chance of ASCII footnotes being misunderstood as part of something else on those destinations. POSSE destinations are in general lower fidelity than a personal site, so it\u2019s ok have this be another instance where the original looks better than the copy.<br /><br />I collected many of these thoughts in a brainstorming section on the IndieWeb wiki accordingly, and will update that as I make progress:<br /><br /><a href=\"https://indieweb.org/footnote#Brainstorming\">https://indieweb.org/footnote#Brainstorming</a><br /><br />If you use footnotes in your personal site posts, please add yourself to the IndieWeb Examples section:<br /><br /><a href=\"https://indieweb.org/footnote#IndieWeb_Examples\">https://indieweb.org/footnote#IndieWeb_Examples</a><br /><br /><br />This is day 28 of #<span class=\"p-category\">100DaysOfIndieWeb</span> #<span class=\"p-category\">100Days</span><br /><br />\u2190 Day 27: <a href=\"https://tantek.com/2023/033/t1/twitter-api-log-in-web-sign-in-relmeauth\">https://tantek.com/2023/033/t1/twitter-api-log-in-web-sign-in-relmeauth</a><br />\u2192 \ud83d\udd2e<br /><br /><br />Post Glossary:<br />\u00a0<br />autolink<br />\u00a0<a href=\"https://indieweb.org/autolink\">https://indieweb.org/autolink</a><br />CASSIS<br />\u00a0<a href=\"https://indieweb.org/CASSIS\">https://indieweb.org/CASSIS</a><br />POSSE<br />\u00a0<a href=\"https://indieweb.org/POSSE\">https://indieweb.org/POSSE</a><br />Unicode superscripts<br />\u00a0<a href=\"https://en.wikipedia.org/wiki/Superscripts_and_Subscripts_(Unicode_block)\">https://en.wikipedia.org/wiki/Superscripts_and_Subscripts_(Unicode_block)</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "34951324",
"_source": "2460"
}
This is called the "Don't Fall Out a Window" Twitter as a Service Feature
You can try it now too when required to lick the boots of despots
The TASS News Agency Model
{
"type": "entry",
"published": "2023-02-06T20:01:35+00:00",
"url": "https://twitter.com/jgmac1106/status/1622686967057076224",
"quotation-of": "https://twitter.com/elonmusk/status/1622461270573125632",
"content": {
"text": "This is called the \"Don't Fall Out a Window\" Twitter as a Service Feature\n\nYou can try it now too when required to lick the boots of despots\n\nThe TASS News Agency Model"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/elonmusk/status/1622461270573125632": {
"type": "entry",
"published": "2023-02-06T05:04:45+00:00",
"url": "https://twitter.com/elonmusk/status/1622461270573125632",
"in-reply-to": [
"https://twitter.com/runews/status/1622170096675299329"
],
"content": {
"text": "A tragic loss of life",
"html": "A tragic loss of life\n<a class=\"u-mention\" href=\"https://twitter.com/runews\"></a>"
},
"author": {
"type": "card",
"name": "Elon Musk",
"url": "https://twitter.com/elonmusk",
"photo": "https://pbs.twimg.com/profile_images/1590968738358079488/IY9Gx6Ok.jpg"
},
"post-type": "reply"
}
},
"_id": "34947921",
"_source": "2773"
}
In recent posts I’ve used ASCII footnotes like "^1" to indicate more information about a subject in a footnote line starting with "^1" at the bottom of the post.
Both inline refs & footer notes should use Unicode superscripts like '¹' and hyperlink ...
tantek.com/t5PD1
{
"type": "entry",
"published": "2023-02-06T20:00:29+00:00",
"url": "https://twitter.com/t/status/1622686690958782465",
"content": {
"text": "In recent posts I\u2019ve used ASCII footnotes like \"^1\" to indicate more information about a subject in a footnote line starting with \"^1\" at the bottom of the post.\n\nBoth inline refs & footer notes should use Unicode superscripts like '\u00b9' and hyperlink ...\ntantek.com/t5PD1",
"html": "In recent posts I\u2019ve used ASCII footnotes like \"^1\" to indicate more information about a subject in a footnote line starting with \"^1\" at the bottom of the post.\n\nBoth inline refs & footer notes should use Unicode superscripts like '\u00b9' and hyperlink ...\n<a href=\"https://tantek.com/t5PD1\">tantek.com/t5PD1</a>"
},
"author": {
"type": "card",
"name": "Tantek",
"url": "https://twitter.com/t",
"photo": "https://pbs.twimg.com/profile_images/423350922408767488/nlA_m2WH.jpeg"
},
"post-type": "note",
"_id": "34947922",
"_source": "2773"
}
Speaking of #disinfo @davidfrum anybody at @TheAtlantic looking into @RageAgainstWar_ event.
so sus.
Pedos and paid Russian media speakers bad enough
But #russia wants us to believe libertarians and communists get along
That is so sus
something smells fishy
check it out
{
"type": "entry",
"published": "2023-02-06T19:57:55+00:00",
"url": "https://twitter.com/jgmac1106/status/1622686044222066699",
"content": {
"text": "Speaking of #disinfo @davidfrum anybody at @TheAtlantic looking into @RageAgainstWar_ event.\n\nso sus.\n\nPedos and paid Russian media speakers bad enough\n\nBut #russia wants us to believe libertarians and communists get along\n\nThat is so sus\n\nsomething smells fishy\n\ncheck it out",
"html": "Speaking of <a href=\"https://twitter.com/search?q=%23disinfo\">#disinfo</a> <a href=\"https://twitter.com/davidfrum\">@davidfrum</a> anybody at <a href=\"https://twitter.com/TheAtlantic\">@TheAtlantic</a> looking into <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> event.\n\nso sus.\n\nPedos and paid Russian media speakers bad enough\n\nBut <a href=\"https://twitter.com/search?q=%23russia\">#russia</a> wants us to believe libertarians and communists get along\n\nThat is so sus\n\nsomething smells fishy\n\ncheck it out"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34947644",
"_source": "2773"
}
The images of Syria and Turkey are devastating.
I am heart broken for all the people who dies or lost loved ones/
{
"type": "entry",
"published": "2023-02-06T19:42:16+00:00",
"url": "https://twitter.com/jgmac1106/status/1622682106907197440",
"content": {
"text": "The images of Syria and Turkey are devastating.\n\nI am heart broken for all the people who dies or lost loved ones/"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34947374",
"_source": "2773"
}
Hey @esullivannyt is anyone at @nytimes looking into the @RageAgainstWar_ event coming up in DC?
It just seems so sus?
Libertarians and Communists don't get along. philosophically opposed.
this smells
who is paying? so many speakers have ties to #russia
{
"type": "entry",
"published": "2023-02-06T19:19:08+00:00",
"url": "https://twitter.com/jgmac1106/status/1622676284009549832",
"content": {
"text": "Hey @esullivannyt is anyone at @nytimes looking into the @RageAgainstWar_ event coming up in DC?\n\nIt just seems so sus?\n\nLibertarians and Communists don't get along. philosophically opposed.\n\nthis smells\n\nwho is paying? so many speakers have ties to #russia",
"html": "Hey <a href=\"https://twitter.com/esullivannyt\">@esullivannyt</a> is anyone at <a href=\"https://twitter.com/nytimes\">@nytimes</a> looking into the <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> event coming up in DC?\n\nIt just seems so sus?\n\nLibertarians and Communists don't get along. philosophically opposed.\n\nthis smells\n\nwho is paying? so many speakers have ties to <a href=\"https://twitter.com/search?q=%23russia\">#russia</a>"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34946824",
"_source": "2773"
}
Hey #NAFO Secretary of @LPNational thinks there is room for good faith arguments in their party.
-Do you think they should make room for twice convicted child sex offenders to speak?
-Do you think they should provide voice to known operatives of media affiliated with #Russia
twitter.com/carynannharlos…
{
"type": "entry",
"published": "2023-02-06T19:13:04+00:00",
"url": "https://twitter.com/jgmac1106/status/1622674757912076300",
"content": {
"text": "Hey #NAFO Secretary of @LPNational thinks there is room for good faith arguments in their party.\n\n-Do you think they should make room for twice convicted child sex offenders to speak?\n-Do you think they should provide voice to known operatives of media affiliated with #Russia\n\ntwitter.com/carynannharlos\u2026",
"html": "Hey <a href=\"https://twitter.com/search?q=%23NAFO\">#NAFO</a> Secretary of <a href=\"https://twitter.com/LPNational\">@LPNational</a> thinks there is room for good faith arguments in their party.\n\n-Do you think they should make room for twice convicted child sex offenders to speak?\n-Do you think they should provide voice to known operatives of media affiliated with <a href=\"https://twitter.com/search?q=%23Russia\">#Russia</a>\n\n<a href=\"https://twitter.com/carynannharlos/status/1622628916010823680\">twitter.com/carynannharlos\u2026</a>"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34946825",
"_source": "2773"
}
When is good faith time to support Pedos and agents of Russia?
Why is your party hosting an event in #america when you know the assets belong to #Russia?
@LPNational should cancel the event
Or at least label convicted child sex offenders and Russia state media
twitter.com/carynannharlos…
{
"type": "entry",
"published": "2023-02-06T19:10:16+00:00",
"url": "https://twitter.com/jgmac1106/status/1622674052782428160",
"content": {
"text": "When is good faith time to support Pedos and agents of Russia?\n\nWhy is your party hosting an event in #america when you know the assets belong to #Russia? \n\n@LPNational should cancel the event\n\nOr at least label convicted child sex offenders and Russia state media\ntwitter.com/carynannharlos\u2026",
"html": "When is good faith time to support Pedos and agents of Russia?\n\nWhy is your party hosting an event in <a href=\"https://twitter.com/search?q=%23america\">#america</a> when you know the assets belong to <a href=\"https://twitter.com/search?q=%23Russia\">#Russia</a>? \n\n<a href=\"https://twitter.com/LPNational\">@LPNational</a> should cancel the event\n\nOr at least label convicted child sex offenders and Russia state media\n<a href=\"https://twitter.com/carynannharlos/status/1622673387226296320\">twitter.com/carynannharlos\u2026</a>"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34946529",
"_source": "2773"
}
Hey @holden any insight on @RageAgainstWar_ event
whose who of election denial, antivaxxer, and #disinfo amp speakers
many on payroll of #russia
This why we have said for years you can't separate MAGA, Qanon, and Russia: bit.ly/3E7HvDV
It was always about Ukraine
{
"type": "entry",
"published": "2023-02-06T19:06:46+00:00",
"url": "https://twitter.com/jgmac1106/status/1622673171336896516",
"content": {
"text": "Hey @holden any insight on @RageAgainstWar_ event\n\nwhose who of election denial, antivaxxer, and #disinfo amp speakers\n\nmany on payroll of #russia \n\nThis why we have said for years you can't separate MAGA, Qanon, and Russia: bit.ly/3E7HvDV\n\nIt was always about Ukraine",
"html": "Hey <a href=\"https://twitter.com/holden\">@holden</a> any insight on <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> event\n\nwhose who of election denial, antivaxxer, and <a href=\"https://twitter.com/search?q=%23disinfo\">#disinfo</a> amp speakers\n\nmany on payroll of <a href=\"https://twitter.com/search?q=%23russia\">#russia</a> \n\nThis why we have said for years you can't separate MAGA, Qanon, and Russia: <a href=\"https://bit.ly/3E7HvDV\">bit.ly/3E7HvDV</a>\n\nIt was always about Ukraine"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34946530",
"_source": "2773"
}
Hey @gekaminsky good article exposing @LPNational support for convicted child sex offenders
dig more?
Libertarians and communists aligned?
Why so many speakers tied to #Russia state affiliated media?
Treasurer @ToddHagopian says they need wide tent.
Russians and pedos?
{
"type": "entry",
"published": "2023-02-06T18:54:25+00:00",
"url": "https://twitter.com/jgmac1106/status/1622670065156988949",
"content": {
"text": "Hey @gekaminsky good article exposing @LPNational support for convicted child sex offenders\n\n dig more?\n\nLibertarians and communists aligned?\n\nWhy so many speakers tied to #Russia state affiliated media?\n\nTreasurer @ToddHagopian says they need wide tent.\n\nRussians and pedos?",
"html": "Hey <a href=\"https://twitter.com/gekaminsky\">@gekaminsky</a> good article exposing <a href=\"https://twitter.com/LPNational\">@LPNational</a> support for convicted child sex offenders\n\n dig more?\n\nLibertarians and communists aligned?\n\nWhy so many speakers tied to <a href=\"https://twitter.com/search?q=%23Russia\">#Russia</a> state affiliated media?\n\nTreasurer <a href=\"https://twitter.com/ToddHagopian\">@ToddHagopian</a> says they need wide tent.\n\nRussians and pedos?"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34946218",
"_source": "2773"
}
Hey @LPNH
wait Libertarian party of New Hampshire
You folks crazy....
nevermind
May support having Pedos speak at @LPNational events like
@RageAgainstWar_
do me a favor?
If you are going leave kids at home
2x convicted sex offender, for soliciting minors speaking
{
"type": "entry",
"published": "2023-02-06T18:40:58+00:00",
"url": "https://twitter.com/jgmac1106/status/1622666680047468544",
"photo": [
"https://pbs.twimg.com/media/FoTesTMXoAYihhA.jpg"
],
"content": {
"text": "Hey @LPNH\n\nwait Libertarian party of New Hampshire\n\nYou folks crazy....\n\nnevermind\n\nMay support having Pedos speak at @LPNational events like\n@RageAgainstWar_ \n\ndo me a favor?\n\nIf you are going leave kids at home\n\n2x convicted sex offender, for soliciting minors speaking",
"html": "Hey <a href=\"https://twitter.com/LPNH\">@LPNH</a>\n\nwait Libertarian party of New Hampshire\n\nYou folks crazy....\n\nnevermind\n\nMay support having Pedos speak at <a href=\"https://twitter.com/LPNational\">@LPNational</a> events like\n<a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> \n\ndo me a favor?\n\nIf you are going leave kids at home\n\n2x convicted sex offender, for soliciting minors speaking"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945960",
"_source": "2773"
}
Where are my Tennessee minuteman of the @LPTN1776 ?
If you are worried about pedos and child trafficking look no further than the National Libertarian event @RageAgainstWar_
If going and you have children leave them at home.
2x convicted sex offender is on the ticket
{
"type": "entry",
"published": "2023-02-06T18:37:24+00:00",
"url": "https://twitter.com/jgmac1106/status/1622665782965542924",
"photo": [
"https://pbs.twimg.com/media/FoTd4-LWAAAr1m-.jpg"
],
"content": {
"text": "Where are my Tennessee minuteman of the @LPTN1776 ?\n\nIf you are worried about pedos and child trafficking look no further than the National Libertarian event @RageAgainstWar_ \n\nIf going and you have children leave them at home. \n\n2x convicted sex offender is on the ticket",
"html": "Where are my Tennessee minuteman of the <a href=\"https://twitter.com/LPTN1776\">@LPTN1776</a> ?\n\nIf you are worried about pedos and child trafficking look no further than the National Libertarian event <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> \n\nIf going and you have children leave them at home. \n\n2x convicted sex offender is on the ticket"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945961",
"_source": "2773"
}
hey @LPGeorgia if you have members going to the event @RageAgainstWar_ you may want to tell people to leave children at home.
@LPNational has decided libertarian values mean the gov should not stop adults soliciting minors for sex.
That is freedom in Libertarian Politics
{
"type": "entry",
"published": "2023-02-06T18:32:39+00:00",
"url": "https://twitter.com/jgmac1106/status/1622664583902109707",
"photo": [
"https://pbs.twimg.com/media/FoTc1eKXoAEkwQX.jpg"
],
"content": {
"text": "hey @LPGeorgia if you have members going to the event @RageAgainstWar_ you may want to tell people to leave children at home.\n\n@LPNational has decided libertarian values mean the gov should not stop adults soliciting minors for sex.\n\nThat is freedom in Libertarian Politics",
"html": "hey <a href=\"https://twitter.com/LPGeorgia\">@LPGeorgia</a> if you have members going to the event <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> you may want to tell people to leave children at home.\n\n<a href=\"https://twitter.com/LPNational\">@LPNational</a> has decided libertarian values mean the gov should not stop adults soliciting minors for sex.\n\nThat is freedom in Libertarian Politics"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945684",
"_source": "2773"
}
Hey @RealSpikeCohen how do you feel about @LPNational becoming the party to back ultimate freedom?
To say twice convicted sexcx offenders should have freedom to solicit minors
That is who Libertarian Party supports
Pedos and Communisits
{
"type": "entry",
"published": "2023-02-06T18:24:39+00:00",
"url": "https://twitter.com/jgmac1106/status/1622662574268358658",
"photo": [
"https://pbs.twimg.com/media/FoTa8YKXoAYSstF.jpg"
],
"content": {
"text": "Hey @RealSpikeCohen how do you feel about @LPNational becoming the party to back ultimate freedom?\n\nTo say twice convicted sexcx offenders should have freedom to solicit minors\n\nThat is who Libertarian Party supports\n\nPedos and Communisits",
"html": "Hey <a href=\"https://twitter.com/RealSpikeCohen\">@RealSpikeCohen</a> how do you feel about <a href=\"https://twitter.com/LPNational\">@LPNational</a> becoming the party to back ultimate freedom?\n\nTo say twice convicted sexcx offenders should have freedom to solicit minors\n\nThat is who Libertarian Party supports\n\nPedos and Communisits"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945556",
"_source": "2773"
}
Hey Hey @LPofCT if members going to the @RageAgainstWar_ rally in DC you might want to tell people to leave Children at home.
@LPNational party is not only sponsoring #communists and known agents of #russia but also twice convicted sex offenders
Your party. Demand better
{
"type": "entry",
"published": "2023-02-06T18:18:25+00:00",
"url": "https://twitter.com/jgmac1106/status/1622661005393240075",
"photo": [
"https://pbs.twimg.com/media/FoTZlQeXoAgFFof.jpg"
],
"content": {
"text": "Hey Hey @LPofCT if members going to the @RageAgainstWar_ rally in DC you might want to tell people to leave Children at home.\n\n@LPNational party is not only sponsoring #communists and known agents of #russia but also twice convicted sex offenders\n\nYour party. Demand better",
"html": "Hey Hey <a href=\"https://twitter.com/LPofCT\">@LPofCT</a> if members going to the <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> rally in DC you might want to tell people to leave Children at home.\n\n<a href=\"https://twitter.com/LPNational\">@LPNational</a> party is not only sponsoring <a href=\"https://twitter.com/search?q=%23communists\">#communists</a> and known agents of <a href=\"https://twitter.com/search?q=%23russia\">#russia</a> but also twice convicted sex offenders\n\nYour party. Demand better"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945557",
"_source": "2773"
}
Hey @LPMississippi if members going to the @RageAgainstWar_ rally in DC you might want to tell people to leave Children at home.
@LPNational party is not only sponsoring #communists and known agents of #russia but also twice convicted sex offenders
Your party. Demand better
{
"type": "entry",
"published": "2023-02-06T18:17:32+00:00",
"url": "https://twitter.com/jgmac1106/status/1622660782499430402",
"photo": [
"https://pbs.twimg.com/media/FoTZXFyXoAwDkIA.jpg"
],
"content": {
"text": "Hey @LPMississippi if members going to the @RageAgainstWar_ rally in DC you might want to tell people to leave Children at home.\n\n@LPNational party is not only sponsoring #communists and known agents of #russia but also twice convicted sex offenders\n\nYour party. Demand better",
"html": "Hey <a href=\"https://twitter.com/LPMississippi\">@LPMississippi</a> if members going to the <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> rally in DC you might want to tell people to leave Children at home.\n\n<a href=\"https://twitter.com/LPNational\">@LPNational</a> party is not only sponsoring <a href=\"https://twitter.com/search?q=%23communists\">#communists</a> and known agents of <a href=\"https://twitter.com/search?q=%23russia\">#russia</a> but also twice convicted sex offenders\n\nYour party. Demand better"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34945264",
"_source": "2773"
}
Hey Young Americans of Liberty @YALiberty if attending @LPNational event @RageAgainstWar_ make sure all attendees are of age
The Libertarian Party is having @realscottritter speak.
He is a 2x convicted sex offender. Crimes involving minors
Libertarians took freedom too far
{
"type": "entry",
"published": "2023-02-06T17:56:47+00:00",
"url": "https://twitter.com/jgmac1106/status/1622655558670065674",
"content": {
"text": "Hey Young Americans of Liberty @YALiberty if attending @LPNational event @RageAgainstWar_ make sure all attendees are of age\n\nThe Libertarian Party is having @realscottritter speak.\n\nHe is a 2x convicted sex offender. Crimes involving minors\n\nLibertarians took freedom too far",
"html": "Hey Young Americans of Liberty <a href=\"https://twitter.com/YALiberty\">@YALiberty</a> if attending <a href=\"https://twitter.com/LPNational\">@LPNational</a> event <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> make sure all attendees are of age\n\nThe Libertarian Party is having <a href=\"https://twitter.com/RealScottRitter\">@realscottritter</a> speak.\n\nHe is a 2x convicted sex offender. Crimes involving minors\n\nLibertarians took freedom too far"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "note",
"_id": "34944975",
"_source": "2773"
}
Hey @SteffiP4Liberty are you going to @RageAgainstWar_ sponsored by the @LPNational ?
If you are be careful with their kids
I guess personal freedom means right to pedophilia now.
Libertarians allowing 2x convicted sex offender charged with soliciting minors to speak
{
"type": "entry",
"published": "2023-02-06T17:50:38+00:00",
"url": "https://twitter.com/jgmac1106/status/1622654012469256214",
"photo": [
"https://pbs.twimg.com/media/FoTTMZXXoBIRPg4.jpg"
],
"content": {
"text": "Hey @SteffiP4Liberty are you going to @RageAgainstWar_ sponsored by the @LPNational ?\n\nIf you are be careful with their kids\n\nI guess personal freedom means right to pedophilia now.\n\nLibertarians allowing 2x convicted sex offender charged with soliciting minors to speak",
"html": "Hey <a href=\"https://twitter.com/SteffiP4Liberty\">@SteffiP4Liberty</a> are you going to <a href=\"https://twitter.com/RageAgainstWar_\">@RageAgainstWar_</a> sponsored by the <a href=\"https://twitter.com/LPNational\">@LPNational</a> ?\n\nIf you are be careful with their kids\n\nI guess personal freedom means right to pedophilia now.\n\nLibertarians allowing 2x convicted sex offender charged with soliciting minors to speak"
},
"author": {
"type": "card",
"name": "jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/1617853032296759297/a0oAyyvh.jpg"
},
"post-type": "photo",
"_id": "34944703",
"_source": "2773"
}