{
"type": "entry",
"published": "2019-11-02T20:15:36-07:00",
"url": "https://dougbeal.com/2019/11/02/remote-control-your-mac-with-your-iphone-and-ssh-key-shortcuts/",
"featured": "https://dougbeal.com/wp-content/uploads/2019/11/393BBE6A-D167-481B-8FDC-6777D5880419-576x1024.jpeg",
"name": "Remote control your Mac with your iPhone and SSH Key Shortcuts",
"content": {
"text": "macOS Preperation \u2013 Enable Remote Login on target Mac\nOpen System Preferences\n\nFind Sharing (or search for \u201cremote\u201d)\n\n\nTurn on Remote Login. Enable \u201cAll Users\u201d or add just one.\n\n\nNote the machine name (dougbeal-mb1.local), you will need it for the shortcut. You can also edit the name here.\n\n\nCreate ssh shortcut on iOS\nLaunch Shortcuts application. \n\nCreate a new shortcut. \n\nAdd Action to shortcut. \n\nSearch for ssh and select Run Script Over SSH. \n\nTap Show More. \n\nIn the Authentication section, select SSH Key. Shortcuts will automatically generate a key for you. \n\nTap Script and swipe above keyboard and tap Shortcut Input. \n\nTap on SSH Key and tap on Share Public Key. Get the public key to your mac (AirDrop, Handoff Clipboard, Apple Notes will all work). \n\nInstall public key on Mac\nAssumes public key is on the clipboard.\nmake sure .ssh directory exists\nmkdir -p ~/.ssh\nappend public key to authorized_keys file\npbpaste >> ~/.ssh/authorized_keys\n\nCreate a shortcut to put Mac Display to sleep\nCreate a new shortcut\nadd action TEXT with:\npmset displaysleepnow\n\nadd action Run Shortcut, choose shortcut from previous section\nNow when you run the shortcut, your display will go to sleep.\n#NovBaD #NaBloPoMo #challenge2of30 #challenge #automation #shortcuts #iOS #macOS #SSH",
"html": "<h2>macOS Preperation \u2013 Enable Remote Login on target Mac</h2>\n<ol><li>Open System Preferences<a href=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-5.28.50-PM.png\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-5.28.50-PM.png\" alt=\"MacOS System Preferences Icon\" width=\"474\" height=\"150\" /></a>\n</li>\n<li>Find Sharing (or search for \u201cremote\u201d)<br /><a href=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-4.39.18-PM.png\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-4.39.18-PM-1024x1020.png\" alt=\"MacOS System Preferences with remote searched for\" width=\"840\" height=\"837\" /></a>\n</li>\n<li>Turn on Remote Login. Enable \u201cAll Users\u201d or add just one.<br /><a href=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-4.39.34-PM.png\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-4.39.34-PM-1024x843.png\" alt=\"Remote Login Selected on MacOS Sharing System Preferences\" width=\"840\" height=\"692\" /></a>\n</li>\n<li>Note the machine name (dougbeal-mb1.local), you will need it for the shortcut. You can also edit the name here.<br /><a href=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-5.37.45-PM.png\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/Screen-Shot-2019-11-02-at-5.37.45-PM-1024x79.png\" alt=\"Circled Network Name\" width=\"840\" height=\"65\" /></a>\n</li>\n</ol><h2>Create ssh shortcut on iOS</h2>\n<ol><li>Launch Shortcuts application. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/B8BA283D-07CA-4F5C-A766-AEE4D3B268D5.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/B8BA283D-07CA-4F5C-A766-AEE4D3B268D5-963x1024.jpeg\" alt=\"Search for shortcuts Application\" width=\"840\" height=\"893\" /></a>\n</li>\n<li>Create a new shortcut. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/A7D26A2E-3C7A-4D2F-87BF-9B9F8E5C3CE7.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/A7D26A2E-3C7A-4D2F-87BF-9B9F8E5C3CE7-1024x447.jpeg\" alt=\"Create Shortcut\" width=\"840\" height=\"367\" /></a>\n</li>\n<li>Add Action to shortcut. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/3399F30A-0EFD-436F-8385-CD4EE6556A5A.png\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/3399F30A-0EFD-436F-8385-CD4EE6556A5A-576x1024.png\" alt=\"Add Action\" width=\"576\" height=\"1024\" /></a>\n</li>\n<li>Search for <code>ssh</code> and select <code>Run Script Over SSH</code>. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/B052888A-4B6C-481E-A888-8AFE4403BA82.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/B052888A-4B6C-481E-A888-8AFE4403BA82-946x1024.jpeg\" alt=\"Search for ssh and find Run Script Over SSH\" width=\"840\" height=\"909\" /></a>\n</li>\n<li>Tap <code>Show More</code>. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/DD6A9896-FB55-421C-9AE7-2C298DE64E24.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/DD6A9896-FB55-421C-9AE7-2C298DE64E24-576x1024.jpeg\" alt=\"Run Script Over SSH select Show More\" width=\"576\" height=\"1024\" /></a>\n</li>\n<li>In the <code>Authentication</code> section, select <code>SSH Key</code>. Shortcuts will automatically generate a key for you. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/393BBE6A-D167-481B-8FDC-6777D5880419.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/393BBE6A-D167-481B-8FDC-6777D5880419-576x1024.jpeg\" alt=\"Run Script Over SSH select Authentication, SSH Key\" width=\"576\" height=\"1024\" class=\"u-featured\" /></a>\n</li>\n<li>Tap <code>Script</code> and swipe above keyboard and tap <code>Shortcut Input</code>. <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/CA34849F-C205-4C1F-9134-BEF165626F79.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/CA34849F-C205-4C1F-9134-BEF165626F79-576x1024.jpeg\" alt=\"Change Run Script Over SSH script entry to Shortcut Input\" width=\"576\" height=\"1024\" /></a>\n</li>\n<li>Tap on <code>SSH Key</code> and tap on <code>Share Public Key</code>. Get the public key to your mac (AirDrop, Handoff Clipboard, Apple Notes will all work). <a href=\"https://dougbeal.com/wp-content/uploads/2019/11/50D663BA-8599-4EEC-BBF6-2B572CA430CC.jpeg\"><img src=\"https://dougbeal.com/wp-content/uploads/2019/11/50D663BA-8599-4EEC-BBF6-2B572CA430CC-576x1024.jpeg\" alt=\"SSH Key Dialog with Share Public Key Highlighted\" width=\"576\" height=\"1024\" /></a>\n</li>\n</ol><h2>Install public key on Mac</h2>\n<p>Assumes public key is on the clipboard.</p>\n<ol><li>make sure <code>.ssh</code> directory exists</li>\n</ol><p><code>mkdir -p ~/.ssh</code></p>\nappend public key to <code><a href=\"http://man.openbsd.org/sshd#AUTHORIZED_KEYS_FILE_FORMAT\">authorized_keys</a></code> file\n<p><code>pbpaste >> ~/.ssh/authorized_keys</code>\n</p>\n<h2>Create a shortcut to put Mac Display to sleep</h2>\n<ol><li>Create a new shortcut</li>\n<li>add action <code>TEXT</code> with:<br /><code>pmset displaysleepnow</code>\n</li>\n<li>add action <code>Run Shortcut</code>, choose shortcut from previous section</li>\n</ol><p>Now when you run the shortcut, your display will go to sleep.</p>\n<p><a href=\"https://dougbeal.com/tag/novbad/\">#NovBaD</a> <a href=\"https://dougbeal.com/tag/nablopomo/\">#NaBloPoMo</a> <a href=\"https://dougbeal.com/tag/challenge2of30/\">#challenge2of30</a> <a href=\"https://dougbeal.com/tag/challenge/\">#challenge</a> <a href=\"https://dougbeal.com/tag/automation/\">#automation</a> <a href=\"https://dougbeal.com/tag/shortcuts/\">#shortcuts</a> <a href=\"https://dougbeal.com/tag/ios/\">#iOS</a> #macOS <a href=\"https://dougbeal.com/tag/ssh/\">#SSH</a></p>"
},
"author": {
"type": "card",
"name": "Douglas Beal",
"url": "https://dougbeal.com/",
"photo": "https://secure.gravatar.com/avatar/4aef6f46cd0c5c51bbf5c15d4e66b35e?s=49&d=https://dougbeal.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=g"
},
"post-type": "article",
"_id": "5936250",
"_source": "2774"
}
Okay, y'all decided the games in order!
QUICK! Pick a multiplayer game to play with me.
{
"type": "entry",
"published": "2019-11-03T03:51:53+00:00",
"url": "https://twitter.com/jackyalcine/status/1190838985200787459",
"quotation-of": "https://twitter.com/jackyalcine/status/1190721729091395584",
"content": {
"text": "Okay, y'all decided the games in order!"
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/jackyalcine/status/1190721729091395584": {
"type": "entry",
"published": "2019-11-02T20:05:57+00:00",
"url": "https://twitter.com/jackyalcine/status/1190721729091395584",
"content": {
"text": "QUICK! Pick a multiplayer game to play with me."
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note"
}
},
"_id": "5936201",
"_source": "2773"
}
Remote control your Mac with your iPhone and SSH Key Shortcuts: crw.moe/b/25L
{
"type": "entry",
"published": "2019-11-03T03:28:50+00:00",
"url": "https://twitter.com/murderofcrows/status/1190833184591818752",
"photo": [
"https://pbs.twimg.com/media/EIawd-cX0AE3k-Q.jpg"
],
"content": {
"text": "Remote control your Mac with your iPhone and SSH Key Shortcuts: crw.moe/b/25L",
"html": "Remote control your Mac with your iPhone and SSH Key Shortcuts: <a href=\"https://crw.moe/b/25L\">crw.moe/b/25L</a>"
},
"author": {
"type": "card",
"name": "\ud83d\udd77dougbeal\ud83c\udf74 https://dougbeal.com",
"url": "https://twitter.com/murderofcrows",
"photo": "https://pbs.twimg.com/profile_images/787106956087480320/32M8LECx.jpg"
},
"post-type": "photo",
"_id": "5935988",
"_source": "2773"
}
And we just diving into the capitalist dystopia.
We live in a dystopia
twitter.com/jackyalcine/st…
{
"type": "entry",
"published": "2019-11-03T03:05:20+00:00",
"url": "https://twitter.com/jackyalcine/status/1190827271801565184",
"quotation-of": "https://twitter.com/peavydaspeedy/status/1190826957857902592",
"content": {
"text": "And we just diving into the capitalist dystopia."
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/peavydaspeedy/status/1190826957857902592": {
"type": "entry",
"published": "2019-11-03T03:04:05+00:00",
"url": "https://twitter.com/peavydaspeedy/status/1190826957857902592",
"content": {
"text": "We live in a dystopia\ntwitter.com/jackyalcine/st\u2026",
"html": "We live in a dystopia\n<a href=\"https://twitter.com/jackyalcine/status/1190514227754098688\">twitter.com/jackyalcine/st\u2026</a>"
},
"author": {
"type": "card",
"name": "Download the BERN App",
"url": "https://twitter.com/peavydaspeedy",
"photo": "https://pbs.twimg.com/profile_images/1145183771097878529/v_C9ElAU.jpg"
},
"post-type": "note"
}
},
"_id": "5935750",
"_source": "2773"
}
In two days this tweet did more numbers than the Google Photos debacle.
NYPD is going to find and lock up people off tonight's protest because y'all posting faces. the guardian project has an app for hiding faces. Please use it
{
"type": "entry",
"published": "2019-11-03T03:00:36+00:00",
"url": "https://twitter.com/jackyalcine/status/1190826078702489601",
"quotation-of": "https://twitter.com/jackyalcine/status/1190514227754098688",
"content": {
"text": "In two days this tweet did more numbers than the Google Photos debacle."
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/jackyalcine/status/1190514227754098688": {
"type": "entry",
"published": "2019-11-02T06:21:25+00:00",
"url": "https://twitter.com/jackyalcine/status/1190514227754098688",
"content": {
"text": "NYPD is going to find and lock up people off tonight's protest because y'all posting faces. the guardian project has an app for hiding faces. Please use it"
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note"
}
},
"_id": "5935647",
"_source": "2773"
}
A percentage of Black Christians endorsed this.
Kanye West is now one of America’s most well-known public theologians.
ftmag.co/2NlPHVB
{
"type": "entry",
"published": "2019-11-03T02:58:48+00:00",
"url": "https://twitter.com/jackyalcine/status/1190825626111922177",
"quotation-of": "https://twitter.com/firstthingsmag/status/1189966514931126273",
"content": {
"text": "A percentage of Black Christians endorsed this."
},
"author": {
"type": "card",
"name": "jackyalcine is concerned that mad of y'all fake",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1184322969549582336/T7KtYdaZ.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/firstthingsmag/status/1189966514931126273": {
"type": "entry",
"published": "2019-10-31T18:05:00+00:00",
"url": "https://twitter.com/firstthingsmag/status/1189966514931126273",
"content": {
"text": "Kanye West is now one of America\u2019s most well-known public theologians.\nftmag.co/2NlPHVB",
"html": "Kanye West is now one of America\u2019s most well-known public theologians.\n<a href=\"https://ftmag.co/2NlPHVB\">ftmag.co/2NlPHVB</a>"
},
"author": {
"type": "card",
"name": "First Things",
"url": "https://twitter.com/firstthingsmag",
"photo": "https://pbs.twimg.com/profile_images/881584975094480897/gs-FdUf9.jpg"
},
"post-type": "note"
}
},
"_id": "5935648",
"_source": "2773"
}
Indieweb Thoughts Post State of the Word: di5.us/b/qQ
{
"type": "entry",
"published": "2019-11-03T02:51:00+00:00",
"url": "https://twitter.com/dshanske/status/1190823663336951808",
"content": {
"text": "Indieweb Thoughts Post State of the Word: di5.us/b/qQ",
"html": "Indieweb Thoughts Post State of the Word: <a href=\"https://di5.us/b/qQ\">di5.us/b/qQ</a>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://twitter.com/dshanske",
"photo": "https://pbs.twimg.com/profile_images/945095985340080128/oHe8j2na.jpg"
},
"post-type": "note",
"_id": "5935486",
"_source": "2773"
}
{
"type": "entry",
"published": "2019-11-02T21:49:52-05:00",
"url": "https://david.shanske.com/2019/11/02/indieweb-thoughts-post-state-of-the-word/",
"syndication": [
"https://news.indieweb.org/en"
],
"name": "Indieweb Thoughts Post State of the Word",
"content": {
"text": "It has been a while since I wrote out some thoughts on where the Indieweb is on WordPress. Sitting here, after hearing Matt Mullenweg gave the State of the Word at WordCamp US, and after I assisting Tantek \u00c7elik in his talk on Taking Back the Web, which was one of the contributing factors to my being at WordCamp US.\nI joined the Indieweb community in 2014, and I feel after 5 years of work, things started to come together. We have a robust collection of plugins and opportunities. But over the coming months, there are some long term goals that need to be achieved.\nThe WordPress Block Editor \u2013 It is, whether I like it or not, the editor for WordPress is now Gutenberg. The Indieweb plugins currently avoid that reality. I made an effort to make sure that several of them would work with Gutenberg, despite not being Gutenberg ready, but I will have to bite the bullet and learn how to think in blocks.\nThe Webmention and Semantic Linkbacks plugin merge \u2013 This has been a slow process. It is holding up or delaying further iteration on the feature set\u2026including things such as improved display.\nIndieAuth \u2013 Improving and hardening the security of the IndieAuth plugin to prepare for AutoAuth and private post support. This requires some additional refactoring.\nIndieweb Site Health Checker in the Indieweb Plugin \u2013 This would parse a site and check its MF2, similar to indiewebify.me\nThere are obviously other things I\u2019d like to do\u2026improve Micropub for one. but the above are the ones that I think would push things forward the most.",
"html": "It has been a while since I wrote out some thoughts on where the Indieweb is on WordPress. Sitting here, after hearing <a href=\"https://mat.tt\">Matt Mullenweg</a> gave the State of the Word at WordCamp US, and after I assisting <a href=\"https://tantek.com\">Tantek \u00c7elik</a> in his talk on Taking Back the Web, which was one of the contributing factors to my being at WordCamp US.\n<p>I joined the Indieweb community in 2014, and I feel after 5 years of work, things started to come together. We have a robust collection of plugins and opportunities. But over the coming months, there are some long term goals that need to be achieved.</p>\n<ul><li>The WordPress Block Editor \u2013 It is, whether I like it or not, the editor for WordPress is now Gutenberg. The Indieweb plugins currently avoid that reality. I made an effort to make sure that several of them would work with Gutenberg, despite not being Gutenberg ready, but I will have to bite the bullet and learn how to think in blocks.</li>\n<li>The Webmention and Semantic Linkbacks plugin merge \u2013 This has been a slow process. It is holding up or delaying further iteration on the feature set\u2026including things such as improved display.</li>\n<li>IndieAuth \u2013 Improving and hardening the security of the IndieAuth plugin to prepare for AutoAuth and private post support. This requires some additional refactoring.</li>\n<li>Indieweb Site Health Checker in the Indieweb Plugin \u2013 This would parse a site and check its MF2, similar to indiewebify.me</li>\n</ul><p>There are obviously other things I\u2019d like to do\u2026improve Micropub for one. but the above are the ones that I think would push things forward the most.</p>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://david.shanske.com/",
"photo": "https://david.shanske.com/wp-content/uploads/avatar-privacy/cache/gravatar/2/c/2cb1f8afd9c8d3b646b4071c5ed887c970d81d625eeed87e447706940e2c403d-49.png"
},
"post-type": "article",
"_id": "5935483",
"_source": "1905"
}
{
"type": "entry",
"published": "2019-11-03T01:43:03+00:00",
"url": "https://twitter.com/cleverdevil/status/1190806562668834817",
"content": {
"text": "Yo. #BeatFSU #FloridaStateSeminalVesicles #Letterkenny\n\nyoutube.com/watch?v=lBHs4L\u2026",
"html": "Yo. <a href=\"https://twitter.com/search?q=%23BeatFSU\">#BeatFSU</a> <a href=\"https://twitter.com/search?q=%23FloridaStateSeminalVesicles\">#FloridaStateSeminalVesicles</a> <a href=\"https://twitter.com/search?q=%23Letterkenny\">#Letterkenny</a>\n\n<a href=\"https://www.youtube.com/watch?v=lBHs4LJA4DM\">youtube.com/watch?v=lBHs4L\u2026</a>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "5934931",
"_source": "2773"
}
Halloween cookies for @Cheryl_Crowe & me from @lumenia’s Stabby’s Cookie club!
Pretty squatchy, bro!
{
"type": "entry",
"published": "2019-11-03T00:55:19+00:00",
"url": "https://twitter.com/karabaic/status/1190794552891736066",
"photo": [
"https://pbs.twimg.com/media/EIaNUH5WoAEWgVi.jpg"
],
"content": {
"text": "Halloween cookies for @Cheryl_Crowe & me from @lumenia\u2019s Stabby\u2019s Cookie club! \n\nPretty squatchy, bro!",
"html": "Halloween cookies for <a href=\"https://twitter.com/Cheryl_Crowe\">@Cheryl_Crowe</a> & me from <a href=\"https://twitter.com/Lumenia\">@lumenia</a>\u2019s Stabby\u2019s Cookie club! \n\nPretty squatchy, bro!"
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/899122188921446400/NZHI0sB2.jpg"
},
"post-type": "photo",
"_id": "5934472",
"_source": "2773"
}
Thank you @WordCampUS and thanks @photomatt for the invitation to speak on “Take Back Your Web”! Huge thanks to @dshanske for all his help!
Great questions & seeing so many with their own sites. Follow @dshanske’s awesome #WordPress #IndieWeb posts and progress on his own site e.g. https://david.shanske.com/kind/article/ He’ll also be at Contributor Day tomorrow!
{
"type": "entry",
"published": "2019-11-02 15:12-0700",
"url": "https://tantek.com/2019/306/t1/thank-you-wordcampus-take-back-your-web",
"category": [
"WordPress",
"IndieWeb"
],
"content": {
"text": "Thank you @WordCampUS and thanks @photomatt for the invitation to speak on \u201cTake Back Your Web\u201d! Huge thanks to @dshanske for all his help!\n\nGreat questions & seeing so many with their own sites. Follow @dshanske\u2019s awesome #WordPress #IndieWeb posts and progress on his own site e.g. https://david.shanske.com/kind/article/ He\u2019ll also be at Contributor Day tomorrow!",
"html": "Thank you <a class=\"h-cassis-username\" href=\"https://twitter.com/WordCampUS\">@WordCampUS</a> and thanks <a class=\"h-cassis-username\" href=\"https://twitter.com/photomatt\">@photomatt</a> for the invitation to speak on \u201cTake Back Your Web\u201d! Huge thanks to <a class=\"h-cassis-username\" href=\"https://twitter.com/dshanske\">@dshanske</a> for all his help!<br /><br />Great questions & seeing so many with their own sites. Follow <a class=\"h-cassis-username\" href=\"https://twitter.com/dshanske\">@dshanske</a>\u2019s awesome #<span class=\"p-category\">WordPress</span> #<span class=\"p-category\">IndieWeb</span> posts and progress on his own site e.g. <a href=\"https://david.shanske.com/kind/article/\">https://david.shanske.com/kind/article/</a> He\u2019ll also be at Contributor Day tomorrow!"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "5934047",
"_source": "2460"
}
for april 1 next year I think I'm going to change the oauth.net home page to show just a login page that asks you to type in your google username and password and see what happens 😎
{
"type": "entry",
"published": "2019-11-02T23:18:45+00:00",
"url": "https://twitter.com/aaronpk/status/1190770249185910784",
"content": {
"text": "for april 1 next year I think I'm going to change the oauth.net home page to show just a login page that asks you to type in your google username and password and see what happens \ud83d\ude0e",
"html": "for april 1 next year I think I'm going to change the <a href=\"http://oauth.net\">oauth.net</a> home page to show just a login page that asks you to type in your google username and password and see what happens \ud83d\ude0e"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://twitter.com/aaronpk",
"photo": "https://pbs.twimg.com/profile_images/1103120425846857728/X3d0a2Tr.png"
},
"post-type": "note",
"_id": "5933385",
"_source": "2773"
}
for april 1 next year I think I'm going to change the oauth.net home page to show just a login page that asks you to type in your google username and password and see what happens 😎
{
"type": "entry",
"published": "2019-11-02T18:18:43-05:00",
"url": "https://aaronparecki.com/2019/11/02/32/april1",
"category": [
"april1",
"oauth"
],
"syndication": [
"https://twitter.com/aaronpk/status/1190770249185910784"
],
"content": {
"text": "for april 1 next year I think I'm going to change the oauth.net home page to show just a login page that asks you to type in your google username and password and see what happens \ud83d\ude0e",
"html": "for april 1 next year I think I'm going to change the oauth.net home page to show just a login page that asks you to type in your google username and password and see what happens <a href=\"https://aaronparecki.com/emoji/%F0%9F%98%8E\">\ud83d\ude0e</a>"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "note",
"_id": "5933329",
"_source": "16"
}
Players of the game for @CanesFootball should be #15 on both offense and defense. Sack machine and outstanding QB performance.
{
"type": "entry",
"published": "2019-11-02T23:00:44+00:00",
"url": "https://twitter.com/cleverdevil/status/1190765715285954561",
"content": {
"text": "Players of the game for @CanesFootball should be #15 on both offense and defense. Sack machine and outstanding QB performance.",
"html": "Players of the game for <a href=\"https://twitter.com/CanesFootball\">@CanesFootball</a> should be #15 on both offense and defense. Sack machine and outstanding QB performance."
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "5933106",
"_source": "2773"
}
I have a 2019 football happy! Yay! #BeatFSU 🏈 🙌🏻
{
"type": "entry",
"published": "2019-11-02T22:56:13+00:00",
"url": "https://twitter.com/cleverdevil/status/1190764577673404416",
"content": {
"text": "I have a 2019 football happy! Yay! #BeatFSU \ud83c\udfc8 \ud83d\ude4c\ud83c\udffb",
"html": "I have a 2019 football happy! Yay! <a href=\"https://twitter.com/search?q=%23BeatFSU\">#BeatFSU</a> \ud83c\udfc8 \ud83d\ude4c\ud83c\udffb"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "5933107",
"_source": "2773"
}
Miami’s offense is like the Happy Gilmore of football. Can’t convert a third and short to save our lives, but our deep ball is great! 🏈
{
"type": "entry",
"published": "2019-11-02T22:32:42+00:00",
"url": "https://twitter.com/cleverdevil/status/1190758658528829440",
"video": [
"https://video.twimg.com/tweet_video/EIZsqX0WsAEzC9X.mp4"
],
"content": {
"text": "Miami\u2019s offense is like the Happy Gilmore of football. Can\u2019t convert a third and short to save our lives, but our deep ball is great! \ud83c\udfc8"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "video",
"_id": "5932810",
"_source": "2773"
}
As #OpenConPilly19 & #OpenEd19 come to close I am also reminded about recent post making round in #IndieWeb chat as needing readers as much as writers..makes me think, "Do what a teacher does, We know community is the curriculum" (or content that works… quickthoughts.jgregorymcverry.com/2019/11/02/as-…
{
"type": "entry",
"published": "2019-11-02T22:28:14+00:00",
"url": "https://twitter.com/jgmac1106/status/1190757535529291777",
"content": {
"text": "As #OpenConPilly19 & #OpenEd19 come to close I am also reminded about recent post making round in #IndieWeb chat as needing readers as much as writers..makes me think, \"Do what a teacher does, We know community is the curriculum\" (or content that works\u2026 quickthoughts.jgregorymcverry.com/2019/11/02/as-\u2026",
"html": "As <a href=\"https://twitter.com/search?q=%23OpenConPilly19\">#OpenConPilly19</a> & <a href=\"https://twitter.com/search?q=%23OpenEd19\">#OpenEd19</a> come to close I am also reminded about recent post making round in <a href=\"https://twitter.com/search?q=%23IndieWeb\">#IndieWeb</a> chat as needing readers as much as writers..makes me think, \"Do what a teacher does, We know community is the curriculum\" (or content that works\u2026 <a href=\"https://quickthoughts.jgregorymcverry.com/2019/11/02/as-openconpilly19-opened19-come-to-close\">quickthoughts.jgregorymcverry.com/2019/11/02/as-\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": "5932811",
"_source": "2773"
}
Thank you @WordCampUS and thanks @photomatt for the invitation to speak on “Take Back Your Web”! Huge thanks to @dshanske for all his help!
Great questions & seeing so many with their own sites. Follow @dshanske’s awesome #WordPress #IndieWeb ...
tantek.com/t53N1
{
"type": "entry",
"published": "2019-11-02T22:24:53+00:00",
"url": "https://twitter.com/t/status/1190756693212164097",
"content": {
"text": "Thank you @WordCampUS and thanks @photomatt for the invitation to speak on \u201cTake Back Your Web\u201d! Huge thanks to @dshanske for all his help!\n\nGreat questions & seeing so many with their own sites. Follow @dshanske\u2019s awesome #WordPress #IndieWeb ...\ntantek.com/t53N1",
"html": "Thank you <a href=\"https://twitter.com/WordCampUS\">@WordCampUS</a> and thanks <a href=\"https://twitter.com/photomatt\">@photomatt</a> for the invitation to speak on \u201cTake Back Your Web\u201d! Huge thanks to <a href=\"https://twitter.com/dshanske\">@dshanske</a> for all his help!\n\nGreat questions & seeing so many with their own sites. Follow @dshanske\u2019s awesome <a href=\"https://twitter.com/search?q=%23WordPress\">#WordPress</a> <a href=\"https://twitter.com/search?q=%23IndieWeb\">#IndieWeb</a> ...\n<a href=\"https://tantek.com/t53N1\">tantek.com/t53N1</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": "note",
"_id": "5932813",
"_source": "2773"
}
As #OpenConPilly19 & #OpenEd19 come to close I am also reminded about recent post making round in #IndieWeb chat as needing readers as much as writers..makes me think, "Do what a teacher does, We know community is the curriculum" (or content that works too)
{
"type": "entry",
"published": "2019-11-02T22:28:02+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2019/11/02/as-openconpilly19-opened19-come-to-close",
"category": [
"OpenConPilly19",
"OpenEd19",
"IndieWeb"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1190757535529291777"
],
"content": {
"text": "As #OpenConPilly19 & #OpenEd19 come to close I am also reminded about recent post making round in #IndieWeb chat as needing readers as much as writers..makes me think, \"Do what a teacher does, We know community is the curriculum\" (or content that works too)",
"html": "As <a href=\"https://quickthoughts.jgregorymcverry.com/tag/OpenConPilly19\" class=\"p-category\">#OpenConPilly19</a> & <a href=\"https://quickthoughts.jgregorymcverry.com/tag/OpenEd19\" class=\"p-category\">#OpenEd19</a> come to close I am also reminded about recent post making round in <a href=\"https://quickthoughts.jgregorymcverry.com/tag/IndieWeb\" class=\"p-category\">#IndieWeb</a> chat as needing readers as much as writers..makes me think, \"Do what a teacher does, We know community is the curriculum\" (or content that works too)"
},
"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": "5932789",
"_source": "1300"
}
@LibrariansReed My apologies if I came off mansplaining or shouting, I think in threads and try to keep them connected for personal archiving purposes. I could see on Twiitter and hashtag how this could look more like I a storm than a stream.
{
"type": "entry",
"published": "2019-11-02T22:00:12+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2019/11/02/librariansreed-my-apologies-if-i-came-off",
"syndication": [
"https://twitter.com/jgmac1106/status/1190750526574596096"
],
"content": {
"text": "@LibrariansReed My apologies if I came off mansplaining or shouting, I think in threads and try to keep them connected for personal archiving purposes. I could see on Twiitter and hashtag how this could look more like I a storm than a stream."
},
"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": "5932557",
"_source": "1300"
}