I’m hanging out on Beatsense playing some music if anyone wants to join in: beatsense.com/limbo#/
cc @jdragz @girlvsplanet @Scandalous @indiana_mama @Skirts
{
"type": "entry",
"published": "2020-02-13T21:32:29+00:00",
"url": "https://twitter.com/gRegorLove/status/1228069455915343874",
"content": {
"text": "I\u2019m hanging out on Beatsense playing some music if anyone wants to join in: beatsense.com/limbo#/\n\ncc @jdragz @girlvsplanet @Scandalous @indiana_mama @Skirts",
"html": "I\u2019m hanging out on Beatsense playing some music if anyone wants to join in: <a href=\"https://beatsense.com/limbo#/\">beatsense.com/limbo#/</a>\n\ncc <a href=\"https://twitter.com/jdragz\">@jdragz</a> <a href=\"https://twitter.com/girlvsplanet\">@girlvsplanet</a> <a href=\"https://twitter.com/Scandalous\">@Scandalous</a> <a href=\"https://twitter.com/indiana_mama\">@indiana_mama</a> <a href=\"https://twitter.com/Skirts\">@Skirts</a>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://twitter.com/gRegorLove",
"photo": "https://pbs.twimg.com/profile_images/714490697764716545/je7VCyLC.jpg"
},
"post-type": "note",
"_id": "8905681",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-02-13T21:29:23+00:00",
"url": "https://twitter.com/karabaic/status/1228068676672245760",
"content": {
"text": "Resign nytimes.com/2020/02/13/us/\u2026",
"html": "Resign <a href=\"https://www.nytimes.com/2020/02/13/us/politics/barr-trump.html?referringSource=articleShare\">nytimes.com/2020/02/13/us/\u2026</a>"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/899122188921446400/NZHI0sB2.jpg"
},
"post-type": "note",
"_id": "8905683",
"_source": "2773"
}
#IndieWeb Dev chat with @gRegorLove on how to automate rel=prev and rel=next with PHP: chat.indieweb.org/dev/2020-02-13…
{
"type": "entry",
"published": "2020-02-13T21:23:07+00:00",
"url": "https://twitter.com/jgmac1106/status/1228067098359980052",
"content": {
"text": "#IndieWeb Dev chat with @gRegorLove on how to automate rel=prev and rel=next with PHP: chat.indieweb.org/dev/2020-02-13\u2026",
"html": "<a href=\"https://twitter.com/search?q=%23IndieWeb\">#IndieWeb</a> Dev chat with <a href=\"https://twitter.com/gRegorLove\">@gRegorLove</a> on how to automate rel=prev and rel=next with PHP: <a href=\"https://chat.indieweb.org/dev/2020-02-13#t1581628880898600\">chat.indieweb.org/dev/2020-02-13\u2026</a>"
},
"author": {
"type": "card",
"name": "https://jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/565227710104883200/g4MDcTnx.jpeg"
},
"post-type": "note",
"_id": "8905684",
"_source": "2773"
}
Hey #edu307 . I noticed a common pattern of more summarizing than reflecting on readings. Here is a #literacies mini lesson on how to write a reflection to a reading rather than a summary: https://jgregorymcverry.com/writeareadingreflection.html
{
"type": "entry",
"published": "2020-02-13T21:34:04+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/02/13/hey-edu307-i-noticed-a-common",
"category": [
"edu307",
"literacies"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1228069881733697542"
],
"content": {
"text": "Hey #edu307 . I noticed a common pattern of more summarizing than reflecting on readings. Here is a #literacies mini lesson on how to write a reflection to a reading rather than a summary: https://jgregorymcverry.com/writeareadingreflection.html",
"html": "Hey <a href=\"https://quickthoughts.jgregorymcverry.com/tag/edu307\" class=\"p-category\">#edu307</a> . I noticed a common pattern of more summarizing than reflecting on readings. Here is a <a href=\"https://quickthoughts.jgregorymcverry.com/tag/literacies\" class=\"p-category\">#literacies</a> mini lesson on how to write a reflection to a reading rather than a summary: <a href=\"https://jgregorymcverry.com/writeareadingreflection.html\">https://jgregorymcverry.com/writeareadingreflection.html</a>"
},
"author": {
"type": "card",
"name": "Greg McVerry",
"url": "https://quickthoughts.jgregorymcverry.com/profile/jgmac1106",
"photo": "https://quickthoughts.jgregorymcverry.com/file/2d6c9cfed7ac8e849f492b5bc7e6a630/thumb.jpg"
},
"post-type": "note",
"_id": "8905679",
"_source": "1300"
}
From @css Tricks I started looking at Linaria from the @callstackio folks. I like the CSS-template-in-JS approach. But compiled output like this:
.k4yi6fg {
font-size: 18px;
}
is a no-go for me. If I can’t output inspector-friendly semantic CSS class names, hard pass.
{
"type": "entry",
"published": "2020-02-13T21:12:29+00:00",
"url": "https://twitter.com/jaredcwhite/status/1228064421781491712",
"content": {
"text": "From @css Tricks I started looking at Linaria from the @callstackio folks. I like the CSS-template-in-JS approach. But compiled output like this:\n\n.k4yi6fg {\n font-size: 18px;\n}\n\nis a no-go for me. If I can\u2019t output inspector-friendly semantic CSS class names, hard pass.",
"html": "From <a href=\"https://twitter.com/css\">@css</a> Tricks I started looking at Linaria from the <a href=\"https://twitter.com/callstackio\">@callstackio</a> folks. I like the CSS-template-in-JS approach. But compiled output like this:\n\n.k4yi6fg {\n font-size: 18px;\n}\n\nis a no-go for me. If I can\u2019t output inspector-friendly semantic CSS class names, hard pass."
},
"author": {
"type": "card",
"name": "The Jared White Show",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1225469325328310272/cMYFkP3A.jpg"
},
"post-type": "note",
"_id": "8905351",
"_source": "2773"
}
Just came across #grapple h/t @dogtrax they start by trying to define A.I....I think it is one thing to define but what isn't, as in really in existence yet. machine learning is not AI, parsing and autscoring an essay isn't AI....https… quickthoughts.jgregorymcverry.com/2020/02/13/jus…
{
"type": "entry",
"published": "2020-02-13T21:01:35+00:00",
"url": "https://twitter.com/jgmac1106/status/1228061679503708161",
"content": {
"text": "Just came across #grapple h/t @dogtrax they start by trying to define A.I....I think it is one thing to define but what isn't, as in really in existence yet. machine learning is not AI, parsing and autscoring an essay isn't AI....https\u2026 quickthoughts.jgregorymcverry.com/2020/02/13/jus\u2026",
"html": "Just came across <a href=\"https://twitter.com/search?q=%23grapple\">#grapple</a> h/t <a href=\"https://twitter.com/dogtrax\">@dogtrax</a> they start by trying to define A.I....I think it is one thing to define but what isn't, as in really in existence yet. machine learning is not AI, parsing and autscoring an essay isn't AI....https\u2026 <a href=\"https://quickthoughts.jgregorymcverry.com/2020/02/13/just-came-across-grapple-ht-dogtrax-they\">quickthoughts.jgregorymcverry.com/2020/02/13/jus\u2026</a>"
},
"author": {
"type": "card",
"name": "https://jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/565227710104883200/g4MDcTnx.jpeg"
},
"post-type": "note",
"_id": "8904831",
"_source": "2773"
}
Attention passengers! We are leaving impeachment station. All aboard the quid pro quo train!
I’m seeing Governor Cuomo today at The White House. He must understand that National Security far exceeds politics. New York must stop all of its unnecessary lawsuits &...
{
"type": "entry",
"published": "2020-02-13T20:57:00+00:00",
"url": "https://twitter.com/dangerdave/status/1228060525193355265",
"quotation-of": "https://twitter.com/realDonaldTrump/status/1228023660457480194",
"content": {
"text": "Attention passengers! We are leaving impeachment station. All aboard the quid pro quo train!"
},
"author": {
"type": "card",
"name": "Dave Peck",
"url": "https://twitter.com/dangerdave",
"photo": "https://pbs.twimg.com/profile_images/1175122018536062976/wMpKNJRv.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/realDonaldTrump/status/1228023660457480194": {
"type": "entry",
"published": "2020-02-13T18:30:30+00:00",
"url": "https://twitter.com/realDonaldTrump/status/1228023660457480194",
"content": {
"text": "I\u2019m seeing Governor Cuomo today at The White House. He must understand that National Security far exceeds politics. New York must stop all of its unnecessary lawsuits & harrassment, start cleaning itself up, and lowering taxes. Build relationships, but don\u2019t bring Fredo!",
"html": "I\u2019m seeing Governor Cuomo today at The White House. He must understand that National Security far exceeds politics. New York must stop all of its unnecessary lawsuits & harrassment, start cleaning itself up, and lowering taxes. Build relationships, but don\u2019t bring Fredo!"
},
"author": {
"type": "card",
"name": "Donald J. Trump",
"url": "https://twitter.com/realDonaldTrump",
"photo": "https://pbs.twimg.com/profile_images/874276197357596672/kUuht00m.jpg"
},
"post-type": "note"
}
},
"_id": "8904667",
"_source": "2773"
}
THE BEARD IS SO LUSCIOUSSSSSS
Day 3 (extra late) ✏️
@ThaGUYVER 😏
{
"type": "entry",
"published": "2020-02-13T20:32:42+00:00",
"url": "https://twitter.com/jackyalcine/status/1228054412750245888",
"quotation-of": "https://twitter.com/ChinnyXO1/status/1228053837992382464",
"content": {
"text": "THE BEARD IS SO LUSCIOUSSSSSS"
},
"author": {
"type": "card",
"name": "ayo kings we flying them out iight!?",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/ChinnyXO1/status/1228053837992382464": {
"type": "entry",
"published": "2020-02-13T20:30:25+00:00",
"url": "https://twitter.com/ChinnyXO1/status/1228053837992382464",
"photo": [
"https://pbs.twimg.com/media/EQrsc1vWAAAJgEl.jpg"
],
"content": {
"text": "Day 3 (extra late) \u270f\ufe0f\n@ThaGUYVER \ud83d\ude0f",
"html": "Day 3 (extra late) \u270f\ufe0f\n<a href=\"https://twitter.com/ThaGUYVER\">@ThaGUYVER</a> \ud83d\ude0f"
},
"author": {
"type": "card",
"name": "chinny \ud83d\udc3b",
"url": "https://twitter.com/ChinnyXO1",
"photo": "https://pbs.twimg.com/profile_images/1147852561678045188/k7-9DFDx.jpg"
},
"post-type": "photo"
}
},
"_id": "8904096",
"_source": "2773"
}
Also big thank you to @knguyen for editing this piece! On weekends! At night! All the time! For weeks! theverge.com/2020/2/13/2113…
{
"type": "entry",
"published": "2020-02-13T20:18:40+00:00",
"url": "https://twitter.com/ZoeSchiffer/status/1228050880282292226",
"content": {
"text": "Also big thank you to @knguyen for editing this piece! On weekends! At night! All the time! For weeks! theverge.com/2020/2/13/2113\u2026",
"html": "Also big thank you to <a href=\"https://twitter.com/knguyen\">@knguyen</a> for editing this piece! On weekends! At night! All the time! For weeks! <a href=\"https://www.theverge.com/2020/2/13/21135765/clinc-ai-university-of-michigan-sexual-harassment-allegations-ceo-startup\">theverge.com/2020/2/13/2113\u2026</a>"
},
"author": {
"type": "card",
"name": "Zoe Schiffer",
"url": "https://twitter.com/ZoeSchiffer",
"photo": "https://pbs.twimg.com/profile_images/808466807119978496/nmhE7XbI.jpg"
},
"post-type": "note",
"_id": "8903759",
"_source": "2773"
}
How slick! The WordPress Micropub server supports experimental properties so you can add &post-status=draft
to your IFTTT webhook-based recipes for Micropub PESOS syndication. This is useful in cases where you can get most of the data fidelity you’d like to have, but still may want to go back and modify things before publishing them.
Next I’ll have to try out &visibility=private
which should work as well.
{
"type": "entry",
"published": "2020-02-13T11:44:38-08:00",
"url": "https://boffosocko.com/2020/02/13/55767182/",
"category": [
"indieweb",
"social-stream",
"wordpress",
"crossposting",
"ifttt",
"micropub",
"own-your-data",
"pesos",
"webhooks"
],
"content": {
"text": "How slick! The WordPress Micropub server supports experimental properties so you can add &post-status=draft to your IFTTT webhook-based recipes for Micropub PESOS syndication. This is useful in cases where you can get most of the data fidelity you\u2019d like to have, but still may want to go back and modify things before publishing them.\nNext I\u2019ll have to try out &visibility=private which should work as well.\u00a0",
"html": "How slick! The <a href=\"https://wordpress.org/plugins/micropub/\">WordPress Micropub server</a> supports <a href=\"https://indieweb.org/Micropub-extensions#Post_Status\">experimental properties</a> so you can add <code>&post-status=draft</code> to your <a href=\"https://boffosocko.com/2020/01/21/using-ifttt-to-syndicate-pesos-content-from-social-services-to-wordpress-using-micropub/\">IFTTT webhook-based recipes for Micropub PESOS syndication</a>. This is useful in cases where you can get most of the data fidelity you\u2019d like to have, but still may want to go back and modify things before publishing them.\n<p>Next I\u2019ll have to try out <code>&visibility=private</code> which should work as well.\u00a0</p>"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://boffosocko.com/",
"photo": null
},
"post-type": "note",
"_id": "8903698",
"_source": "2785"
}
A professor at the University of Michigan is stepping down as CEO of his buzzy AI company following multiple claims of sexual misconduct from current and former employees: theverge.com/2020/2/13/2113…
{
"type": "entry",
"published": "2020-02-13T19:51:00+00:00",
"url": "https://twitter.com/ZoeSchiffer/status/1228043918991691776",
"photo": [
"https://pbs.twimg.com/media/EQrjb3UUYAEbdMN.png"
],
"content": {
"text": "A professor at the University of Michigan is stepping down as CEO of his buzzy AI company following multiple claims of sexual misconduct from current and former employees: theverge.com/2020/2/13/2113\u2026",
"html": "A professor at the University of Michigan is stepping down as CEO of his buzzy AI company following multiple claims of sexual misconduct from current and former employees: <a href=\"https://www.theverge.com/2020/2/13/21135765/clinc-ai-university-of-michigan-sexual-harassment-allegations-ceo-startup\">theverge.com/2020/2/13/2113\u2026</a>"
},
"author": {
"type": "card",
"name": "Zoe Schiffer",
"url": "https://twitter.com/ZoeSchiffer",
"photo": "https://pbs.twimg.com/profile_images/808466807119978496/nmhE7XbI.jpg"
},
"post-type": "photo",
"_id": "8902677",
"_source": "2773"
}
How @bernadettes hears my name. Two colors when together I can't see,. A purple and a brown? I could check hex, but that's cheating to see not as me. No synsethesia but colors my brain cant see, mess with me, headaches as hues… quickthoughts.jgregorymcverry.com/2020/02/13/how…
{
"type": "entry",
"published": "2020-02-13T19:47:11+00:00",
"url": "https://twitter.com/jgmac1106/status/1228042957745463296",
"photo": [
"https://pbs.twimg.com/media/EQrij_EWAAYKoJz.png"
],
"content": {
"text": "How @bernadettes hears my name. Two colors when together I can't see,. A purple and a brown? I could check hex, but that's cheating to see not as me. No synsethesia but colors my brain cant see, mess with me, headaches as hues\u2026 quickthoughts.jgregorymcverry.com/2020/02/13/how\u2026",
"html": "How <a href=\"https://twitter.com/bernadettes\">@bernadettes</a> hears my name. Two colors when together I can't see,. A purple and a brown? I could check hex, but that's cheating to see not as me. No synsethesia but colors my brain cant see, mess with me, headaches as hues\u2026 <a href=\"https://quickthoughts.jgregorymcverry.com/2020/02/13/how-bernadettes-hears-my-name-two-colors-when-together-i\">quickthoughts.jgregorymcverry.com/2020/02/13/how\u2026</a>"
},
"author": {
"type": "card",
"name": "https://jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/565227710104883200/g4MDcTnx.jpeg"
},
"post-type": "photo",
"_id": "8902678",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-02-13T19:47:09+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/02/13/how-bernadettes-hears-my-name-two-colors-when-together-i",
"category": [
"smallpoems"
],
"photo": [
"https://quickthoughts.jgregorymcverry.com/file/37d0b26e4f095d8bc671b73bf4e9a199/Greg-synesthesia-me.jpg"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1228042957745463296"
],
"content": {
"text": "#smallpoems",
"html": "<a href=\"https://quickthoughts.jgregorymcverry.com/2020/02/13/how-bernadettes-hears-my-name-two-colors-when-together-i\"></a>\n \n <p><a href=\"https://quickthoughts.jgregorymcverry.com/tag/smallpoems\" class=\"p-category\">#smallpoems</a></p>"
},
"author": {
"type": "card",
"name": "Greg McVerry",
"url": "https://quickthoughts.jgregorymcverry.com/profile/jgmac1106",
"photo": "https://quickthoughts.jgregorymcverry.com/file/2d6c9cfed7ac8e849f492b5bc7e6a630/thumb.jpg"
},
"post-type": "photo",
"_id": "8902575",
"_source": "1300"
}
How is it 2020 and we still haven't had a female president or vice president? How come progressives have relied on black women to do community organizing for 75 years and yet, we have never had a black woman in the highest office?
{
"type": "entry",
"published": "2020-02-13T19:18:32+00:00",
"url": "https://twitter.com/anomalily/status/1228035745249546240",
"content": {
"text": "How is it 2020 and we still haven't had a female president or vice president? How come progressives have relied on black women to do community organizing for 75 years and yet, we have never had a black woman in the highest office?"
},
"author": {
"type": "card",
"name": "Lillian Karabaic",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "note",
"_id": "8901706",
"_source": "2773"
}
I recently came back from an epic (yet frustrating) train ride to Seattle and back… many highlights to see!
So was it worth it or should I just drive next time? Let's find out:
youtu.be/kDCnl0ylsXQ
{
"type": "entry",
"published": "2020-02-13T18:38:43+00:00",
"url": "https://twitter.com/jaredcwhite/status/1228025724822384640",
"photo": [
"https://pbs.twimg.com/media/EQrS4sZVAAA-sdl.jpg"
],
"content": {
"text": "I recently came back from an epic (yet frustrating) train ride to Seattle and back\u2026 many highlights to see!\n\nSo was it worth it or should I just drive next time? Let's find out:\n\nyoutu.be/kDCnl0ylsXQ",
"html": "I recently came back from an epic (yet frustrating) train ride to Seattle and back\u2026 many highlights to see!\n\nSo was it worth it or should I just drive next time? Let's find out:\n\n<a href=\"https://youtu.be/kDCnl0ylsXQ\">youtu.be/kDCnl0ylsXQ</a>"
},
"author": {
"type": "card",
"name": "The Jared White Show",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1225469325328310272/cMYFkP3A.jpg"
},
"post-type": "photo",
"_id": "8900558",
"_source": "2773"
}
Like????? https://t.co/UP7kjLCF6X
ok but can we fuck as friends on valentines?
{
"type": "entry",
"published": "2020-02-13T18:33:12+00:00",
"url": "https://twitter.com/jackyalcine/status/1228024336407121920",
"video": [
"https://video.twimg.com/tweet_video/EQrRg3hUUAApMB9.mp4"
],
"quotation-of": "https://twitter.com/sayravic/status/1227669807090339840",
"content": {
"text": "Like????? https://t.co/UP7kjLCF6X"
},
"author": {
"type": "card",
"name": "ayo kings we flying them out iight!?",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "video",
"refs": {
"https://twitter.com/sayravic/status/1227669807090339840": {
"type": "entry",
"published": "2020-02-12T19:04:25+00:00",
"url": "https://twitter.com/sayravic/status/1227669807090339840",
"content": {
"text": "ok but can we fuck as friends on valentines?"
},
"author": {
"type": "card",
"name": "sayra",
"url": "https://twitter.com/sayravic",
"photo": "https://pbs.twimg.com/profile_images/1220174367717576711/Ci0zX0yQ.jpg"
},
"post-type": "note"
}
},
"_id": "8900315",
"_source": "2773"
}
NYC kids invite ppl to parties like "Hey wanna come over to my pantry sized apartment tonight? We're throwing a party for my friend, she just got an adderall prescription...
{
"type": "entry",
"published": "2020-02-13T18:21:45+00:00",
"url": "https://twitter.com/jackyalcine/status/1228021458485444608",
"quotation-of": "https://twitter.com/lukasbattle/status/1227709905894858760",
"content": {
"text": "Y'all like 11"
},
"author": {
"type": "card",
"name": "ayo kings we flying them out iight!?",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/lukasbattle/status/1227709905894858760": {
"type": "entry",
"published": "2020-02-12T21:43:45+00:00",
"url": "https://twitter.com/lukasbattle/status/1227709905894858760",
"content": {
"text": "NYC kids invite ppl to parties like \"Hey wanna come over to my pantry sized apartment tonight? We're throwing a party for my friend, she just got an adderall prescription so we're celebrating.The theme is pink wigs so bring ur Juul & disposable camera, show up no earlier than 2am",
"html": "NYC kids invite ppl to parties like \"Hey wanna come over to my pantry sized apartment tonight? We're throwing a party for my friend, she just got an adderall prescription so we're celebrating.The theme is pink wigs so bring ur Juul & disposable camera, show up no earlier than 2am"
},
"author": {
"type": "card",
"name": "Aol.com",
"url": "https://twitter.com/lukasbattle",
"photo": "https://pbs.twimg.com/profile_images/1113666674115403777/26ZGtlth.jpg"
},
"post-type": "note"
}
},
"_id": "8900228",
"_source": "2773"
}
Lol no lie, if you ever meet me, I def kinda talk like this but with a New York accent. I haven't seen his interviews and it's creepy
Thinking about how this exact level of asshole is my type
{
"type": "entry",
"published": "2020-02-13T18:19:09+00:00",
"url": "https://twitter.com/jackyalcine/status/1228020803205099521",
"quotation-of": "https://twitter.com/jane1snakehole/status/1227737506684297217",
"content": {
"text": "Lol no lie, if you ever meet me, I def kinda talk like this but with a New York accent. I haven't seen his interviews and it's creepy"
},
"author": {
"type": "card",
"name": "ayo kings we flying them out iight!?",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/jane1snakehole/status/1227737506684297217": {
"type": "entry",
"published": "2020-02-12T23:33:26+00:00",
"url": "https://twitter.com/jane1snakehole/status/1227737506684297217",
"video": [
"https://video.twimg.com/ext_tw_video/1046561916435423232/pu/vid/1280x720/LJzewTcOyT5jb9oR.mp4?tag=5"
],
"content": {
"text": "Thinking about how this exact level of asshole is my type"
},
"author": {
"type": "card",
"name": "m",
"url": "https://twitter.com/jane1snakehole",
"photo": "https://pbs.twimg.com/profile_images/1227982010003709952/zVdVFSB2.jpg"
},
"post-type": "video"
}
},
"_id": "8899897",
"_source": "2773"
}
Backstage post of how the poem Paradox of Technology came to be #poetryport: jgregorymcverry.com/backstageofpar…
{
"type": "entry",
"published": "2020-02-13T18:17:30+00:00",
"url": "https://twitter.com/jgmac1106/status/1228020388585787393",
"photo": [
"https://pbs.twimg.com/media/EQrOCOpWsAAjn1W.png"
],
"content": {
"text": "Backstage post of how the poem Paradox of Technology came to be #poetryport: jgregorymcverry.com/backstageofpar\u2026",
"html": "Backstage post of how the poem Paradox of Technology came to be <a href=\"https://twitter.com/search?q=%23poetryport\">#poetryport</a>: <a href=\"https://jgregorymcverry.com/backstageofparadoxoftechnology\">jgregorymcverry.com/backstageofpar\u2026</a>"
},
"author": {
"type": "card",
"name": "https://jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/565227710104883200/g4MDcTnx.jpeg"
},
"post-type": "photo",
"_id": "8899898",
"_source": "2773"
}
It does and not enough people care.
twitter.com/benjaminpdixon…
Does it not terrify you that Mike Bloomberg is able to take his pocket change and purchase our democracy?
{
"type": "entry",
"published": "2020-02-13T18:16:37+00:00",
"url": "https://twitter.com/jackyalcine/status/1228020165733781504",
"quotation-of": "https://twitter.com/BenjaminPDixon/status/1227936791812083714",
"content": {
"text": "It does and not enough people care.\ntwitter.com/benjaminpdixon\u2026",
"html": "It does and not enough people care.\n<a href=\"https://twitter.com/benjaminpdixon/status/1227936791812083714\">twitter.com/benjaminpdixon\u2026</a>"
},
"author": {
"type": "card",
"name": "ayo kings we flying them out iight!?",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/BenjaminPDixon/status/1227936791812083714": {
"type": "entry",
"published": "2020-02-13T12:45:19+00:00",
"url": "https://twitter.com/BenjaminPDixon/status/1227936791812083714",
"content": {
"text": "Does it not terrify you that Mike Bloomberg is able to take his pocket change and purchase our democracy?"
},
"author": {
"type": "card",
"name": "Benjamin Dixon",
"url": "https://twitter.com/BenjaminPDixon",
"photo": "https://pbs.twimg.com/profile_images/1151836172148203520/xSn697lX.jpg"
},
"post-type": "note"
}
},
"_id": "8899902",
"_source": "2773"
}