Hey #edu106 Here are the notes from today's Design Studio about adding an h-card to your @glitch website. Remember it is like a "business card" both people and websites can read
{
"type": "entry",
"published": "2020-03-04T18:07:04+00:00",
"url": "https://twitter.com/jgmac1106/status/1235265518736723969",
"photo": [
"https://pbs.twimg.com/media/ESSLcPVXUAAeiop.jpg"
],
"content": {
"text": "Hey #edu106 Here are the notes from today's Design Studio about adding an h-card to your @glitch website. Remember it is like a \"business card\" both people and websites can read",
"html": "Hey <a href=\"https://twitter.com/search?q=%23edu106\">#edu106</a> Here are the notes from today's Design Studio about adding an h-card to your <a href=\"https://twitter.com/glitch\">@glitch</a> website. Remember it is like a \"business card\" both people and websites can read"
},
"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": "9483343",
"_source": "2773"
}
In Design Studio, our one hour drop in to hack on anything you want, Lilly had a question about adding an h-card to her website.
So we used the metaphor of a business card. Anything contained in the div with the metadata h-card assigned to to it's class attribute is a part of Lily's h-card. Not only can people read it on her website and source code, but websites can use the metadata to learn about Lily.
In HTML every element (commonly referred to as tags) can carry the class attribute. We use this to assign CSS selectors and metadata. Calling the class attribute CSS is wrong (Learn More).
In the h-card example we use the class attribute to identify Lily's "business card" on her website.
Lily decided she wanted her name so she made a pargraph contained in the div. In that paragtaph she added a span with p-name. She added u-url to the anchor element to say this website is "me." In the Image element (img) Lily has both "avatar" and "u-photo."
Avatar is a CSS selector. It has rules in her stylesheet saying, "Make this image X size and make it round."
She also has metadata in the class attribute of the img element. This u-photo tells other websites and people, "This is a picture of Lily."
Remember life is often a hunt trying to find the missing divisions that divide us. If you search for patterns in life you can often close issues and problems.
{
"type": "entry",
"published": "2020-03-04T18:07:00+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/03/04/hey-edu106-here-are-the-notes-from-todays-design-studio",
"photo": [
"https://quickthoughts.jgregorymcverry.com/file/2efe1804ab3bc45b54854cc9fc8eccc4/thumb.jpg"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1235265518736723969"
],
"content": {
"text": "In Design Studio, our one hour drop in to hack on anything you want, Lilly had a question about adding an h-card to her website.\n\nSo we used the metaphor of a business card. Anything contained in the div with the metadata h-card assigned to to it's class attribute is a part of Lily's h-card. Not only can people read it on her website and source code, but websites can use the metadata to learn about Lily.\n\nIn HTML every element (commonly referred to as tags) can carry the class attribute. We use this to assign CSS selectors and metadata. Calling the class attribute CSS is wrong (Learn More).\n\nIn the h-card example we use the class attribute to identify Lily's \"business card\" on her website.\n\nLily decided she wanted her name so she made a pargraph contained in the div. In that paragtaph she added a span with p-name. She added u-url to the anchor element to say this website is \"me.\" In the Image element (img) Lily has both \"avatar\" and \"u-photo.\"\n\nAvatar is a CSS selector. It has rules in her stylesheet saying, \"Make this image X size and make it round.\"\n\nShe also has metadata in the class attribute of the img element. This u-photo tells other websites and people, \"This is a picture of Lily.\"\n\nRemember life is often a hunt trying to find the missing divisions that divide us. If you search for patterns in life you can often close issues and problems.",
"html": "<a href=\"https://quickthoughts.jgregorymcverry.com/2020/03/04/hey-edu106-here-are-the-notes-from-todays-design-studio\"></a>\n \n <p>In Design Studio, our one hour drop in to hack on anything you want, Lilly had a question about adding an h-card to her website.<br /><br />So we used the metaphor of a business card. Anything contained in the div with the metadata h-card assigned to to it's class attribute is a part of Lily's h-card. Not only can people read it on her website and source code, but websites can use the metadata to learn about Lily.<br /><br />In HTML every element (commonly referred to as tags) can carry the class attribute. We use this to assign CSS selectors and metadata. Calling the class attribute CSS is <strong>wrong</strong> (<a href=\"https://tantek.com/b/4MY1\">Learn More</a>).<br /><br />In the h-card example we use the class attribute to identify Lily's \"business card\" on her website.<br /><br />Lily decided she wanted her name so she made a pargraph contained in the div. In that paragtaph she added a span with p-name. She added u-url to the anchor element to say this website is \"me.\" In the Image element (img) Lily has both \"avatar\" and \"u-photo.\"<br /><br />Avatar is a CSS selector. It has rules in her stylesheet saying, \"Make this image X size and make it round.\"<br /><br />She also has metadata in the class attribute of the img element. This u-photo tells other websites and people, \"This is a picture of Lily.\"<br /><br />Remember life is often a hunt trying to find the missing divisions that divide us. If you search for patterns in life you can often close issues and problems.</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": "9483275",
"_source": "1300"
}
@petrock thx for feedback on the UX of people who might be Twitter users and unfamiliar with our workflow. I will take your feedback serious to see if I can add some clues to my design to reduce the inferentces required by readers
{
"type": "entry",
"published": "2020-03-04T17:43:16+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/03/04/petrock-thx-for-feedback-on-the",
"syndication": [
"https://twitter.com/jgmac1106/status/1235259541618601996"
],
"content": {
"text": "@petrock thx for feedback on the UX of people who might be Twitter users and unfamiliar with our workflow. I will take your feedback serious to see if I can add some clues to my design to reduce the inferentces required by readers"
},
"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": "9482510",
"_source": "1300"
}
{
"type": "entry",
"published": "2020-03-04T17:32:25+00:00",
"url": "https://twitter.com/jgmac1106/status/1235256797440741376",
"content": {
"text": "We call that PESOS \"Publish Elsewhere Syndicate on your Own Site\". I prefer a POSSE model \"Publish on Own Site Syndicate Elsewhere\": It is part of my philosophy of my website being my common place book: indieweb.org/commonplace_bo\u2026 (quickthoughts.jgregorymcverry.com/s/BGPgf)",
"html": "We call that PESOS \"Publish Elsewhere Syndicate on your Own Site\". I prefer a POSSE model \"Publish on Own Site Syndicate Elsewhere\": It is part of my philosophy of my website being my common place book: <a href=\"https://indieweb.org/commonplace_book\">indieweb.org/commonplace_bo\u2026</a> (<a href=\"https://quickthoughts.jgregorymcverry.com/s/BGPgf\">quickthoughts.jgregorymcverry.com/s/BGPgf</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": "9482151",
"_source": "2773"
}
We call that PESOS "Publish Elsewhere Syndicate on your Own Site". I prefer a POSSE model "Publish on Own Site Syndicate Elsewhere": It is part of my philosophy of my website being my common place book: https://indieweb.org/commonplace_book
{
"type": "entry",
"published": "2020-03-04T17:32:14+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/03/04/we-call-that-pesos-publish-elsewhere-syndicate",
"content": {
"text": "We call that PESOS \"Publish Elsewhere Syndicate on your Own Site\". I prefer a POSSE model \"Publish on Own Site Syndicate Elsewhere\": It is part of my philosophy of my website being my common place book: https://indieweb.org/commonplace_book",
"html": "We call that PESOS \"Publish Elsewhere Syndicate on your Own Site\". I prefer a POSSE model \"Publish on Own Site Syndicate Elsewhere\": It is part of my philosophy of my website being my common place book: <a href=\"https://indieweb.org/commonplace_book\">https://indieweb.org/commonplace_book</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": "9482130",
"_source": "1300"
}
Couldn't even imagine a better way to have spent my post-vacation Buenos Aires workation than with wonderful friends like @evaferreira92 💖 (@ Brandon in Buenos Aires, Buenos Aires F.D.) swarmapp.com/c/8xGie6G1ZAR
{
"type": "entry",
"published": "2020-03-04T16:40:18+00:00",
"url": "https://twitter.com/slsoftworks/status/1235243683081064449",
"photo": [
"https://pbs.twimg.com/media/ESR3lXoWkAEP_Qf.jpg"
],
"content": {
"text": "Couldn't even imagine a better way to have spent my post-vacation Buenos Aires workation than with wonderful friends like @evaferreira92 \ud83d\udc96 (@ Brandon in Buenos Aires, Buenos Aires F.D.) swarmapp.com/c/8xGie6G1ZAR",
"html": "Couldn't even imagine a better way to have spent my post-vacation Buenos Aires workation than with wonderful friends like <a href=\"https://twitter.com/evaferreira92\">@evaferreira92</a> \ud83d\udc96 (@ Brandon in Buenos Aires, Buenos Aires F.D.) <a href=\"https://www.swarmapp.com/c/8xGie6G1ZAR\">swarmapp.com/c/8xGie6G1ZAR</a>"
},
"author": {
"type": "card",
"name": "flaki",
"url": "https://twitter.com/slsoftworks",
"photo": "https://pbs.twimg.com/profile_images/749678683514896385/7gxIRnoC.jpg"
},
"post-type": "photo",
"_id": "9480521",
"_source": "2773"
}
In case anyone was worried about machine learning replacing human knowledge:
Lately iOS has taken to autocarroting “and,” one of the most frequently used English words, to “Abbas,” which appears to be a name for someone I have never talked to and doesn’t appear in my contacts
{
"type": "entry",
"published": "2020-03-04T16:26:05+00:00",
"url": "https://twitter.com/fluffy/status/1235240105238859781",
"content": {
"text": "In case anyone was worried about machine learning replacing human knowledge:\n\nLately iOS has taken to autocarroting \u201cand,\u201d one of the most frequently used English words, to \u201cAbbas,\u201d which appears to be a name for someone I have never talked to and doesn\u2019t appear in my contacts"
},
"author": {
"type": "card",
"name": "fluffy \ud83d\udc9c",
"url": "https://twitter.com/fluffy",
"photo": "https://pbs.twimg.com/profile_images/1113258016151707648/vzpeXCFt.png"
},
"post-type": "note",
"_id": "9480076",
"_source": "2773"
}
There is no such thing as sustainable fashion or ethical fashion or eco-fashion. Those are just buzzwords created these past 7 years to get people to buy shit at twice th...
{
"type": "entry",
"published": "2020-03-04T16:19:03+00:00",
"url": "https://twitter.com/jackyalcine/status/1235238334265348096",
"quotation-of": "https://twitter.com/itsmonkonjay/status/1235236078036094977",
"content": {
"text": "People still gonna do it though. It's more about consuming and \"fitting into societal norms\""
},
"author": {
"type": "card",
"name": ".",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1230024400650420226/RrK0nhcx.png"
},
"post-type": "note",
"refs": {
"https://twitter.com/itsmonkonjay/status/1235236078036094977": {
"type": "entry",
"published": "2020-03-04T16:10:05+00:00",
"url": "https://twitter.com/itsmonkonjay/status/1235236078036094977",
"content": {
"text": "There is no such thing as sustainable fashion or ethical fashion or eco-fashion. Those are just buzzwords created these past 7 years to get people to buy shit at twice the price they would normally cost.\nIt\u2019s a fucking scam."
},
"author": {
"type": "card",
"name": "HOT JUE $HIT",
"url": "https://twitter.com/itsmonkonjay",
"photo": "https://pbs.twimg.com/profile_images/1183125578494275584/L71qbcSR.jpg"
},
"post-type": "note"
}
},
"_id": "9479943",
"_source": "2773"
}
I RT'd this but for the record, this isn't the kind of problem companies can fix (and without the right guidance, they'll exacerbate the issue). But I'm curious as to who'll stand up.
{
"type": "entry",
"published": "2020-03-04T16:10:56+00:00",
"url": "https://twitter.com/jackyalcine/status/1235236292213915648",
"quotation-of": "https://twitter.com/michaelperry/status/1234987388788563968",
"content": {
"text": "I RT'd this but for the record, this isn't the kind of problem companies can fix (and without the right guidance, they'll exacerbate the issue). But I'm curious as to who'll stand up."
},
"author": {
"type": "card",
"name": ".",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1230024400650420226/RrK0nhcx.png"
},
"post-type": "note",
"refs": {
"https://twitter.com/michaelperry/status/1234987388788563968": {
"type": "entry",
"published": "2020-03-03T23:41:53+00:00",
"url": "https://twitter.com/michaelperry/status/1234987388788563968",
"content": {
"text": "What entrepreneur is working on fixing homelessness? \n\nI want to angel \ud83d\ude07 invest in you. \n\nTwitter- help me."
},
"author": {
"type": "card",
"name": "Michael Perry \ud83c\udf33",
"url": "https://twitter.com/michaelperry",
"photo": "https://pbs.twimg.com/profile_images/1228013168074428416/gMLJn5kK.jpg"
},
"post-type": "note"
}
},
"_id": "9479696",
"_source": "2773"
}
I know you huge Warren supporter @saragoldrickrab so I know today a bit rough, but I think her campaign illustrates that in land of "not poor but failed billionaires" word free will never play. We need to call it something besides free college
{
"type": "entry",
"published": "2020-03-04T15:21:45+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/03/04/i-know-you-huge-warren-supporter-saragoldrickrab",
"syndication": [
"https://twitter.com/jgmac1106/status/1235223927175221248"
],
"content": {
"text": "I know you huge Warren supporter @saragoldrickrab so I know today a bit rough, but I think her campaign illustrates that in land of \"not poor but failed billionaires\" word free will never play. We need to call it something besides free college"
},
"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": "9478219",
"_source": "1300"
}
I know you huge Warren supporter @saragoldrickrab so I know today a bit rough, but I think her campaign illustrates that in land of "not poor but failed billionaires" word free will never play. We need to call it something besides free college (quickthoughts.jgregorymcverry.com/s/uQIev)
{
"type": "entry",
"published": "2020-03-04T15:21:48+00:00",
"url": "https://twitter.com/jgmac1106/status/1235223927175221248",
"content": {
"text": "I know you huge Warren supporter @saragoldrickrab so I know today a bit rough, but I think her campaign illustrates that in land of \"not poor but failed billionaires\" word free will never play. We need to call it something besides free college (quickthoughts.jgregorymcverry.com/s/uQIev)",
"html": "I know you huge Warren supporter <a href=\"https://twitter.com/saragoldrickrab\">@saragoldrickrab</a> so I know today a bit rough, but I think her campaign illustrates that in land of \"not poor but failed billionaires\" word free will never play. We need to call it something besides free college (<a href=\"https://quickthoughts.jgregorymcverry.com/s/uQIev\">quickthoughts.jgregorymcverry.com/s/uQIev</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": "9478211",
"_source": "2773"
}
Well on the 58th-59th day my #100daychallenge of sharing a #quote from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting. (quickthoughts.jgregorymcverry.com/s/qpDHd)
{
"type": "entry",
"published": "2020-03-04T15:11:42+00:00",
"url": "https://twitter.com/jgmac1106/status/1235221385921822723",
"content": {
"text": "Well on the 58th-59th day my #100daychallenge of sharing a #quote from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting. (quickthoughts.jgregorymcverry.com/s/qpDHd)",
"html": "Well on the 58th-59th day my <a href=\"https://twitter.com/search?q=%23100daychallenge\">#100daychallenge</a> of sharing a <a href=\"https://twitter.com/search?q=%23quote\">#quote</a> from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting. (<a href=\"https://quickthoughts.jgregorymcverry.com/s/qpDHd\">quickthoughts.jgregorymcverry.com/s/qpDHd</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": "9478063",
"_source": "2773"
}
Well on the 58th-59th day my #100daychallenge of sharing a #quote from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting.
{
"type": "entry",
"published": "2020-03-04T15:11:39+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/03/04/well-on-the-58th-59th-day-my-100daychallenge",
"category": [
"100daychallenge",
"quote"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1235221385921822723"
],
"content": {
"text": "Well on the 58th-59th day my #100daychallenge of sharing a #quote from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting.",
"html": "Well on the 58th-59th day my <a href=\"https://quickthoughts.jgregorymcverry.com/tag/100daychallenge\" class=\"p-category\">#100daychallenge</a> of sharing a <a href=\"https://quickthoughts.jgregorymcverry.com/tag/quote\" class=\"p-category\">#quote</a> from a scholar of color comes to an end. Clashed with goal of living healthy March after I crashed at 9:00 after a workout and then Cub Scout Committee meeting."
},
"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": "9477916",
"_source": "1300"
}
After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark transported me to a night last year half a world away. While the memory was fond, the sense of her absence was too great. I paused only for a blurry view of the bridge(photo), had to turn around and walk back before falling apart.
{
"type": "entry",
"published": "2020-03-04 06:07-0800",
"url": "https://tantek.com/2020/064/t1/night-time-walk-beach-memory",
"category": [
"GoldenGateBridge",
"EastBeach",
"Marina",
"SanFrancisco",
"2020_063",
"20200303",
"laterGram",
"noFilter"
],
"photo": [
"https://fastly.4sqi.net/img/general/width960/476_K3zwq33-A07-QYq6sJC1buHuvolwgTG6s_4QmWOl0B8.jpg"
],
"content": {
"text": "After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark transported me to a night last year half a world away. While the memory was fond, the sense of her absence was too great. I paused only for a blurry view of the bridge(photo), had to turn around and walk back before falling apart.\n\n#GoldenGateBridge #EastBeach #Marina #SanFrancisco #2020_063 #20200303 #laterGram #noFilter",
"html": "<a class=\"u-bridgy-flickr-photo\" href=\"https://fastly.4sqi.net/img/general/original/476_K3zwq33-A07-QYq6sJC1buHuvolwgTG6s_4QmWOl0B8.jpg\"></a>After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark transported me to a night last year half a world away. While the memory was fond, the sense of her absence was too great. I paused only for a blurry view of the bridge(photo), had to turn around and walk back before falling apart.<br /><br />#<span class=\"p-category\">GoldenGateBridge</span> #<span class=\"p-category\">EastBeach</span> #<span class=\"p-category\">Marina</span> #<span class=\"p-category\">SanFrancisco</span> #<span class=\"p-category\">2020_063</span> #<span class=\"p-category\">20200303</span> #<span class=\"p-category\">laterGram</span> #<span class=\"p-category\">noFilter</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "photo",
"_id": "9477112",
"_source": "2460"
}
{
"type": "entry",
"published": "2020-03-04T14:36:21+00:00",
"url": "https://twitter.com/mjordancodes/status/1235212492093173760",
"photo": [
"https://pbs.twimg.com/media/ESRbNctXsAA27-3.jpg"
],
"content": {
"text": "Still have lots of the silly ducky dev stickers I designed left so if you are at @vueconfus come find me and say hi! #vueconfus #ducks #vuejs #Stickers",
"html": "Still have lots of the silly ducky dev stickers I designed left so if you are at <a href=\"https://twitter.com/vueconfus\">@vueconfus</a> come find me and say hi! <a href=\"https://twitter.com/search?q=%23vueconfus\">#vueconfus</a> <a href=\"https://twitter.com/search?q=%23ducks\">#ducks</a> <a href=\"https://twitter.com/search?q=%23vuejs\">#vuejs</a> <a href=\"https://twitter.com/search?q=%23Stickers\">#Stickers</a>"
},
"author": {
"type": "card",
"name": "mJordan \ud83d\udccd@VueConf",
"url": "https://twitter.com/mjordancodes",
"photo": "https://pbs.twimg.com/profile_images/1235083201359548416/Ny6O_gTc.jpg"
},
"post-type": "photo",
"_id": "9477021",
"_source": "2773"
}
After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark… tantek.com/2020/064/t1/ni…
{
"type": "entry",
"published": "2020-03-04T14:25:04+00:00",
"url": "https://twitter.com/t/status/1235209652863983616",
"photo": [
"https://pbs.twimg.com/media/ESRYoeKXcAAJM3r.jpg"
],
"content": {
"text": "After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark\u2026 tantek.com/2020/064/t1/ni\u2026",
"html": "After Yoga Sutra philosophy class last night I decided to go for a night-time walk on East beach. There were no lights other than the Golden Gate Bridge and a waxing moon. As I walked towards the water, the sound of calmly crashing waves in the dark\u2026 <a href=\"https://tantek.com/2020/064/t1/night-time-walk-beach-memory\">tantek.com/2020/064/t1/ni\u2026</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://twitter.com/t",
"photo": "https://pbs.twimg.com/profile_images/423350922408767488/nlA_m2WH.jpeg"
},
"post-type": "photo",
"_id": "9476765",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-03-04T13:43:39+00:00",
"url": "https://twitter.com/jgmac1106/status/1235199229527764993",
"content": {
"text": "Hey #edu307 #edu506 #edu106 I am going to be late for office hours if you are coming by for help. Been stuck in a crazy traffic jam on rt 9. Not breaking the no driving clause in our CoC.... Not moving (quickthoughts.jgregorymcverry.com/s/263dGE)",
"html": "Hey <a href=\"https://twitter.com/search?q=%23edu307\">#edu307</a> <a href=\"https://twitter.com/search?q=%23edu506\">#edu506</a> <a href=\"https://twitter.com/search?q=%23edu106\">#edu106</a> I am going to be late for office hours if you are coming by for help. Been stuck in a crazy traffic jam on rt 9. Not breaking the no driving clause in our CoC.... Not moving (<a href=\"https://quickthoughts.jgregorymcverry.com/s/263dGE\">quickthoughts.jgregorymcverry.com/s/263dGE</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": "9475799",
"_source": "2773"
}