Chip Childers, Cloud Foundry Foundation | Cloud Foundry Summit 2018
>> Announcer: From Boston, Massachusetts, it's theCUBE! Covering Cloud Foundry Summit 2018. Brought to you by the Cloud Foundry Foundation. >> I'm Stu Minamin and this is theCUBE's coverage of Cloud Foundry Summit 2018. Here in beautiful Boston, Massachusetts. Happy to welcome back to the program Chip Childers, who is the CTO of the Cloud Foundry Foundation. Chip, you started off this morning saying the runners this morning got a taste of the Boston Marathon. >> They did, they did! >> It's raining, it's cold, it's miserable. >> Yesterday was beautiful. >> At least there was less wind. >> Yesterday was absolutely beautiful. So we kicked off the summit, beautiful sun, but then we had our Fun Run this morning. >> As a local, I do apologize for the weather. Normally April's a great time. We want more tech coverage here in the area. More tech shows. We're in the center of a great tech hub, here in the Boston Seaport. We've talked to a couple of Boston startups, you know, here at the show. And, you know, great ecosystem if you go there. Thank you for bringing your show here. >> Absolutely, happy to be here. >> All right, so, last time we caught up was year ago at the show. And I think it was, what, 213 working days or something? I think Molly said >> Something like that Something like that yeah. >> The good thing is in our industry, nothings changing, we can talk about the same stuff as last year. >> Leisurely pace >> No concern, let's just sit back and you know, talk about our favorite pop culture references. Chip what's hot on your plate? And what are you hearing from the users in the community? >> Sure. So this year the theme Our events team came up with a very fun pun, which is Running at Scale. It means two things. One, the Boston Marathon was on Monday, but two it really does represent the stories that we're getting from our users, the customers, and the distributions, those that use the open source directly. So not only are we seeing a broadening of adoption across new organizations, but they're getting really deep into using it. We filled a survey, user survey, just did our second run of it. In fact we didn't have this data back in Santa Clara last year. So it's been less than a year since the 2017 one. And what we found was that there was a 21 point swing in those companies that were using Cloud Foundry with more than 50 developers, alright. So 50 developers and higher When you really talk to the interesting, large scale Fortune 500 companies, they're talking thousands of developers, that are working on the platform, being productive, and that truly is kind of what this event is about for us. >> I grew up around the infrastructure stuff, and scale means a lot of things to a lot of people, but had a great discussion with Dr. Nick, just before talking about how if you were to build your kind of utopian environment You look at some of the hyper-scale companies, the Facebooks and Googles of the world, and thing is they're such a scale that if they don't have good automation, and don't have you know really the distributive architectures that we're all talking about and things like that, there's no way that they could run their businesses. >> Yeah and the reality is a lot of the businesses that aren't Google, aren't Facebook, they have to be able to think about that level of scale. To me it really boils down to three basic principles, and to me this is the best definition of what Cloud native means. Whether you're talking about a platform, whether you're talking about how you design your applications, it's simple patterns, highly automated, which can be scaled with ease, right? And through that you can do really amazing things with software, but it has to be easily scaled, it has be easily managed, and you do that through the simplicity of the patterns that you apply. >> Yeah, and being simple is difficult. >> Yes >> How much we have arguments in the industry it's like well, let's throw an abstraction layer in there, do an overlay or underlay, but you know really building kind of distributed systems, is a little bit different. >> It is a little bit different. So one of the things that the Cloud Foundry ecosystem has, is a rich history of iterating towards a better and better developer experience. At its heart, the Cloud Foundry ecosystem of distribution, and tools, and the different products we have, they're all about helping the developer be a better developer in the context of their organization. So we've been iterating on that experience and just doing incremental constant improvement and change and we're very proud of that productivity, right? And that's really what drive these organizations to say look, this is a platform that is operated very easily with small teams. I think you've spoken with a couple companies, and if you ever ask them hot many operators do you have to handle thousands of engineers, tens of thousands of applications, they say, well, maybe ten. >> The T-Mobile example is >> Great example >> Ten to fifteen operators with 17000 developers so >> Chip: Yep, yep >> It's funny cause I remember we used to talk about you know in the enterprise how many servers can a single admin handle and then if you go to the hyper-scale ones it was three orders magnitude different. But in the hyper-scale ones they didn't really have server people, they had people that brought in servers, and people threw them in the wood chipper when they were done >> Chip: Absolutely >> And they didn't manage them. It was the old cattle versus pets analogy that we talked about in the other room, It's just totally different mindsets is how we think about this. I love, For me, it was in the enterprise you know, we harden the hardware, we think about this, and in the software world it's you know, No no, I built it in the application layer, because One of my favorite lines I use is you know, Hardware will eventually fail, and software will eventually work right? >> Absolutely. I think that's the difference between, So application centric thinking leads you to Necessarily, you have to have infrastructure to run it right? My favorite thing is this whole server-less term is absolutely ridiculous if anybody understands it, but there's a little bit behind it, which is, in fact I'd argue Cloud Foundry's fundamentally server-less because when you push code into it, you don't care what operating system's underneath it, right? All you care about is the fact that you've written some code in Java or in Nojass or in Ruby, you're handing it to a platform it deals with all of the details of building a container image, scaling it, managing it, pulling independencies, you don't care what underlying operating systems there, and then that ten person platform operations team, in the Cloud Foundry world, they have the benefit of upstream projects actually producing the operating system image that they can consume, within hours of major vulnerabilities being announced. >> I love actually, at this show you've got a containers and server-less track >> We do >> And I'm an infrastructure guy by background and when we went to virtualization we went little bit up the stack, I don't think about servers I'm trying to get closer to that application. Love you to comment on is Cloud Foundry helps gives some stability and control at that infrastructure level, but it still involved with infrastructure, from in my own data center, >> Chip: Yep >> or hosted data center or I know what could I'm on. When I start going up to like server-less, I'm a little bit higher up the stack, and that's why they can live together, >> Yeah, yeah >> And its closer tied to the application than it is to the infrastructure, so maybe you can tease that out for us a little. >> Yeah, so I think one of the main things that we've heard from the user community and this is actually coming from users of a number of the different distributions. They're saying, look there are roughly, today, roughly two different modes that we care about, cloud native application workloads. And this might expand to include functions and service but predominantly there's two. There's the custom software that we write, which the past experience is great for, and then there's the ISV delivered software, which today increasingly the medium of software delivery is becoming the container image, whether it's an OCI container, whether it's a Docker image, ISV ships software as container images, and you need a great place to land that, so those two abstractions, that paths, just hand the system your code, or the container service just hand it a container image, both of them work really well together, and part of what we're trying to do as a community, a technical community, is we're evolving those integrations so that we can work really well with the Kubernetes ecosystem. There are different options for how these things might be stacked, depending on the vendor that you're talking to, I think mostly that's immaterial to the customers, I think mostly the customers care about having those two experiences be unified from their developer or app owner prospective. >> When you come to this show, there's more than just Cloud Foundry. There's a lot of other projects >> Chip: For sure >> That are coming on to the space Gives us a little viewpoint as to how the foundation looks at this. What's the charter which it fits under Linux foundation There's so many different pieces, Some kind of bleed into what the CNCF is doing, and just try to help map out >> Chip: Yeah how some of these pieces and it's this great toolbox that we've talked about in open source. I love like the zip car guy got up and he's like, I use all the peripheral stuff, and none of the core stuff >> Right >> And that's okay >> Absolutely, that's the fun of open source. So there's a couple ways to look at this. So first, the open source communities collectively. There's a lot of innovations going on in this space, obviously What the Cloud Foundry ecosystem generally does, historically has done, and will continue to do, is that we are focused on the user needs, first and foremost. And what our technical project teams do is they look at what's available in the broader open source ecosystem. They adopt and integrate what makes sense, where we have to build something ourselves, simply because there isn't an equivalent, or it's necessary for technical reasons. We'll build that software. But our architecture has changed many times. In fact, since 2015, right. It hasn't been that many years, as you said, we move slow in this industry (Stu laughs) We've changed this architecture constantly. The upstream projects releasing at minimum of twice a month. That's a pretty high velocity. And it's a big coordinated release. So we're going to continue to evolve the architecture, to bring in new components, this is where CNCF relates. We've integrated Envoy, which is a CNCF project. We're now bringing in Kubernetes, in a couple of different ways. We're working closely with Istio, which is not a CNCF project, yet. But it looks like it might head that way. Service mesh capabilities, We were an early adopter of the container networking interface. Another Linux foundation effort was the open container initiative, right. Seeded from some code from Docker, again one of the earliest platforms to adopt that, outside of Docker. So we really look at the entire spectrum of open source software as a rich market of componentry that can be brought together. And we bring it together so that all these great users that you're talking to, can go along this journey, and think of it almost as a rationalization of the innovative chaos that's occurring. So we rationalize that. Our job is to rationalize our distributions, use that rationalization, and then all of the users get to take advantage of new things that come up. But also we take what gets integrated very seriously, because it has to reach a point of maturity. T-Mobile again, running their whole business on Cloud Foundry. Comcast, running their whole business on Cloud Foundry. US Air Force, fundamentally running their air traffic control, right, how do they get fuel to the jets, on Cloud Foundry. So we take that seriously. And so it's this combination of, harvesting innovation from where we can harvest it, bring it all together, be very thoughtful about how we bring it together, and then the distributions get the advantage of saying, here's a stable core that's going to evolve and take us into the future. >> Chip I've loved the discussion with real customers, doing digital transformation. What that means for them. How they're moving their business forward. Want to give you the final word, for those that couldn't come to the show, I know a lot of the stuffs online, there's a lot of information out there, anything particular do you want to call out, or say hey this is cool, interesting, or exciting you that you'd want to point to. >> Yeah, I actually. There are a lot of things but the one thing that I'll point to is as a US citizen, I'm particularly proud of some of the work that's happening in the US Government. Through 18F, with cloud.gov as an example, but if I step back even further, Cloud Foundry is serving as a vehicle for collaboration across multiple nations right now. We're seeing Australia, we're seeing the United Kingdom, Netherlands, Canada, South Korea, all of these national governments, are trying to figure out how to change citizen engagement to follow the lead of the startups, which are the internet companies, at the same time that these large Fortune 500 companies, are also trying to digitally transform. Governments are trying to do the same thing. So we had a, we're almost done for the day here, but there was almost a full day track of governments talking about their use of the tech, talking about that same digital transformation journey. So to me that's actually really inspiring to see that happen >> Alright well Chip Childers. He was a dancing stick figure >> Chip: I was in the keynote this morning, but here with us on theCUBE. Thank you so much for joining once again, and thank you to the foundation for helping us bring this program to our audience. >> Chip: We're happy to have you here. >> I'm Stu Miniman, and this is theCUBE. Thanks for watching (bright popping music)
SUMMARY :
Brought to you by the Cloud Foundry Foundation. I'm Stu Minamin and this is theCUBE's coverage it's miserable. So we kicked off the summit, beautiful sun, We're in the center of a great tech hub, And I think it was, what, 213 working days or something? Something like that we can talk about the same stuff as last year. And what are you hearing from the users in the community? and that truly is kind of what this event is about for us. and scale means a lot of things to a lot of people, but the simplicity of the patterns that you apply. in the industry it's like well, and if you ever ask them hot many operators and then if you go to the hyper-scale ones and in the software world it's you know, So application centric thinking leads you to Love you to comment on and that's why they can live together, so maybe you can tease that out for us a little. and you need a great place to land that, When you come to this show, What's the charter which it fits under Linux foundation I love like the zip car guy got up and he's like, again one of the earliest platforms to adopt that, Want to give you the final word, I'm particularly proud of some of the work He was a dancing stick figure in the keynote this morning, but here with us on theCUBE. I'm Stu Miniman, and this is theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Comcast | ORGANIZATION | 0.99+ |
Cloud Foundry Foundation | ORGANIZATION | 0.99+ |
Stu Minamin | PERSON | 0.99+ |
Ten | QUANTITY | 0.99+ |
Monday | DATE | 0.99+ |
2017 | DATE | 0.99+ |
Santa Clara | LOCATION | 0.99+ |
Java | TITLE | 0.99+ |
ORGANIZATION | 0.99+ | |
ORGANIZATION | 0.99+ | |
21 point | QUANTITY | 0.99+ |
Molly | PERSON | 0.99+ |
thousands | QUANTITY | 0.99+ |
T-Mobile | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
Boston Seaport | LOCATION | 0.99+ |
2015 | DATE | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
Chip Childers | PERSON | 0.99+ |
50 developers | QUANTITY | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
US Air Force | ORGANIZATION | 0.99+ |
Nick | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
17000 developers | QUANTITY | 0.99+ |
Chip | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
Ruby | TITLE | 0.99+ |
Nojass | TITLE | 0.99+ |
ten | QUANTITY | 0.99+ |
less than a year | QUANTITY | 0.99+ |
Yesterday | DATE | 0.99+ |
Boston | LOCATION | 0.99+ |
both | QUANTITY | 0.99+ |
Cloud Foundry | ORGANIZATION | 0.99+ |
more than 50 developers | QUANTITY | 0.99+ |
two experiences | QUANTITY | 0.99+ |
Facebooks | ORGANIZATION | 0.99+ |
two things | QUANTITY | 0.99+ |
Googles | ORGANIZATION | 0.98+ |
Cloud Foundry Summit 2018 | EVENT | 0.98+ |
ten person | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Boston Marathon | EVENT | 0.98+ |
two abstractions | QUANTITY | 0.98+ |
US | LOCATION | 0.98+ |
CNCF | ORGANIZATION | 0.97+ |
April | DATE | 0.97+ |
second run | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
today | DATE | 0.97+ |
twice a month | QUANTITY | 0.96+ |
Linux | TITLE | 0.95+ |
Australia | LOCATION | 0.95+ |
one thing | QUANTITY | 0.95+ |
three basic principles | QUANTITY | 0.95+ |
Canada | LOCATION | 0.94+ |
two different modes | QUANTITY | 0.94+ |
Netherlands | LOCATION | 0.94+ |
three orders | QUANTITY | 0.93+ |
US Government | ORGANIZATION | 0.93+ |
United Kingdom | LOCATION | 0.92+ |
Dr. | PERSON | 0.92+ |
Cloud Foundry | TITLE | 0.92+ |
one | QUANTITY | 0.91+ |
theCUBE | ORGANIZATION | 0.91+ |
couple companies | QUANTITY | 0.9+ |
this morning | DATE | 0.88+ |
tens of thousands of applications | QUANTITY | 0.88+ |
213 working days | QUANTITY | 0.88+ |
thousands of developers | QUANTITY | 0.84+ |
Istio | ORGANIZATION | 0.84+ |
fifteen operators | QUANTITY | 0.83+ |
Kubernetes | TITLE | 0.83+ |
South Korea | LOCATION | 0.81+ |
Docker | TITLE | 0.81+ |
Megan Smith, shift7 | Grace Hopper 2017
>> Announcer: Live, from Orlando, Florida, it's the Cube covering Grace Hopper's celebration of women in computing brought to you by Silicon Angle Media >> Welcome back to the Cube's coverage of the Grace Hopper conference here in Orlando, Florida I'm your host Rebecca Knight, along with my co host Jeff Frick. We're joined by Megan Smith. We're very excited to have you on the show. >> It's good to be here >> She is the third US CTO and also the CEO of a new company, Shift7.co, so thanks so much for joining us. >> Thanks for having me, it's great to be here. It's so fun to be at Hopper, >> Rebecca: It is, it is! >> It's cool, it's the Grace Hopper celebration, because we're trying to celebrate women in computing, and we're what, at 18 thousand people now, >> The biggest ever, >> Plus I think, 6 thousand people joining on the livestream, which is great. >> Before the cameras were rolling, we were talking about your role as the 3rd US CTO, and just talking about getting more technology into government to help leaders work together, and move faster. Tell us a little about this initiative. >> What's so great, is it's not partisan, fixing the government and making it work better, so all the work that we were doing continues. What we were able to put in place, during the Obama administration, and continues to Trump, were things like, the CT office. Having technical people, so I worked at Google, people work at Amazon, Facebook, Twitter, these companies who have that background, to join in on policy conversations, one, to join in on capacity building the government, so data sciences and tech and, let's have our services be as great as Amazon, or as Twitter, or Oracle, and not be sort of retro, really serve the American people. And then also, helping the American people in general, with capacity building, things like computer science for all. So that was an initiative that continues to get all of our children to have coding at school. That all children, you couldn't graduate from high school without having had some experience on learning of coding Coding is a 21st century fluency, it's a skill we all need, Like freshman biology. You want to know some biology, you want to know some coding, you want to know how to write, so making sure they have is tech-up, which was a program we started to help train Americans, there's six hundred thousand jobs open, in the United States, and they pay 50% more than the average American salary. The companies are starving. How do we rapidly get more Americans into these jobs? It turns out that people have, of course, created these fabulous code boot camps, you can train in three months for these jobs, some of them are paid, some times they pay you, all different kinds, some are online, some are offline, they're all over the country. So we're able to get more people to consider, a job like that, culturally they think, Well I don't, why would I, I don't know how to do that. Well you can, this is a fun and interesting and exciting career, you can do digital marketing, you can do user interface design. You can get involved in front end or back end coding, product management, all those things, sales. And so, how do you pull lots more Americans in, get our companies fueled so we have really the economic opportunity, and they're all over the country. Location wise, and topic wise. So we did tech hour now, and a tech jobs tour, which is not what we did in government, but we continue some of that work. >> This weird dichotomy, because on one end, people are worried about tech taking jobs, on the other hand, there's a ton of open tech jobs. And there's this transition period, that's difficult, obviously for people that didn't grow up, but one of the keynote speakers today, told a really heartening story, that she didn't get into it until the day she had to leave her abusive husband, and now she is a coder >> That's Doctor Sue Black, who was just given the Order of the British Empire, I mean, she is an incredible computer scientist. Yes, she escaped an abusive marriage with three small children, in her early 20s, I think. Ended up moving into public housing, and dealing with three children only being the school from 9 until 3, and eventually getting her PhD in computer science, and really, she started Techmoms now, she continues to do research in other things, but she's really trying to use her story, and her organizing capacity, to have more people realize this isn't hard like figuring out gravity waves that won the Nobel prize. This is hard like writing a hard essay, so we all can learn to write an essay. It takes some mastery work, you don't learn it in kindergarten but by the time you're in 7th, 8th, 9th, 10th, 12th grade, you can do it. >> It's not rocket science. >> Right, so coding is like that. >> The other piece you said that's very interesting, is the consumerization of IT. We've seen it at enterprise, a huge trend. But, now I expect everything that's on my phone, when I interact with Facebook or Amazon, or whatever, to be in all the applications, so, as you said, that's influencing government, and the way they have to deliver services, and I would imagine, too, with kind of the next wave of kids coming in, graduating, going into public service, they certainly have that expectation, right? They've been working on their phone forever of course it should be on the phone. >> And so we want everybody in our country fluent in computer science and coding at a basic level, like again, like freshman biology or takin' chemistry in high school, or taking writing. So that everyone could realize this is not rocket science we could have these kinds of capabilities as part of our services, from Housing and Urban Development, from the Department of Education. You know, a lot of us use our phones to get places, you know, on our maps, and so that's actually data coming from the US Geological survey, if you're looking at the weather, you're looking at NOAA's satellites, this is open government data. We were able to open over two hundred thousand data sets, from all over government, not private data, but public data, that you could make an entire app store, or Google play set of products on top of that. Government wouldn't have to pay for that, it just packages up the API as well. A really good example of that, is the US census team. There's nothing more big data than census, they have all of our information from a data perspective, and so they did opportunity.census.gov, and they said to various agencies, let us help you bridge these data sets into something that someone could build on top of, like we're seeing from the courses sector, we saw wonderful things like, Housing and Urban Development said, okay, our challenges are housing affordability, mobility, these are the challenges instead of having HUD make an app for Americans to come to, they just can explain what their problem is, what data sets, and then engage extraordinary companies, like airbnb, Redfins, Zillow, these fabulous tech companies, who can make instead a product for 100% of the Americans, rather than only wealthy or middle class Americans, and so they did things like, opportunity score, and airbnb helping you figuring out, if I rent a room in my house I can make my rent more affordable, very creative apps, that we can see, same thing for the Department of Ed or Department of Labor, and as the data gets out there, and as apps come, also the opportunity for data science and machine learning. What if, as much as we serve ads to ourselves, in these algorithms, what if we use the algorithms to help Americans find a job that they would love? You know, job matching, and these kinds of opportunities. of the problems in the world, and helping government get more fluent at that. And the way to do that is not so much, jam the government You have to do this, but find terrific talent like we see at Hopper, and have them cycle into the government, to be co-leaders just like a surgeon general would come. >> Are you facing recruitment challenges in that same way though? In the sense that technology is having a hard enough time recruiting and retaining women, but the government, too, is that seen as enough of an employer of choice for young talented, bright ambitious, young women? >> I'm not in government now, but when we were in there, we found a very interesting thing. Alex Mcgovern, who had been the general counsel of Twitter who was Stephanie's CTO with me and led a lot of our tech quals we called TQ like tech IQ in policy, together with economists and lawyers and others have if we're going to decide net neutrality, let's include everyone, including computer scientists, and we're going to sue bridge and open source, So we talked about that, and on the way going in Mcgovern, he said, wouldn't it be cool if, just like when you look at a lawyer's resume, you might see that they clerk and they served their county through clerking and through the judicial system, as well as being a private lawyer, they were a public defender, that's a pretty normal thing to see on a legal resume. If you looked at medical, you might see them going into NIH or doing some research, if you looked at a scientist, they might have gone to, done some NSF work or others. But for the tech crew, there is of course amazing technical people in NASA, NAH and the Department of Energy, and there's great IT teams, but there's not this thing that the Silicon Valley crew resume would say, oh, yeah, I served my country. So that's why, under President Obama, we were able to create these incredible programs. The Presidential Innovation Fellows, which was a one year term of service, The United States Digital Service, which is a three months to a two year term of service in the VA. What's more amazing if you build Amazon, than to go as a second act and help our veterans? It's an incredible honor, to the point of, will they come? Yes, that's what we were hoping, could we have that be a normal thing, and yes it's become a normal thing. And the Trump administration continues it. The 18F team is in the general services administration, they're on 18th and F so they have a code name. But that particular team is located around the country, not only in DC but in San Francisco, in Chicago, and others. So you see this tech sector flowing now into the government on a regular basis, and we welcome more peoples. The government is who shows up to help, so we need the tech sector to show up cause we've got a lot of money as a country, but if we're not effectively using it we're not serving the American people and foster children, veterans, elders, others need the services that they deserve and we have the money, so let's make it happen the way the tech sector is delivering Amazon packages or searches. >> What is your feeling, this is not your first Grace Hopper obviously, but what is your feeling about this conference, and advice that you would give to young women who are here, maybe for their first or second time, in terms of getting the most their time here? >> You know, I think the main thing is, it's a celebration, that's fun and you can walk up to anyone, so just talk to everyone. I've been talking to a million people on the floor, fabulous. Students are here, more senior technical leaders are here. We've been running speed mentoring, we're running a program called the Tech Jobs Tour, it's at Techjobstour.com, it's a #Americanshiring, and we've been going to 50 different cities and so we're running a version of that, and we do speed mentoring, so come to the speed mentoring sessions, it's a five minute pop, talk to someone about what you're tryin' to do. Lot's of programs like that, get into the sessions, come to the keynotes which are so inspiring, and Melinda Gates was amazing today, Dr. Fefe Lee was incredible, just across aboard, Dr Sue Black was here, I thought it was great today, actually, just to reflect on Melinda's keynote, I think this might have been the first time, I was talking to her, that she's really talked about her own technical experience >> That struck me, too! As a coder, starting in computer science. I didn't really understand that she had really started very early, with Apple 3 and the story of her dad >> And her love of her Apple 3, right! and really high school coding, which is so important for young people in high school and middle school, even younger. The Muscogee Creek Tribe, in Oklahoma, is teaching robotics in head start, so we can start in preschool. Just make it fun, and interesting. They're funny, they don't do battle bots, because you don't really want to teach 3 and 4 year olds to fight, so instead they have collaborative robots. >> Robots who work together Age appropriate. >> Well Megan Smith, this has been so fun talking to you, thanks so much for coming on our show. >> Thanks for having me. >> We will have more from the Grace Hopper Conference just after this, I'm Rebecca Knight for Jeff Frick (music)
SUMMARY :
Welcome back to the Cube's coverage of the She is the third US CTO and also the CEO of a new It's so fun to be at Hopper, on the livestream, which is great. Before the cameras were rolling, we were talking about during the Obama administration, and continues to Trump, but one of the keynote speakers today, and her organizing capacity, to have more people realize and the way they have to deliver services, and they said to various agencies, to help, so we need the tech sector to show up and we do speed mentoring, so come to the speed mentoring very early, with Apple 3 and the story of her dad because you don't really want to Robots who work together Well Megan Smith, this has been so fun talking to you,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Megan Smith | PERSON | 0.99+ |
Rebecca Knight | PERSON | 0.99+ |
NAH | ORGANIZATION | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Alex Mcgovern | PERSON | 0.99+ |
Melinda | PERSON | 0.99+ |
Rebecca | PERSON | 0.99+ |
Chicago | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
San Francisco | LOCATION | 0.99+ |
Trump | PERSON | 0.99+ |
United States | LOCATION | 0.99+ |
first | QUANTITY | 0.99+ |
NASA | ORGANIZATION | 0.99+ |
three children | QUANTITY | 0.99+ |
Grace Hopper | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
DC | LOCATION | 0.99+ |
Oklahoma | LOCATION | 0.99+ |
NIH | ORGANIZATION | 0.99+ |
Silicon Angle Media | ORGANIZATION | 0.99+ |
Department of Energy | ORGANIZATION | 0.99+ |
three months | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
ORGANIZATION | 0.99+ | |
HUD | ORGANIZATION | 0.99+ |
six hundred thousand jobs | QUANTITY | 0.99+ |
21st century | DATE | 0.99+ |
Orlando, Florida | LOCATION | 0.99+ |
NOAA | ORGANIZATION | 0.99+ |
Department of Ed | ORGANIZATION | 0.99+ |
Melinda Gates | PERSON | 0.99+ |
Department of Labor | ORGANIZATION | 0.99+ |
President | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
18 thousand people | QUANTITY | 0.99+ |
second act | QUANTITY | 0.99+ |
6 thousand people | QUANTITY | 0.99+ |
VA | LOCATION | 0.99+ |
4 year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
3 | QUANTITY | 0.99+ |
five minute | QUANTITY | 0.98+ |
Hopper | ORGANIZATION | 0.98+ |
third | QUANTITY | 0.98+ |
Stephanie | PERSON | 0.98+ |
first time | QUANTITY | 0.98+ |
Sue Black | PERSON | 0.98+ |
second time | QUANTITY | 0.98+ |
three small children | QUANTITY | 0.97+ |
United States Digital Service | ORGANIZATION | 0.97+ |
opportunity.census.gov | OTHER | 0.97+ |
Fefe Lee | PERSON | 0.97+ |
Grace Hopper | EVENT | 0.97+ |
Apple 3 | COMMERCIAL_ITEM | 0.97+ |
Dr. | PERSON | 0.97+ |
Muscogee Creek Tribe | ORGANIZATION | 0.97+ |
Americans | PERSON | 0.96+ |
British Empire | ORGANIZATION | 0.96+ |
Department of Education | ORGANIZATION | 0.96+ |
12th | QUANTITY | 0.96+ |
one | QUANTITY | 0.96+ |
50 different cities | QUANTITY | 0.95+ |
Cube | ORGANIZATION | 0.95+ |
Google play | TITLE | 0.95+ |
wave | EVENT | 0.95+ |
over two hundred thousand data sets | QUANTITY | 0.95+ |
Housing and Urban Development | ORGANIZATION | 0.95+ |
Nobel prize | TITLE | 0.94+ |
Mcgovern | LOCATION | 0.94+ |
Techmoms | ORGANIZATION | 0.94+ |
7th | QUANTITY | 0.94+ |
10th | QUANTITY | 0.93+ |
two year term | QUANTITY | 0.93+ |
Redfins | ORGANIZATION | 0.93+ |
Dr | PERSON | 0.93+ |
Silicon Valley | LOCATION | 0.92+ |
18F | ORGANIZATION | 0.92+ |
CT | LOCATION | 0.9+ |
2017 | DATE | 0.9+ |