Yes: Ateening to stop in and say a quick hello. : quickthoughts.jgregorymcverry.com/2020/07/16/yes…
{
"type": "entry",
"published": "2020-07-16T01:03:29+00:00",
"url": "https://twitter.com/jgmac1106/status/1283567900675252228",
"content": {
"text": "Yes: Ateening to stop in and say a quick hello. : quickthoughts.jgregorymcverry.com/2020/07/16/yes\u2026",
"html": "Yes: Ateening to stop in and say a quick hello. : <a href=\"https://quickthoughts.jgregorymcverry.com/2020/07/16/yes-ateening-to-stop-in-and-say-a-quick-hello\">quickthoughts.jgregorymcverry.com/2020/07/16/yes\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": "13250686",
"_source": "2773"
}
If it’s related to SMS 2FA then Twitter asked for this tbh. SMS 2FA is an KNOWN attack vector and isn’t recommended by OWASP OR NIST IIRC. https://twitter.com/mi6rogue/status/1283526006389833728
{
"type": "entry",
"published": "2020-07-15T17:58:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/1d710df9-5395-4f71-8176-a1e42ff4f167",
"content": {
"text": "If it\u2019s related to SMS 2FA then Twitter asked for this tbh. SMS 2FA is an KNOWN attack vector and isn\u2019t recommended by OWASP OR NIST IIRC. https://twitter.com/mi6rogue/status/1283526006389833728",
"html": "<p>If it\u2019s related to SMS 2FA then Twitter asked for this tbh. SMS 2FA is an KNOWN attack vector and isn\u2019t recommended by OWASP OR NIST IIRC. <a href=\"https://twitter.com/mi6rogue/status/1283526006389833728\">https://twitter.com/mi6rogue/status/1283526006389833728</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13250532",
"_source": "1886"
}
I'm going!Looking forward to some IndieWeb thinking and chatting!
{
"type": "entry",
"published": "2020-07-15T20:35:27-0400",
"rsvp": "yes",
"url": "https://martymcgui.re/2020/07/15/203527/",
"in-reply-to": [
"https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI"
],
"content": {
"text": "I'm going!Looking forward to some IndieWeb thinking and chatting!",
"html": "I'm going!<p>Looking forward to some IndieWeb thinking and chatting!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "rsvp",
"refs": {
"https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI": {
"type": "entry",
"summary": "Any questions? Ask in the IndieWeb chat!",
"url": "https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI",
"photo": [
"https://res.cloudinary.com/schmarty/image/fetch/w_960,c_fill/https://events.indieweb.org/storage/events/20200406-lBWNp28qEePEUsAbCI8YvPtFVX5CSy.jpg"
],
"name": "Homebrew Website Club West Coast",
"author": {
"type": "card",
"name": "events.indieweb.org",
"url": "http://events.indieweb.org",
"photo": null
},
"post-type": "photo"
}
},
"_id": "13250414",
"_source": "175"
}
{
"type": "entry",
"published": "2020-07-15T19:31:31-0400",
"url": "https://martymcgui.re/2020/07/15/what-we-talk-about-when-were-talking-about-webmentions/",
"category": [
"IndieWeb",
"Webmention",
"rant"
],
"name": "What we talk about when we're talking about \"Webmentions\"",
"content": {
"text": "I have a great fondness for IndieWeb building blocks and Webmention is a wonderful meta-building-block that connects so many individual websites together.\n\n Obligatory \"what is Webmention?\": it's a specification that describes a way to \"tell\" a website that some document out on the web links to one of the pages on that site. \n \n\nSound simple? It is! Perhaps even suspiciously simple. Webmention enables whole new kinds of interactions between sites (some great examples in this A List Apart piece). Unfortunately, almost all of the coordination to support these interactions happen outside of the \"Webmention\" spec itself.\nSo, when I see blog post titles like these I am not sure exactly what to expect:\nIntegrating Webmention with my blog\n Pelican, Pingback and Webmentions\n Webmention for TiddlyWiki to enable website to website notifications and communication\n and this clickbait sensation: Add Webmention support to your website in ten minutes\n\n\n There are many more like this, I just grabbed a handful off the last few pages of news.indieweb.org.\n \n\nThese examples and many more are referring to the most talked-about use of Webmention: enabling site-to-site comments and responses, like a souped-up independent alternative to terrible embeds like Disqus.\nThis may sound like a simple feature! We might expect it to look like this:\nYou see a post on the web that you like. Let's call that \"their post\".\n On your own site, you make a post that links to theirs with some comment like \"Nice post!\". We'll call that \"your post\".\n \n Assuming that you both \"have Webmention support\", you might check their post a little later and see a nice summary of your post as a comment below their content.\n \n\n However, for a webmention to \"succeed\", a lot of coordination needs to happen.\n\n On your side:\n \n\n\n You publish \"your post\" which links to \"their post\". So far, so good, you probably publish links to your site all the time.\n \n\n When that post is live, you can try to send a webmention. How do you do that? It depends.\n\n From here, it's pretty much out of your hands. On their side:\n \n\n\n Their post needs to advertise the URL of a service that will accept them.\n \n\n \n That service checks that your post is a real post on the web, and that it contains a link to their post and it ... stores it somewhere. Maybe it goes into a moderation queue?\n \n\nSo then they have the webmention, but to actually display it, their site must:\nPull your post out of wherever their webmentions are stored.\n Somehow understand what your post \"is\".\n \n Render that into their page.\n \n\nWhen I see folks posting \"I added Webmentions to my site\" I want to believe that they have some version of all of the bullet points above. But, there are lots of incompletes.\n\n A list, without references, of partial Webmention support I have seen\n \n\nThe Junk Drawer\nSigning up for a receiving service like webmention.io ... and that's it. Often announced alongside a sentence like \"Next up I'll figure out how to display them!\" This brings to mind with images of the warehouse at the end of Raiders of the Lost Ark, or a house filled to the ceiling with stacks of moldy newspapers.\n\n There are, I recognize, lots of good reasons not to display webmentions, beyond some of the technical speedbumps and pitfalls I talk about below. For example there are a lot of unanswered questions and not-yet-built tools and services for dealing with moderation and abuse.\n \n\n\"Why didn't my reply show up on your site?\"\n\n Static sites are back and I love it. But if there's one thing that static sites do extremely poorly it is responding dynamically to outside events. Some static sites (including my own!) will save webmentions as the come in, but won't display them until the next time a post is added or modified on the site.\n \n\n\n \"Why does my reply look weird on your site?\"\n \n\nFrom services to command line tools to fancy build hooks on your fancy hosting service, there are many ways to automate sending webmentions. But unless the receiving end can understand the content of your post, it might not show up as you intended, or at all, on the receiving end. Current best practices would have you add some extra markup to your post so that the receiver can know that it is a reply, or a like, or an RSVP, or something else. This is a hard coordination problem between your site and theirs! In fact there is a whole community and standards process for figuring out how to do these things!\nMaking sure your posts have the \"correct\" markup to look like you want can be difficult even for developers writing their own HTML. Tools like indiewebify.me, Monocle's preview, and microformats.io can help if you are getting your hands dirty. It's much harder for folks that just redesigned their site with a new WordPress theme.\n\n Bridgy Over Troubled Waters\n \n\nBridgy is an absolutely incredible suite of services provided by Ryan, also for free, for the community.\nWith the power of Bridgy Backfeed you can use Webmention to feed replies, likes, and reposts from your Twitter tweets to their corresponding post on your own site! This works despite the fact that twitter.com does not link to your website because Bridgy generates little \"bridge\" pages for which to send webmentions. And it's just a little bit of tweaking to have your Webmention display handle the quirks.\nWith the power of Bridge Publish you can use Webmention to automatically copy posts from your website directly to social media silos like Twitter! You do this by hiding a link to Bridgy in your post, which sends a Webmention to Bridgy, and then Bridgy parses your post to understand it and figure out which bits to tweet. And then Bridgy responds with info about your new tweet. And it's just a little bit of tweaking to have your Webmention sender handle those quirks and update your post with that link.\n\n With the power of Bridge Fed you can use Webmention to automatically copy posts from your website directly into The Fediverse where yadda yadda yadda. And it's just a bit of tweaking to have your Webmention yadda yadda yadda yadda. \ud83d\ude29 I've tired myself out.\n \n\n\n These are all fantastic things that are build on top of Webmention but that I often feel are conflated with Webmention.\n \n\n\"Just let JavaScript do it!\"\nThis one is a bit... unfair on my part. In fact, I think this setup is the best you can get for the least effort, and I encourage folks to go for it. It looks like this:\nRegister with webmention.io to receive, verify, and store your webmentions.\n Put webmention.js in the template for your posts.\n\n I love webmention.io and use it myself. It is an amazing community resource run by Aaron at no charge! Kevin's mention.tech is another great tool, as is VoxPelli's webmention.herokuapp.com. By configuring one of them to accept webmentions on your behalf you save a lot of trouble. They provide APIs that let you pull out the mentions for pages across your site.\n \n\nSimilarly, webmention.js is a really great tool by fluffy that hides a lot of complexity and forethought about how to display webmentions with a single JavaScript include.\n\n All that said, I have some issues with this particular combo long-term because all the fetching and display of webmentions happens in the browser of the person viewing your post.\n \n\n\n If 1,000 people visit your post, that's 1,000 requests to webmention.io, putting load on a service being run by one individual for free.\n \n\nThis setup also means that the webmentions for a post aren't included in the original HTML. So, if your site sends a webmention and wants to check back automatically to see if it's shown up, but their site only displays webmentions via JavaScript, your site will never see it. Likewise, it becomes much harder to keep track of reply chains, for example.\nWhy are you being such a downer about this?\nDespite, apparently, being a bit salty today, I really do get excited about Webmention, how it's being used in so many ways to connect independent sites, and new ways it can be used in the future.\nI'm worried, a bit, that \"Webmention\" is starting to lose its meaning in conversation. It's starting to feel like a shorthand that hides important details.\nMaybe Webmention can be thought of as less of a \"building block\" and more like a glue. You can do so many things with glue, like combining a bunch of planks into a table, or building a parade float sculpture with papier-m\u00e2ch\u00e9, or doctoring the photo in a passport!\n\n You wouldn't call them all \"glue\".",
"html": "<p>I have a great fondness for <a href=\"https://indieweb.org/building-blocks\">IndieWeb building blocks</a> and <a href=\"https://indieweb.org/Webmention\">Webmention</a> is a wonderful meta-building-block that connects so many individual websites together.</p>\n<p>\n Obligatory \"what is Webmention?\": it's a <a href=\"https://www.w3.org/TR/webmention/\">specification</a> that describes a way to \"tell\" a website that some document out on the web links to one of the pages on that site. \n <br /></p>\n<p>Sound simple? It is! Perhaps even <i>suspiciously simple</i>. Webmention enables whole new kinds of interactions between sites (some <a href=\"https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet/\">great examples in this A List Apart piece</a>). Unfortunately, almost all of the coordination to support these interactions happen <i>outside</i> of the \"Webmention\" spec itself.</p>\n<p>So, when I see blog post titles like these I am not sure exactly what to expect:</p>\n<ul><li><a href=\"https://www.kappawingman.com/posts/webdev/2020/07/15/integrating-webmention-with-my-blog/\">Integrating Webmention with my blog</a></li>\n <li><a href=\"https://chezsoi.org/lucas/blog/pelican-pingback-and-webmentions.html\">Pelican, Pingback and Webmentions</a></li>\n <li><a href=\"https://boffosocko.com/2020/04/14/webmention-for-tiddlywiki-to-enable-website-to-website-notifications-and-communication/\">Webmention for TiddlyWiki to enable website to website notifications and communication</a></li>\n <li>and this clickbait sensation: <a href=\"https://www.ctrl.blog/entry/setup-webmention.html\">Add Webmention support to your website in ten minutes</a>\n</li>\n</ul><p>\n There are many more like this, I just grabbed a handful off the last few pages of <a href=\"https://news.indieweb.org/en\">news.indieweb.org</a>.\n <br /></p>\n<p>These examples and many more are referring to the most talked-about use of Webmention: enabling site-to-site comments and responses, like a <a href=\"https://nicolas-hoizey.com/articles/2017/07/27/so-long-disqus-hello-webmentions/\">souped-up independent alternative to terrible embeds like Disqus</a>.</p>\n<p>This may sound like a simple feature! We might expect it to look like this:</p>\n<ul><li>You see a post on the web that you like. Let's call that \"their post\".</li>\n <li>On your own site, you make a post that links to theirs with some comment like \"Nice post!\". We'll call that \"your post\".</li>\n <li>\n Assuming that you both \"have Webmention support\", you might check their post a little later and see a nice summary of your post as a comment below their content.\n <br /></li>\n</ul><p> However, for a webmention to \"succeed\", a lot of coordination needs to happen.</p>\n<p>\n On your side:\n <br /></p>\n<ul><li>\n You publish \"your post\" which links to \"their post\". So far, so good, you probably publish links to your site all the time.\n <br /></li>\n <li>When that post is live, you can try to send a webmention. How do you do that? <i>It depends</i>.</li>\n</ul><p>\n From here, it's pretty much out of your hands. On their side:\n <br /></p>\n<ul><li>\n Their post needs to advertise the URL of a service that will accept them.\n <br /></li>\n <li>\n That service checks that your post is a real post on the web, and that it contains a link to their post and it ... stores it somewhere. Maybe it goes into a moderation queue?\n <br /></li>\n</ul><p>So then they <i>have</i> the webmention, but to actually <i>display </i>it, their site must:</p>\n<ul><li>Pull your post out of wherever their webmentions are stored.</li>\n <li>Somehow <i>understand</i> what your post \"<i>is</i>\".</li>\n <li>\n Render that into their page.\n <br /></li>\n</ul><p>When I see folks posting \"I added Webmentions to my site\" I want to believe that they have some version of all of the bullet points above. But, there are lots of incompletes.</p>\n<h2>\n A list, without references, of partial Webmention support I have seen\n <br /></h2>\n<h3>The Junk Drawer</h3>\n<p>Signing up for a receiving service like <a href=\"https://webmention.io/\">webmention.io</a> ... and that's it. Often announced alongside a sentence like \"Next up I'll figure out how to display them!\" This brings to mind with images of the warehouse at the end of Raiders of the Lost Ark, or a house filled to the ceiling with stacks of moldy newspapers.</p>\n<p>\n There are, I recognize, lots of good reasons <i>not</i> to display webmentions, beyond some of the technical speedbumps and pitfalls I talk about below. For example there are a lot of unanswered questions and not-yet-built tools and services for dealing with moderation and abuse.\n <br /></p>\n<h3>\"Why didn't my reply show up on your site?\"</h3>\n<p>\n <a href=\"https://mxb.dev/blog/the-return-of-the-90s-web/\">Static sites are back</a> and I love it. But if there's one thing that static sites do extremely poorly it is responding dynamically to outside events. Some static sites (including my own!) will save webmentions as the come in, but won't display them until the next time a post is added or modified on the site.\n <br /></p>\n<h3>\n \"Why does my reply look weird on your site?\"\n <br /></h3>\n<p>From <a href=\"https://webmention.app/\">services</a> to <a href=\"https://jmac.org/whim/\">command line tools</a> to <a href=\"https://www.jvt.me/posts/2019/09/10/webmentions-on-deploy/\">fancy build hooks on your fancy hosting service</a>, there are many ways to automate sending webmentions. But unless the receiving end can understand the content of your post, it might not show up as you intended, or at all, on the receiving end. Current best practices would have you <a href=\"https://aaronparecki.com/2018/06/30/11/your-first-webmention\">add some extra markup to your post</a> so that the receiver can know that it is a reply, or a like, or an RSVP, or something else. This is a hard coordination problem between your site and theirs! In fact <a href=\"http://microformats.org/\">there is a whole community and standards process for figuring out how to do these things</a>!</p>\n<p>Making sure your posts have the \"correct\" markup to look like you want can be difficult even for developers writing their own HTML. Tools like <a href=\"https://indiewebify.me/\">indiewebify.me</a>, <a href=\"https://monocle.p3k.io/preview\">Monocle's preview</a>, and <a href=\"https://microformats.io/\">microformats.io</a> can help if you are getting your hands dirty. It's much harder for folks that just redesigned their site with a new WordPress theme.</p>\n<h3>\n Bridgy Over Troubled Waters\n <br /></h3>\n<p><a href=\"https://brid.gy/\">Bridgy</a> is an <i>absolutely incredible</i> suite of services provided by <a href=\"https://snarfed.org/\">Ryan</a>, also for free, for the community.</p>\n<p>With the power of Bridgy Backfeed you can use Webmention to feed replies, likes, and reposts from your Twitter tweets to their corresponding post on your own site! This works despite the fact that twitter.com <i>does not link to your website</i> because Bridgy generates little \"bridge\" pages for which to send webmentions. And it's just a little bit of tweaking to have your Webmention display handle the quirks.</p>\n<p>With the power of Bridge Publish you can use Webmention to automatically copy posts from your website directly to social media silos like Twitter! You do this by hiding a link to Bridgy in your post, which sends a Webmention to Bridgy, and then Bridgy parses your post to <i>understand</i> it and figure out which bits to tweet. And then Bridgy responds with info about your new tweet. And it's just a little bit of tweaking to have your Webmention sender handle those quirks and update your post with that link.</p>\n<p>\n With the power of Bridge Fed you can use Webmention to automatically copy posts from your website directly into The Fediverse where yadda yadda yadda. And it's just a bit of tweaking to have your Webmention yadda yadda yadda yadda. \ud83d\ude29 I've tired myself out.\n <br /></p>\n<p>\n These are all fantastic things that are build <i>on top of Webmention</i> but that I often feel are <i>conflated with Webmention</i>.\n <br /></p>\n<h3>\"Just let JavaScript do it!\"</h3>\n<p>This one is a bit... unfair on my part. In fact, I think this setup is the best you can get for the least effort, and I encourage folks to go for it. It looks like this:</p>\n<ul><li>Register with webmention.io to receive, verify, and store your webmentions.</li>\n <li>Put <a href=\"https://github.com/PlaidWeb/webmention.js/\">webmention.js</a> in the template for your posts.</li>\n</ul><p>\n I love webmention.io and use it myself. It is an amazing community resource run by <a href=\"https://aaronparecki.com/\">Aaron</a> at no charge! <a href=\"http://www.kevinmarks.com/\">Kevin</a>'s <a href=\"http://mention.tech/\">mention.tech</a> is another great tool, as is <a href=\"http://voxpelli.com/\">VoxPelli</a>'s <a href=\"https://webmention.herokuapp.com/\">webmention.herokuapp.com</a>. By configuring one of them to accept webmentions on your behalf you save a lot of trouble. They provide APIs that let you pull out the mentions for pages across your site.\n <br /></p>\n<p>Similarly, webmention.js is a really great tool by <a href=\"https://beesbuzz.biz/\">fluffy</a> that hides a lot of complexity and forethought about how to display webmentions with a single JavaScript include.</p>\n<p>\n All that said, I have some issues with this particular combo long-term because all the fetching and display of webmentions happens in the browser of the person viewing your post.\n <br /></p>\n<p>\n If 1,000 people visit your post, that's 1,000 requests to webmention.io, putting load on a service being run by <a href=\"https://indieweb.org/single_point_of_aaron\">one individual</a> for free.\n <br /></p>\n<p>This setup also means that the webmentions for a post aren't included in the original HTML. So, if your site sends a webmention and wants to check back automatically to see if it's shown up, but their site only displays webmentions via JavaScript, your site will never see it. Likewise, it becomes much harder to keep track of <a href=\"https://indieweb.org/reply-chain\">reply chains</a>, for example.</p>\n<h2>Why are you being such a downer about this?</h2>\n<p>Despite, apparently, being <i>a bit salty</i> today, I really do get excited about Webmention, how it's being used in so many ways to connect independent sites, and new ways it can be used in the future.</p>\n<p>I'm worried, a bit, that \"Webmention\" is starting to lose its meaning in conversation. It's starting to feel like a shorthand that hides important details.</p>\n<p>Maybe Webmention can be thought of as less of a \"building block\" and more like a glue. You can do so many things with glue, like combining a bunch of planks into a table, or building a parade float sculpture with papier-m\u00e2ch\u00e9, or doctoring the photo in a passport!</p>\n<p>\n You wouldn't call them all \"glue\".\n <br /></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "article",
"_id": "13250415",
"_source": "175"
}
Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.
events.indieweb.org/2020/07/homebr… (boffosocko.com/?p=55773639)
{
"type": "entry",
"published": "2020-07-16T00:50:18+00:00",
"url": "https://twitter.com/ChrisAldrich/status/1283564581114322944",
"content": {
"text": "Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.\nevents.indieweb.org/2020/07/homebr\u2026 (boffosocko.com/?p=55773639)",
"html": "Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.\n<a href=\"https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI\">events.indieweb.org/2020/07/homebr\u2026</a> (<a href=\"https://boffosocko.com/?p=55773639\">boffosocko.com/?p=55773639</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": "13250279",
"_source": "2773"
}
Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.
https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI
{
"type": "entry",
"published": "2020-07-15T17:40:30-07:00",
"url": "https://boffosocko.com/2020/07/15/55773639/",
"category": [
"indieweb",
"social-stream",
"homebrew-website-club"
],
"content": {
"text": "Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.\n\nhttps://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI",
"html": "Grabbing a quick bite before joining Homebrew Website Club starting at 6:00 PM Pacific. Come join some great people talking about and improving our personal websites.<br />\nhttps://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://boffosocko.com/",
"photo": "https://secure.gravatar.com/avatar/d5fb4e498fe609cc29b04e5b7ad688c4?s=96&d=identicon&r=pg"
},
"post-type": "note",
"_id": "13250227",
"_source": "2785"
}
JS folks be like: how you total up an array of numbers?
…long Twitter thread ensues. So. Many. Options…!
Meanwhile…
Ruby folks be like:
[1, 2, 3, 4, 5].sum
😃👍
Which, incidentally, has been a thing since…
…wait for it…
2016.
Twe-nty Six-teen, people!
🤪
{
"type": "entry",
"published": "2020-07-16T00:38:10+00:00",
"url": "https://twitter.com/jaredcwhite/status/1283561529187549184",
"content": {
"text": "JS folks be like: how you total up an array of numbers?\n\n\u2026long Twitter thread ensues. So. Many. Options\u2026!\n\nMeanwhile\u2026\n\nRuby folks be like:\n\n[1, 2, 3, 4, 5].sum\n\n\ud83d\ude03\ud83d\udc4d\n\nWhich, incidentally, has been a thing since\u2026\n\n\u2026wait for it\u2026\n\n2016.\n\nTwe-nty Six-teen, people!\n\n\ud83e\udd2a"
},
"author": {
"type": "card",
"name": "Jared White \ud83e\udd13",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1232704698890670080/goiKk3uW.jpg"
},
"post-type": "note",
"_id": "13249907",
"_source": "2773"
}
I need to make sure I grab something to eat and finish my demo before the homebrew website club tonight! https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI
{
"type": "entry",
"published": "2020-07-15T17:35:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/e366bb1f-694a-4f78-aaa4-6e6a66f88123",
"category": [
"hwc"
],
"content": {
"text": "I need to make sure I grab something to eat and finish my demo before the homebrew website club tonight! https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI",
"html": "<p>I need to make sure I grab something to eat and finish my demo before the homebrew website club tonight! <a href=\"https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI\">https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13249806",
"_source": "1886"
}
Me trying to figure out if I am willing to do the "work" to get a $400 new bank account bonus over $150 of APR on a high-yield savings account
{
"type": "entry",
"published": "2020-07-16T00:20:50+00:00",
"url": "https://twitter.com/anomalily/status/1283557165647581184",
"video": [
"https://video.twimg.com/tweet_video/EdAcb8fVAAEbUKJ.mp4"
],
"content": {
"text": "Me trying to figure out if I am willing to do the \"work\" to get a $400 new bank account bonus over $150 of APR on a high-yield savings account"
},
"author": {
"type": "card",
"name": "Lillian Karabaic \ud83e\udd44\ud83c\udff3\ufe0f\u200d\ud83c\udf08 BLM",
"url": "https://twitter.com/anomalily",
"photo": "https://pbs.twimg.com/profile_images/1123802400731664385/dsHQG1nZ.jpg"
},
"post-type": "video",
"_id": "13249545",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-15T17:21:35.41511-07:00",
"url": "https://v2.jacky.wtf/post/b42cf995-64aa-40e8-9f99-0d5ed65b8e21",
"content": {
"text": "s/smug/validated/ghttps://twitter.com/toyinariyo66/status/1283556875871690752",
"html": "<p>s/smug/validated/g</p><p><a href=\"https://twitter.com/toyinariyo66/status/1283556875871690752\">https://twitter.com/toyinariyo66/status/1283556875871690752</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13249476",
"_source": "1886"
}
Son. I’m posting links from my own SITE. It’s in my bio. Bring back rel=me support and stop doing this. Open platform? Yeah okay.
{
"type": "entry",
"published": "2020-07-15T17:01:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/5b3d96b6-8f18-4d4c-a018-4561299bcf06",
"photo": [
"https://v2.jacky.wtf/media/image/floating/1594857680714.png?v=original",
"https://v2.jacky.wtf/media/image/floating/1594857680709.png?v=original"
],
"content": {
"text": "Son. I\u2019m posting links from my own SITE. It\u2019s in my bio. Bring back rel=me support and stop doing this. Open platform? Yeah okay.",
"html": "<p>Son. I\u2019m posting links from my own SITE. It\u2019s in my bio. Bring back rel=me support and stop doing this. Open platform? Yeah okay.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "photo",
"_id": "13249147",
"_source": "1886"
}
A wonderful #elmcitywebmaker meet up with a few #tech4teen campers and some parents who stopped to build their first website.
{
"type": "entry",
"published": "2020-07-15T23:59:35+00:00",
"url": "https://twitter.com/jgmac1106/status/1283551818702901250",
"photo": [
"https://pbs.twimg.com/media/EdAXkroWsAEc09g.png"
],
"content": {
"text": "A wonderful #elmcitywebmaker meet up with a few #tech4teen campers and some parents who stopped to build their first website.",
"html": "A wonderful <a href=\"https://twitter.com/search?q=%23elmcitywebmaker\">#elmcitywebmaker</a> meet up with a few <a href=\"https://twitter.com/search?q=%23tech4teen\">#tech4teen</a> campers and some parents who stopped to build their first website."
},
"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": "13249069",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-07-15T16:54:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/29dc0f6d-a241-493a-87f9-a0803be54423",
"content": {
"text": "Okay last one https://twitter.com/MikeBeauvais/status/1283543576140550145",
"html": "<p>Okay last one <a href=\"https://twitter.com/MikeBeauvais/status/1283543576140550145\">https://twitter.com/MikeBeauvais/status/1283543576140550145</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248944",
"_source": "1886"
}
Nah turn Twitter into a massive co-op, give workers more rights and let that turn into an equitable environment where the workers can shake out the shitty plumbing. https://twitter.com/Pinboard/status/1283545945888526336
{
"type": "entry",
"published": "2020-07-15T16:48:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/14e742a8-fe08-4c4e-b259-cc3025933f87",
"content": {
"text": "Nah turn Twitter into a massive co-op, give workers more rights and let that turn into an equitable environment where the workers can shake out the shitty plumbing. https://twitter.com/Pinboard/status/1283545945888526336",
"html": "<p>Nah turn Twitter into a massive co-op, give workers more rights and let that turn into an equitable environment where the workers can shake out the shitty plumbing. <a href=\"https://twitter.com/Pinboard/status/1283545945888526336\">https://twitter.com/Pinboard/status/1283545945888526336</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248805",
"_source": "1886"
}
Platforms are NOTHING without people. The joy, laughter, frustration, excitement and fear all comes from people. To tether yourself to a platform is to consider that to be false.
{
"type": "entry",
"published": "2020-07-15T16:46:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/7f7bdb3f-80eb-4387-9340-113bde520de4",
"content": {
"text": "Platforms are NOTHING without people. The joy, laughter, frustration, excitement and fear all comes from people. To tether yourself to a platform is to consider that to be false.",
"html": "<p>Platforms are NOTHING without people. The joy, laughter, frustration, excitement and fear all comes from people. To tether yourself to a platform is to consider that to be false.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248790",
"_source": "1886"
}
{
"type": "entry",
"published": "2020-07-15T16:38:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/4479245a-b354-4186-97ed-e2f4fc29733c",
"content": {
"text": "Lmfaooooooo sonnnn https://twitter.com/TempNBCNews/status/1283530175364378625 they sending carrier pigeons!",
"html": "<p>Lmfaooooooo sonnnn <a href=\"https://twitter.com/TempNBCNews/status/1283530175364378625\">https://twitter.com/TempNBCNews/status/1283530175364378625</a> they sending carrier pigeons!</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248654",
"_source": "1886"
}
What if this is a ploy by Clubhouse to get users?
{
"type": "entry",
"published": "2020-07-15T16:35:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/52ffac7e-30b9-4039-aaf6-2acbe096b6cf",
"content": {
"text": "What if this is a ploy by Clubhouse to get users?",
"html": "<p>What if this is a ploy by Clubhouse to get users?</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248557",
"_source": "1886"
}
{
"type": "entry",
"published": "2020-07-15T16:29:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/9d4e8445-95d3-45a9-845f-a3ccaf9f4b1a",
"content": {
"text": "They don\u2019t have any student loans to worry about lol https://twitter.com/LastBLKSpartan/status/1283523303190085632",
"html": "<p>They don\u2019t have any student loans to worry about lol <a href=\"https://twitter.com/LastBLKSpartan/status/1283523303190085632\">https://twitter.com/LastBLKSpartan/status/1283523303190085632</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13248452",
"_source": "1886"
}
Good #IndieWeb reminder from @brentsimmons: inessential.com/2020/07/15/zil… (https://t.co/lOHY2BoCN4)
And #BlueChecks appear to be frozen, unable to tweet, only retweet.
So of course this exists: @EveryWord
tantek.com/t57d2
Reminder: it’s a zillion times easier to hack Twitter and take over accounts of Apple, Bill Gates, Jeff Bezos, Joe Biden, and others than it would be to hack their sepa...
{
"type": "entry",
"published": "2020-07-15T23:16:19+00:00",
"url": "https://twitter.com/t/status/1283540928997646336",
"quotation-of": "https://twitter.com/brentsimmons/status/1283534944493502470",
"content": {
"text": "Good #IndieWeb reminder from @brentsimmons: inessential.com/2020/07/15/zil\u2026 (https://t.co/lOHY2BoCN4)\n\nAnd #BlueChecks appear to be frozen, unable to tweet, only retweet.\n\nSo of course this exists: @EveryWord\ntantek.com/t57d2",
"html": "Good <a href=\"https://twitter.com/search?q=%23IndieWeb\">#IndieWeb</a> reminder from <a href=\"https://twitter.com/brentsimmons\">@brentsimmons</a>: <a href=\"https://inessential.com/2020/07/15/zillion_times_easier\">inessential.com/2020/07/15/zil\u2026</a> (https://t.co/lOHY2BoCN4)\n\nAnd <a href=\"https://twitter.com/search?q=%23BlueChecks\">#BlueChecks</a> appear to be frozen, unable to tweet, only retweet.\n\nSo of course this exists: <a href=\"https://twitter.com/everyword\">@EveryWord</a>\n<a href=\"https://tantek.com/t57d2\">tantek.com/t57d2</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",
"refs": {
"https://twitter.com/brentsimmons/status/1283534944493502470": {
"type": "entry",
"published": "2020-07-15T22:52:32+00:00",
"url": "https://twitter.com/brentsimmons/status/1283534944493502470",
"content": {
"text": "Reminder: it\u2019s a zillion times easier to hack Twitter and take over accounts of Apple, Bill Gates, Jeff Bezos, Joe Biden, and others than it would be to hack their separate websites.\n\nDistributed systems are safer."
},
"author": {
"type": "card",
"name": "Brent Simmons",
"url": "https://twitter.com/brentsimmons",
"photo": "https://pbs.twimg.com/profile_images/1108060406705061889/-ZDPdJ7r.png"
},
"post-type": "note"
}
},
"_id": "13248310",
"_source": "2773"
}
King County’s official Rt estimate is now 1.7. Does Washington have a formal framework for deciding if and when to reintroduce restrictions? If so, what does it say about our current trends?
{
"type": "entry",
"published": "2020-07-15T23:01:17+00:00",
"url": "https://twitter.com/dangerdave/status/1283537148755324930",
"content": {
"text": "King County\u2019s official Rt estimate is now 1.7. Does Washington have a formal framework for deciding if and when to reintroduce restrictions? If so, what does it say about our current trends?"
},
"author": {
"type": "card",
"name": "Dave Peck",
"url": "https://twitter.com/dangerdave",
"photo": "https://pbs.twimg.com/profile_images/1254078184867291136/pTHSDZ3r.jpg"
},
"post-type": "note",
"_id": "13247983",
"_source": "2773"
}