a lot of the no code stuff seems to end up being some consulting agency's support contract + a refactor away to maintainability
not a shot but that's the Web - it's not static or fixed in its need, it changes
Let me repeat...
No code doesn’t replace coders.
No code doesn’t replace coders.
No code doesn’t replace coders.
No code doesn’t replace coders.
No code doesn’...
{
"type": "entry",
"published": "2020-01-16T20:03:02+00:00",
"url": "https://twitter.com/jackyalcine/status/1217900083724898306",
"quotation-of": "https://twitter.com/callmevlad/status/1217866964749582336",
"content": {
"text": "a lot of the no code stuff seems to end up being some consulting agency's support contract + a refactor away to maintainability\n\nnot a shot but that's the Web - it's not static or fixed in its need, it changes"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/callmevlad/status/1217866964749582336": {
"type": "entry",
"published": "2020-01-16T17:51:25+00:00",
"url": "https://twitter.com/callmevlad/status/1217866964749582336",
"content": {
"text": "Let me repeat...\n\nNo code doesn\u2019t replace coders.\nNo code doesn\u2019t replace coders.\nNo code doesn\u2019t replace coders.\nNo code doesn\u2019t replace coders.\nNo code doesn\u2019t replace coders.\nNo code doesn\u2019t replace coders.\n\n(In fact, it will create much more demand for great coders!)"
},
"author": {
"type": "card",
"name": "Vlad Magdalin",
"url": "https://twitter.com/callmevlad",
"photo": "https://pbs.twimg.com/profile_images/3200122792/cc26cb4cc7d8eea4211947ceca8a629e.jpeg"
},
"post-type": "note"
}
},
"_id": "8013678",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-01-16T11:49:42-08:00",
"url": "https://boffosocko.com/2020/01/16/owning-my-rsvps-from-meetup-com-using-ifttt-and-webhooks-to-a-micropub-endpoint/",
"category": [
"indieweb",
"wordpress",
"google-calendar",
"ifttt",
"micropub",
"rss",
"rsvp-posts",
"webhooks"
],
"name": "Owning my RSVP\u2019s from Meetup.com using IFTTT and Webhooks to a Micropub endpoint",
"content": {
"text": "It\u2019s a slightly circuitous set up and I may find a better way to do it eventually, but last night I was tinkering at a way to better own my RSVPs from Meetup.com. Previously it has been a completely manual set up, but it\u2019s something I do often enough that the hour long investment was more than worth it. (I specifically want to own my data here because I\u2019m hedging my bets for what ends up happening with Meetup.com in a post-WeWork bankrupcy world.)\nSince I\u2019ve been adding PESOS workflows using the Micropub endpoint on my website lately, I tried setting up a direct ping using IFTTT.com from the RSS feed from Meetup. Sadly the timestamps on that feed are not of the time that I RSVP\u2019d, but the time the event was published. As a result the trigger seems like it would never actually fire to make a post. I also thought about taking a feed of all the events of the groups I\u2019m a member of and feed that in, but alas, that feed doesn\u2019t seem to exist. If that were possible, then I could create drafts of the data and then RSVP as yes, no, maybe, etc. for each of them in a slightly more manual (and thoughtful) way, but I\u2019d also have the benefit of seeing all the notifications for everything pop up in my own website.\nSince I always immediately add my RSVP\u2019s from Meetup.com directly to my Google Calendar anyway, I thought I\u2019d use that as the data source and trigger mechanism instead, and lo and behold! It works!\nNow I can quickly RSVP via Meetup.com, use their interface to add the event to my Google Calendar, leverage IFTTT.com\u2019s Webhook to send a Micropub request to my endpoint, and I\u2019ve got an RSVP post with all the details on my website! It also cleverly creates syndication links on my posts as well.\nPerhaps I could now use some of the infrastructure to create an upcoming events widget in a sidebar, to the home page of my site, or even on my neglected /Now page?\nSince this Webhook to Micropub process is something I\u2019ve been working on a bit, I\u2019ll soon have a post with a step-by-step set up and an example or two of how it works, so that others can implement it too. I\u2019ve been using it for read posts, listen posts, watches, and even for creating annotation posts on my site. Depending on the data source, some of the process can still have some manual portions, but at least I\u2019m getting all the data I\u2019d like to have.\n\n\n\n\n\nHome\n\n\n\n<?xml version=\"1.0\" encoding=\"utf-8\">\n\n\n\n\t\t55\u00b0F\n\nhaze\n\nSyndicated copies: WordPress icon",
"html": "It\u2019s a slightly circuitous set up and I may find a better way to do it eventually, but last night I was tinkering at a way to better own my RSVPs from Meetup.com. Previously it has been a completely manual set up, but it\u2019s something I do often enough that the hour long investment was more than worth it. (I specifically want to own my data here because I\u2019m hedging my bets for what ends up happening with Meetup.com in a post-WeWork bankrupcy world.)\n<p>Since I\u2019ve been adding PESOS workflows using the <a href=\"https://indieweb.org/Micropub\">Micropub endpoint</a> on my website lately, I tried setting up a direct ping using IFTTT.com from the RSS feed from Meetup. Sadly the timestamps on that feed are not of the time that I RSVP\u2019d, but the time the event was published. As a result the trigger seems like it would never actually fire to make a post. I also thought about taking a feed of all the events of the groups I\u2019m a member of and feed that in, but alas, that feed doesn\u2019t seem to exist. If that were possible, then I could create drafts of the data and then RSVP as yes, no, maybe, etc. for each of them in a slightly more manual (and thoughtful) way, but I\u2019d also have the benefit of seeing all the notifications for everything pop up in my own website.</p>\n<p>Since I always immediately add my RSVP\u2019s from Meetup.com directly to my Google Calendar anyway, I thought I\u2019d use that as the data source and trigger mechanism instead, and lo and behold! <a href=\"https://boffosocko.com/2020/01/15/wordpress-pasadena-developer-meetup-january-2020-meetup-com/\">It works!</a></p>\n<p>Now I can quickly RSVP via Meetup.com, use their interface to add the event to my Google Calendar, leverage IFTTT.com\u2019s Webhook to send a Micropub request to my endpoint, and I\u2019ve got an RSVP post with all the details on my website! It also cleverly creates syndication links on my posts as well.</p>\n<p>Perhaps I could now use some of the infrastructure to create an upcoming events widget in a sidebar, to the home page of my site, or even on my neglected /Now page?</p>\n<p>Since this Webhook to Micropub process is something I\u2019ve been working on a bit, I\u2019ll soon have a post with a step-by-step set up and an example or two of how it works, so that others can implement it too. I\u2019ve been using it for read posts, listen posts, watches, and even for creating annotation posts on my site. Depending on the data source, some of the process can still have some manual portions, but at least I\u2019m getting all the data I\u2019d like to have.</p>\n\n\n<span style=\"max-width:1rem;margin-right:.1rem;\"></span>\n\n\nHome\n<p>\n\n\n<span style=\"max-height:1.5rem;margin-right:.1rem;\" title=\"haze\"><?xml version=\"1.0\" encoding=\"utf-8\">\n\n</span>\n<span class=\"p-temperature h-measure\">\n\t\t55\u00b0F</span>\n\n<span class=\"p-weather\">haze</span></p>\n\n<span>Syndicated copies:</span><ul><li><a class=\"u-syndication\" href=\"https://chrisaldrich.wordpress.com/?p=55687542\"> <span style=\"max-width:1rem;margin:2px;\" title=\"WordPress\">WordPress icon</span></a></li></ul>"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://boffosocko.com/author/chrisaldrich/",
"photo": "https://secure.gravatar.com/avatar/d5fb4e498fe609cc29b04e5b7ad688c4?s=96&d=identicon&r=pg"
},
"post-type": "article",
"_id": "8013488",
"_source": "2785"
}
I can RSVP via Meetup.com, use their interface to add the event to my Google Calendar, leverage @IFTTT's Webhook with a Micropub request to my endpoint, and I've got an RSVP post with all the details on my website!
#WordPress #IndieWeb #DoOO
boffosocko.com/2020/01/16/own…
{
"type": "entry",
"published": "2020-01-16T19:54:31+00:00",
"url": "https://twitter.com/ChrisAldrich/status/1217897940972236800",
"content": {
"text": "I can RSVP via Meetup.com, use their interface to add the event to my Google Calendar, leverage @IFTTT's Webhook with a Micropub request to my endpoint, and I've got an RSVP post with all the details on my website!\n#WordPress #IndieWeb #DoOO\nboffosocko.com/2020/01/16/own\u2026",
"html": "I can RSVP via <a href=\"http://Meetup.com\">Meetup.com</a>, use their interface to add the event to my Google Calendar, leverage <a href=\"https://twitter.com/IFTTT\">@IFTTT</a>'s Webhook with a Micropub request to my endpoint, and I've got an RSVP post with all the details on my website!\n<a href=\"https://twitter.com/search?q=%23WordPress\">#WordPress</a> <a href=\"https://twitter.com/search?q=%23IndieWeb\">#IndieWeb</a> <a href=\"https://twitter.com/search?q=%23DoOO\">#DoOO</a>\n<a href=\"https://boffosocko.com/2020/01/16/owning-my-rsvps-from-meetup-com-using-ifttt-and-webhooks-to-a-micropub-endpoint/\">boffosocko.com/2020/01/16/own\u2026</a>"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://twitter.com/ChrisAldrich",
"photo": "https://pbs.twimg.com/profile_images/890299009381916672/CafdvvxN.jpg"
},
"post-type": "note",
"_id": "8013361",
"_source": "2773"
}
Whenever I see this, I feel bad for the Web team that has to paste this admission that they're undervalued.
{
"type": "entry",
"published": "2020-01-16T19:30:53+00:00",
"url": "https://twitter.com/jackyalcine/status/1217891996569886721",
"quotation-of": "https://twitter.com/zachleat/status/1217891726087675905",
"content": {
"text": "Whenever I see this, I feel bad for the Web team that has to paste this admission that they're undervalued."
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/zachleat/status/1217891726087675905": {
"type": "entry",
"published": "2020-01-16T19:29:49+00:00",
"url": "https://twitter.com/zachleat/status/1217891726087675905",
"photo": [
"https://pbs.twimg.com/media/EObSEYrXUAEIbZN.jpg"
],
"content": {
"text": "Wait\u2014is this true?"
},
"author": {
"type": "card",
"name": "Zach Leatherman",
"url": "https://twitter.com/zachleat",
"photo": "https://pbs.twimg.com/profile_images/1196791261233111040/iWVjazhO.jpg"
},
"post-type": "photo"
}
},
"_id": "8012748",
"_source": "2773"
}
Looks like I'm reaching out
Should I reach out to this person about their misconceptions on communication or let them go off into the world on it as it is?
{
"type": "entry",
"published": "2020-01-16T19:30:12+00:00",
"url": "https://twitter.com/jackyalcine/status/1217891822086823937",
"quotation-of": "https://twitter.com/jackyalcine/status/1217827849161388035",
"content": {
"text": "Looks like I'm reaching out"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/jackyalcine/status/1217827849161388035": {
"type": "entry",
"published": "2020-01-16T15:16:00+00:00",
"url": "https://twitter.com/jackyalcine/status/1217827849161388035",
"content": {
"text": "Should I reach out to this person about their misconceptions on communication or let them go off into the world on it as it is?"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note"
}
},
"_id": "8012749",
"_source": "2773"
}
Can you believe it's only been 13 years since the announcement of the original iPhone??
Heck, even the Mac mini is older than that! (Just celebrated its 15th birthday…)
All this and tons more on The Jared White Show:
jaredwhite.com/podcast/47/
{
"type": "entry",
"published": "2020-01-16T19:09:06+00:00",
"url": "https://twitter.com/jaredcwhite/status/1217886511389007872",
"video": [
"https://video.twimg.com/ext_tw_video/1217886477859704832/pu/vid/1280x720/0gflBmAND0W4x2lx.mp4?tag=10"
],
"content": {
"text": "Can you believe it's only been 13 years since the announcement of the original iPhone??\n\nHeck, even the Mac mini is older than that! (Just celebrated its 15th birthday\u2026)\n\nAll this and tons more on The Jared White Show:\njaredwhite.com/podcast/47/",
"html": "Can you believe it's only been 13 years since the announcement of the original iPhone??\n\nHeck, even the Mac mini is older than that! (Just celebrated its 15th birthday\u2026)\n\nAll this and tons more on The Jared White Show:\n<a href=\"https://jaredwhite.com/podcast/47/\">jaredwhite.com/podcast/47/</a>"
},
"author": {
"type": "card",
"name": "Jared is Drinking Kombucha",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1009808311628132353/C9b3b8h6.jpg"
},
"post-type": "video",
"_id": "8012109",
"_source": "2773"
}
We’re beyond excited to announce that #TheZoneCast Balance arc will be an animated series on @peacockTV
twitter.com/THR/status/121…
{
"type": "entry",
"published": "2020-01-16T18:50:29+00:00",
"url": "https://twitter.com/andymcmillan/status/1217881827802677248",
"quotation-of": "https://twitter.com/TheZoneCast/status/1217879615957557248",
"content": {
"text": "THAT'S A CHRISTMAS TO ME"
},
"author": {
"type": "card",
"name": "Andy McMillan",
"url": "https://twitter.com/andymcmillan",
"photo": "https://pbs.twimg.com/profile_images/1151993418232369153/9ShXZFLh.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/TheZoneCast/status/1217879615957557248": {
"type": "entry",
"published": "2020-01-16T18:41:42+00:00",
"url": "https://twitter.com/TheZoneCast/status/1217879615957557248",
"content": {
"text": "We\u2019re beyond excited to announce that #TheZoneCast Balance arc will be an animated series on @peacockTV\ntwitter.com/THR/status/121\u2026",
"html": "We\u2019re beyond excited to announce that <a href=\"https://twitter.com/search?q=%23TheZoneCast\">#TheZoneCast</a> Balance arc will be an animated series on <a href=\"https://twitter.com/peacockTV\">@peacockTV</a>\n<a href=\"https://twitter.com/THR/status/1217876736039362560\">twitter.com/THR/status/121\u2026</a>"
},
"author": {
"type": "card",
"name": "The Adventure Zone",
"url": "https://twitter.com/TheZoneCast",
"photo": "https://pbs.twimg.com/profile_images/1186297393551159297/4epAxrrw.png"
},
"post-type": "note"
}
},
"_id": "8011431",
"_source": "2773"
}
Event: Homebrew Website Club San Diego
🗓 2020-02-19 18:00–20:00
📍 @Subterraneancof
🎟 RSVP & more: events.indieweb.org/2020/02/homebr…
✉️ Join us! @tElizaRose @erinroseglass @simon_prickett @artlung and you!
{
"type": "entry",
"published": "2020-01-16T18:25:37+00:00",
"url": "https://twitter.com/gRegorLove/status/1217875568789581824",
"content": {
"text": "Event: Homebrew Website Club San Diego\n\ud83d\uddd3 2020-02-19 18:00\u201320:00\n\ud83d\udccd @Subterraneancof\n\ud83c\udf9f RSVP & more: events.indieweb.org/2020/02/homebr\u2026\n\u2709\ufe0f Join us! @tElizaRose @erinroseglass @simon_prickett @artlung and you!",
"html": "Event: Homebrew Website Club San Diego\n\ud83d\uddd3 2020-02-19 18:00\u201320:00\n\ud83d\udccd <a href=\"https://twitter.com/Subterraneancof\">@Subterraneancof</a>\n\ud83c\udf9f RSVP & more: <a href=\"https://events.indieweb.org/2020/02/homebrew-website-club-san-diego-daU6CRJTYMW1\">events.indieweb.org/2020/02/homebr\u2026</a>\n\u2709\ufe0f Join us! <a href=\"https://twitter.com/tElizaRose\">@tElizaRose</a> <a href=\"https://twitter.com/erinroseglass\">@erinroseglass</a> <a href=\"https://twitter.com/simon_prickett\">@simon_prickett</a> <a href=\"https://twitter.com/artlung\">@artlung</a> and you!"
},
"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": "8010773",
"_source": "2773"
}
I wrote a new introduction for folks to get to know me a little better for my email newsletter, and you Twitter peeps get to reap the benefits as well!
Chapter 1
I was born.
(Just kidding, it's a tad bit more riveting than that. 😜)
mailchi.mp/949e7d26aa7b/g…
{
"type": "entry",
"published": "2020-01-16T17:48:13+00:00",
"url": "https://twitter.com/jaredcwhite/status/1217866157836754945",
"content": {
"text": "I wrote a new introduction for folks to get to know me a little better for my email newsletter, and you Twitter peeps get to reap the benefits as well!\n\nChapter 1\n\nI was born.\n\n(Just kidding, it's a tad bit more riveting than that. \ud83d\ude1c)\n\nmailchi.mp/949e7d26aa7b/g\u2026",
"html": "I wrote a new introduction for folks to get to know me a little better for my email newsletter, and you Twitter peeps get to reap the benefits as well!\n\nChapter 1\n\nI was born.\n\n(Just kidding, it's a tad bit more riveting than that. \ud83d\ude1c)\n\n<a href=\"https://mailchi.mp/949e7d26aa7b/ginkn8nzz8\">mailchi.mp/949e7d26aa7b/g\u2026</a>"
},
"author": {
"type": "card",
"name": "Jared is Drinking Kombucha",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1009808311628132353/C9b3b8h6.jpg"
},
"post-type": "note",
"_id": "8009902",
"_source": "2773"
}
The more I read about ancient Rome, debt and slavery, the more strong the parallels are between modern academia and debt. It's reinforcing why school should be free for me.
{
"type": "entry",
"published": "2020-01-16T17:10:52+00:00",
"url": "https://twitter.com/jackyalcine/status/1217856757223108611",
"content": {
"text": "The more I read about ancient Rome, debt and slavery, the more strong the parallels are between modern academia and debt. It's reinforcing why school should be free for me."
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"_id": "8008674",
"_source": "2773"
}
Good thing Catalina has finally solved the problem of repositioning my windows when I attach an external monitor!
{
"type": "entry",
"published": "2020-01-16T17:03:39+00:00",
"url": "https://twitter.com/dangerdave/status/1217854943161225216",
"photo": [
"https://pbs.twimg.com/media/EOawnKaUEAA8SJh.jpg"
],
"content": {
"text": "Good thing Catalina has finally solved the problem of repositioning my windows when I attach an external monitor!"
},
"author": {
"type": "card",
"name": "Dave Peck",
"url": "https://twitter.com/dangerdave",
"photo": "https://pbs.twimg.com/profile_images/1175122018536062976/wMpKNJRv.jpg"
},
"post-type": "photo",
"_id": "8008407",
"_source": "2773"
}
Pretty clear explanation of the media mess we’re in. A solution? Read books. apple.news/AeEHlmS47TO6NO…
{
"type": "entry",
"published": "2020-01-16T17:01:57+00:00",
"url": "https://twitter.com/scott_gruber/status/1217854516147576833",
"content": {
"text": "Pretty clear explanation of the media mess we\u2019re in. A solution? Read books. apple.news/AeEHlmS47TO6NO\u2026",
"html": "Pretty clear explanation of the media mess we\u2019re in. A solution? Read books. <a href=\"https://apple.news/AeEHlmS47TO6NO_Tf_JlRsg\">apple.news/AeEHlmS47TO6NO\u2026</a>"
},
"author": {
"type": "card",
"name": "Scott Gruber",
"url": "https://twitter.com/scott_gruber",
"photo": "https://pbs.twimg.com/profile_images/1215541567626174466/WFlFwl8b.jpg"
},
"post-type": "note",
"_id": "8008408",
"_source": "2773"
}
That's very sad news about the Mozilla layoffs. If any tech billionaires out there are feeling a few million dollars' worth of generosity towards the company that made your 0.01% lifestyle possible in the first place, please consider donating to keep the open web a reality.
{
"type": "entry",
"published": "2020-01-16T16:38:31+00:00",
"url": "https://twitter.com/fluffy/status/1217848618779959296",
"content": {
"text": "That's very sad news about the Mozilla layoffs. If any tech billionaires out there are feeling a few million dollars' worth of generosity towards the company that made your 0.01% lifestyle possible in the first place, please consider donating to keep the open web a reality."
},
"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": "8007738",
"_source": "2773"
}
Union Square Ventures Has Started Working On The Climate Crisis and they go about it smartly by publishing their internal research. reb00ted.org/society/202001… /cc @usv
{
"type": "entry",
"published": "2020-01-16T16:17:03+00:00",
"url": "https://twitter.com/Johannes_Ernst/status/1217843215107100672",
"content": {
"text": "Union Square Ventures Has Started Working On The Climate Crisis and they go about it smartly by publishing their internal research. reb00ted.org/society/202001\u2026 /cc @usv",
"html": "Union Square Ventures Has Started Working On The Climate Crisis and they go about it smartly by publishing their internal research. <a href=\"https://reb00ted.org/society/20200116-usv-and-the-climate-crisis/\">reb00ted.org/society/202001\u2026</a> /cc <a href=\"https://twitter.com/usv\">@usv</a>"
},
"author": {
"type": "card",
"name": "Johannes Ernst",
"url": "https://twitter.com/Johannes_Ernst",
"photo": "https://pbs.twimg.com/profile_images/462335209015238656/ie0cRjdx.jpeg"
},
"post-type": "note",
"_id": "8007036",
"_source": "2773"
}
There's like 3 browsers here
An effort 9 years in the making, but we’ve finally made it.
WebComponents are supported natively in every major browser
{
"type": "entry",
"published": "2020-01-16T16:12:48+00:00",
"url": "https://twitter.com/jackyalcine/status/1217842147136823297",
"quotation-of": "https://twitter.com/polymer/status/1217578939456970754",
"content": {
"text": "There's like 3 browsers here"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/polymer/status/1217578939456970754": {
"type": "entry",
"published": "2020-01-15T22:46:55+00:00",
"url": "https://twitter.com/polymer/status/1217578939456970754",
"photo": [
"https://pbs.twimg.com/media/EOW1l5dVAAADJuF.jpg"
],
"content": {
"text": "An effort 9 years in the making, but we\u2019ve finally made it.\n\nWebComponents are supported natively in every major browser"
},
"author": {
"type": "card",
"name": "Polymer Project",
"url": "https://twitter.com/polymer",
"photo": "https://pbs.twimg.com/profile_images/1063502058337136640/RmlG_bbW.jpg"
},
"post-type": "photo"
}
},
"_id": "8006899",
"_source": "2773"
}
Easily. People really don't know how much other people learned from them.
They gave us:
- cloned layouts
- predictable shopping by behavioral training of customers
- strong image + product association
Target is the best retailer in the game
{
"type": "entry",
"published": "2020-01-16T16:04:28+00:00",
"url": "https://twitter.com/jackyalcine/status/1217840047099195394",
"quotation-of": "https://twitter.com/JoshuaOgundu/status/1217839764247740421",
"content": {
"text": "Easily. People really don't know how much other people learned from them.\n\nThey gave us:\n- cloned layouts\n- predictable shopping by behavioral training of customers\n- strong image + product association"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/JoshuaOgundu/status/1217839764247740421": {
"type": "entry",
"published": "2020-01-16T16:03:20+00:00",
"url": "https://twitter.com/JoshuaOgundu/status/1217839764247740421",
"content": {
"text": "Target is the best retailer in the game"
},
"author": {
"type": "card",
"name": "Josh",
"url": "https://twitter.com/JoshuaOgundu",
"photo": "https://pbs.twimg.com/profile_images/1017852240810446849/wx754_3J.jpg"
},
"post-type": "note"
}
},
"_id": "8006684",
"_source": "2773"
}
make me solve a captcha one more time!
{
"type": "entry",
"published": "2020-01-16T15:58:59+00:00",
"url": "https://twitter.com/jackyalcine/status/1217838669362597888",
"photo": [
"https://pbs.twimg.com/media/EOah0KcXUAAwZL8.jpg"
],
"content": {
"text": "make me solve a captcha one more time!"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "photo",
"_id": "8006690",
"_source": "2773"
}
To be honest, I don't understand marketing as an industry. I know there's a component of story telling as well as either distant description of what a product/service can provide. But rarely have I seen a commercial that mirrors real life. Is that not the goal?
{
"type": "entry",
"published": "2020-01-16T15:35:37+00:00",
"url": "https://twitter.com/jackyalcine/status/1217832787417485312",
"content": {
"text": "To be honest, I don't understand marketing as an industry. I know there's a component of story telling as well as either distant description of what a product/service can provide. But rarely have I seen a commercial that mirrors real life. Is that not the goal?"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"_id": "8005998",
"_source": "2773"
}
Should I reach out to this person about their misconceptions on communication or let them go off into the world on it as it is?
{
"type": "entry",
"published": "2020-01-16T15:16:00+00:00",
"url": "https://twitter.com/jackyalcine/status/1217827849161388035",
"content": {
"text": "Should I reach out to this person about their misconceptions on communication or let them go off into the world on it as it is?"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"_id": "8005331",
"_source": "2773"
}
LRT is childish tbh. Because they'll be like "oh communicate" forgetting that it's bidirectional and not solely on the sender
{
"type": "entry",
"published": "2020-01-16T15:14:09+00:00",
"url": "https://twitter.com/jackyalcine/status/1217827385573289985",
"content": {
"text": "LRT is childish tbh. Because they'll be like \"oh communicate\" forgetting that it's bidirectional and not solely on the sender"
},
"author": {
"type": "card",
"name": "jacky",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1217457758863286273/jOe5WIo4.jpg"
},
"post-type": "note",
"_id": "8005332",
"_source": "2773"
}