cloud-based log management and analytics service provider
POPULARITY
Companies around the world mostly care about one thing — profit. Even if they say people are their most important assets, many businesses still put profit over people when things get difficult. We've recently seen massive tech layoffs attributed to the economic downturn, inflation, and overhiring. If people are a company's most important assets, why are they the first to go when times are rough? Employees are the heart of a company. Companies should be serving the people working in them too.Coco Brown joins us today to discuss what it means to be a leader in today's businesses. She also shares the importance of creating a diverse workforce and how leaders can create change in their organizations. She also shares Athena Alliance, a community for women and executives to learn and support one another in career development. For anyone out there aiming to start serving the people through better leadership, this conversation is for you.3 Reasons to Listen:Discover the current state of businesses and how there's a critical need to create diverse workplaces. Understand current trends in leadership and how to be a leader serving the people you lead. Learn about Coco's questions to help you reflect on your organizational culture. ResourcesVisit us and find more resources just for you on Seek Go Create's websiteConnect with Coco on LinkedIn and The Athena Alliance. About CocoCoco Brown is the founder and CEO of The Athena Alliance, an Executive Learning Community dedicated to helping women accelerate their leadership advancement. Coco is an expert in shaping the modern boardroom and modern leadership. She has extensive experience as a board member and advisor of several organizations, including Nasdaq, ArcherPoint, Athena Rising Foundation, DevOpsGroup, Executive Kinections, and Loggly. Before establishing The Athena Alliance, she was the President and COO of Taos. She graduated from the University of Pennsylvania with a BA in Psychology. You can connect with Coco on LinkedIn.Episode Highlights[01:32] About Coco and Athena AllianceCoco is working to redefine and revolutionize the way senior leaders advance their careers. Athena Alliance works with women only.Coco believes women need more support. [02:54] The Current State of BusinessBusiness models are constantly changing. Old models can't keep up. Learning in the current model now requires learning from people who have done similar things. Athena Alliance also helps companies stay on top of recent global trends and changes. Interconnectedness today is built on sales and recruiting rather than finding the right people to talk to.
Raffael Marty joins Alona to discuss the state of AI for security systems, why it is important to get the users more involved with security, and how data exploration is still in its infancy. Highlights For small enterprises and MSP it's important for a security product to be easy to use. The threat landscape is slightly different for small businesses. The security problems today are still fundamentally the same as 20 years ago despite having more powerful programs. Understanding how people use their systems is critical to understanding and identifying when there is a deviation. Many AI systems are being built with poor, biased, or incomplete data. We cannot solve everything with supervised machine learning. Data visualization for dashboards has improved but data exploration is still emerging. Data should be ingested and formatted for anonymity. Some data is very difficult to make anonymous by the nature of it. It is imperative to build security into the system from the beginning. Something like GDPR will most likely be enacted in the United States. Relevant Links https://www.linkedin.com/in/raffy/ https://www.connectwise.com/ https://raffy.ch/ https://www.vicarius.io/ Get to Know Raffy Raffael Marty is SVP of Security Products at ConnectWise. He brings more than 20 years of cybersecurity industry experience across engineering, analytics, research, and strategy to the company. Marty is responsible for developing and executing the ConnectWise cybersecurity strategy. Prior to Connectwise, Marty was head of research and intelligence at Forcepoint, ran security analytics for Sophos, launched PixlCloud, a visual analytics platform, and Loggly, a cloud-based log management solution. Additionally, Marty held key roles at IBM Research, ArcSight and Splunk and is an expert on established best practices and emerging innovative trends in the big data and security analytics space. Marty is one of the industry's most respected authorities on security data analytics, big data and visualization. He is the author of Applied Security Visualization and is a frequent speaker at global academic and industry events. Marty holds a master's degree in computer science from ETH Zurich, Switzerland and is a student of the Japanese tradition of Zen meditation.
Philip O'Toole and Reed Taylor talk with Stephanie and guest host Terry Ryan all about the new features in Google Cloud Logging on this episode of the podcast. Cloud Logging provides users with management and analyzation of project logs, the reports that describe the state of every system in a project. Reed walks us through Cloud Logging, including a list of features and how other GCP products integrate well with Logging. Once logs are sorted, Cloud Logging also provides tools for detailed query and analysis of log data. But storage and management of logs is as important as sorting and analyzing, and Reed tells us why this third component is vital. New features in storage and management promise to streamline the process. Log Buckets, for example, allow the separation of routing and storage, while Log Views make secure field-level access possible. Log Retention means users can dictate how long different types of logs are stored. These new features help users comply with standards and regulations in the data space. Our guests give more examples of how these tools improve logging tasks. Philip O’Toole Philip O'Toole is an Engineering Manager at Google Pittsburgh, leading development teams working on GCP's Cloud Logging Platform. Prior to Google he led development teams at InfluxDB, Loggly, and Riverbed Technology. You can find him on the web at https://www.philipotoole.com. Reed Taylor Reed Taylor is a Senior Product Manager at Google Pittsburgh, just last week marked his 10th “Googleversary” since starting at the office. In that time he's worked on a range of products including Google Search, Google Shopping, and AdWords. Reed joined GCP just this Spring, and is now focused on Logging products within the Cloud Operations suite. Cool things of the week Grow your ML skills with free offer from Coursera blog Advancing our trusted cloud with engineered-in, invisible security blog Interview Google Cloud Logging site Google Cloud Logging Documentation docs Managing log buckets docs Managing log views on your log buckets docs Data Governance for Log Data Whitepaper site Principles for Security and Managing Logs Whitepaper site What’s something cool you’re working on? Terry has been working on tutorials for the Cloud Ops team. His recent Cloud Logging tutorial is available now.
For Ben and his team, few things have fundamentally changed the product development life-cycle as much as LaunchDarkly, a feature flag management platform. Feature flags allow software engineers to separate the "deployment" of code from the "releasing" of code. Which means safer deployments; instantaneous roll-backs; smaller Pull Requests (PRs); incremental feature development; load-testing with real-world traffic; and - generally speaking - a big bowl of awesome sauce that you didn't even know you needed! And, once you have it, you realize that you can't live without it.Mic drop!But, while Feature Flags may seem magical, they aren't magic. And, moving feature flags through a product development life-cycle requires a certain degree of discipline. Because if you leave feature flags in your code for too long, your application logic can quickly devolve into an unclear, unpredictable maze of control-flow spaghetti.In other news, the Working Code crew is also about to embark on their fist book club adventure, starting with Clean Code by Robert Martin (aka, "Uncle Bob"). We intend to review this book in the May 12th episode. Feel free to follow along!And just when you thought things couldn't get any better, the Working Code Podcast now has a party line! Just kidding; but, we do have an answering service at (512) 253-2633 (That's 512-253-CODE!). Please leave us a message with with your comments, questions, and anything else you feel like sharing. We miss hearing your voices!Triumphs & FailuresAdam's Triumph - Historically, when his team needed to host a private npm module, they've stored it in a private GitHub repository and then used git URLs within the package.json file. And, this worked most of the time. But, it was wonky and there were lots of quirks and edge-cases and they've been on the lookout for a better solution. Enter stage left: GitHub Packages. These allow you to "officially" store npm modules right alongside the rest of your GitHub hosted code - no hacks, no troubles.Ben's Failure - He's generally very regimented about the hours that he keeps. But, in the wake of losing both his Project Manger (PM) and his Engineering Manager (EM), he's been struggling to properly prioritize all the work on his plate. And, instead of being smarter, he's opted to work harder by putting in a few extra hours here-and-there. He understands that it's a slippery slope; and, not the life-style that he wants to live; but, if he can just get ahead of it, he's confident that he'll get back on the right track.Carol's Triumph - She's been wanting to build something with React as means to level-up on her front-end skills. And she finally finished going through a Udemy course on React! Next step: React side project (possibly to track her water intake).Tim's Triumph - He's launching a skunk works project that is based on a previous skunk works project. It feels a little bit rogue; and a little bit cowboy; but, it also feels kind of amazing and is something that Tim recommends to everyone (assuming that they have some free time to commit).ASIDE: A "skunk works project" is a secret project that the rest of (or most of) your company doesn't know about until there's a big reveal. These types of projects may or may not be authorized by the company itself.Notes & LinksLaunchDarkly - an amazing platform for feature flag based application development.Flagsmith - a feature flag service that has hosted, cloud, and on-premise solutions.Split IO - a feature flag service with a free tier option.Ben Nadel: My Personal Best Practices For Using LaunchDarkly Feature Flags - on opus on how Ben's team uses LaunchDarkly and feature flags.Ben Nadel: Viewing The LaunchDarkly Feature Flag Evaluation Process As A Pure Function - a helpful analogy for understanding how user targeting works in LaunchDarkly.Adil Aijaz: Managing Feature Flags - an O'Reilly book on feature flag management.StatsD - the de facto standard for recording application metrics in web development.FusionReactor - an application performance monitoring (APM) solution for the JVM.Loggly - a log aggregation service that requires no proprietary agents.Datadog - a modern (and totally awesome) platform for monitoring, logging, and StatsD metrics.Follow the show! Our website is workingcode.dev and we're @WorkingCodePod on Twitter and Instagram. New episodes weekly on Wednesday.And, if you're feeling the love, support us on Patreon.
2021-04-13 Weekly News - Episode 99Watch the video version on YouTube at https://youtu.be/wmBusQHhs0w Hosts:Gavin Pickin - Software Consultant for Ortus SolutionsEric Peterson - Software Consultant for Ortus SolutionsThanks to our Sponsor - Ortus SolutionsThe makers of ColdBox, CommandBox, ForgeBox, TestBox and almost every other Box out there. A few ways to say thanks back to Ortus Solutions: - Like and subscribe to our videos on youtube. - Sign up for a free or paid account on CFCasts, which is releasing new content every week - Buy Ortus’s new Book - 102 ColdBox HMVC Quick Tips and Tricks on GumRoadPatreon SupportWe have 36 patreons providing 79% of the funding for our Modernize or Die Podcasts via our Patreon site: https://www.patreon.com/ortussolutions. If you love our podcasts and all we do for the #coldfusion #cfml community considers chipping in, we are almost there!https://www.ortussolutions.com/blog/we-need-your-help News and EventsNew Release Candidate for Lucee 5.3.8There is a new Release Candidate ( 5.3.8.167-RC ) available to download from our download page https://download.lucee.org or via the Lucee Admin.https://dev.lucee.org/t/new-release-candidate-5-3-8-167-rc-rc2/8197 Adobe CF 2021 Lockdown Guide is availableThis may not be “news” for everyone but somehow it had slipped by me: the ColdFusion 2021 Lockdown Guide has been available since December 2020 (and was updated slightly in Jan 2021). I find no mention of it here, so I thought it a good post to share.The 2021 guide is about 9 pages longer than the 2018 version. The new version covers security-related aspects of new features in CF2021, such as CF package management (cfpm), as well as security-related aspects of new features in the CF Administrator, and some modest additions to coverage of security-related aspects in the Performance Monitoring Toolset (PMT) and the CF Api Manager.https://coldfusion.adobe.com/2021/04/coldfusion-2021-lockdown-guide-available/ Mid-Michigan CFUG - Embracing the Jamstack with Ray CamdenTuesday, April 13 at 7:00 pmWe are going virtualMeeting URL: https://bit.ly/3dGHjgE http://www.mmcfug.org/ VS Code Live Stream - VS Code Notebooks: A Deep DiveThursday 15th at 8am PSTVS Code is adding Notebooks as a core concept in the API, on top of which extensions like the Jupyter Notebook are being built. Join Tanha to explore the capabilities of Notebooks in VS Code. We'll also look under-the-hood at the new APIs to build custom notebooks and visualizers, and how you can use them to build new extensions.https://code.visualstudio.com/livestream?WT.mc_id=devcloud-18509-cxa ICYMI - VS Code 1.55 Release PartyThursday, April 8VS Code teamLive event and Q&A with the VS Code team to discuss highlights from the March 2021, 1.55 release.https://youtu.be/-YQ8UnjNQ1M Adobe Webinar Series - API Creation and ManagementNext Webinar: 4/28/21ColdFusion Developers, do you want a first hand look at publishing APIs securely and at scale? Then mark your calendars for Brian Sappey’s upcoming webinars! This seven-part series will give you a 360 degree view of the API Manager and teach you how to build RESTful APIs with Adobe ColdFusion. Everything from securing, publishing and monitoring APIs, will be covered with hands-on examples, and easy discussions.Dates: 3/24/21, 3/25/21, 4/28/21, 4/29/31, 5/12/21, 5/13/21, 5/24/21Information: https://coldfusion.adobe.com/2021/03/webinar-series-api-creation-management/ Registration: https://coldfusion-api-management-solution.meetus.adobeevents.com/?fbclid=IwAR2q7aEI9u1ibBKrneeDvAhKWWW7V78bB_P1rTzWAh8x4e20q68gXLeMVrMRecordings: https://t.co/ZQc637BSkv ICYMI - Online CF Meetup - "CSS Crash Course for CSS Haters or Novices", with Jessica KeenerThursday, April 8, 202111:00 AM to 12:00 PM CDTThis class is intended for a complete novice to CSS, or those who know enough to get by but hate everything about it. We will be covering the basics of CSS (including specificity), using preprocessors, as well as several practical best practices to keep you out of CSS hell.https://www.meetup.com/coldfusionmeetup/events/277252125 Recording: https://www.youtube.com/watch?v=Lx7OqcqAw3Y Online CF Meetup - "To the future with cbFutures!", with Luis MajanoThursday, April 15, 20215:00 PM to 6:00 PM CDTIn this session we will explore the asynchronous and parallel programming constructs built into the ColdBox 6 Async Package. Java has supported a robust and functional approach to asynchronous programming since JDK8 and now it is available to us all in the Coldfusion (CFML) ⚡ World! To the future!https://www.meetup.com/coldfusionmeetup/events/277112459/Ortus Webinar - Building modern web apps with ContentBox Modular CMS with Luis MajanoApril 23, 2021 Time: 11:00 AM CTContentBox is a professional open source modular content management system powered by ColdBox HMVC and ColdFusion. In this session, led by Luis Majano, we will get an overview of this CMS platform and how you can leverage it to not only deliver content based applications, but any modern web application thanks to its powerful headless API and ColdBox services.https://www.ortussolutions.com/events/webinars Reminder: New Book from Luis Majano 102 ColdBox HMVC Quick Tips and TricksNow Available on Gumroad - $29http://gum.co/coldbox-tips CFCasts Content Updateswww.cfcasts.com CFCasts site updates!Just Released - CommandBox Zero to Hero (https://cfcasts.com/series/commandbox-zero-to-hero) - Server start and other Commands - Host, Port and Server.json - Artifacts - What’s new with ColdBox 6 (https://cfcasts.com/series/whats-new-with-coldbox6) - Debugging and Profiling ColdBox Apps with the ColdBox DebuggerComing up soon- More CommandBox Zero to Hero- More What’s new with ColdBox 6- Up and Running with Quick- LogBox 101- Using DocBoxSend your suggestions at https://cfcasts.com/supportConferences and TrainingVueConf - Virtual Vue LoveApril 14th - TOMORROW - Online - Free and there’s swag (first 500 registrations)Hosted by Evan YouLive Video with Chat Q&A with speakersAttendee Lightning TalksLive DJVirtual PartyWorkshops TBAhttp://vueconf.us/ RedisConf 2021Virtual: Apr 20-21Rediscover the power of real-time data. Join us at RedisConf 2021 to hear from the Redis community, customers, and industry experts. Dive into the latest product experiences, get hands-on training, network with other Redis pros, and show off your skills by participating in a $100,000 hackathon.https://redislabs.com/redisconf/ Atlassian Teams 21Apr 28-30 Better teams starts with being better teammates. Check out Atlassian’s vision for Team 2021, formerly Summit.https://events.atlassian.com/team21 AWS Summit Online - AmericasMay 12-13Online and Free AWS Summit Online is designed for developers and IT professionals looking to learn how to build and innovate at scale using AWS Cloud. Hear the very latest from AWS executives, attend breakout sessions featuring customer stories, and engage with AWS experts to get your questions answered. Enhance your skills with hands-on labs and workshops, learn from inspiring demos, and discover what AWS and our Partner Solutions can do for your business.This free online conference is designed to educate you about AWS services; and help you design, deploy, and operate infrastructure and applications.https://aws.amazon.com/events/summits/online/americas/ DockerConMay 27th 2021DockerCon 2021 is a free, one-day virtual event that is a unique experience for developers and development teams who are building the next generation of modern applications. If you want to learn about how to go from code to cloud fast and how to solve your development challenges, DockerCon 2021 offers engaging live content to help you build, share and run your applications.https://www.docker.com/dockercon-live/2021 Ortus Workshops - Dates coming soonMore Workshops dates to come- CommandBox Zero to Hero- ColdBox Zero to Hero- ColdBox Hero to SuperHeroOrtus’s Possible Conferences for 2021Dates subject to changeDue to Online conference overload, we are thinking about not expanding the number of events, but more content in more timezones with a different format.ITB - Developer Week Style?? - (please be in-person!!!)With some European Timezone Friendly slots from our European Community MembersSeptember 2021Call for speakers coming soonITB LatamDecember 2021More conferencesNeed more conferences, this site has a huge list of conferences for almost any language/community.https://confs.tech/CFML Is now on the list - https://confs.tech/conferences/new Blogs, Tweets and Videos of the WeekBlog - Charlie Arehart - ColdFusion 2021 Lockdown Guide availableThis may not be “news” for everyone but somehow it had slipped by me: the ColdFusion 2021 Lockdown Guide has been available since December 2020 (and was updated slightly in Jan 2021). I find no mention of it here, so I thought it a good post to share.The 2021 guide is about 9 pages longer than the 2018 version. The new version covers security-related aspects of new features in CF2021, such as CF package management (cfpm), as well as security-related aspects of new features in the CF Administrator, and some modest additions to coverage of security-related aspects in the Performance Monitoring Toolset (PMT) and the CF Api Manager.https://coldfusion.adobe.com/2021/04/coldfusion-2021-lockdown-guide-available/ Tweet - James Moberg - Migrating Versions and using Lucee’s Unit TestsWhile migrating #ColdFusion 2016 apps to CF2021 & Lucee #cfml, I've found the Lucee unit tests to be extremely beneficial. https://github.com/lucee/Lucee/tree/6.0/testFor example, Lucee has a null coalescing elvis operator, but adobe throws an error. #crossCFMLCodinghttps://twitter.com/gamesover/status/1381661107228663818https://twitter.com/gamesoverBlog - Ben Nadel - Experimenting With Try / Catch / Retry Semantics In Lucee CFML 5.3.7.47The other day, when I was looking something up in the Lucee CFML documentation, I came across a page that outlined the CFRetry tag. This tag will jump the control flow back up to the CFTry ingress, re-running the volatile execution pathway. I'm not sure I've seen this tag before. And, I don't actually "retry" much code in my ColdFusion applications. But, every now and then, I'll have some "exponential" back-off logic around a remote system call. As such, I wanted to see how my traditional approach to this would compare and contrast with the retry semantics in Lucee CFML 5.3.7.47.https://www.bennadel.com/blog/4025-experimenting-with-try-catch-retry-semantics-in-lucee-cfml-5-3-7-47.htm Blog - Ben Nadel - Using Array-Like Structs As Arrays In Lucee CFML 5.3.7.47The other day, when I was working on unifying type casting errors in Lucee CFML, I spent some time digging around in the Lucee source code on GitHub looking for examples of casting error messages. As I was doing this, I came across a Java class called StructAsArray. This wrapper class appears to allow array-like Structs to be treated as Arrays in some scenarios. I don't recall ever seeing this discussed; so, I wanted to perform a quick experiment in Lucee CFML 5.3.7.47.https://www.bennadel.com/blog/4026-using-array-like-structs-as-arrays-in-lucee-cfml-5-3-7-47.htm Blog - Ben Nadel - Unifying Type Casting Exceptions For Cleaner Log Aggregation In Lucee CFML 5.3.7.47At InVision, we use Loggly as our centralized log aggregation service. And, when I go to consume said logs, I am generally breaking them down by "Error Message". Most of the time, this is great. However, when a script kiddie starts barfing malicious data into my pages, it creates a lot of noise in Loggly since Lucee CFML 5.3.7.47 creates unique error messages for each type casting exception. In order to cut down on this noise, and to help the security team fine-tune the WAF (Web Application Firewall) rules, I wanted to unify all type casting errors under a single error message.https://www.bennadel.com/blog/4024-unifying-type-casting-exceptions-for-cleaner-log-aggregation-in-lucee-cfml-5-3-7-47.htm Blog - Matthew Clemente - Use the PostgreSQL JDBC Driver Directly with ColdFusionFor reasons irrelevant to this post, I wanted to run a query directly via the PostgreSQL JDBC Driver, bypassing cfquery. To be clear, up front, I do not recommend doing this and I don’t know of any practical use case for it. But, because I couldn’t find much online, I thought it worth documenting.https://blog.mattclemente.com/2021/04/07/postgresql-jdbc-driver-coldfusion.html Blog - Terra Tech - Funny ColdFusion Custom Tag Competition (CFML Programmer’s Jokes)Recently I decided to run a little competition.The goal was to write your best ColdFusion custom tag joke, and post it. No big reason for that, I just wanted to shake everyone up and see how creative CF'ers can be. Although, I already know they are very funny and creative.You can check out all the answers and jokes directlyhttps://teratech.com/funny-coldfusion-custom-tag-cfml-programmer/ Blog - Ben Nadel - Task Switching, Sensory Specific Satiety, And Staying Productive At WorkAs a software engineer, one thing that I've never connected with is the idea that engineers only have "N" number of hours per day in which they can be productive. I believe this concept stems from a lack of strategy, not a lack of capacity. I am not going to argue that every hour of every day has equal potential; but, I do think that we can employ strategies to maximize every hour if we learn to lean into the constraints of our day instead of fighting them.https://www.bennadel.com/blog/4023-task-switching-sensory-specific-satiety-and-staying-productive-at-work.htm Blog - Luis Majano - Ortus Solutions - ColdBox Debugger Mini-APM v3 Launched!We are so excited to bring about a major release for the ColdBox Debugger project: v3.0.0. However, what in the world is the ColdBox Debugger module? I am glad you asked:https://www.ortussolutions.com/blog/coldbox-debugger-mini-apm-v3-launched Blog - Toomba - Adding CacheBox to your CFML ApplicationCacheBox is a tool that adds caching to your application to speed things up. It is not dependent on a single cache which makes it very powerful when your application needs frequent change.https://toomba.com/en/blogs/adding-cachebox-to-your-cfml-application/ CFML JobsSeveral positions available on https://www.getcfmljobs.com/Listing over 70 ColdFusion positions from 44 companies across 47 locations in 5 Countries since Dec 1st.1 new job this weekFull-Time - Software Developer at Houston - United States Posted Apr 12https://www.getcfmljobs.com/viewjob.cfm?jobid=11217 ForgeBox Module of the WeekCFMigrationsDatabase migrations are a way of providing version control for your application's database. Changes to database schema are kept in timestamped files that are ran in order up and down.In the up function, you describe the changes to apply your migration. In the down function, you describe the changes to undo your migration.https://www.forgebox.io/view/cfmigrations Story Links:pgjdbc PR - https://github.com/pgjdbc/pgjdbc/pull/2119 Lucee Ticket - https://luceeserver.atlassian.net/browse/LDEV-3426 VS Code Hint Tips and Tricks of the WeekQuokka.jsBy Wallaby.js - 1 million+ installsJavaScript and TypeScript playground in your editor.Quokka.js is a developer productivity tool for rapid JavaScript / TypeScript prototyping. Runtime values are updated and displayed in your IDE next to your code, as you type.https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode Thank you to all of our Patreon SupportersThese individuals are personally supporting our open source initiatives to ensure the great toolings like CommandBox, ForgeBox, ColdBox, ContentBox, TestBox and all the other boxes keep getting the continuous development they need, and funds the cloud infrastructure at our community relies on like ForgeBox for our Package Management with CommandBox. You can support us on Patreon here https://www.patreon.com/ortussolutions- Bronze Packages and up, now get a ForgeBox Pro and CFCasts subscriptions as a perk for their Patreon Subscription.- All Patreon supporters have a Profile badge on the Community Website- All Patreon supporters have their own Private Forum access on the Community WebsiteDon BellamyEric HoffmanDavid BelangerGary KnightGiancarlo GomezJonathan PerretMario RodriguesJeffry McGee - Sunstar MediaJohn Wilson - Synaptrix Yogesh MathurJoseph LamoreeBen NadelBrett DeLineCarl Von StettenCharlie ArehartDan CardDaniel GarciaDidier LesnickiEdgardo CabezasJan JannekJason DaigerJeff McClainJeremy AdamsJonas ErikssonJordan ClarkKai KoenigLaksma TirtohadiLeon SeremelisMatthew DarbyMatthew ClementeMingo HagenPatrick FlynnRoss PhillipsScott SteinbeckStephany MongeSteven KlotzYou can see an up to date list of all sponsors on Ortus Solutions' Websitehttps://ortussolutions.com/about-us/sponsors ★ Support this podcast on Patreon ★
This week, Mark Mirchandani and Priyanka Vergadia learn all about Cloud Audit Logging with fellow Googlers Philip O’Toole and Oscar Guerrero. Our guests explain the importance of Cloud Audit Logs to keep track of your GCP resources so you know who, what, where, and when things were done. Our guests explain the types of logs GCP offers and why each is important for security. The interview continues with a discussion the various other benefits of audit logging, including proof of compliance and measuring of risk. Because audit logs have the ability to create more data than some businesses can use, Philip and Oscar help our listeners understand how to choose the correct logging services for their needs, and we learn how Cloud Logging can help users digest their data. Philip describes how audit logs and event driven systems can benefit businesses, explaining how event driven systems can be built and pushed with GCP. Oscar continues the conversation with audit logging in G Suite. The Cloud Logging team is continuing to expand offerings, so be on the lookout! Philip O’Toole Philip O’Toole is an Engineering Manager at Google Pittsburgh, leading development teams working on GCP’s Cloud Logging Platform, including Audit Logging. Prior to Google, he led development teams at InfluxDB, Loggly, and Riverbed Technology. You can find him on the web. Oscar Guerrero Oscar Guerrero is a Product Manager at Google New York, focused on Data Privacy and Compliance, in particular Audit Logging. Prior to Google, he consulted on Cloud based Financial Risk systems and was a Program Manager at Microsoft in Commerce, Xbox, and Cloud Recommendations. Cool things of the week The new Google Cloud region in Jakarta is now open blog Cloud SQL database instances now discounted blog Beyond Your Bill videos Understanding and analyzing your committed use discounts video Now available: Next OnAir ‘20 schedule, sessions, learning, and resources blog Interview Cloud Audit Logs site Cloud Audit Logs Documentation site Cloud Logging site Cloud Logging Documentation site BigQuery site Google Cloud Storage site Operations (formerly Stackdriver) site Chronicle site Splunk site G Suite audit logging information guide Google G Suite to Splunk HEC Configuration blog Anthos site Tip of the week This week, we have a tip from our Customer Engineering friend, Anthony Bushong, about audit logging in Kubernetes. You can find great documentation on this here and here. What’s something cool you’re working on? Cloud Bytes launched on Sunday and the 2nd episode of the Drawing Board launched late last week! Continuing to work on these.
This week: that best gadgets from the past ten years article, dreams of kubernetes on old hardware, and 451 Research’s acquisition. Ask us questions for the next episode with the tag #asksdt — recording next week. Mood board: #asksdt Remember the Law of Hammarabi. They’re not the Poynter institute or anything. Are we going to be blamed for all the problems? Kubernetes on the barby. It’s all the same broken stuff. Broken ankle con. I’ve never broken a bone. A bunch of old hardware, some Kubernetes, you got a stew going! The Carl Weathers Cluster. I’m really good at thinking while I talk. Just ignore the baby yoda. Relevant to your interests The 100 most important gadgets of the decade (https://www.theverge.com/2019/12/10/20997215/best-gadgets-decade-2010s-list-roundup-apple-iphone-tesla-amazon-samsung). Broken ankle conference. S&P Global Acquires 451 Research, LLC (https://www.prnewswire.com/news-releases/sp-global-acquires-451-research-llc-300970643.html). Ubuntu pro. Facebook sells off Oculus Medium to Adobe (http://axios.link/6xFK). Amazon blames Trump for losing $10 billion JEDI cloud contract to Microsoft (https://www.cnbc.com/2019/12/09/amazon-blames-trump-for-losing-jedi-cloud-contract.html). This podcaster wants to catch you up on the news on your ride home, no matter what you’re into (https://www.fastcompany.com/90440269/ride-home-media-tech-election-news-podcasts-celeb-news). Ring's Hidden Data Let Us Map Amazon's Sprawling Home Surveillance Network (https://www.gizmodo.com.au/2019/12/rings-hidden-data-let-us-map-amazons-sprawling-home-surveillance-network/). AWS is sick of waiting for your company to move to the cloud (https://techcrunch.com/2019/12/09/aws-is-sick-of-waiting-for-your-company-to-move-to-the-cloud/). Cloud Wars CEO of the Year 2019: Thomas Kurian of Google Cloud (https://cloudwars.co/cloud-wars-ceo-of-the-year-2019-thomas-kurian-google-cloud/). Amazon, Google, Microsoft: Here's Who Has the Greenest Cloud (https://www.wired.com/story/amazon-google-microsoft-green-clouds-and-hyperscale-data-centers/). Canonical announces Ubuntu Pro for Amazon Web Services (https://ubuntu.com/blog/canonical-announces-ubuntu-pro-for-amazon-web-services). Eclipse Foundation Warns Operators: Don’t Be a ‘Dumb Pipe’ for AWS (https://www.sdxcentral.com/articles/news/eclipse-foundation-warns-operators-dont-be-a-dumb-pipe-for-aws/2019/12/?utm_source=feedblitz&utm_medium=FeedBlitzRss&utm_campaign=sdxcentral). CNCF Cloud Native Interactive Landscape (https://landscape.cncf.io/). BPF: A New Type of Software (http://www.brendangregg.com/blog/2019-12-02/bpf-a-new-type-of-software.html). Nonsense AI Hiring Algorithm (https://xkcd.com/2237/) The Apple TV remote is so bad that a Swiss TV company developed a normal replacement (https://www.theverge.com/circuitbreaker/2019/12/9/21002605/apple-tv-remote-salt-swiss-tv-company-replacement-buttons-normal) Air France-KLM Group steps up cooperation with Qantas Group (https://www.airfranceklm.com/en/news/air-france-klm-group-steps-cooperation-qantas-group) Sponsors SolarWinds: This episode is sponsored by SolarWinds and one of their APM tools – Loggly. To try it FREE for 14 days, just go to http://loggly.com/sdt. Arrested DevOps Podcast: Subscribe today by searching for “Arrested DevOps” in you favorite podcast app or by visiting (https://www.arresteddevops.com/)https://www.arresteddevops.com/ (https://www.arresteddevops.com/). Conferences, et. al. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). June 1-4: ChefConf 2020 (https://chefconf.chef.io/) Jordi wants you to go to GitLab Commit (https://about.gitlab.com/events/commit/) Jan. 14th SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Book Giveaway We’re giving away one digital copy of Righting Software (http://www.informit.com/store/righting-software-9780136524038). The first person that DM’s @bwhichard (https://twitter.com/bwhichard) on Twitter or in the SDT Slack (http://www.softwaredefinedtalk.com/slack) gets a copy. Recommendations Matt: On the Metal (https://oxide.computer/blog/categories/on-the-metal/) podcast; How Buildings Learn (https://www.youtube.com/watch?v=AvEqfg2sIH0). Brandon: General Magic the Movie (https://www.generalmagicthemovie.com/). Coté: The Mandalorian (https://en.wikipedia.org/wiki/The_Mandalorian). Outro: “Tooth Fairy Crunch!,” (https://www.youtube.com/watch?v=M5embxVXocY&list=PLtsdgl5EjTaPZkxc15Biep5OvVxRI1YW8&index=15&t=1m43s) Teen Titans. Cover art from yusseyhan (https://pixabay.com/photos/casserole-stew-crock-hot-pot-2386835/).
It’s the re:Invent episode! We also have digressions/delights on why Oracle is so sticky despite (rival vendors tell us) how much people want to leave it. And, since it’s that time of year, Sinterklaas. Sometime in December we’ll do a listener questions (and our answers) episode. Send us your questions in Slack or in Twitter or whatever with by tagging them with hashbrowns #asksdt. Mood board: #asksdt “Where are you thought-lording us to?” Pepernoot (https://en.wikipedia.org/wiki/Pepernoot). Always pack a back-up croissant. Here’s the thing with bread. I thought he hated the swans. Dogs clearly rank as humanities number one friend. Then it’s bread/alcohol. Everyone knows when Bastille Day is Coté. Halloween in London grocery stores: not this shit again. They got a pee-jug back there? Relevant to your interests AWS re:Invent AWS Launches & Previews at re:Invent 2019 – Sunday, December 1st (https://aws.amazon.com/blogs/aws/aws-launches-previews-at-reinvent-2019-sunday-december-1st/) AWS DeepRacer Update – New Features & New Racing Opportunities (https://aws.amazon.com/blogs/aws/aws-deepracer-update-new-features-new-racing-opportunities/) AWS DeepComposer – Compose Music with Generative Machine Learning Models (https://aws.amazon.com/blogs/aws/aws-deepcomposer-compose-music-with-generative-machine-learning-models/) AWS End-of-Support Migration Program for Windows Server (https://aws.amazon.com/blogs/aws/new-program-to-future-proof-windows-server-applications/) Amazon Transcribe Medical – Real-Time Automatic Speech Recognition for Healthcare Customers (http://feedproxy.google.com/~r/AmazonWebServicesBlog/~3/ikfP6jz4tHY/) Automate OS Image Build Pipelines with EC2 Image Builder (https://aws.amazon.com/blogs/aws/automate-os-image-build-pipelines-with-ec2-image-builder/) No Monday blog post with announcements? AWS Launches & Previews at re:Invent 2019 – Tuesday, December 3rd (https://aws.amazon.com/blogs/aws/aws-launches-previews-at-reinvent-2019-tuesday-december-3rd/) AWS Outposts brings hybrid cloud support – but only for Amazon (https://searchaws.techtarget.com/news/252474945/AWS-Outposts-brings-hybrid-cloud-support-but-only-for-Amazon) Amazon EKS on AWS Fargate Now Generally Available (https://aws.amazon.com/blogs/aws/amazon-eks-on-aws-fargate-now-generally-available/) Coming Soon – Graviton2-Powered General Purpose, Compute-Optimized, & Memory-Optimized EC2 Instances (https://aws.amazon.com/blogs/aws/coming-soon-graviton2-powered-general-purpose-compute-optimized-memory-optimized-ec2-instances/) Amazon SageMaker Processing – Fully Managed Data Processing and Model Evaluation (https://aws.amazon.com/blogs/aws/amazon-sagemaker-processing-fully-managed-data-processing-and-model-evaluation/) Amazon Managed Apache Cassandra Service (MCS) (https://aws.amazon.com/blogs/aws/new-amazon-managed-apache-cassandra-service-mcs/) Easily Manage Shared Data Sets with Amazon S3 Access Points (https://aws.amazon.com/blogs/aws/easily-manage-shared-data-sets-with-amazon-s3-access-points/) Amazon Redshift Update – Next-Generation Compute Instances and Managed, Analytics-Optimized Storage (https://aws.amazon.com/blogs/aws/amazon-redshift-update-next-generation-compute-instances-and-managed-analytics-optimized-storage/) AWS Launches & Previews at re:Invent 2019 – Wednesday, December 4th (https://aws.amazon.com/blogs/aws/aws-launches-previews-at-reinvent-2019-wednesday-december-4th/) Amazon Braket – Get Started with Quantum Computing (https://aws.amazon.com/blogs/aws/amazon-braket-get-started-with-quantum-computing/) Announcing UltraWarm (Preview) for Amazon Elasticsearch Service (https://aws.amazon.com/blogs/aws/announcing-ultrawarm-preview-for-amazon-elasticsearch-service/) Identify Unintended Resource Access with AWS Identity and Access Management (IAM) Access Analyzer (https://aws.amazon.com/blogs/aws/identify-unintended-resource-access-with-aws-identity-and-access-management-iam-access-analyzer/) Amazon Kendra AI search tool indexes enterprise data (https://aws.amazon.com/kendra/) Oxid (https://oxide.computer/)e (https://oxide.computer/) - nice cake! John Chambers and a star team of ex-Cisco engineers have finally launched Pensando Systems, a startup with $278 million in funding, to take on Amazon — and Cisco (https://www.businessinsider.com/john-chambers-pensando-systems-cisco-stars-amazon-2019-10). A letter from Larry and Sergey (https://blog.google/inside-google/alphabet/letter-from-larry-and-sergey). Nonsense Costco Pays Dearly for Shopping SNAFU (https://www.newser.com/story/283702/costco-pays-dearly-for-shopping-snafu.html) The Taco Cleanse Is a Real Diet — and Involves Eating Tacos All Day (https://people.com/food/taco-cleanse-we-tried-it/) United Changes it Frequent Flyer Program (https://mileageplusupdates.com/mileageplus/english/upgrades/) The Effort to Make Everyone Look Less Awful on Video Conference Calls (https://slate.com/human-interest/2019/12/video-conferencing-is-the-worst.html) (https://mileageplusupdates.com/mileageplus/english/upgrades/) Sponsors SolarWinds: To try it FREE for 14 days, just go to http://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. . Conferences, et. al. December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). June 1-4: ChefConf 2020 (https://chefconf.chef.io/) Jordi wants you to go to GitLab Commit (https://about.gitlab.com/events/commit/) Jan. 14th SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Matt: SysAdvent 2019 (https://sysadvent.blogspot.com/2019/) Brandon: The Irishmen (https://www.netflix.com/title/80175798); Venture Capital and Control with Dave Teare (https://rework.fm/venture-capital-and-control-with-david-teare/). Coté: Pivot (https://podcasts.apple.com/us/podcast/pivot/id1073226719) podcast; Art as Therapy (https://www.goodreads.com/book/show/17899481-art-as-therapy?from_search=true&qid=98oDN0EKI0&rank=1) book.
Why does SDN even exist? (No, not SDT, but Software Defined Networking). Also, we discuss a recent Google Anthos interview as well, some kubernetes stuff, and the Mongolian Grill restaurant concept. Sorry for all the plosives. Coté needs to get mic cover for his portable podcasting studio and that Tesla truck thing. Hey, Coté got off his ass and finally re (https://buttondown.email/cote)v (https://buttondown.email/cote)ved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Mood board: Now we’ve got two topics. The sweet and sour sauce was just pineapple juice. Every culture has its tortilla. Well, definitely, everything just tasted sort of brown. This is where I learned about organized crime. I learned how to use the meat slicer. “There was hiding in the meat freezer.” I have a lot of stories from my time at the Mongolian BBQ. Nobody wants to go update the MIBs or something 90% of software innovation happens because developers don’t want to talk to people. 70% of software innovation comes from people not wanting to pay for shit. Life is basically a risk-curve analysis. Stuffing! I’m like the David Foster Wallace of podcast footnotes. The most sincere ad read ever. Nobody cares about your open source glue. Why don’t you change your terribleness? There’s a lot of money in muck. In Search of Excellence strikes again! The PT Cruiser was a hand me down - it wasn’t my choice. Black Friday/Black Week. Zwarte Piet (https://en.wikipedia.org/wiki/Zwarte_Piet), pepernoot (https://en.wikipedia.org/wiki/Pepernoot). Relevant to your interests Anthos: Google's bid for Kubernetes differentiation (https://www.theregister.co.uk/2019/11/26/anthos_googles_bid_for_kubernetes_differentiation/) - interview about Anthos. Basically, multi-cloud (meaning, runs on private cloud) kubernetes platform that fills in the details and missing stuff with proprietary Google code and integration work…right? “We have a lot of people that have kicked the tires on K8s with open source, but when they are serving their customers, they want an SLO [service-level objective] with [Google].” KubeCon NA trip notes: Kubecon San Diego Takeaways (https://octetz.com/posts/k8s-kubecon-sd-review). KellyAnn Fitzpatrick (RedMonk): Day 0 (https://redmonk.com/kfitzpatrick/2019/11/18/kubecon-north-america-2019-day-0/), Day 1 (https://redmonk.com/kfitzpatrick/2019/11/19/kubecon-north-america-2019-day-1/), Day 2 (https://redmonk.com/kfitzpatrick/2019/11/20/kubecon-north-america-2019-day-2/), Day 3 (https://redmonk.com/kfitzpatrick/2019/11/21/kubecon-north-america-2019-day-3/). 10 Most Interesting Announcements From Kubecon + CloudNativeCon 2019 (https://www.forbes.com/sites/janakirammsv/2019/11/24/10-most-interesting-announcements-from-kubecon--cloudnativecon-2019/#e046f31583bc). IBM paid $34B for this: Where Red Hat is taking OpenShift (https://www.zdnet.com/article/ibm-paid-34b-for-this-where-red-hat-is-taking-openshift/). How open source changed everything - again (https://www.cio.com.au/article/669131/how-open-source-changed-everything-again/). Whatever happened to “Big Data”? Datadog container report (https://www.datadoghq.com/container-report/): Node.js and Java are the top two. People run older versions of kubernetes. “he average container lifespan at a typical company running unorchestrated infrastructure is about two days, down from about 6 days in mid-2018.” “service mesh technologies do not yet rank among the top container images” Banking on the Future: Why our most hated institutions will become our most beloved (https://a16z.com/2019/11/21/banking-on-the-future/). Google Will Award $1M-Plus to People Who Can Hack Titan M Security Chip (https://threatpost.com/google-will-award-1m-plus-to-people-who-can-hack-titan-m-security-chip/150551/). Personal And Social Information Of 1.2 Billion People Discovered In Massive Data Leak (https://www.dataviper.io/blog/2019/pdl-data-exposure-billion-people/): “On October 16, 2019 Bob Diachenko and Vinny Troia discovered a wide-open Elasticsearch server containing an unprecedented 4 billion user accounts spanning more than 4 terabytes of data. A total count of unique people across all data sets reached more than 1.2 billion people, making this one of the largest data leaks from a single source organization in history. The leaked data contained names, email addresses, phone numbers, LinkedIN and Facebook profile information.” Tesla claimed its pickup truck was ‘bulletproof’ — then smashed its windows with a metal ball (https://www.cnbc.com/2019/11/22/tesla-smashes-bulletproof-pickup-trucks-windows-with-a-metal-ball.html). PayPal buys money-saving service Honey for $4 billion (https://www.engadget.com/2019/11/21/paypal-buys-money-saving-service-honey/). Amazon cites Fox News segment, Trump rally in formal protest of Pentagon’s $10B JEDI award (https://www.geekwire.com/2019/amazon-cites-fox-news-segment-trump-rally-formal-protest-pentagons-jedi-award/) - the military is never getting that cloud. Sponsors SolarWinds: To try it FREE for 14 days, just go to http://loggly.com/sdt (http://loggly.com/sdt). If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com (https://pagerduty.com). Listener Feedback Sent stickers to Chris in Pittsburgh. He says. “Thanks much for the show, look forward to every week and the great mix of strategy, Kubernetes, parenting, meat, and travel.’ Ashish from Charlotte and he say he “Loves the show.” Conferences, et. al. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). June 1-4: ChefConf 2020 (https://chefconf.chef.io/) Jordi wants you to go to GitLab Commit (https://about.gitlab.com/events/commit/) Jan. 14th SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Matt: Black Friday… sorry Adbusters (https://www.adbusters.org/). Coté: Joan Didion, The White Album (https://www.goodreads.com/book/show/421.The_White_Album) - the audio book read by Susan Varon (https://www.audible.com/pd/The-White-Album-Audiobook/B00BQLIEAU) is fantastic, perfectly matching Didion’s tone. Outro: A good buy, from (https://www.youtube.com/watch?v=VUoj5hNfJ3Y) Hands on a Hardbody (https://www.youtube.com/watch?v=VUoj5hNfJ3Y).
We discuss Kubecon and Slack vs. Microsoft Teams. Pretty frothy stuff! Hey, Coté got off his ass and finally re (https://buttondown.email/cote)v (https://buttondown.email/cote)ved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Mood board: One. “I am not upgrading.” “Nothing ever good comes out of upgrades.” “I need someone with 35 years experience to run the internal blog.” “Shut the doors on your way out.” Planning makes us professional Tech news sucks nowadays, where’s the good news? Put that gravy on your shorts. It’s the Sanka of hot sauces. The problem is, there’s only one size of tortilla: giant. ah tortillas (https://www.ah.nl/producten/product/wi173410/ah-tortilla-wraps-voordeel). They have really good lighting. Prove me wrong, Kubecon 2020. “Their negotiation with the underlying platform.” I’m not a technical person, I’m a toga person. The Oxnard Comma. Stop not giving your money to Kafka, give it to us. Is that still the future, or is it finally the present? When the money tree starts shaking, might as well catch some money. Giant monsters fighting in Japan. Call in Idris Elba. The video conferencing circle of life. The Schwag Cycle. 1am city council meetings for the parking app product manager. Cocky sci-fi Europeans. Relevant to your interests Cloud Native Computing Foundation Reaches Over 100 Certified Kubernetes Vendors (https://www.cncf.io/announcement/2019/11/19/cloud-native-computing-foundation-reaches-over-100-certified-kubernetes-vendors/) A certified vendor is an organization that provides a Kubernetes distribution, hosted platform, or installer. Cloud Native Computing Foundation Continues Tremendous Growth, Surpassing 500 Members (https://www.cncf.io/announcement/2019/11/19/cloud-native-computing-foundation-continues-tremendous-growth-surpassing-500-members/) In the third quarter of 2019, 56 members joined CNCF. The rapid growth underscores increasing momentum around cloud native technologies just as a record-breaking 12,000 attendees gather for KubeCon + CloudNativeCon North America. (https://events19.linuxfoundation.org/events/kubecon-cloudnativecon-north-america-2019/) HPE launches container platform, aims to be 100% open source Kubernetes (https://www.zdnet.com/article/hpe-launches-container-platform-aims-to-be-100-open-source-kubernetes/) "With BlueData, customers won't be managing five different clusters," he said. "We will have one central point and 100% open-source Kubernetes (https://www.zdnet.com/search/?o=0&q=kubernetes) that is curated and at the top of the trunk." HPE doesn’t want Xerox’s valuation: HP Just Rejected Xerox. Here Are the Moves It Could Make Next. (https://www.barrons.com/articles/hp-stock-xerox-whats-next-51574097138) Curiously good press release: Announcing Oracle API Gateway, Oracle Logging and Kafka Compatibility for Oracle (https://containerjournal.com/news/news-releases/announcing-oracle-api-gateway-oracle-logging-and-kafka-compatibility-for-oracle-streaming/amp/#click=https://t.co/xjsIrebqZu) (https://containerjournal.com/news/news-releases/announcing-oracle-api-gateway-oracle-logging-and-kafka-compatibility-for-oracle-streaming/amp/#click=https://t.co/xjsIrebqZu)Streaming (https://containerjournal.com/news/news-releases/announcing-oracle-api-gateway-oracle-logging-and-kafka-compatibility-for-oracle-streaming/amp/#click=https://t.co/xjsIrebqZu). Slack vs. Teams, etc. Slack stock drops as Microsoft claims big lead with 20 million Teams users (https://www.cnbc.com/2019/11/19/microsoft-teams-reaches-20-million-daily-active-users.html). Slack touts users growth as it faces growing competition from Microsoft (https://www.cnbc.com/2019/10/10/slack-says-it-crossed-12-million-daily-active-users.html). Amazon’s packaging: Why thousands of Amazon packages converge on a tiny Montana town (https://www.theverge.com/2019/11/14/20961523/amazon-walmart-target-package-delivery-sales-tax-montana-roundup). Google some company, CloudSimple…? Snowflake Data Warehouse Partner (https://www.snowflake.com/technology-partners/google-cloud-platform/) Google acquires CloudSimple to bolster cloud workload migration (https://www.google.com/amp/s/venturebeat.com/2019/11/18/google-acquires-cloudsimple-to-bolster-cloud-workload-migration/amp/) - CloudSimple® provides a secure, high performance, dedicated environment in Public Clouds to run VMware workloads. What’s the point: Puppet wash, HPE Container Platform, JenkinsX, K3s, and Gremlins in the cloud (https://devclass.com/2019/11/20/whats-the-point-puppet-wash-hpe-container-platform-jenkinsx-k3s-and-gremlins-in-the-cloud/) IBM driving open source advancements to help developers be more productive with Kubernetes (https://developer.ibm.com/blogs/ibm-open-source-developers-productive-kubernetes/) - Kui (https://www.kui.tools/) is designed to be a single tool to help developers navigate between the different CLIs relevant to each part of the solution. Nvidia and Microsoft launch Azure supercomputing instance (https://venturebeat.com/2019/11/18/nvidia-and-microsoft-launch-azure-supercomputing-instance/) SoftBank to create $30 billion tech giant via Yahoo Japan, Line Corp deal (https://www.reuters.com/article/us-z-holdings-line/softbank-to-create-30-billion-tech-giant-via-yahoo-japan-line-corp-deal-idUSKBN1XR0W5) - SoftBank Corp plans to merge internet subsidiary Yahoo Japan with messaging app operator Line Corp to create a $30 billion tech group, as it strives to compete more effectively with local rival Rakuten and U.S. tech powerhouses. Google’s rollout of RCS chat for all Android users in the US begins today (https://www.theverge.com/2019/11/14/20964477/googles-rcs-chat-android-rollout-us-ccmi-texting-sms). Apple plans a Prime-like subscription bundle, but that has News+ publishers worried (https://www.google.com/amp/s/arstechnica.com/gadgets/2019/11/apple-plans-to-bundle-music-news-and-tv-in-one-subscription-report-says/%3famp=1). Nike Pulling Its Products From Amazon in E-Commerce Pivot (https://www.bloomberg.com/news/articles/2019-11-13/nike-will-end-its-pilot-project-selling-products-on-amazon-site). The 20 Best DevOps Podcasts (https://devops.com/the-20-best-devops-podcasts/). Nonsense WeWork at Kubecon? (https://twitter.com/jehb/status/1196896481543774208?s=19) Stadia Countdown (http://stadiacountdown.com/) Sponsors SolarWinds: To try it FREE for 14 days, just go to http://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Suggested Jobs CNCF Job Board (https://jobs.cncf.io/jobs/search) Listener Feedback Sent stickers to Chris in Pittsburgh. He says. “Thanks much for the show, look forward to every week and the great mix of strategy, Kubernetes, parenting, meat, and travel.’ Ashish from Charlotte and he say he “Loves the show.” Conferences, et. al. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). June 1-4: ChefConf 2020 (https://chefconf.chef.io/) Jordi wants you to go to GitLab Commit (https://about.gitlab.com/events/commit/) Jan. 14th SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Matt: Brandon’s picks are eventually good - Sicario (https://www.imdb.com/title/tt3397884/) - 30 for 30: Pony Exce (http://www.espn.com/30for30/film/_/page/pony-excess)$$. Australian fires (https://www.theatlantic.com/photo/2019/11/photos-of-australias-catastrophic-bushfires/602350/). Brandon: Park in Austin App (https://www.parkatxapp.com/). AWS GameDay (https://aws.amazon.com/gameday/). Coté: casino bread (https://nl.wikipedia.org/wiki/Casinobrood). Ezra Klein Dave Eggers episode (https://www.vox.com/podcasts/2019/11/18/20970587/dave-eggers-ezra-klein-technology-smartphone). Mr. Penumbra's 24-Hour Bookstore (https://www.goodreads.com/book/show/13538873-mr-penumbra-s-24-hour-bookstore) and Sourdough (https://www.goodreads.com/book/show/33916024-sourdough?from_search=true&qid=PiG3RQ9fyP&rank=1).
Coté is eating and drinking in this episode, so deal with it. Also, we discuss some odd slides, Mirantis buying Docker Enterprise, and saving code with vikings. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Latest issues: Mood board: Coté is gobsmacked by slides. Let’s turn these earnings upside down. It’s not just turtles all the way down, they’re all the way up too! Where are my turtles? Clearly you know what you’re doing, because you’ve got billions of dollars. Clearly these people have missed the point of distributed version control. Put your code in the Phantom Zone. Is there a new April Fool’s in November? They probably had some good slides. Relevant to your interests WeWork The Best Slides From SoftBank's WeWork-Focused Earnings Report (https://news.crunchbase.com/news/the-best-slides-from-softbanks-wework-focused-earnings-report/) Docker, Kube and Containers Mirantis acquires Docker Enterprise (https://techcrunch.com/2019/11/13/mirantis-acquires-docker-enterprise/) Docker’s Next Chapter: Advancing Developer Workflows for Modern Apps (https://www.docker.com/blog/docker-next-chapter-advancing-developer-workflows-for-modern-apps/) VMware Bridges Kubernetes and vSphere with Launch of Pacific Beta (https://thenewstack.io/vmware-bridges-kubernetes-and-vsphere-with-launch-of-pacific-beta/) Google releases Skaffold so devs don't get hung up on Kubernetes (https://devclass.com/2019/11/08/google-releases-skaffold-to-simplify-kubernetes-app-lifecycle-management/) Skaffold, the Kubernetes build automation tool, is GA (https://cloud.google.com/blog/products/application-development/kubernetes-development-simplified-skaffold-is-now-ga) Sysdig 2019 Container Usage Report: New Kubernetes and security insights | Sysdig (https://sysdig.com/blog/sysdig-2019-container-usage-report/) Red Hat Introduces open source Project Quay container registry (https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-container-registry) Google — Games, Health…? and Banking…? Google’s ‘Project Nightingale’ Gathers Personal Health Data on Millions of Americans (https://www.wsj.com/articles/google-s-secret-project-nightingale-gathers-personal-health-data-on-millions-of-americans-11573496790) Google plans to offer checking accounts next year (https://www.theverge.com/2019/11/13/20962745/google-checking-account-citigroup-stanford-pay-banking-financial-services-cache) Google announces Stadia's launch day game lineup - 9to5Google (https://9to5google.com/2019/11/11/stadia-launch-games/) AWS New – Savings Plans for AWS Compute Services | Amazon Web Services (https://aws.amazon.com/blogs/aws/new-savings-plans-for-aws-compute-services/) 15 Years of AWS Blogging! | Amazon Web Services (https://aws.amazon.com/blogs/aws/15-years-of-aws-blogging/) GitHub Changelog - The GitHub Blog (https://github.blog/changelog/) GitHub launches Arctic Code Vault to preserve open source software for 1,000 years (https://venturebeat.com/2019/11/13/github-launches-arctic-code-vault-to-preserve-open-source-software-for-1000-years/) OpenJDK repo migration to GitHub gains steam (https://www.infoworld.com/article/3453397/openjdk-repo-migration-to-github-gains-steam.html) At Universe, GitHub rolls out Actions, Packages and more open-source goodies (https://siliconangle.com/2019/11/13/github-universe-announcements-bring-bevy-updates-developers/) GitHub faces more resignations in light of ICE contract (https://techcrunch.com/2019/11/13/github-faces-more-resignations-in-light-of-ice-contract/) Fourteen years after launching 1Password takes a $200M Series A (https://techcrunch.com/2019/11/14/fourteen-years-after-launching-1password-takes-first-funding-a-200m-series-a/) Apple’s 16-inch MacBook Pro is here, and it has a good keyboard (https://www.theverge.com/2019/11/13/20962380/apples-16-inch-macbook-pro-keyboard-screen-speakers-processor) Update on 3.0 Development, FIPS and 1.0.2 EOL - OpenSSL Blog (https://www.openssl.org/blog/blog/2019/11/07/3.0-update/) Firefox at 15: its rise, fall, and privacy-first renaissance (https://www.fastcompany.com/90428050/firefox-at-15-its-rise-fall-and-privacy-first-renaissance) Honestly, A Video Game That Strands You On A Boring Six-Hour Flight Is Just What I Need Right Now (https://www.gizmodo.com.au/2019/11/honestly-a-video-game-that-strands-you-on-a-boring-six-hour-flight-is-just-what-i-need-right-now/) Netflix, HBO and Cable Giants Are Coming for Password Cheats (https://www.bloomberg.com/news/articles/2019-11-08/netflix-hbo-and-cable-giants-are-coming-for-password-cheats) Re-Licensing Sentry (https://blog.sentry.io/2019/11/06/relicensing-sentry) Twitter Employees, Ahmad Abouammo and Ali Alzabarah, Charged With Spying for Saudi Arabia | Government | Politics (https://www.scribd.com/document/433852085/Twitter-Employees-Ahmad-Abouammo-and-Ali-Alzabarah-Charged-With-Spying-for-Saudi-Arabia) Salesforce Ventures invested $300M in Automattic while Salesforce was building a CMS (https://techcrunch.com/2019/11/11/salesforce-ventures-invested-300m-in-automattic-while-salesforce-was-building-a-cms/) This State’s 50-Year Bet on Big Tech Could Cost Hundreds of Millions of Dollars (https://www.bloomberg.com/news/articles/2019-11-06/indiana-s-50-year-big-tech-bet-may-be-worth-hundreds-of-millions) Intel is still struggling with the truth about its processor security flaws (https://www.theverge.com/2019/11/13/20962667/intel-processor-security-vulnerabilities-researchers-disclosure) Microsoft teams up with Warner Bros. to store Superman on new glass storage (https://www.theverge.com/2019/11/4/20942040/microsoft-project-silica-glass-storage-warner-bros-features-details/) Sponsors SolarWinds: To try it FREE for 14 days, just go to http://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Suggested Jobs Jobs at GitLab (http://GitLab has a shitload of openings: https://about.gitlab.com/jobs/apply/) Professional Services Consultant - APAC (Singapore or Australia) (https://www.chef.io/details/?jobId=dcf7cca8-faf4-4edc-82ab-694b60c187ad) Conferences, et. al. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). June 1-4: ChefConf 2020 (https://chefconf.chef.io/) SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Matt: Upgrading MacBook Pro/Air SSDs (https://mattray.github.io/2019/11/12/upgrading-macbook-pro-ssds.html) (Mention that here’s the link for last week). The wonderful world of Chinese hi-fi (https://www.theverge.com/2019/11/7/20943377/chinese-hi-fi-audio-chifi-fiio-hifiman-tin-audio). ****- Brandon: Beats Solo Wireless for Kids (https://www.beatsbydre.com/headphones/solo3-wireless). Pivot Podcast (https://podcasts.voxmedia.com/show/pivot). Coté: AirPods Pros (https://www.apple.com/airpods-pro/). Crypt of the Warlock RPG rules (https://lazzmap.tumblr.com/post/188072845368/when-i-have-a-moment-between-projects-i-like-to).
We dig into the Microsoft Azure Arc announcement and discuss when or if a multi-cloud strategy makes sense. Plus, Matt explains how daylight savings time works with calendar invites and offers tips on how to upgrade you old MacBook. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Relevant to your interests The 7 most important announcements from Microsoft Ignite (https://techcrunch.com/2019/11/04/the-7-most-important-announcements-from-microsoft-ignite/) Microsoft unveils Azure Arc, Stack Edge, and new virtual machine instances (https://venturebeat.com/2019/11/04/microsoft-unveils-azure-arc-stack-edge-and-new-virtual-machine-services/) Announcing Visual Studio Online Public Preview | Visual Studio Blog (https://devblogs.microsoft.com/visualstudio/announcing-visual-studio-online-public-preview/) IBM, Bank of America Team Up on Public Cloud Aimed at Banks (https://www.wsj.com/articles/ibm-bank-of-america-team-up-on-public-cloud-aimed-at-banks-11573016461) HP confirms it has received a proposal from Xerox about being acquired (https://techcrunch.com/2019/11/06/hp-confirms-it-is-having-discussions-with-xerox-about-being-acquired/) WSJ News Exclusive | Xerox Considers Takeover Offer for HP (https://www.wsj.com/articles/xerox-considers-takeover-offer-for-hp-11573012201) This Time, There Really Are NO IPv4 Internet Addresses Left (https://www.ispreview.co.uk/index.php/2019/10/this-time-there-really-are-no-ipv4-internet-addresses-left.html) Google buys Fitbit for $2.1 billion (https://arstechnica.com/gadgets/2019/11/google-buys-fitbit-for-2-1-billion/) Founders’ note: IOpipe joins New Relic! (https://read.iopipe.com/founders-note-iopipe-joins-new-relic-c15eeda47151) Pack Your Bags – Systemd Is Taking You To A New Home (https://hackaday.com/2019/10/16/pack-your-bags-systemd-is-taking-you-to-a-new-home/) Use your iPad as a second display for your Mac with Sidecar (https://support.apple.com/en-afri/HT210380) Apple AirPods Pro review: perfect fit (https://www.theverge.com/2019/11/1/20942472/apple-airpods-pro-review-design-price-specs-features-noise-cancellation) New cyberattacks targeting sporting and anti-doping organizations (https://blogs.microsoft.com/on-the-issues/2019/10/28/cyberattacks-sporting-anti-doping/) Microsoft Azure customers reporting hitting virtual machine limits in U.S. East regions (https://www.zdnet.com/article/microsoft-azure-customers-reporting-hitting-virtual-machine-limits-in-u-s-east-regions/) Editorial: Apple Pay passes PayPal, tramples Google Pay & Samsung Pay (https://appleinsider.com/articles/19/10/31/editorial-apple-pay-passes-paypal-tramples-google-pay-samsung-pay) Linux Foundation Introduces a Telemetry Policy for All Projects (https://thenewstack.io/linux-foundation-introduces-a-telemetry-policy-for-all-projects/) Turbonomic Buys SevOne | FinSMEs (http://www.finsmes.com/2019/11/turbonomic-buys-sevone.html) Hootsuite founder Ryan Holmes steps down after 11 years as CEO; sees no urgency for IPO (https://business.financialpost.com/technology/hootsuite-founder-ryan-holmes-steps-down-after-11-years-as-ceo-sees-no-urgency-for-ipo) In the Trump era, Oracle holds tech sway (https://www.axios.com/oracle-sway-trump-era-policy-safra-catz-77380aa9-6eb7-4ccd-aef5-95b5bdcdd437.html) Join the beta: our new serverless compute environment gives you more power at the edge (https://www.fastly.com/blog/join-the-beta-new-serverless-compute-environment-at-the-edge) Twitter drops all political ads in shot at Zuckerberg (https://www.politico.com/news/2019/10/30/twitter-dropping-all-political-ads-000308) DevRel is like coffee.. and other profundities. (https://medium.com/@jeremymeiss/devrel-is-like-coffee-b3c461de15db) Writing Docs at Amazon (https://blog.usejournal.com/writing-docs-at-amazon-e025808616bd) Sponsors SolarWinds Try Loggly FREE for 14 days, just go to http://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Suggested Jobs Digital Solution Architect in Bratislava, Slovakia (https://csc.wd1.myworkdayjobs.com/DXCJobs/job/SVK---BL---BRATISLAVA/Digital-Solution-Architect_51212377) EmacsConf YouTube Video of Matt’s Presentation and Demo (https://www.youtube.com/watch?v=4pHid-kTBHw) Slides from Presentation (https://www.slideshare.net/mattray/emacsconf-2019-interactive-remote-debugging-and-development-with-tramp-mode) Matt’s Tweet (https://twitter.com/mattray/status/1191184124867858434) Conferences, et. al. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: HBO’s The Watchmen (https://www.hbo.com/watchmen?camp=GOOGLE%7cHTS_SEM%7cPID_p45988141318&keyword=hbo+watchmen&utm_id=71700000055434735&utm_medium=paid-search&utm_content=tun&gclid=Cj0KCQiA-4nuBRCnARIsAHwyuPo3AWnQEMs1SrS3dl_F0fiTwbJQxDuLY6pYTkvEB1z5djvbnSCB7GUaAliuEALw_wcB&gclsrc=aw.ds) Apple Music Watchmen Playlist (https://music.apple.com/us/playlist/watchmen-hbo-original-soundtrack/pl.u-06ox4ByCYj2N942) NIN Watchmen Soundtrack (https://store.nin.com/products/watchmen-soundtrack) On Spotify (https://open.spotify.com/album/3TB6SKSLA7zUN1jIKwO31e) Matt: True Facts (https://www.youtube.com/watch?v=gNqQL-1gZF8&list=PLOHbM4GGWADc5bZgvbivvttAuWGow6h05&index=11) Photo Credit (https://unsplash.com/photos/-p-KCm6xB9I)
The annual team meetings are rolling around - what should you be doing and expecting from them? Also, we discuss what a big contract like JEDI can mean for a vendor, and also what those whacky developers are up according to a survey. Mood board: Stroke City. QBR times four. Travel costs. We need a better word than “politics.” Corporate virtue signaling. Never ask anything. There’s going to be Werner Hertzog! There’s a difference between making a point and making money. Are you just fillin’ a seat? The fixie of IDEs. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Latest issues: Relevant to your interests Too many conferences this week. DOES, Ghent, OSS Summit, LISA. “How do you decide where to go? I stayed home.” Microsoft beats Amazon to win the Pentagon’s $10 billion JEDI cloud contract (https://www.google.com/amp/s/www.theverge.com/platform/amp/2019/10/25/20700698/microsoft-pentagon-contract-jedi-cloud-amazon-details) Microsoft wins Pentagon's $10 billion cloud computing contract (https://www.axios.com/microsoft-pentagon-computing-contracts-3f435663-fdb0-4185-830d-5f9cbc5aaf5c.html) Amazon's earning shocker is set to wipe over $50 billion from its market cap (https://markets.businessinsider.com/news/stocks/amazon-q3-earnings-shocker-wipes-54-billion-off-market-cap-2019-10-1028630546) Alternate title: “Market cap drops just 4.8% Amazon still kind of a big deal.” Introducing the Red Hat Global Transformation Office (https://www.redhat.com/en/blog/introducing-red-hat-global-transformation-office). The state of Developer Ecosystem in 2019 Infographic (https://www.jetbrains.com/lp/devecosystem-2019) “89% of developers customize their IDEs in some way.” What’s up, 11%?x DevOps: Tools Can Lead The Culture Change (https://redmonk.com/rstephens/2019/10/25/devops-tools-can-lead-the-culture-change/) Open Sourcing Mantis: A Platform For Building Cost-Effective, Realtime, Operations-Focused Applications (https://medium.com/netflix-techblog/open-sourcing-mantis-a-platform-for-building-cost-effective-realtime-operations-focused-5b8ff387813a) My company sold for $100 million and I got Zilch. How can that be? (https://medium.com/help-me-heidi/my-company-sold-for-100-million-and-i-got-zilch-how-can-that-be-f7be0563f1f8) Google moves to buy Fitbit (https://ia.acs.org.au/article/2019/google-moves-to-buy-fitbit-.html) Google brings its ‘.new’ domains to the rest of the web, including to Spotify, Microsoft & others (https://techcrunch.com/2019/10/29/google-brings-its-new-domains-to-the-rest-of-the-web-including-to-spotify-microsoft-others/) AT&T, Verizon, Sprint, and T-Mobile have finally agreed to replace SMS with a new RCS standard (https://www.theverge.com/2019/10/24/20931202/us-carriers-rcs-cross-carrier-messaging-initiative-ccmi-att-tmobile-sprint-verizon) Sponsors SolarWinds: To try it FREE for 14 days, just go to https://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Conferences, et. al. Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 https://live.emacsconf.org/ December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). † SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: eBay (https://www.ebay.com/) for selling your Cambrionix PowerPad15S Charge & Sync 15 Port USB Hub (https://www.cambrionix.com/products/powerpad15s-pp15s-industrial-usb-hub) Matt: Dolly Parton’s America (https://www.wnycstudios.org/podcasts/dolly-partons-america). Coté: The Grand Budapest Hotel (https://en.wikipedia.org/wiki/The_Grand_Budapest_Hotel). Whole Foods hot buffet for the business traveler.
How important is domain knowledge for a new CEO? What is the key to building a successful Open Source Business? What is Kelsey Hightower really asking? We answer all these questions and more. Plus, Matt explains why a bus pass is better than a driver’s license in Australia. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Latest issues: Relevant to your interests Executive Shuffles Google just hired a former Microsoft exec to spearhead G Suite (https://www.businessinsider.com/google-hired-former-microsoft-exec-javier-soltero-vp-g-suite-2019-10) and Javier Soltero’s Bio (https://en.wikipedia.org/wiki/Javier_Soltero) Microsoft’s Q1 earnings boosted by cloud and Office as Surface and Xbox stall (https://www.theverge.com/2019/10/23/20928856/microsoft-q1-2020-earnings-revenue-cloud-services-surface-gaming-xbox) ServiceNow Announces Bill McDermott to Become CEO, Succeeding John Donahoe, Who Is Stepping Down to Become CEO of Nike (https://www.businesswire.com/news/home/20191022006131/en/ServiceNow-Announces-Bill-McDermott-CEO-Succeeding-John) Nike, ServiceNow and SAP CEOs play a game of musical chairs (https://www.marketwatch.com/story/nike-servicenow-and-sap-ceos-play-a-game-of-musical-chairs-2019-10-22) Free Software a.k.a Open Source In 2019, multiple open source companies changed course—is it the right move? (https://arstechnica.com/information-technology/2019/10/is-the-software-world-taking-too-much-from-the-open-source-community/) Free Software and Open Source Business - Andreessen Horowitz (https://a16z.com/2019/10/21/free-software-and-open-source-business/) Databricks announces $400M round on $6.2B valuation as analytics platform continues to grow (https://techcrunch.com/2019/10/22/databricks-announces-400m-round-on-6-2b-valuation-as-analytics-platform-continues-to-grow/) What $24 Million Means for Our Open Source Community (https://grafana.com/blog/2019/10/24/what-24-million-means-for-our-open-source-community/) — Grafana Security Getting Started with Security Keys (https://paulstamatiou.com/getting-started-with-security-keys/?utm_source=Benedict%27s+Newsletter&utm_campaign=b017837a75-Benedict%27s+Newsletter+309&utm_medium=email&utm_term=0_4999ca107f-b017837a75-70424493&mc_cid=b017837a75&mc_eid=288b3f86c8) Don’t use admin/admin as username/password (http://securities.stanford.edu/filings-documents/1063/EI00_15/2019128_r01x_17CV03463.pdf https://pbs.twimg.com/media/EHLMQzTXkAEgHHx.png) The Chintzy Way Zappos Wants to Compensate Victims of a 2012 Data Breach (https://slate.com/technology/2019/10/zappos-amazon-data-breach-settlement-coupon.html) Kelsey Hightower asks a question… (https://twitter.com/kelseyhightower/status/1186832245664997377) Good news for developers: The CLI is back | ZDNet (https://www.zdnet.com/article/good-news-for-developers-the-cli-is-back/) IBM stock downgraded on fears of long-term Red Hat impact, other worries (https://www.wraltechwire.com/2019/10/21/ibm-stock-downgraded-on-fears-of-long-term-red-hat-impact-other-worries/) Six Reasons Why iOS 13 and Catalina Are So Buggy (https://tidbits.com/2019/10/21/six-reasons-why-ios-13-and-catalina-are-so-buggy/) Not LibreOffice too? Beloved open-source suite latest to fall victim to the curse of Catalina (https://www.theregister.co.uk/2019/10/23/libreoffice_latest_victim_of_curse_of_catalina/) Nonsense Gulfstream’s New G700 Is Set to Become the World’s Biggest Private Jet (https://robbreport.com/motors/aviation/gulfstreams-g700-worlds-biggest-private-jet-2875781/) Sponsors SolarWinds: This episode is sponsored by SolarWinds and one of their APM tools – Loggly. To try it FREE for 14 days, just go to http://loggly.com/sdt. PagerDuty: This is episode is brought to you by PagerDuty. To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Conferences, et. al. Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). † SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Joker (https://www.imdb.com/title/tt7286456/) Matt: Daemon (https://www.amazon.com/DAEMON-Daemon-Daniel-Suarez/dp/0451228731) by Daniel Suarez Photo by Ben White on Unsplash (https://unsplash.com/photos/ZCv_tXbTsNA)
"This week there has been a lot of confusion on social media” around MeetUp charging more, along with the launch of a rival service at LinkedIn. Yeah, we get deep into LinkedIn talk! Then we discuss into what exactly a GitLab is. Mood board: Hard to come down on a definitive opinion on carrots. We can educate Coté. Learning from each other, the more you know! There’s a lot of kube shit. Non-subjugating windows. Anyone can do a hyphen, you have to go out of your way to do an em-dash. What’s a ‘fixie’? HOT LINKEDIN ETHICS DEBATE. You’re probably using the Twitter webpage and following the “Suggested Follows.” There have been reports in social media. It’s the chaos monkey for business models. We can Armchair Product Management this thing. I've been asked if crocodiles are considered "pescatarian-friendly." It’s kind of like the yaml version of the Rational dream. The whole rest of the world was putting together best of breed tools. If you say so, Grammerly. “Monty-python simulation” Stay out of the room Mr. AI! It’s paper size A-somebullshit. We’re puttin’ the Plan column back on! Space carpets. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). Latest issues: Relevant to your interests Meetups Meetup wants to charge users $2 just to RSVP for events — and some are furious (https://www.theverge.com/2019/10/15/20893343/meetup-users-furious-new-rsvp-payment-test) LinkedIn Launches Events to Facilitate Professional Meet-Ups (https://www.socialmediatoday.com/news/linkedin-launches-events-to-facilitate-professional-meet-ups/565171/) freeCodeCamp is building an open source alternative to Meetup (http://mattray 5:55 PM https://twitter.com/ossia/status/1183845054449930241) GitLab Blood money is fine with us, says GitLab: Vetting non-evil customers is 'time consuming, potentially distracting' (https://www.theregister.co.uk/2019/10/16/gitlab_employees_gagged/) GitLab reset --hard bad1dea: Biz U-turns, unbans office political chat, will vet customers (https://www.theregister.co.uk/2019/10/17/gitlab_reverse_ferret/) AWS AWS Promotional Credits for Open Source Projects | Amazon Web Services (https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/) Amazon migrates more than 100 consumer services from Oracle to AWS databases (https://techcrunch.com/2019/10/15/amazon-migrates-more-than-100-consumer-services-from-oracle-to-aws-databases/) Migration Complete – Amazon’s Consumer Business Just Turned off its Final Oracle Database | Amazon Web Services (https://aws.amazon.com/es/blogs/aws/migration-complete-amazons-consumer-business-just-turned-off-its-final-oracle-database/) Security Google teams up with Yubico to build a USB-C Titan Security Key (https://www.engadget.com/2019/10/14/google-yubico-usb-c-titan-security-key/) Thoma Bravo makes $3.9 billion offer to acquire security firm Sophos (https://techcrunch.com/2019/10/14/thoma-bravo-makes-3-9-billion-offer-to-acquire-security-firm-sophos/) Potential bypass of Runas user restrictions (https://www.sudo.ws/alerts/minus_1_uid.html) Sudo Flaw Lets Linux Users Run Commands As Root Even When They're Restricted (https://thehackernews.com/2019/10/linux-sudo-run-as-root-flaw.html) Kube Corner Microsoft launches new open-source projects around Kubernetes and microservices (https://techcrunch.com/2019/10/16/microsoft-launches-new-open-source-projects-around-kubernetes-and-microservices/) Red Hat Flexes OpenShift Kubernetes Muscles (https://www.lightreading.com/cloud/network/red-hat-flexes-openshift-kubernetes-muscles/d/d-id/754862) MuleSoft Announces Anypoint Service Mesh, Extending the Power of Anypoint Platform to Any Microservice | MuleSoft (https://www.mulesoft.com/press-center/october-2019-release-anypoint-service-mesh) Facebook Can Be Forced to Delete Content Worldwide, E.U.’s Top Court Rules (https://www.nytimes.com/2019/10/03/technology/facebook-europe.html?utm_source=Memberful&utm_campaign=e1340d4a90-daily_update_2019_10_07&utm_medium=email&utm_term=0_d4c7fece27-e1340d4a90-111265207) Ahead of Zuckerberg testimony, new setbacks for Libra (https://www.axios.com/mark-zuckerberg-libra-facebook-congressional-testimony-6665e91a-e520-4cda-92c7-50783393cd17.html?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter_axioslogin&stream=top) Inside Mozilla's 18-month effort to market without Facebook (https://digiday.com/marketing/after-mozilla-stopped-spending-on-facebook-the-company-increased-its-focus-on-offline-marketing/) Tim Cook’s Company-Wide Memo on HKmap.live Doesn’t Add Up (https://daringfireball.net/linked/2019/10/10/cook-hkmap-live-email) Open Source Gerrymandering (https://www.aniszczyk.org/2019/10/08/open-source-gerrymandering/) Larry Wall has approved renaming Perl 6 to Raku (https://twitter.com/ripienaar/status/1182794059297050624) Docker Desktop asset, fiscal stress prompt acquisition buzz (https://searchitoperations.techtarget.com/news/252471956/Docker-Desktop-asset-fiscal-stress-prompt-acquisition-buzz) Building China's Comac C919 airplane involved a lot of hacking, report says (https://www.zdnet.com/article/building-chinas-comac-c919-airplane-involved-a-lot-of-hacking-report-says/) Headless CMS company Strapi raises $4 million (https://techcrunch.com/2019/10/15/headless-cms-company-strapi-raises-4-million/) Why Richard Stallman doesn’t matter (https://maffulli.net/2019/10/17/why-richard-stallman-doesnt-matter/) IBM stock falls on revenue miss (https://www.cnbc.com/2019/10/16/ibm-earnings-q3-2019.html) IBM Reports Messy Results @themotleyfool #stocks $IBM (https://www.fool.com/investing/2019/10/16/ibm-reports-messy-results.aspx?Cid=UheJXN) Nonsense The Best Burritos in San Francisco (https://www.seriouseats.com/places/best-burritos-in-san-francisco?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+seriouseatsfeaturesvideos+%28Serious+Eats%29) Sponsors SolarWinds: To try it FREE for 14 days, just go to https://loggly.com/sdt. If it logs, it can log to Loggly. PagerDuty: To see how companies like GE, Vodafone, Box and American Eagle Outfitters rely on PagerDuty to continuously improve their digital operations visit https://pagerduty.com. Conferences, et. al. Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Forum Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). † SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Epson Scanner (https://epson.com/For-Home/Scanners/Document-Scanners/WorkForce-ES-400-Duplex-Document-Scanner/p/B11B226201). Matt: Anti-pick: The Dead Don’t Die (https://www.imdb.com/title/tt8695030/). This Must Be The Gig (https://consequenceofsound.net/thismustbethegig/) podcast: Mike Patton (https://consequenceofsound.net/2019/09/this-must-be-the-gig-mike-patton/). Coté: The Fifth Season (https://www.goodreads.com/book/show/19161852-the-fifth-season).
The mystery of the 2,000 Two thrilling topics this week: moderating panels and the mystery of Oracle cloud. Also, some Austin talk. Mood board: The East India Company and Kodak I just want your best 5 hours. Executives can only pay attention for 20 minutes. I’m in for a panel. I’m more interested in hearing from the artist, not the people looking at the painting. Ten year journey with billions of burn. We’re talking about trillion dollar companies. You can’t have enough storage for your podcasts. Fired 2,000 people…and now hiring 2,000 people. First-gen cloud building people are often a handful. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote). See the archives (https://buttondown.email/cote/archive/how-to-moderate-a-panel/) for more. Relevant to your interests How to moderate a panel (https://buttondown.email/cote/archive/how-to-moderate-a-panel/). Oracle Shelves Larry Ellison’s Dream of Cloud Dominance (https://www.bloomberg.com/news/articles/2019-10-09/oracle-is-no-longer-dreaming-of-cloud-dominance) tl;dr: “this is a bummer, man” (https://gfycat.com/soupyenlightenedblackbuck)…? “Midlevel product managers were being offered $750,000 in compensation while some engineers with a vice president title were paid more than $5 million a year, people familiar with the matter said.” - Shoulda listed “Oracle cloud” on my LinkedIn… Oracle to Make 2,000 Hires in Cloud Push (https://www.wsj.com/articles/oracle-to-make-2-000-hires-in-cloud-push-11570539658) Will Salesforce Dump Oracle and Pick AWS? An Insider’s Perspective (https://cloudwars.co/salesforce-dump-oracle-pick-aws-dreamforce/) Larry vs Jeff: An Epic Battle who controls Salesforce, coming at Dreamforce (https://www.linkedin.com/pulse/biggest-salesforce-dreamforce-2019-secret-you-dont-know-jiri-kram/?trackingId) Google Cloud Worth $225 Billion, Deutsche Bank Says (https://www.bloomberg.com/news/articles/2019-10-03/google-cloud-worth-double-ibm-s-market-cap-deutsche-bank-says) TechCrunch Disrupt: A tale of two markets separates tech from non-tech IPOs (https://pitchbook.com/news/articles/a-tale-of-two-markets-separates-tech-from-non-tech-ipos) Austin-based AI Startup SparkCognition Raises $100M Series C (https://news.crunchbase.com/news/austin-based-ai-startup-sparkcognition-raises-100m-series-c/) Is Microsoft Out to Destroy Linux? Linus Torvalds Shares His Thoughts (https://www.omgubuntu.co.uk/2019/10/linus-torvalds-doesnt-think-microsoft-is-out-to-hijack-linux) Open Core Summit: The Value of Cloud and Commercial Open Source Software (https://www.infoq.com/news/2019/10/open-core-summit-intro/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global) New browser security debate heats up (https://www.axios.com/dns-https-new-browser-security-debate-22d936c6-3597-41eb-927a-d2de87c7ed6c.html?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter_axioslogin&stream=top) Microsoft Unveils Battery-Powered Version of Azure That Fits in a Backpack (https://www.petri.com/microsoft-unveils-battery-powered-version-of-azure-that-fits-in-a-backpack) - Simpsons already did it (https://siliconangle.com/2013/11/19/eucalyptus-demos-aws-private-cloud-in-a-backpack-reinvent/). Microsoft using Android is bigger than its Surface Duo phone (https://www.cnet.com/news/microsofts-surface-duo-phone-is-powered-by-googles-android-and-thats-a-big-deal/) - looks cool, sure. Nonsense Animals on Airbnb Experiences (http://Ryan MacLean 7:58 PM https://twitter.com/airbnb/status/1179048268501667841?s=21) Drink up! Missouri bar charges by the hour, not by the glass (https://wsbt.com/news/offbeat/drink-up-missouri-bar-charges-by-the-hour-not-by-the-glass) Sponsors HMA: To try HMA VPN risk-free with a 30-day money-back guarantee visit: https://www.hidemyass.com/offer-sdt SolarWinds: To try it FREE for 14 days, just go to https://loggly.com/sdt. If it logs, it can log to Loggly. Conferences, et. al. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). Listener Suggested Jobs Openings DevOps Engineer Viasat in San Diego (https://careers.viasat.com/careers/FolderDetail/DevOps-Engineer/4065) from Justin Hallas Full-Stack Software Engineer (https://stackoverflow.com/jobs/207145/full-stack-software-engineer-ns8?so_medium=Internal&so_source=JobListing) at NS8 remote options from Joshua Hover. SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Synology (https://www.synology.com/en-us), Plex (https://www.plex.tv/) and HDHomeRun (https://www.silicondust.com/). Coté: cookies with bourbon raisons.
Smokin’ hot webinar tips in this one, tips on things to put on your mouth in Austin, and then scandal in the open source world is getting fun again! Hey, Coté got off his ass and finally revved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote)! Go to buttondown.email/cote (https://buttondown.email/cote) or cote.io/newsletter (https://cote.io/newsletter/) and do it! Mood board: It’s probably more of a figurative figurative phrase, not a literal figurative phrase. I should probably start the recording again. Don’t be so precise. Kids these days. There’s lots of issues with the Salt Lick. Here’s a napkin. You’re better off getting a Porche from Germany. Let me translate that from Dutch to American. 15 meters of cereal. Tradeless Commissions Some basis points. Well, I don’t know that, but I’m gonna look it up later. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote): Relevant to your interests The webinar (https://content.pivotal.io/webinars/oct-03-confronting-the-business-bottleneck-digital-strategy-beyond-it-part-1-webinar-emea) Coté mentioned, “The Business Bottleneck, part 01” with Rick Clark. Matt Levine on free stock trading stuff (https://www.bloomberg.com/opinion/articles/2019-10-02/the-trades-will-be-free-now). AWS faces Elasticsearch lawsuit for trademark infringement (https://searchaws.techtarget.com/news/252471650/AWS-faces-Elasticsearch-lawsuit-for-trademark-infringement) Docker, once worth over $1 billion, tells employees it's trying to raise cash amid 'significant challenges' (https://www.cnbc.com/2019/09/27/docker-is-trying-to-raise-money-following-arrival-of-ceo-rob-bearden.html) Google will not donate Knative framework 'to any foundation for the foreseeable future' (https://www.theregister.co.uk/2019/10/02/google_knative_will_not_be_donated_to_any_foundation/) The announcement is presumed to apply also to Istio (https://www.theregister.co.uk/2018/12/11/googles_istio_kubernetes/), the service mesh on which Knative depends. Both Knative and Istio use the Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) and Google's announcement does confirm that Knative will remain open source and with multi-vendor participation. Jessie Frazelle does not like the CNCF (https://twitter.com/jessfraz/status/1179251190321819656) and this tweet too (https://twitter.com/jessfraz/status/1175911408627642369). Honeycomb Begins Another Chapter with a New Funding Round (https://www.honeycomb.io/blog/honeycomb-begins-another-chapter-with-a-new-funding-round/). BMC Software taps CA Technologies exec for permanent CEO position (https://www.zdnet.com/article/bmc-software-taps-ca-technologies-exec-for-permanent-ceo-position/#ftag=RSSbaffb68). KeyBanc Capital Markets (https://key2.bluematrix.com/docs/pdf/274dd0f8-294d-4ae1-a74f-7161709a1646.pdf) - with some VMware coverage. Read the full transcript of Mark Zuckerberg’s leaked internal Facebook meetings (https://www.theverge.com/2019/10/1/20892354/mark-zuckerberg-full-transcript-leaked-facebook-meetings). Nonsense Dog-walking startup Wag raised $300 million to Zunleash growth. Then things got messy (https://edition.cnn.com/2019/09/27/tech/wag-dog-walking-softbank/index.html) Hercules cargo plane flew between skyscrapers (https://twitter.com/evankirstel/status/1179380161692733443?s=21) Sponsors HMA To try HMA VPN risk-free with a 30-day money-back guarantee visit: www.hidemyass.com/offer-sdt. SolarWinds: To try it FREE for 14 days, just go to https://loggly.com/sdt. If it logs, it can log to Loggly. Conferences, et. al. Oct 7th to 10th - SpringOne Platform, Oct 7th to 10th, Austin Texas (https://springoneplatform.io/) - get $200 off registration before August 20th, and $200 more if you use the code S1P200_Cote. Come to the EMEA party (https://connect.pivotal.io/EMEA-Cocktail-Reception-S1P-2019.html) if you’re in EMEA. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd (https://springonetour.io/2019/toronto). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. NO-SSH-JJ wants you go to DeliveryConf (https://www.deliveryconf.com/) in Seattle on Jan 21st & 22nd (https://www.deliveryconf.com/), Use promo code: SDT10 to get 10% off. Call for Papers ends on Oct. 7th. JJ wants you to read about Delivery Conf Format too (https://www.deliveryconf.com/format). † Listener Feedback Sent stickers to Leon in Germany. Ed from Seattle wrote in so we sent him a sticker. Sent stickers to Chris from Bartlesville and so he got stickers. Sent sticker to Joe in Colorado. SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Apple Watch List View (https://9to5mac.com/2018/11/20/how-to-switch-to-list-view-or-grid-view-on-apple-watch/); Operation Socialist from Darknet Diaries (https://darknetdiaries.com/episode/48/). Coté: HEMA bullet journal A5 (https://www.hema.nl/vrije-tijd-kantoor/school-kantoor/papierwaren/bullet-journals/bullet-journal-a5-14135716.html), just €5!; HEMA 4-pack markers (https://www.hema.nl/vrije-tijd-kantoor/school-kantoor/schrijfwaren/stiften/4-pak-markers-14465146.html), esp. the “0,5mm” one. Outro: “That's Right, You're Not From Texas, (https://www.youtube.com/watch?v=KQoXnz3h_FE&utm_source=cote&utm_medium=email)” Lyle Lovett and His Large Band.
Matt explains the GitLab vs. CloudBees kerfuffle, Coté offers advice when attending a DevOps Day, we also recommend never buying a corporate jet. Plus, there is some discussion of AXE Body Spray. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote)! Relevant to your interests GitLab opens: Jenkins: One year later (https://about.gitlab.com/2019/09/20/jenkins-one-year-later/) CloudBees responds: GitLab's Confusion (https://www.cloudbees.com/blog/gitlabs-confusion) What’s Going on with GKE and Anthos? (https://bravenewgeek.com/whats-going-on-with-gke-and-anthos/) Apple’s new Mac Pro to be made in Texas (https://www.apple.com/newsroom/2019/09/apples-new-mac-pro-to-be-made-in-texas/) Briefing: Facebook Buys Mind-Reading Startup For Close to $1 Billion (https://www.theinformation.com/briefings/89ce70) Containership sinks after being blown off course by Kubernetes • DEVCLASS (https://devclass.com/2019/09/23/containership-sinks-blown-off-course-kubernetes/) Announcing Stack Overflow’s New CEO, Prashanth Chandrasekar! - Stack Overflow Blog (https://stackoverflow.blog/2019/09/24/announcing-stack-overflows-new-ceo-prashanth-chandrasekar/?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter_axioslogin&stream=top) Mysterious Mac Pro Shutdowns Likely Caused by Chrome Upda (https://variety.com/2019/digital/news/mac-pro-avid-shutdowns-chrome-update-keystone-1203348549/)te (https://variety.com/2019/digital/news/mac-pro-avid-shutdowns-chrome-update-keystone-1203348549/) Amazon announces new large Echo with better sound (https://www.cnbc.com/2019/09/25/amazon-is-about-to-unveil-a-bunch-of-new-alexa-products.html) ****- What the hell is a vCPU-based on-demand service limit? - Last Week in AWS (https://www.lastweekinaws.com/blog/what-the-hell-is-a-vcpu-based-on-demand-service-limit/) Nonsense WeWork is selling the company's $60 luxurious million private jet that Adam Neumann and his family personalized and used to fly all over the world (https://www.businessinsider.com/wework-is-putting-neumanns-60-million-jet-up-for-sale-2019-9) Sponsors SolarWinds: To try it FREE for 14 days just go to https://loggly.com/sdt. If it logs, it can log to Loggly. HMA: To try HMA VPN risk-free with a 30-day money-back guarantee visit: www.hidemyass.com/offer-sdt. Conferences, et. al. Sep 26th to 27th - DevOpsDays London (https://devopsdays.org/events/2019-london/welcome/) - Coté at the Pivotal table, come get free shit. Oct 7th to 10th - SpringOne Platform, Oct 7th to 10th, Austin Texas (https://springoneplatform.io/) - get $200 off registration before August 20th, and $200 more if you use the code S1P200_Cote. Come to the EMEA party (https://connect.pivotal.io/EMEA-Cocktail-Reception-S1P-2019.html) if you’re in EMEA. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd and 3rd (https://springonetour.io/2019/toronto), São Paulo Dec 11th and 12th (https://springonetour.io/2019/sao-paulo). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Discount off KubeCon North America which is November 18 – 21 in San Diego. Use code KCNASFTPOD19 for a 10% discount. SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Between Two Ferns: The Movie (https://www.netflix.com/title/80243600) Matt: World’s Worst Video Card (https://www.youtube.com/watch?v=l7rce6IQDWs) Coté: English Breakfast in a cup Photo by Product School on Unsplash (https://unsplash.com/photos/nOvIa_x_tfo)
Developers don’t buy anything, but they make other people buy things. We try to, once again, build a theory of how developers drive IT spend. Also: hotel shampoo bottles, Scottish vikings, and Kiwi slang. Hey, Coté got off his ass and finally reved back up his newsletter (https://buttondown.email/cote). People love it! Subscribe (https://buttondown.email/cote) and tell all your friends to subscribe (https://buttondown.email/cote)! Mood board: Buying something different to try something new. Australian bagels. “Let’s start the QBR: we’re gonna have hide my ass.” “Obviously if we don’t sell ads we can do whatever the fuck we want.” More fools giving their software away for free I have a lot of thoughts on How to Train Your Dragon Hanging out with the Scots at The Hague I do have a follow-up question, but not on the soap. Some baroque, bespoke, monster piece of infrastructure. Matt’s little bit of glue. How much simpler can you get than straight code? General Container’s army of yamlites. Developer tools = vomit on the floor Write in if you disagree. Relevant to your interests Pivotal interviews from CF Summit EU: the multi-tenant problem in kubernetes (https://data-economy.com/the-superpower-to-change-one-thing-about-kubernetes/). “In the future K8s will exist as an infrastructure API almost universally.” (https://www.theregister.co.uk/2019/09/12/pivotal_application_service_vmware/) “Daimler takes (https://www.theregister.co.uk/2019/09/11/kubernetes_cloud_foundry_director/) a hybrid cloud approach, using Azure, AWS, IBM Cloud and Alibaba, as well as its own data centre in Stuttgart and a new one being built in Frankfurt.” Cornelia Davis on PaaS, kubernetes, and cloud native programming (https://content.pivotal.io/intersect-podcasts/paas-and-caas-in-15-minutes). IBM brings Cloud Foundry and Red Hat OpenShift together (https://techcrunch.com/2019/09/12/together-at-last-ibm-brings-cloud-foundry-to-red-hat-openshift/) “our understanding is that IBM plans to turn this into a fully supported project that will give Cloud Foundry users the option to deploy their application right to OpenShift, while OpenShift customers will be able to offer their developers the Cloud Foundry experience.” COBOL turns 60: Why it will outlive us all (https://www.zdnet.com/article/cobol-turns-60-why-it-will-outlive-us-all/) Why Red Hat sees Knative as the answer to Kubernetes orchestration (https://www.techrepublic.com/article/why-red-hat-sees-knative-as-the-answer-to-kubernetes-orchestration/) BigID announces $50M Series C investment as privacy takes center stage (https://techcrunch.com/2019/09/05/bigid-announces-50m-series-c-investment-as-privacy-takes-center-stage/) Data Protection Services Firm Carbonite Considers a Sale (https://www.bloomberg.com/news/articles/2019-09-06/data-protection-services-provider-carbonite-is-said-to-mull-sale) Recap of the (https://feross.org/funding-experiment-recap/) “funding (https://feross.org/funding-experiment-recap/)” experiment (https://feross.org/funding-experiment-recap/) “you have to admit, the fact that businesses will pay thousands of dollars for some SaaS software while ignoring the maintainers who write the actual open source code itself seems a bit unfair.” Coté’s hot-take: I mean. Yeah. People will pay $0 for what they want if you give them the chance. Should open source software advertise? (https://www.infoworld.com/article/3435114/should-open-source-software-advertise.html) Almost Everything About Goodreads Is Broken (https://onezero.medium.com/almost-everything-about-goodreads-is-broken-662e424244d5) Google Could Acquire Nutanix For $9 Billion To Further Its Cloud Ambitions (https://www.forbes.com/sites/greatspeculations/2019/09/10/google-could-acquire-nutanix-for-9-billion-to-further-its-cloud-ambitions/#1257dd4634a9) This is a good example of I-banker think, namely, it doesn’t actually talk about what Nutanix does or what kind of new opportunities Google and them would have together. Lots of fun charts though! Everything Apple announced today, including the new iPhone 11, Apple TV+, Apple Watch, and more (https://www.geekwire.com/2019/everything-apple-announced-today-including-new-iphone-11-apple-tv-apple-watch/) It's Not Just You: Software Has Gotten Far More Expensive (https://capiche.com/p/software-inflation-rate) - check out their spreadsheet (https://docs.google.com/spreadsheets/d/1-3kyC2SYDvJwULt9FWL3A6Cy3jq0I5ox-DhQr64qydc/edit#gid=0), with sparkle lines! Uber stock price drops after missed Q2 expectations (https://www.axios.com/uber-stock-price-drops-after-missed-q2-expectations-b0da2ddc-27db-4e58-91ca-ae57a496a24a.html?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter_axioslogin&stream=top) Procella: unifying serving and analytical data at YouTube (https://blog.acolyer.org/2019/09/11/procella/) Announcing Terraform Cloud (https://www.hashicorp.com/blog/announcing-terraform-cloud) Mark Hurd, the co-CEO of Oracle, is taking a leave of absence, citing health reasons (https://techcrunch.com/2019/09/11/mark-hurd-the-co-ceo-of-oracle-is-taking-a-leave-of-absence-citing-health-reasons/) IPO’s The Datadog IPO: One Of The Best IPOs In Years (https://seekingalpha.com/article/4290637-datadog-ipo-one-best-ipos-years) WeWork considers IPO valuation of as low as $10 billion... (https://www.reuters.com/article/us-wework-ipo-valuation/exclusive-wework-considers-ipo-valuation-of-as-low-as-10-billion-sources-idUSKCN1VY1PB) Cloudflare Raises $525 Million in Above-Range IPO (https://www.bloomberg.com/news/articles/2019-09-12/cloudflare-is-said-to-raise-525-million-in-above-range-ipo) New Rita McGrath book out, Seeing Around Corners (https://blogs.gartner.com/mark_mcdonald/2019/09/09/seeing-around-corners-book-review/). Nonsense Marriott, the world’s largest hotel chain, just moved to eliminate 500 million small bottles (https://www.fastcompany.com/90396549/marriott-just-moved-to-eliminate-500-million-small-bottles). Jack Ma's performance (https://twitter.com/alibabagroup/status/1171643205571530753?s=12). “;; I'm using use-package and el-get and evil” (https://github.com/yuya373/emacs-slack/blob/master/README.md) Sponsors This episode is sponsored by SolarWinds ® and one of their APM tools: Loggly . To try it FREE for 14 days just go to https://loggly.com/sdt. Conferences, et. al. Sep 25th - Something in London. Sep 26th to 27th - DevOpsDays London (https://devopsdays.org/events/2019-london/welcome/) - Coté at the Pivotal table, come get free shit. Oct 7th to 10th - SpringOne Platform, Oct 7th to 10th, Austin Texas (https://springoneplatform.io/) - get $200 off registration before August 20th, and $200 more if you use the code S1P200_Cote. Come to the EMEA party (https://connect.pivotal.io/EMEA-Cocktail-Reception-S1P-2019.html) if you’re in EMEA. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 Nov 3rd to 7th - Gartner Symposium, Barcelona. Coté has a €625 discount code if you ask him for it. December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd and 3rd (https://springonetour.io/2019/toronto), São Paulo Dec 11th and 12th (https://springonetour.io/2019/sao-paulo). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Listener Feedback Sent stickers to Blair from London David from Waikanae, NZ sent us a note and say he really enjoys the podcast. Also, tells us “fanny pack in NZ, its a whole different meaning!!!!!” Does Matt Ray know what these mean: jandals, togs, pavlova, pineapple lumps, lollies SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Land of Giants (https://podcasts.voxmedia.com/show/land-of-the-giants) and Pivot (https://podcasts.voxmedia.com/show/pivot). Related: Robert Scoble (https://en.wikipedia.org/wiki/Robert_Scoble). Matt: Wu-Tang: An American Saga (https://www.imdb.com/title/tt9113406/) and Mics and Men (https://www.imdb.com/title/tt9376934/). Jim Plamondon: Microsoft Evangelist (https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/Jim_Plamondon.html). Coté: Trick Mirror (https://www.goodreads.com/book/show/43126457-trick-mirror). Outro: "Spottieottiedopalicious (Instrumental)." (https://www.youtube.com/watch?v=7pY0MhdM8Ls)
This week, the title says it all. Mood board: Jandels and togs That’s why they call it The Lucky Country. Decoding “Fly-Wheel.” 1 part synergy and 10 parts how business is done. Unlocking value. It’s always fun to see value created. I bet they got RBAC. The Funny Name Startup Strategy to Success. Brandon looks at The Business End. The Platform of the Future. Brisket for the last Fortune 500. It’s too complicated. You could put a million containers on this one box. I bet the Oracle field has some really cool spreadsheets. Bespoke nachos. Knowing stuff is dangerous. He’s going to Roko’s Basilisk me for his inheritance. Buy Coté’s book dirt cheap (https://leanpub.com/digitalwtf/c/sdt)! And check out his other book that this guy likes (https://www.linkedin.com/feed/update/urn:li:activity:6559881947412340736/). Relevant to your interests State of DevOps Report (https://cloud.google.com/devops/state-of-devops/#gated-form) - Coté’s notes (https://cote.io/2019/08/26/devops-report-2019/). VMware VMware acquires application security startup Intrinsic (https://www.crn.com.au/news/vmware-acquires-application-security-startup-intrinsic-530009). VMware Adds Containers to Its Cloud Provider Platform (https://www.sdxcentral.com/articles/news/vmware-adds-containers-to-its-cloud-provider-platform/2019/08/?utm_source=feedblitz&utm_medium=FeedBlitzRss&utm_campaign=sdxcentral). VMware is bringing VMs and containers together, taking advantage of Heptio acquisition (https://techcrunch.com/2019/08/26/vmware-is-bringing-vms-and-containers-together-taking-advantage-of-heptio-acquisition/). VMware plan elevates Kubernetes to star enterprise status (https://www.networkworld.com/article/3434063/vmware-plan-elevates-kubernetes-to-star-enterprise-status.html#tk.rss_all) “VMware says that from 2018 to 2023 – with new tools/platforms, more developers, agile methods, and lots of code reuse – 500 million new logical apps will be created serving the needs of many application types and spanning all types of environments.” Project Pacific - Technical Overview (https://blogs.vmware.com/vsphere/2019/08/project-pacific-technical-overview.html). VMware Tanzu (https://blogs.vmware.com/cloudnative/2019/08/26/vmware-completes-approach-to-modern-applications/) Introducing VMware Tanz (https://www.youtube.com/watch?v=rYO4WrPKWI8)u (https://twitter.com/tetrateio/status/1165025986527793153?s=21) Helm (https://twitter.com/tetrateio/status/1165025986527793153?s=21). VMware gets new CTO in Greg Lavender (https://www.zdnet.com/article/vmware-gets-new-cto-in-greg-lavender/). IPO’s Ping Identity files for $100M IPO on Nasdaq under the ticker ‘Ping’ (https://techcrunch.com/2019/08/23/ping-identity-files-for-100m-ipo/) Datadog S1 (https://www.sec.gov/Archives/edgar/data/1561550/000119312519227783/d745413ds1.htm) Datadog IPO | S-1 Breakdown (https://medium.com/@alexfclayton/datadog-ipo-s-1-breakdown-52551e0d8735) Corey Quinn on Monitoring (http://ttps://twitter.com/quinnypig/status/1164966830185668609?s=21) Service Mesh Red Hat Creates Service Mesh for OpenShift (https://thenewstack.io/red-hat-creates-service-mesh-for-openshift/) Starter Istio from Salesforce.com Engineering (https://twitter.com/tetrateio/status/1165025986527793153?s=21) Oracle Oracle customers cause a Dyn over withdrawal of lifetime licenses (https://www.theinquirer.net/inquirer/news/3080845/oracle-withdraws-dyn-lifetime-licences) Oracle directors: Shareholders can go ahead with billion-dollar... (https://www.reuters.com/article/otc-oracle-idUSKCN1V91UJ) Platform9 Raises $25 Million D-Round (https://platform9.com/press/platform9-raises-25-million-to-power-cloud-native-infrastructure-managed-kubernetes-and-hybrid-cloud-environments-across-the-globe/) Popular JavaScript library starts showing ads in its terminal (https://www.zdnet.com/article/popular-javascript-library-starts-showing-ads-in-its-terminal/) Google and Dell team up to take on Microsoft with Chromebook Enterprise laptops (https://www.theverge.com/2019/8/26/20832925/google-chromebook-enterprise-dell-laptops-microsoft-windows-challenge-businesses) ## Nonsense Apple warns new credit card users over risks of it touching wallets and pockets (https://www.theguardian.com/technology/2019/aug/22/apple-card-wallet-pocket-warning) Tiny Go (http://tinygo-org/tinygo) Mobile Phone Markets in a GIF (https://twitter.com/pontecorvoste/status/1165142913455706113?s=21) Apple reportedly shelves 'walkie talkie' iPhone feature (https://www.engadget.com/2019/08/26/apple-iphone-walkie-talkie-on-hold/) Costco shuts early on first day in China due to overcrowding (https://www.ft.com/content/61e3f260-c89f-11e9-a1f4-3669401ba76f) Sponsors This episode is sponsored by SolarWinds ® and one of their APM tools: Loggly . To try it FREE for 14 days just go to https://loggly.com/sdt. Conferences, et. al. Coté will be at #AgileScotland this Friday (https://www.agilescotland.com/august?_lrsc=11a500fa-c38a-436f-b394-4a0eade204e7&utm_source=employee-social&utm_medium=twitter&utm_campaign=employee_advocacy) giving a 90 minute overview of how large orgs. scale THE DIGITALTRANSFORMATION. There's still a handful of tickets left, use the code AS-SPEAKER-MICHAEL for a discount. CF Summit EU (https://www.cloudfoundry.org/event/summit/), Sep 11th to 12th. Sep 26th to 27th - DevOpsDays London (https://devopsdays.org/events/2019-london/welcome/) - Coté at the Pivotal table, come get free shit. Oct 7th to 10th - SpringOne Platform, Oct 7th to 10th, Austin Texas (https://springoneplatform.io/) - get $200 off registration before August 20th, and $200 more if you use the code S1P200_Cote. Come to the EMEA party (https://connect.pivotal.io/EMEA-Cocktail-Reception-S1P-2019.html) if you’re in EMEA. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Oct 10th to 11th - DevOpsDays Sydney 2019 (http://devopsdays.org/events/2019-sydney/), October 10th and 11th Nov 2nd - EmacsConf (https://emacsconf.org/2019/) 2019 December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd and 3rd (https://springonetour.io/2019/toronto), São Paulo Dec 11th and 12th (https://springonetour.io/2019/sao-paulo). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) Listen to Brandon’s interview (https://www.thecloudcast.net/2019/08/2019-mid-year-update.html) on the Cloudcast (https://www.thecloudcast.net/) with Brian Gracely (https://twitter.com/bgracely?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor) SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Free Solo (https://www.nationalgeographic.com/films/free-solo/); GoNFCEast Podcast (https://www.gonfceast.com/7); listen to Brandon’s interview (https://www.thecloudcast.net/2019/08/2019-mid-year-update.html) on the Cloudcast (https://www.thecloudcast.net/) with Brian Gracely (https://twitter.com/bgracely?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor) Matt: Empire State of Mind (https://www.wnycstudios.org/story/on-the-media-empire-state-mind-1), (https://www.wnycstudios.org/story/on-the-media-empire-state-mind-1) On The Media (https://www.wnycstudios.org/story/on-the-media-empire-state-mind-1). Cote: Wilhelmina mints, Limoncello.
We discuss WeWork vs. Regus, Cloudera, and tumblr. Plus, some clarifications on trans-dimensional bomb defusing. Mood board: You talk about the Pacific Northwest, but have you thought about Florida? I could be like the 35 year old Andy Rooney. Hey Google, where are my keys? We’re driving off hosts at this point Herbalife. Funny logs. Was it real money? It’s probably cheaper than severance. I am not following any of it. Where’s Tim Wu when you need him? This is Tumblr all over again. Nothing but insects please. Oh Andy Rooney, save me! Buy Coté’s book dirt cheap (https://leanpub.com/digitalwtf/c/sdt)! And check out his other book that this guy likes (https://www.linkedin.com/feed/update/urn:li:activity:6559881947412340736/). Relevant to your interests Apple Card Review: The Credit Card of the Future Is No Card At All (https://www.wsj.com/articles/apple-card-review-the-credit-card-of-the-future-is-no-card-at-all-11565528401) - Banking. Matt Asay goes to AWS (https://twitter.com/mjasay/status/1161008574589308928) Verizon to Sell Tumblr to WordPress.com Owner (https://www.wsj.com/articles/verizon-to-sell-tumblr-to-wordpress-owner-11565640000) Automattic’s bargain-bin Tumblr deal plugs right into the WordPress business model (https://techcrunch.com/2019/08/12/automattics-bargain-bin-tumblr-deal-plugs-right-into-the-wordpress-business-model/) Verizon agrees to sell Tumblr to owner of Wordpress (https://www.axios.com/verizon-tumblr-wordpress-automattic-e6645edd-bc73-45c2-9380-9fe8ca34291f.html) Activist investor Carl Icahn shakes up Cloudera (https://siliconangle.com/2019/08/12/activist-investor-carl-icahn-shakes-cloudera/) Kubernetes open sourced their security audit. What can we learn? (https://snyk.io/blog/kubernetes-open-sourced-their-security-audit-what-can-we-learn/) GitHub Actions now supports CI/CD, free for public repositories (https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/) Broadcom acquires Symantec’s enterprise security business for $10.7B (https://siliconangle.com/2019/08/08/broadcom-acquires-symantecs-enterprise-security-business-10-7b/) Broadcom's Strategy for its Symantec Deal Has a Lot in Common with its CA Deal (https://realmoney.thestreet.com/investing/technology/broadcom-s-strategy-for-its-symantec-deal-has-a-lot-in-common-with-its-ca-deal-15052809) Uber’s no-good, terrible-rotten bad Q2 loses more than $5 billion (https://arstechnica.com/?p=1548505) Cloud Computing without Containers (https://new.blog.cloudflare.com/cloud-computing-without-containers/?hH) Spiceworks acquired (https://www.bizjournals.com/austin/news/2019/08/15/undisclosed-number-of-layoffs-expected-after-ziff.html). Amazon announces general availability of AWS Lake Formation (https://venturebeat.com/2019/08/08/amazon-announces-general-availability-of-aws-lake-formation/) Standardizing WASI: A system interface to run WebAssembly outside the web (https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/) Developers schetsen gitzwart beeld van Booking.com (https://www.computable.nl/artikel/nieuws/development/6777910/250449/developers-schetsen-gitzwart-beeld-van-bookingcom.html) Introducing Certificate Transparency Monitoring (https://blog.cloudflare.com/introducing-certificate-transparency-monitoring/) The XY Problem (http://xyproblem.info/) - or (x)Y? Snap announces Spectacles 3 with an updated design and a second HD camera (https://www.theverge.com/2019/8/13/20802239/snapchat-spectacles-3-pricing-release-date-snap) A cofounder of NPM, a startup that 11 million developers rely on, has resigned in the wake of a period of employee unrest (https://www.businessinsider.com/npm-cofounder-laurie-voss-resigns-2019-6) He tried to prank the DMV. Then his vanity license plate backfired big time. (https://mashable.com/article/dmv-vanity-license-plate-def-con-backfire/) Clever Vanity License Plate Backfires On Man, Winds Up With Tons Of Tickets (https://knrs.iheart.com/content/2019-08-12-clever-vanity-license-plate-backfires-on-man-winds-up-with-tons-of-tickets/) I Tried Hiding From Silicon Valley in a Pile of Privacy Gadgets (https://www.bloomberg.com/news/features/2019-08-08/i-tried-hiding-from-silicon-valley-in-a-pile-of-privacy-gadgets) Microsoft culls Office 2019 from its Home Use Program (https://www.theinquirer.net/inquirer/news/3080394/microsoft-culls-office-2019-home-use-program) War and Peace (https://itrevolution.com/book/war-and-peace-and-it/) (Book) Nonsense Man dies after competing in California taco-eating contest (http://local21news.com/news/nation-world/man-dies-after-competing-in-california-taco-eating-contest) Real ad that a real restaurant in Mexico (https://twitter.com/goingonajournie/status/1161145837256228864) Sponsors SolarWinds Loggly Contest: SDT listeners can enter the contest by submitting a photo and short description of the funniest log entries you’ve found (or created) for a chance to win. Loggly will choose three winners and rank them, while sharing funny log photos along the way at twitter.com/loggly (https://twitter.com/loggly). The first-place winner will get a Lenovo® Chromebook® 2-in-1 Convertible Laptop. SDT listeners can enter the contest at loggly.com/funny (https://pages.solarwinds.com/funny-logs?utm_source=sdt&utm_medium=podcast&utm_campaign=funnylogs?) or find the link on the @loggly (https://twitter.com/loggly) Twitter page. See terms and conditions for official rules on loggly.com/funny (https://pages.solarwinds.com/funny-logs?utm_source=sdt&utm_medium=podcast&utm_campaign=funnylogs?). US and Canada only. Conferences, et. al. August 30th - Agile Scotland, Glasgow (https://www.agilescotland.com/august) - Coté giving 90 minute workshop (https://www.agilescotland.com/august#comp-jwjlafj0__item1inlineContent-gridWrapper). Use the code AS-SPEAKER-MICHAEL for a discount: from £70 to £56.13. Sep 26th to 27th - DevOpsDays London (https://devopsdays.org/events/2019-london/welcome/) - Coté at the Pivotal table, come get free shit. Oct 7th to 10th - SpringOne Platform, Oct 7th to 10th, Austin Texas (https://springoneplatform.io/) - get $200 off registration before August 20th, and $200 more if you use the code S1P200_Coté (make sure to use the accented e). Come to the EMEA party (https://connect.pivotal.io/EMEA-Cocktail-Reception-S1P-2019.html) if you’re in EMEA. Oct 9th to 10th - Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th Oct 10th to 11th - DevOpsDays Sydney 2019 (http://devopsdays.org/events/2019-sydney/), October 10th and 11th December - 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/): Toronto Dec 2nd and 3rd (https://springonetour.io/2019/toronto), São Paulo Dec 11th and 12th (https://springonetour.io/2019/sao-paulo). December 12-13 2019 - Kubernetes Summit Sydney (https://events.linuxfoundation.org/events/kubernetes-summit-sydney-2019/) SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Brandon: Azlo (https://www.azlo.com) and TransferWise (https://transferwise.com/u/matthewr9). Matt: Eluvium An Accidental Memory In the Case of Death (https://eluvium.bandcamp.com/album/an-accidental-memory-in-the-case-of-death) Coté: Thunderspace (https://apps.apple.com/us/app/thunderspace-rain-thunder/id636485814) app. Outro: “Andy Rooney MONTAGE.” (https://www.youtube.com/watch?v=XIpGTcR2kAQ)
SLOs, SLIs, SLAs, and SRE, or, Finding “The Business” How do SLOs really work, and how do you find "the business"? The three of us couldn't get together this week, so we have an interview this week with Google's Nathen Harvey (https://twitter.com/nathenharvey) about SRE. We also talk about European egg hygiene. Sponsors Solarwinds Loggly This episode is sponsored by SolarWinds ® and one of their APM tools: Loggly . When there is a service disruption, seconds matter. Don’t waste time looking for logs or combing through endless screens of events. Let SolarWinds Loggly aggregate, manage, and analyze all your log data so you quickly spot issues, jump to the relevant event messages, and identify the root cause. And, the Loggly in-context integration with SolarWinds AppOptics ™ adds rich performance instrumentation and distributed tracing to further accelerate identification of root cause and significantly reduce MTTR. Spend less time troubleshooting and more time innovating with context in your logs. Loggly is scalable, cloud-based log management that won’t break the bank. Plus, SDT listeners get a special 20% off your first year of Loggly from now until September 30. Offer for new customers only. To try it FREE for 14 days just go to loggly.com/sdt. If it logs, it can log to Loggly. Conferences, et. al. ALERT! DevOpsDays Discount - DevOpsDays MSP (https://www.devopsdays.org/events/2019-minneapolis/welcome/), August 6th to 7th, $50 off with the code SDT2019 (https://www.eventbrite.com/e/devopsdays-minneapolis-2019-tickets-51444848928?discount=SDT2019). 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Cloud Expo Asia (https://www.cloudexpoasia.com/) Singapore, Oct 9th and 10th DevOpsDays Sydney 2019 (http://devopsdays.org/events/2019-sydney/), October 10th and 11th SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Coté: sit at a cafe in Paris and people watch. Special Guest: Nathen Harvey.
Do organizations ever just want to do a good job? Not really. Also, after looking through a new developer survey: Developers change what they use, but pretty much stay the same. Also, half of the, still don’t use build pipelines or issue trackers. When will these kids learn? And Coté explains why Nietzsche’s Eternal Return thing (https://en.wikipedia.org/wiki/Eternal_return) seems unhelpful. Buy Coté’s book dirt cheap (https://leanpub.com/digitalwtf/c/sdt)! Also: Pretty hard stop in an hour. Slack Messaging Transport Protocol and The Cold Chain Drum-circle free zone at Vondelpark (https://www.instagram.com/p/By7WXhWiN4c/?igshid=5ryhtzgbt15h)! Like us on Facebook as we hate on Facebook As people would call it… bong talk. If I’m gonna do a good job I’m gonna need a good editor. Do .ini files still exist? Or has Microsoft gone all yaml? The back 1/3 of all sci fi movies and religions. Relevant to your interests The state of Developer Ecosystem in 2019 Infographic (https://www.jetbrains.com/lp/devecosystem-2019/) Only half use CI/CD? Been like that in surveys for many years, since 2012 or so. Also, only 44% use an issue tracker? Weird. Testing is pretty good with 70% doing unit testing. Kubernetes Turns Five: Cloud Native Goes Mainstream (https://content.pivotal.io/analyst-reports/kubernetes-turns-five) Open Core Summit 2019 (https://ti.to/open-core-summit/open-core-summit) This is a VC/startup conference, seems. Why cloud is the best defense against AWS (https://www.techrepublic.com/article/why-cloud-is-the-best-defense-against-aws/) I guess it’s some fanfic on OSS companies being good at running managed middleware services? Not too far fetched of an idea: they just need good SREs and the ability to reliably and cheaply run on public clouds. Kind of like selling against generics in grocery stores. Kubernetes and the future of cloud native: We chat with Kelsey Hightower (https://about.gitlab.com/2019/05/13/kubernetes-chat-with-kelsey-hightower/) TechExplorers: Kelsey Hightower (https://youtu.be/9OHNejqXOoo?t=988) Lots of people doing it wrong: gotta have cloud native apps; don’t build platforms? Apple joins the open-source Cloud Native Computing Foundation (https://techcrunch.com/2019/06/11/apple-joins-the-open-source-cloud-native-computing-foundation/) The goal of digital transformation is outcomes, not engineering (https://content.pivotal.io/intersect/the-goal-of-digital-transformation-is-outcomes-not-engineering) Coté just wanted to point out that this is a good newsletter. Listeners will like it, relevant to your interests. Opening up our Atlassian Term Sheet (https://www.atlassian.com/blog/technology/atlassian-term-sheet) (https://pullpanda.com/github)- Pull Panda is joining GitHub (https://pullpanda.com/github) Mission critical apps make successful open source platforms (https://blog.jsr.wtf/mission-critical-apps-make-successful-open-source-platforms/) Really good write-up of the sales life-cycle for any type of infrasture software. Good attention to the whole life of a customer and paying attention total revenue across their “life,” e.g.:“A customer might spend 6 months scaling their deployment on their own. But if we could help them do that in 3 months, then we probably just pulled in our next sale by one quarter. “ What are the “average” prices for thing here? Analogously, you can bucket the pricing for all condemnts (with truffle oil being an outlier) in the $1 to $15 range. But not, like, $100. There must be some basic clusters of OSS pricing. (Expensive stuff is hard to sell in this funnel.) I suppose looking at avg. annual revenue per customer for all these OSS companies would get you there. “Bodies in Seats” - Facebook moderators (https://www.theverge.com/2019/6/19/18681845/facebook-moderator-interviews-video-trauma-ptsd-cognizant-tampa?stream=top) Even FB outsources! Here to Cognizant. Seems terrible. Have The Public Clouds Killed Hadoop? (https://www.nextplatform.com/2019/06/06/have-the-public-clouds-killed-hadoop/) Follow-up on Hortonworks acquisition, road-map confusion: ‘Cloudera was also dogged by other factors that resulted in a slowing of bookings in the quarter by existing customers, which represent more than 90 percent of the company’s usual growth, Reilly said during a conference call with Wall Street analysts yesterday. The merger with Hortonworks “created uncertainty, particularly regarding the combined company roadmap, which we rolled out in March of this year,” he said. “During this period of uncertainty, we saw increased competition from the public cloud vendors.”’ Nonsense Subway History: How OS/2 Powered The NYC Subway For Decades (https://tedium.co/2019/06/13/nyc-subway-os2-history/) The machines are going to hate us (https://twitter.com/kocizum/status/1139615763336171525) English units (https://en.wikipedia.org/wiki/English_units) Sponsor: Solarwinds This episode is sponsored by SolarWinds and one of their web APM tools: Loggly. It’s scalable cloud-based log management that won’t break the bank. Learn more or try it FREE for 14 days. Just go to http://loggly.com/sdt. Conferences, et. al. ALERT! DevOpsDays Discount - DevOpsDays MSP (https://www.devopsdays.org/events/2019-minneapolis/welcome/), August 6th to 7th, $50 off with the code SDT2019 (https://www.eventbrite.com/e/devopsdays-minneapolis-2019-tickets-51444848928?discount=SDT2019). 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Coming up in: San Francisco (June 4th & 5th), Atlanta (June 13th & 14th)…and back to a lot of US cities. ChefConf London 2019 (https://chefconflondon.eventbrite.com/) June 19-20 Monktoberfest, Oct 3rd and 4th - CFP now open (https://monktoberfest.com/). Recommended Jobs from Listeners Vilynx - Building the most powerful AI Brain (http://www.vilynx.com/careers#scalability) Listener Feedback Mark from Wimbledon (London, England) wrote in so we sent him laptop sticker. SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Coté: Read This If You Want to Take Great Photographs (https://www.goodreads.com/book/show/18269594-read-this-if-you-want-to-take-great-photographs). Matt: 50 Things That Made the Modern Economy (https://www.bbc.co.uk/programmes/w3csv3gw): "The Cold Chain (https://www.bbc.co.uk/programmes/w3csv3gw)". Outro: “All I Eat is Pizza,” (https://www.youtube.com/watch?v=Hl5dRW4E9hc) Koo Koo Kanga Roo.
It’s chaos week in Enterprise Software! Cloudera misses their forecast, Oracle and Microsoft team up on cloud computing and more open source licensing discussion. Plus, we try to make sense of the metric system once and for all! Relevant to your interests Open-Source ‘Great Satan’ No More, Microsoft Wins Over Skeptics (https://bloom.bg/2Wsh6wM) Reporter's Notebook: Trees, fiber, petition (https://www.austinmonitor.com/stories/2019/06/reporters-notebook-trees-fiber-petition/) The boldest WWDC move: Sign In with Apple (https://www.axios.com/newsletters/axios-login-8232a6e0-a0fb-49b6-ac24-dfb1344ba217.html?chunk=2&utm_term=emshare#story2) Apple is now the privacy-as-a-service company (https://techcrunch.com/2019/06/03/apple-is-now-the-privacy-as-a-service-company/) An update on Sunday’s service disruption | Google Cloud Blog (https://cloud.google.com/blog/topics/inside-google-cloud/an-update-on-sundays-service-disruption) Why We're Relicensing CockroachDB - Cockroach Labs (https://www.cockroachlabs.com/blog/oss-relicensing-cockroachdb/) What's actually changing with iOS 13 (https://www.axios.com/newsletters/axios-login-5dc3f703-6465-4481-b8b8-db848c8c640a.html?chunk=1#story1) Why the new Mac Pro makes sense (https://twitter.com/Cruftbox/status/1135645748945534976) Microsoft and Oracle link up their clouds – TechCrunch (https://techcrunch.com/2019/06/05/microsoft-and-oracle-link-up-their-clouds/) Google to acquire analytics startup Looker for $2.6 billion – TechCrunch (https://techcrunch.com/2019/06/06/google-to-acquire-analytics-startup-looker-for-2-6-billion/) Mad King Leo pulled the wool over HP shareholders' eyes, ex-CEO Whitman tells court (https://www.theregister.co.uk/2019/06/05/autonomy_whitman_testimony_apotheker/) Cloudera plummets 40% after CEO abruptly departs and company cuts forecast (https://www.cnbc.com/2019/06/06/cloudera-drops-40percent-after-ceo-tom-reilly-leaves-forecast-cut.html) Mongo Q1 Numbers (https://www.nasdaq.com/article/mongodb-mdb-q1-loss-narrows-revenues-up-on-atlas-growth-cm1160239) (https://www.axios.com/newsletters/axios-login-8232a6e0-a0fb-49b6-ac24-dfb1344ba217.html?chunk=2&utm_term=emshare#story2)## Nonsense Microsoft is making Xbox body wash (https://www.theverge.com/tldr/2019/6/4/18652484/microsoft-xbox-lynx-body-wash-axe-lifestyle-gaming-products) “what does Xbox smell like? Microsoft says the answer is fruit, herbs, and various styles of wood.” ## Sponsors This episode is sponsored by SolarWinds® and one of their web APM tools: Loggly®. It’s scalable cloud-based log management that won’t break the bank. Learn more or try it FREE for 14 days. Just go to http://loggly.com/sdt (http://loggly.com/sdt). Conferences, et. al. ALERT! DevOpsDays Discount - DevOpsDays MSP (https://www.devopsdays.org/events/2019-minneapolis/welcome/), August 6th to 7th, $50 off with the code SDT2019 (https://www.eventbrite.com/e/devopsdays-minneapolis-2019-tickets-51444848928?discount=SDT2019). 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Coming up in: San Francisco (June 4th & 5th), Atlanta (June 13th & 14th)…and back to a lot of US cities. ChefConf London 2019 (https://chefconflondon.eventbrite.com/) June 19-20 Monktoberfest, Oct 3rd and 4th - CFP now open (https://monktoberfest.com/). Recommended Jobs from Listeners Director of Product (https://boards.greenhouse.io/poppulo/jobs/1693409) for Poppulo (https://www.poppulo.com/) Waltham, MA SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Use the code SDT to get $20 off Coté’s book, (https://leanpub.com/digitalwtf/c/sdt) Digital WTF (https://leanpub.com/digitalwtf/c/sdt), so $5 total. Recommendations Matt: Deadwood (https://www.imdb.com/title/tt0348914/) Brandon: This Land (https://crooked.com/podcast-series/this-land/)
Matt goes to ChefConf, Microsoft launches a new Service Mesh and turns out SMS is pretty good for two-factor authentication. Plus, we brainstorm about a new type of conference and then we talk more about tacos, always tacos! Relevant to your interests ChefConf Highlights (https://blog.chef.io/2019/05/21/chef-announcements-making-it-easier/) Habitat in your dashboards, Habitat + Chef/InSpec and chef.io/migration (https://chef.io/migration) DJ Darek Mazzone (https://www.kexp.org/djs/darek-mazzone/) Mudhoney (http://mudhoneysite.com/) + Deep Sea Diver (https://www.thedeepseadiver.com/) Kube stuff At peak hype? Kubernetes hopes to survive the boom and bust cycles of cloud services (https://siliconangle.com/2019/05/21/peak-hype-kubernetes-hopes-survive-boom-bust-cycles-cloud-services-kubeconeu/) Apptio, Inc Announces Intent To Acquire Cloudability (https://www.cloudability.com/company/newsroom/press-release/apptio-announces-intent-to-acquire-cloudability/) Microsoft makes a push for service mesh interoperability (https://techcrunch.com/2019/05/21/microsoft-makes-a-push-for-service-mesh-interoperability/) Digital Ocean’s Kubernetes service is now generally available (https://techcrunch.com/2019/05/20/digital-oceans-kubernetes-service-is-now-generally-available/) Security New research: How effective is basic account hygiene at preventing hijacking (https://security.googleblog.com/2019/05/new-research-how-effective-is-basic.html) Over 10 million people hit in single Australian data breach: OAIC | ZDNet (https://www.zdnet.com/article/over-10-million-people-hit-in-single-australian-data-breach-oaic/) How do high-tech services outsmart ransomware? Often, by paying the ransoms (https://thehustle.co/Hackers-ransomware-cybersecurity-ethics/) Building Software How Netflix Thinks of DevOps (https://youtu.be/UTKIT6STSVM) Amazon’s Away Teams laid bare: How AWS's hivemind of engineers develop and maintain their internal tech (https://www.theregister.co.uk/2019/05/14/amazons_away_teams/) The Problem with Software: A Conversation With Former Microsoft Programmer Adam Barr (https://postlight.com/trackchanges/podcast/the-problem-with-software-a-conversation-with-former-microsoft-programmer-adam-barr) Grab Bag U.S. r (https://www.reuters.com/article/us-usa-sec-siliconvalley/u-s-regulators-approve-new-silicon-valley-stock-exchange-idUSKCN1SG21K)egulators approve new Silicon Valley stock exchange (https://www.axios.com/robocalls-states-location-source-89c3df6b-8169-47af-aec5-75bd1075474b.html?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter_axioslogin&stream=top) Data collected by connected cars ends up with carmakers, not consumers (https://thehustle.co/connected-cars-autonomous-vehicles/) Google attempts to shed light on the confusing 'Works with Nest' to 'Works with Google Assistant' transition (https://www.androidpolice.com/2019/05/16/google-attempts-to-shed-light-on-the-confusing-works-with-nest-to-works-with-google-assistant-transition/) HP Enterprise acquires supercomputer maker Cray in the race to "exascale" performance (https://www.theverge.com/2019/5/17/18629716/hpe-cray-acquisition-supercomputers-exascale-performance-deal) Nonsense New Board Game Uses All Your Other Unopened Board Games as Resource Tokens (https://thehardtimes.net/harddrive/new-board-game-uses-all-your-other-unopened-board-games-as-resource-tokens/) Sponsors This episode is sponsored by SolarWinds® and one of their web APM tools: Loggly. It’s scalable cloud-based log management that won’t break the bank. Learn more or try it FREE for 14 days. Just go to http://loggly.com/sdt (http://loggly.com/sdt). Conferences, et. al. ALERT! DevOpsDays Discount - DevOpsDays MSP (https://www.devopsdays.org/events/2019-minneapolis/welcome/), August 6th to 7th, $50 off with the code SDT2019 (https://www.eventbrite.com/e/devopsdays-minneapolis-2019-tickets-51444848928?discount=SDT2019). 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Coming up in: San Francisco (June 4th & 5th), Atlanta (June 13th & 14th)…and back to a lot of US cities. ChefConf London 2019 (https://chefconflondon.eventbrite.com/) June 19-20 Monktoberfest, Oct 3rd and 4th - CFP now open (https://monktoberfest.com/). SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop stickers! Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Recommendations Matt: American Gods Season 2 (https://www.amazon.com/dp/B07MKDP8D9/?ref=DVM_PDS_GOO_US_AC_C_A_S2e_1_AMGS2_P|c_336791881628_m_zFpb2p8b-dc_s__) Brandon: (https://www.facebook.com/marketplace)Facebook Marketplace (https://www.facebook.com/marketplace) Image Credit (https://twitter.com/chef/status/1131595408902373376?s=11)
Putting together the M&A case for Docker, Microsoft Build, Google I/O, and Oracle’s cloud grudge. Plus: The Most Expensive Free Dog in the World. Dead frogs tell no tales. It’s just me and the dog. Smart enough not to go up the stairs, dumb - enough to think the eggs are coming back. Is Docker the new MySQL. Most valuable, unrealized container brand: Google. JEDI grudge. Nihilism, greatly underrated. Relevant to your interests Announcing Docker Enterprise 3.0: Delivering High-Velocity Application Innovation (https://blog.docker.com/2019/04/announcing-docker-enterprise-3-0/) A hacker is wiping Git repositories and asking for a ransom (https://www.zdnet.com/article/a-hacker-is-wiping-git-repositories-and-asking-for-a-ransom/) Department of Justice approves $34B IBM acquisition of Red Hat (https://www.wraltechwire.com/2019/05/06/department-of-justice-approves-34b-ibm-acquisition-of-red-hat/) How Airbnb took over the world (https://www.theguardian.com/technology/2019/may/05/airbnb-homelessness-renting-housing-accommodation-social-policy-cities-travel-leisure) Canonical Sharpens Focus on Red Hat, VMware; IPO Plans Remain (https://www.sdxcentral.com/articles/news/canonical-sharpens-focus-on-red-hat-vmware-ipo-plans-remain/2019/05/?utm_source=feedblitz&utm_medium=FeedBlitzRss&utm_campaign=sdxcentral) RHEL 8 released: It's the last pre-IBM Red Hat Linux Enterprise Linux (https://www.zdnet.com/article/rhel-8-released-its-the-last-pre-ibm-red-hat-linux-enterprise-linux/) 8.0 release notes - Red Hat Customer Portal (https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index) Salesforce acquires Tel Aviv-based conversational AI startup Bonobo for a reported $50 million (https://tech.eu/brief/salesforce-acquires-tel-aviv-based-conversational-ai-startup-bonobo-for-a-reported-50-million/) Bucking a trend of rapid growth, Microsoft actually shuts down an Azure data center (https://www.onmsft.com/news/bucking-a-trend-of-rapid-growth-microsoft-actually-shuts-down-an-azure-data-center) Microsoft Build: Microsoft Botched Its First HoloLens Demo of Build 2019 (https://gizmodo.com/microsoft-botched-its-first-hololens-demo-of-build-2019-1834553577?rev=1557159754030&utm_source=gizmodo_twitter&utm_campaign=socialflow_gizmodo_twitter&utm_medium=socialflow) Microsoft Build 2019: the biggest news from the developer conference (https://www.theverge.com/2019/5/6/18531471/microsoft-build-2019-news-windows-office-365-azure-cortana-minecraft-developers-conference) Microsoft Build Day 1: Windows Subsystem For Linux Gets More Linux (https://www.anandtech.com/show/14301/microsoft-build-day-1-windows-subsystem-for-linux-gets-more-linux) Spatial - Collaborate from anywhere in Augmented Reality (https://spatial.is/) Minecraft mobile AR game teased, full reveal coming May 17 (https://www.windowscentral.com/minecraft-mobile-ar-game-teased-announcement-coming-may-17) Microsoft Edge gets IE mode tabs and better security control (https://www.google.com/amp/s/www.slashgear.com/microsoft-edge-gets-ie-mode-tabs-better-security-control-more-06575616/amp/) Google I/O 2019 (https://www.theverge.com/google-io) The 8 biggest announcements from the Google I/O 2019 keynote (https://www.theverge.com/2019/5/7/18531198/google-io-summary-keynote-news-highlights-recap-2019) What is Uber? Forget the sharing economy – it's just a libertarian scam (https://www.theguardian.com/commentisfree/2019/may/09/uber-sharing-economy-ride-share-ipo) 10 Most Interesting Announcements From Microsoft Build (https://www.forbes.com/sites/janakirammsv/2019/05/07/10-most-interesting-announcements-from-microsoft-build/#68329977531f) Samsung spilled SmartThings app source code and secret keys (https://techcrunch.com/2019/05/08/samsung-source-code-leak/) In gambling mecca, Dell’s founder offers evidence that big bets on multicloud, AI and edge will pay off (https://siliconangle.com/2019/05/06/in-gambling-mecca-dells-founder-offers-evidence-that-big-bets-on-multicloud-ai-and-edge-will-pay-off-delltechworld-guestoftheweek/) Marketing Daily: Study: Voice Assistants Far From Hot Marketplace For Buying (https://www.mediapost.com/publications/article/335481/study-voice-assistants-far-from-hot-marketplace-f.html) Comic Relief switched from multi-cloud to serverless with AWS and saw a 93% cost reduction (https://diginomica.com/comic-relief-switched-multi-cloud-serverless-aws-and-saw-93-cost-reduction) SAP makes its cloud data service, data management play with HANA (https://www.zdnet.com/article/sap-makes-its-cloud-data-service-data-management-play-with-hana/#ftag=RSSbaffb68) Microsoft, Red Hat Partner on OpenShift (https://www.enterpriseai.news/2019/05/08/microsoft-red-hat-partner-on-openshift/?utm_source=rss&utm_medium=rss&utm_campaign=microsoft-red-hat-partner-on-openshift) Steve Singh stepping down as Docker CEO (https://techcrunch.com/2019/05/08/steve-singh-stepping-down-as-docker-ceo/?guccounter=1) Google launches Portals, a new web page navigation system for Chrome (https://www.zdnet.com/article/google-launches-portals-a-new-web-page-navigation-system-for-chrome/#ftag=RSSbaffb68) Oracle Releases GraalVM Enterprise (https://adtmag.com/articles/2019/05/08/oracle-graalvm.aspx?m=1) OpenShift 4: Red Hat's on ramp for the hybrid cloud (https://www.zdnet.com/article/openshift-4-red-hats-on-ramp-for-the-hybrid-cloud/#ftag=RSSbaffb68) After two years as Docker CEO, Steve Singh steps down, Rob Bearden steps in (https://siliconangle.com/2019/05/08/two-year-stint-docker-ceo-steve-singh-step/) Nonsense Red Hat employees permanently inked with new company logo (https://twitter.com/WRALTechWire/status/1123974716090408967) Parent of Schick razors to buy shaving start-up Harry’s for $1.37 billion (https://www.usatoday.com/story/money/2019/05/09/shaving-startup-harrys-acquired-schick-razor-owner-1-37-b/1150244001/) Bird has a new electric scooter: it’s durable, comes in three different colors, and you can buy it (https://www.theverge.com/2019/5/8/18535698/bird-one-electric-scooter-ride-share-own-price) ## Sponsors This episode is sponsored by SolarWinds® and one of their web APM tools: Loggly®. It’s scalable cloud-based log management that won’t break the bank. Learn more or try it FREE for 14 days. Just go to http://loggly.com/sdt (http://loggly.com/sdt). Conferences, et. al. ALERT! DevOpsDays Discount - DevOpsDays MSP (https://www.devopsdays.org/events/2019-minneapolis/welcome/), August 6th to 7th, $50 off with the code SDT2019 (https://www.eventbrite.com/e/devopsdays-minneapolis-2019-tickets-51444848928?discount=SDT2019). 2019, a city near you: The 2019 SpringOne Tours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Coming up in: Paris (May 23rd & 24th), San Francisco (June 4th & 5th), Atlanta (June 13th & 14th)…and back to a lot of US cities. ChefConf 2019 (http://chefconf.chef.io/) May 20-23. Matt’s speaking! (https://chefconf.chef.io/sessions/banking-automation-modernizing-chef-across-enterprise/) ChefConf London 2019 (https://chefconflondon.eventbrite.com/) June 19-20 Listener Feedback Dominic Wellington who Coté interviewed (https://www.softwaredefinedinterviews.com/guests/dominicwellington) got a new job (https://findthethread.postach.io/post/turning-over-a-new-leaf) so we sent him some new stickers. SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you free laptop sticker!s Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/). Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Recommendations Coté: UK Hailstorm (https://twitter.com/cote/status/1126454849300836352), will it work this time? Original HailStorm (https://www.itprotoday.com/windows-78/microsoft-hailstorm-controversy), circa 2002. HailStorm revisited/renamed in the Identity 2.0 era (https://www.theregister.co.uk/2008/10/30/microsoft_generva_hailstorm?page=1). And now? FB and Google authentication, I guess? (Also, remember this presentation (https://www.youtube.com/watch?v=RrpajcAgR1E&feature=youtu.be&t=24) that launched a million single word per slide talks?) Matt: Fleabag Season 2 (https://www.imdb.com/title/tt5687612/) (BBC/Amazon); Word for the week: Acedia (https://en.wikipedia.org/wiki/Acedia). Brandon: Episode 908: I Am Not A Robot (https://www.npr.org/sections/money/2019/04/24/716854013/episode-908-i-am-not-a-robot) and Overcast Clipping (https://marco.org/2019/04/27/overcast-clip-sharing).
Show: 378Description: Aaron and Brian review the biggest news, trends and topics of 2018.Show Sponsor Links:Datadog Homepage - Modern Monitoring and AnalyticsTry Datadog yourself by starting a free, 14-day trial today. Listeners of this podcast will also receive a free Datadog T-shirtCloudcast Housekeeping:Thank you to our sponsors, both A Cloud Guru and DataDog64% of Krispy Kreme Funding - http://bit.ly/Cloudcast-Donuts201951 Shows, Avg Listens (show): 18-20k (+19%), Avg Rank iTunes Technology: 63Over $50B in M&A and VC Funding for guests (all-time)Acquired: Red Hat, Rightscale, CoreOS, GitHub, Evident.io, Loggly, CloudHealth, VictorOps, BonsaiIPO: PivotalFunding: SWIM.AI, Stryth Leviathan, Atomist, Kasten, Lightstep, Rubrik, Hashicorp, A Cloud GuruShow Notes:Previous Year Cloudcast Predictions: 2017, 2016, 2015, 2014,Top Tech Trends (expected) in 2019 (via CBInsights)Commercial Open Source Software Companies ($100B)Cloudability - State of the Cloud (2018)Big Trends:Gartner IaaS MQ is down to 6 companies (AWS, Azure, GCP, Alibaba, IBM, Oracle)AWS growing +40% ($25B revenues) and Azure revenues ~ $28-30B (but not explicitly broken out) - AWS claimed at re:Invent to have 51% market-share.Big acquisitions around Open Source (Red Hat, GitHub, Hortonworks)A new push by Open Source companies (Redis, Confluent) to change their licensing model to help protect them from public cloud providers taking their software and not giving back - http://dtrace.org/blogs/bmc/2018/12/14/open-source-confronts-its-midlife-crisis/Big funding and investments around HCI and Backup HCIKubernetes continues to dominate containers and cloud-native (see: @PodCTL podcast)New CEO at Google Cloud (Thomas Kurian)Blockchain seems to need a new PR agencyInterest rates are rising (2 more raises are projected in 2019), which changes all the VC modelsTech Stocks (2018):S and P 500: (-12.2%), DJIA: (-12%), NASDAQ: (-8%)AAPL: (-12%), AMZN: (+14%), CSCO: (+5%), FB: (-29%), GOOG: (-7.5%), IBM: (-30%)MSFT: (+11%), NFLX: (+25%), NTAP: (-1%), NTNX: (+1%), ORCL: (-11%), RHT: +43% (acquired by IBM)PVTL (0%), SAP: (-8.5%), SFDC: (+18%), VMW: (+13%)How are SaaS priced after 2018 correction? - https://tomtunguz.com/just-where-are-saas-companies-priced-after-the-2018-correction/
See title. Google Cloud Diane Greene steps down as Google's cloud chief (https://www.axios.com/diane-greene-steps-down-as-googles-cloud-chief-1542390453-6335b289-b216-4584-a615-ddb9114a47f5.html) Google looks to former Oracle exec Thomas Kurian to move cloud business along (https://techcrunch.com/2018/11/18/google-looks-to-former-oracle-exec-thomas-kurian-to-move-cloud-business-along) Longer CNBC piece on the switch (https://www.cnbc.com/2018/11/16/kurian-has-to-overcome-a-bitter-feud-between-google-and-oracle.html). Ray Wang (https://www.computerworlduk.com/it-leadership/who-is-thomas-kurian-new-google-cloud-ceo-3687161/): “Enterprise customers need a different level of care, and Google hasn't been able to deliver to date. So the resources available to Diane may not have always been allocated in the right place, but the resource is there and he has to sit down and see what partners and customer are saying.” More: ‘This might take the form of a growth of the sales or go-to-market teams at Google Cloud, but essentially "enterprises need consistency and roadmaps to adjust as they go," Wang said, and Google Cloud needs to do better at delivering that if it wants to take a bigger chunk of the public cloud market over the crucial coming years. "Google has the opportunity, but the window is closing, so there is 18 months to two years to right the ship," he said.’ History (https://www.reuters.com/article/us-oracle-kurian-insight-idUSKBN0KL0BL20150112): built middleware business in the 2000s, Fusion ERP apps integration, cloud business. The Corporate Culture Survival Guide (https://www.goodreads.com/book/show/27991667-the-corporate-culture-survival-guide-new-and-revised-edition). Relevant to your interests Coté’s stump speech recordings (http://cote.coffee/bettersoftware/). CX is nothing if you don’t change your business (https://diginomica.com/2018/11/12/is-cx-killer-app-for-erp-vendors/) - same for digital transformation, e.g., maybe stuff here (https://www.americaninno.com/austin/inno-news/capital-one-acquires-austin-shopping-and-price-comparison-startup-wikibuy/). Uber getting more legal (https://www.bloomberg.com/news/articles/2018-11-20/uber-is-reworking-its-playbook-for-world-domination). “Economic Recession Could Drive Serverless Standardization, Consolidation.” (https://www.sdxcentral.com/articles/news/economic-recession-could-drive-serverless-standardization-consolidation/2018/11/) Oracle to acquire Talari Networks (https://www.zdnet.com/google-amp/article/oracle-to-acquire-talari-network/). BlackBerry agrees to acquire Cylance for $1.4 billion (https://www.axios.com/blackberry-acquire-cylance-cybersecurity-deal-10a31627-730a-4890-867b-cc4147bbec54.html). Major SMS security lapse is a reminder to use authenticator apps instead (https://www.theverge.com/2018/11/16/18098286/vovox-security-breach-two-factor-authentication-2fa-codes-exposed). AWS rolls out new security feature to prevent accidental S3 data leaks (http://bwhichard [11:21 AM] https://www.zdnet.com/article/aws-rolls-out-new-security-feature-to-prevent-accidental-s3-data-leaks/). Users "Starting to Reach for Torches and Pitchforks" amid Fresh Azure and Office 365 Lockout (https://www.cbronline.com/news/azure-down-office-355-down). Tim Cook defends using Google as primary search engine on Apple devices (https://arstechnica.com/gadgets/2018/11/tim-cook-defends-using-google-as-primary-search-engine-on-apple-devices/). Charles Phillips billboards (https://gawker.com/5454315/oracle-president-admits-to-affair-with-woman-from-mystery-billboards). Nonsense Mark Zuckerburg wants you to use Android (https://mashable.com/article/mark-zuckerberg-android-phones-after-apple-ceo-tim-cook-criticism/#g66zRCCRjsqK) Sponsored by Solarwinds This episode is sponsored by SolarWinds® and this week, SolarWinds wants you to know about their tools designed for DevOps: Pingdom®, AppOptics™, Papertrail™, and Loggly®. Today’s recognized pillars of observability combine metrics, traces, and logs to enable DevOps teams to monitor system and application performance. But, these capabilities provide only limited insights into application performance because they ignore the user’s experience—a critical measure of application performance. Understanding if a system is slow or unavailable from an end user’s perspective is crucial in today’s digital world, even if the metrics are good and there are no alerts. Altogether, the combined functionality of Pingdom, AppOptics, Papertrail, and Loggly brings together real user monitoring, synthetic user monitoring, web and application performance metrics, distributed tracing, event aggregation, and log management to help proactively identify bottlenecks and accelerate troubleshooting. By bringing user experience, metrics, traces, and logs together with an easy-to-use, complementary toolkit, DevOps teams gain unmatched visibility into their cloud environment, so they can seamlessly follow an alert or issue from one product into another to resolve issues quickly and get back to focusing on the more proactive elements of their job. Over 275,000 customers worldwide and 499 of the Fortune 500 trust and rely on SolarWinds for their monitoring software. To learn more or try the company’s DevOps products for free, visit http://solarwinds.com/devops. Going to AWS re:Invent? Visit SolarWinds at booth 608 to see their products designed for DevOps first-hand. Conferences, et. al. Dec 12th and 13th, Toronto - SpringTour Toronto (http://springonetour.io/2018/toronto), Coté MC’ing doing open spaces. He won’t be at the Paris one, Dec 4th and 5th (http://springonetour.io/2018/paris) which is stupid planning on his part. 2019, a city near you: The 2019 SpringTours are posted (http://springonetour.io/). Coté will be speaking at many of these, hopefully all the ones in EMEA. They’re free and all about programming and DevOps things. Free lunch and stickers! Get a Free SDT T-Shirt Write an iTunes review of SDT and get a free SDT T-Shirt. Write an ITunes Review on the SDT iTunes Page. (https://itunes.apple.com/us/podcast/software-defined-talk/id893738521?mt=2) Send an email to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and include the following: T-Shirt Size, Preferred Color (Light Blue, Gray, Black) and Postal address. First come, first serve. while supplies last! Listener Feedback Brian from Austin got T-shirt because he wrote an iTunes Review! SDT news & hype Join us in Slack (http://www.softwaredefinedtalk.com/slack). Follow us on Twitter (https://twitter.com/softwaredeftalk), Instagram (https://www.instagram.com/softwaredefinedtalk/) or LinkedIn (https://www.linkedin.com/company/software-defined-talk/) Send your postal address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) and we will send you a sticker. Listen to the Software Defined Interviews Podcast (https://www.softwaredefinedinterviews.com/). Check out the back catalog (http://cote.coffee/howtotech/) Brandon built the Quick Concall iPhone App (https://itunes.apple.com/us/app/quick-concall/id1399948033?mt=8) and he wants you to buy it for $0.99. Recommendations Brandon: Homecoming (https://www.amazon.com/dp/B07FNZ35DV/?ref=dvm_us_dl_sl_go_ast_HC_TLeP5|c_294565360295_m_yH0Ue2zJ-dc_s__&gclid=Cj0KCQiA28nfBRCDARIsANc5BFAMIAH6vgtVejxEMRGSmUJPAw_pJ4LLEsWBZlo3KhaARTPVK3LBMxQaAtemEALw_wcB). Coté: UK Registered Traveler (https://www.gov.uk/registered-traveller), bread (https://www.instagram.com/p/BqaJTfwgez1/).
Aaron and Brian talk about the first half of 2018: Acquisitions and IPOs, Rating and ranking the Public Cloud, a look at aspects of Private Cloud, Containers and Kubernetes, HCI and GDPR, as well as their perspectives on AI and IoT. Show Links: [PODCAST] @PodCTL - Containers | Kubernetes | OpenShift - RSS Feed, iTunes, Google Play, Stitcher, TuneIn and all your favorite podcast players [A CLOUD GURU] Get The Cloudcast Alexa Skill [A CLOUD GURU] A Cloud Guru Membership - Start your free trial. Unlimited access to the best cloud training and new series to keep you up-to-date on all things AWS. [A CLOUD GURU] FREE access to AWS Certification Exam Prep Guide - At A Cloud Guru, the #1 question received from students is "I want to pass the AWS cert exam, so where do I start?" This course is your answer. [FREE] eBook from O'Reilly Show Notes: Topic 1 - It’s been a busy year for Cloudcast alumni in 2018 Microsoft acquires GitHub - 7.5B BonsaiAI acquired by Microsoft Pivotal IPO - $555M Evident.io acquired by Palo Alto - $300M CoreOS acquired by Red Hat - $250M Splunk acquires VictorOps - $120M Elastic (formerly ElasticSearch) - announced IPO plans Loggly acquired by Solarwinds Topic 2 - How would you handicap the public cloud market (leaders, laggards, emerging trends)? Gartner only has 6 companies in their IaaS Magic quadrant AWS keeps growing (apparently 30-35% of public cloud spending) Microsoft keeps acquiring Google is still TBD, but we’re going to GoogleNEXT in July Alibaba is growing and starting to hear about more US companies using AliCloud IBM and Oracle still seem like large Enterprise vendors Topic 3 - Brian’s involved with containers, Aaron’s involved with Storage and HCI and some cloud integration, what’s interesting in those areas? What are the biggest trends you’re seeing in the private cloud / data center market? Topic 4 - We’ve been trying to incorporate more AI and IoT into the shows this year. What have you learned so far, what has surprised you, where do you still have questions? Feedback? Email: show at thecloudcast dot net Twitter: @thecloudcastnet and @ServerlessCast
In the Security News, Paul and Michael discuss SolarWinds acquiring LOGGLY (undisclosed), Verizon acquires Niddel, Cyxtera Technologies acquires Immunity (undisclosed), and Arctic Wolf raised $16M in Equity! All that and more on this episode of Business Security Weekly! Full Show Notes: https://wiki.securityweekly.com/BSWEpisode69 Visit http://securityweekly.com/category/ssw for all the latest episodes!
Sure, there’s something wrong with all those chips, but what exactly is it? More importantly, how would you exploit it and protect yourself from it. This week, we talk about All The Great Chip Problems. And we also discuss some recent IT spending and forecasts, including survey results going over public versus private cloud deployments. There’s also some home automation (IoT!) talk, namely, Coté needs to find the problem this great solution solves. Pre-roll SDT news & hype Canceled: Jan 16th, first Live Recording (https://www.meetup.com/CloudAustin/events/mzfzwnyxcbvb/) in Austin Texas - guest co-host Tasty Meats Paul. Keep up with the weekly newsletter (https://us1.campaign-archive.com/home/?u=ce6149b4008d62a08093a4fa6&id=5877922e21). For example, a few issues back (https://us1.campaign-archive.com/?u=ce6149b4008d62a08093a4fa6&id=29bf1e3560) Coté went over some book recommendations based on what he read in 2017. Join us in Slack (http://www.softwaredefinedtalk.com/slack), subscribe the newsletter (https://softwaredefinedtalk.us1.list-manage.com/subscribe?u=ce6149b4008d62a08093a4fa6&id=5877922e21), and pay-up for our members only podcast (https://www.patreon.com/sdt). Buy some t-shirts (https://fsgprints.myshopify.com/collections/software-defined-talk)! Stickers - write us in the contact (http://www.softwaredefinedtalk.com/contact) form or email us, send name and address mailing address. Wemo IoT All the devices (http://amzn.to/2mG64ip) - plugs (http://amzn.to/2DfJt3n), dimmers (http://amzn.to/2EPW5yA), HomeKit bridge (http://amzn.to/2FMQ4nv) (HomeKit is kinda garbage). There’s plenty of IFTTT applets that do Wemo things (https://ifttt.com/search/query/wemo), but…are they useful? Those chip problems - what would you use them for? What’s this mean? Another Y2K? The world didn’t seem to end, so are we good? The Register (https://www.theregister.co.uk/2018/01/02/intel_cpu_design_flaw/) coverage (https://www.theregister.co.uk/2018/01/02/intel_cpu_design_flaw/), lots of gobbly-gook. TPM estimates (https://www.nextplatform.com/2018/01/08/cost-spectre-meltdown-server-taxes/) cost to IT departments to deal with it. Suspicious stock sale (http://money.cnn.com/2018/01/04/technology/business/brian-krzanich-intel-shares/index.html?__s=zr4eixsppawhzbionuu9), or maybe he just needed a new winter home. What are people doing with exploits? More IT spending in 2018, public cloud use growing 451 and IDC have some cloud forecast numbers out. Ent. software growth. Trad’l IT shrinking, but not too fast 451 days private cloud still the winner, but barely. 451 tracks by survey (https://blogs.the451group.com/techdeals/infrastructure-software/complexity-bolsters-valuations-for-infrastructure-software/) with plans to put workloads across the different types of infrastructure: https://d2mxuefqeaa7sj.cloudfront.net/s_EF670144310531D7873957CB4E18505EF5DF967F587843FC89C0EE55E5BFF033_1516203990094_image.png PaaS in not included (see a recent round-up of PaaS market-sizings (https://diginomica.com/2018/01/17/paas-business-case-higher-level-cloud-services-delivers-roi-competitive-advantage/), tho), but for 2019: public cloud totals ~37% (or 46.3% if you included hosted), private cloud 53.6% IDC’s tracks hardware spend (https://www.idc.com/getdoc.jsp?containerId=prUS43508918): https://d2mxuefqeaa7sj.cloudfront.net/s_EF670144310531D7873957CB4E18505EF5DF967F587843FC89C0EE55E5BFF033_1516204083806_image.png Meanwhile, an analyst says Azure had a gain on AWS in Q4 (https://www.cnbc.com/2018/01/12/amazon-lost-cloud-market-share-to-microsoft-in-the-fourth-quarter-keybanc.html): “Amazon Web Services had 62 percent market share in the quarter, down from 68 percent a year earlier, KeyBanc's Brent Bracelin and other analysts wrote in a note on Thursday. Microsoft Azure jumped from 16 percent to 20 percent, and Google's share increased from 10 percent to 12 percent, they said.” Also, more spending forecasts from Gartner (https://www.gartner.com/newsroom/id/3845563): https://d2mxuefqeaa7sj.cloudfront.net/s_EF670144310531D7873957CB4E18505EF5DF967F587843FC89C0EE55E5BFF033_1516204339433_image.png The move to SaaS continuing: “Organizations are expected to increase spending on enterprise application software in 2018, with more of the budget shifting to software as a service (SaaS). The growing availability of SaaS-based solutions is encouraging new adoption and spending across many subcategories, such as financial management systems (FMS), human capital management (HCM) and analytic applications (https://www.gartner.com/smarterwithgartner/analyst-answers-the-biggest-challenges-for-data-analytics-leaders-today/).” Really, doesn’t that make the most sense for where to spend most of your priority? Clears out the under-brush. Perhaps there should be a split between “innovation” (customer IT) and “keep the lights on.” I often think bi-modal got lost in that distinction. Hey, that sounds like Big Data! ‘"Looking at some of the key areas driving spending over the next few years, Gartner forecasts $2.9 trillion in new business value opportunities (https://www.gartner.com/newsroom/id/3837763) attributable to AI by 2021, as well as the ability to recover 6.2 billion hours of worker productivity," said Mr. Lovelock. "That business value is attributable to using AI to, for example, drive efficiency gains, create insights that personalize the customer experience, entice engagement and commerce, and aid in expanding revenue-generating opportunities as part of new business models driven by the insights from data."’ 451’s surveys show more IT spending too (https://blogs.the451group.com/techdeals/investment-banking/every-reason-to-shop-yet-tech-companies-still-empty-handed/): “fully 50% of the 872 respondents said their company is giving a ‘green light’ for IT spending. That was the highest reading since 2007, and 13 basis points higher than the average survey response for the month of November for the previous five years” The exciting world of monitoringobservability With Loggly, SolarWinds scoops up another log service (https://451research.com/report-short?entityId=94096): “With the acquisition of Loggly, SolarWinds obtains an asset that was slow in getting started but has hit a patch of growth recently. As of September, we believe the company was on track to finish 2017 with roughly $10m in billings, up from mid-single digits in 2016. Founded in 2009 with a mission of offering a SaaS-based, easy-to-use logging product with helpful visualizations built using advanced analytics, Loggly had raised $47m in venture capital, including a $11.5m series D round in June 2016.” They estimate ~3,000 paying customers. Microsoft gets serious about monitoring (https://451research.com/report-short?entityid=94076&type=mis&alertid=975&contactid=0033200001wgkckaa2), pulling together it’s different things Nancy at 451 reports: “Microsoft's vision is to deliver tools that can offer a holistic view of services to application architects looking to optimize their software; performance information and debugging capabilities for DevOps and ops pros; insight into KPIs for executives; and information about customer usage to product owners. Microsoft doesn't yet have a cohesive offering for all of the above, but it has the pieces to enable it and has begun delivering on some integrations across products.” You may recall that Datadog acquired Logmatic.io back in the Fall (https://www.datadoghq.com/blog/datadog-acquires-logmatic-io/). Relevant to your interests Annual Letter from Planet Earth (https://www.l2inc.com/daily-insights/no-mercy-no-malice/annual-letter-from-planet-earth), Scott Galloway: a pretty good moral tent-pole for tech. Feel like a little kid in the container world? Welcome to the club (https://www.theregister.co.uk/2018/01/08/container_shock_not_everybody_is_doing_it/): “industry adoption more accurately reflected in 451 Research's survey data that pegs adoption at 27 per cent. Of those 27 per cent of enterprises that have container religion, just 52 per cent are running containers in production, according to the same survey. In other words, a mere 13.5 per cent (or so) of enterprises are running containers in production.” Finally, an explanation of that Cisco/Google partnership (https://451research.com/report-short?alertid=975&contactid=0033200001wgkckaa2&entityid=94056&type=mis): “CloudCenter is key to the hybrid cloud partnership that Cisco and Google recently announced, where CloudCenter will be used to integrate Google Cloud Platform services with on-premises datacenters. The integrated offering includes Cisco's Hyperflex hyperconverged infrastructure and Nexus 9k networking. Cisco is also leveraging its networking (CSR) and security (Stealthwatch Cloud) portfolio to ensure a consistent environment across the hybrid cloud. Google's Kubernetes container runtime uses Apigee to consume and manage APIs, as well as Google's range of cloud services, including machine learning and visual recognition. The open source Istio service management platform is key to the offering, supported in CloudCenter, providing traffic management, observability, policy enforcement and service identity and security for microservices. There will also be integrations to AppDynamics. Solution engineering efforts are underway, and Cisco and Google are working on predefined statements of work that can be executed by both companies' direct sales teams and by the partner channels. The joint offering will be fully supported by the Cisco Technical Assistance Center. The Cisco-Google partnership on hybrid cloud is non-exclusive, but Google is working closely with Cisco on the joint engineering work around open hybrid cloud.” Taking Stock of Cloud Application Platforms (http://rishidot.com/krishnan/platforms/taking-stock-of-application-platforms/): basically, he expects it to all go kubernetes. See also this developer-oriented comparison of Pivotal Cloud Foundry and kubernetes (https://medium.com/@odedia/comparing-kubernetes-to-pivotal-cloud-foundry-a-developers-perspective-6d40a911f257). IBM combining GBS and GTS (https://siliconangle.com/blog/2018/01/15/report-ibm-combine-gbs-gts-units-single-business-called-ibm-services/). This means consulting/outsourcing and hosting, right? Lots of staff shifting and lay-offs, as The Register (http://www.theregister.co.uk/2018/01/15/ibm_rebrands_services_businesses_as_ibm_services/) reported (http://www.theregister.co.uk/2018/01/15/ibm_rebrands_services_businesses_as_ibm_services/). Dropbox to IPO (https://thehustle.co/dropbox-IPO/) - “doing over $1B in annualized sales and are cash flow positive,” well with some added nuance (https://www.bloomberg.com/news/articles/2018-01-11/dropbox-is-said-to-file-confidentially-for-initial-offering): “[i]t’s also been profitable, excluding interest, taxes, depreciation and amortization. “ $10bn valuation, they say. Speaking of: 20 years of big-ass VC exits (http://brucesterling.tumblr.com/post/167623403778/whatsapp-decided-early-on-to-work-only-with-a). Watch out for the Weka (https://www.grownups.co.nz/interests/book-reviews/lyn-potter-reviews-new-zealand-bird-books-kids/), by Ned Barraud, kid's book. Conferences, et. al. Coté talking at DevOpsDays Charlotte (https://www.devopsdays.org/events/2018-charlotte/), Feb 22nd to 23rd. May 15th to 18th, 2018 - Coté talking EA at Continuous Lifecycle London (https://continuouslifecycle.london/sessions/the-death-of-enterprise-architecture-defeating-the-devops-microservices-and-cloud-native-assassins/). Recommendations Matt: I Contain Multitudes (https://www.amazon.com/Contain-Multitudes-Microbes-Within-Grander/dp/0062368605/). Goruck Echo Backpack (https://www.goruck.com/echo/). Brandon: Wind River (https://www.rottentomatoes.com/m/wind_river_2017/). Coté: OluKai Moloa Slipper (http://amzn.to/2FM0VhK) - it says “slipper,” but I feel like it could be an everyday, even EBC shoe. Bit bulbous like those 90s Cadillac boats (https://auto.howstuffworks.com/1990-1999-cadillac.htm).
In the Security News, Paul and Michael discuss SolarWinds acquiring LOGGLY (undisclosed), Verizon acquires Niddel, Cyxtera Technologies acquires Immunity (undisclosed), and Arctic Wolf raised $16M in Equity! All that and more on this episode of Business Security Weekly! Full Show Notes: https://wiki.securityweekly.com/BSWEpisode69 Visit http://securityweekly.com/category/ssw for all the latest episodes!
This week in the Article Discussion, Paul and Michael discuss how to be more productive without burning out, what cybersecurity chiefs can learn from Warren Buffett, and the importance of explaining "Why" before "What" when you need help! In the news, we discuss SolarWinds acquired LOGGLY, Verizon acquired Niddel, Cyxtera Technologies acquires Immunity, and more on this episode of Business Security Weekly! Full Show Notes: https://wiki.securityweekly.com/SSWEpisode69 Visit https://www.securityweekly.com/ssw for all the latest episodes!
This week in the Article Discussion, Paul and Michael discuss how to be more productive without burning out, what cybersecurity chiefs can learn from Warren Buffett, and the importance of explaining "Why" before "What" when you need help! In the news, we discuss SolarWinds acquired LOGGLY, Verizon acquired Niddel, Cyxtera Technologies acquires Immunity, and more on this episode of Business Security Weekly! Full Show Notes: https://wiki.securityweekly.com/SSWEpisode69 Visit https://www.securityweekly.com/ssw for all the latest episodes!
Show: 4Show Description: Brian and Tyler discuss the broad range of tools that are available to deploy, operate and manage Kubernetes environments. There are lots of options...Show Notes:PodCTL #4 - TranscribedKubernetes: A Little Guide to Install OptionsMonitoring OpenShift: Three Tools for SimplificationRolling Updates to Kubernetes - At MacQuarie Bank [video]Segment 1 - [News of the Week]VMware, Google and Pivotal announced a packaged version of the Kubo project, called Pivotal Container Service (PKS). CNCF continues to be the center of Enterprise IT with VMware, Pivotal joiningSegment 2 - Why do Open Source Projects often end up with so many installers? Segment 3 - What are some of the common types of tools for kubernetes installations?Install on your laptop (e.g. Minikube, Minishift, etc.) Public Services (OpenShift Online, GKE, Azure Container Service, etc)Quickstart installer on a public cloud (e.g. Heptio, DO, kops, etc.)Kubernetes-specific installers (kubeadm, kubicorn, kargo, etc.) Deployment scripts and variations on “runbooks” (e.g. Ansible, Chef, Puppet, etc.)Segment 4 - What are some of the Day 2 tools that are used with Kubernetes?Upgrade tools (e.g. 1-click, Operators, etc.) Monitoring & Management (e.g. Prometheus, Datadog, New Relic, Zabbix, SysDig, CoScale) - https://blog.openshift.com/monitoring-openshift-three-tools/ Logging (e.g. EFK, Loggly, etc.) Application Frameworks - Save that for future shows!Feedback?Email: PodCTL at gmail dot comTwitter: @PodCTLWeb: http://podctl.com
How do you make a transition from a job at a startup to an enterprise? How to help sales and marketing departments work together towards one common goal? Can you get sales fight for MQLs? Where do you start when trying to sell to an enterprise? Dave Ewart, the Head of Digital Marketing at Oracle, shares with Shira Abel his experience of working for an enterprise, developing a collaborative workspace, and driving innovation. About Dave Ewart • Hailing from the 50th state, Dave is a SaaS Tech Marketer with few known predators but highly allergic to: poor customer experiences, stodgy corporate marketing and inferior faux-cloud software solutions. • Dave is a Full-funnel Marketing Exec and #Startup advisor with 20 yrs experience driving revenue and demand to scale SaaS companies from seed through acquisition & IPO. David has driven marketing teams and led demand generation for B2B brand leaders including: Tealeaf (acquired by IBM), SatMetrix, Saba, Loggly, Talkdesk and is currently Head of Digital Marketing for North America at Oracle. • When Dave isn't busy creating demand, he’s likely running on the trails in Marin chasing after his two kids. Key Takeaways: • In order to align sales and marketing departments your KPIs need to change to reflect your goals. It’s not about the number of leads and MQLs, it’s about starting conversations. • Content is king of the internet, but queen is the content channel. You just need to find the right recipe. • Hire for specific skills, but look beyond a resume: get to know your candidates, what they’re passionate about, their attitudes, and their ability to drive change. Please rate this podcast. About Shira Abel Shira Abel is the CEO and Lead Strategist at Hunter & Bard (http://www.hunterandbard.com), a PR, marketing and design agency. Clients include: Folloze, Totango, Cyara, Sarine Technologies, Pushbullet, AXA Tech, CloudEndure, Pitango VC, Allianz, and more. Creator and host of the SaaS Insider podcast. Mentor at 500 Startups. Former professor of Marketing for Startups at Tel Aviv-Jaffa Academic College. MBA from Kellogg School of Management. Loves family time, cooking, and traveling. Hates writing about herself in the third person. She lives with her husband, teen and tween sons and a very large Great Pyrenees. If you would like to be interviewed on SaaS Insider - please contact Shira at the URL above. The SaaS Insider podcast is brought to you by Hunter & Bard, an agency specializing in PR, design, branding, and marketing strategy – helping SaaS companies develop mindshare. It’s also a member of the C-Suite Radio Network. Check out Hunter & Bard today at http://hunterandbard.com Tags and Keywords: enterprise sales, marketing, MQL Facebook Status: @shiraable and Dave Ewart discuss how to drive innovation at an enterprise, increasing the sales efficiency and modernization of marketing in this week’s episode of #SaaSInsider. Twitter Status: @clickbyclick of Oracle talks to @shiraabel on #SaaSInsider about #marketing, making change, and demand generation.
A Baltimore-native, Charles Pridgen majored in International Business and Finance, but realizing that he didn’t fit into the financial field he pursued a career in sales and eventually decided to break into startups. Charles previously worked at LivingSocial and Salesforce. He is currently working at a startup called Loggly, a cloud-based log management and search platform. Charles is also an organizer of the Black Professionals Network (BPN) where he seeks to build a community that fosters diversity through the power of networking and which has now grown into a massive success and a source of inspiration among people in the Bay Area.
Desesperador é acordar com uma ligação do chefe dizendo "o sistema caiu!". Como se precaver e evitar esse tipo de situação? Claro, não há mágica, mas nesse episódio o nosso host Paulo Silveira conversa com Thadeu Russo, da Amazon Web Services, e com o já conhecido Mauricio Linhares, da Digital Ocean, sobre as práticas mais básicas e essenciais de como ficar atento à saúde do seu sistema e da sua infraestrutura. Participantes: Paulo Silveira, host do hipsters Thadeu Russo, engenheiro na Amazon em Operations Technology lááá no Canadá Mauricio Linhares, seu cohost preferido Links de ferramentas citadas e artigos: Pingdom Coletores de log: Loggly, papertrail Monitoramento de algo simples como Wordpress Monitoramento da aplicação: Newrelic, DataDog Coletores e agregadores: Prometheus, Kibana, Nagios Coletores de erros: Airbrake, Rollbar, Sentry Artigo do Danilo Sato sobre Canary Release Produção e conteúdo: Alura Cursos online de Tecnologia - https://www.alura.com.br === Caelum Ensino e Inovação Edição e sonorização: Radiofobia Podcast e Multimídia
Desesperador é acordar com uma ligação do chefe dizendo "o sistema caiu!". Como se precaver e evitar esse tipo de situação? Claro, não há mágica, mas nesse episódio o nosso host Paulo Silveira conversa com Thadeu Russo, da Amazon Web Services, e com o já conhecido Mauricio Linhares, da Digital Ocean, sobre as práticas mais básicas e essenciais de como ficar atento à saúde do seu sistema e da sua infraestrutura. Participantes: Paulo Silveira, host do hipsters Thadeu Russo, engenheiro na Amazon em Operations Technology lááá no Canadá Mauricio Linhares, seu cohost preferido Links de ferramentas citadas e artigos: Pingdom Coletores de log: Loggly, papertrail Monitoramento de algo simples como Wordpress Monitoramento da aplicação: Newrelic, DataDog Coletores e agregadores: Prometheus, Kibana, Nagios Coletores de erros: Airbrake, Rollbar, Sentry Artigo do Danilo Sato sobre Canary Release Produção e conteúdo: Alura Cursos online de Tecnologia - https://www.alura.com.br === Caelum Ensino e Inovação Edição e sonorização: Radiofobia Podcast e Multimídia
In this episode of Don't Make Me Code, David and Steve have Liz Bennett in the studio. Liz is a Senior Engineer at Loggly, a SaaS based logging company. The three discuss the many benefits of Dogfooding as well as some unique-to-developer-tools pitfalls of using your own product to build itself.
In this episode of Don't Make Me Code, David and Steve have Liz Bennett in the studio. Liz is a Senior Engineer at Loggly, a SaaS based logging company. The three discuss the many benefits of Dogfooding as well as some unique-to-developer-tools pitfalls of using your own product to build itself. The post Ep. #11, Dogfooding appeared first on Heavybit.
In this episode of Don't Make Me Code, David and Steve have Liz Bennett in the studio. Liz is a Senior Software Engineer at Loggly, a SaaS based logging company. The three discuss the many benefits of dogfooding as well as some unique-to-developer-tools pitfalls of using your own product to build itself.
TOPICS: How you can use analytics What analytics are needed Capturing analytics Core Statistics module Custom development Google Analytics / Google Tag Manager Other tools Other Analytics Tools/Modules MODULES: Statistics Counter - https://www.drupal.org/project/statistics_counter Google Analytics - https://www.drupal.org/project/google_analytics Google Tag Manger - https://www.drupal.org/project/google_tag RESOURCES: New Relic https://newrelic.com/ Loggly https://www.loggly.com/ Google Tag Manager - https://www.google.com/analytics/tag-manager/ MODULE OF THE WEEK: Simple Ads www.drupal.org/project/simpleads This module provides a way to feature advertisements on a Drupal website. It displays graphical, text and flash ads in configurable blocks. It records and reports useful statistics. It is easy to configure and does not depend on other contrib modules. HOSTS: Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan
Casey Armstrong is a full stack marketer who focuses on customer acquisition and revenue growth at both top technology startups and his own companies. Casey has driven growth at several top technology startups, such as Pivotal Tracker, Pantheon, and Loggly. He also helped grow PaleoHacks.com and lead them to an acquisition last year. Casey will be putting on growth hacking workshops in Europe this summer. You can read more about it at GrowthShip.com Remember to download our 10-day Growth Hacking course for free at https://www.growthhackingpodcast.com/freecourse For more information and resources, visit https://www.growthhackingpodcast.com
Software Engineering Radio - The Podcast for Professional Software Developers
Robert Blumen talks to Jon Gifford of Loggly about logging and logging infrastructure. Topics include logging defined, purposes of logging, uses of logging in understanding the run-time behavior of programs, who produces logs, who consumes logs and for what reasons, software as the consumer of logs, log formats (structured versus free form), log meta-data, logging […]
Aaron & Brian talk with Manoj Chaudhary (CTO & VP of Engineering @loggly) about building and managing massively scalable SaaS applications. Music credit: Nine Inch Nails (nin.com)
Loggly CTO Jon Gifford talks with Andy about the concept of logging as a service and how it allows for easier log management and manipulation. The scale of what can be done simultaneously (and stably) within large systems is truly exciting. Learn the details of how Loggly does what it does, how it's different from what you've used before, and where it's going in the future.