The Cloud-Connected Future: An Interview with Nicolas Chaillan

Nicolas Chaillan, the first chief software officer for the U.S. Air Force and Space Force, breaks down how U.S. A&D learned about agility, rapid prototyping, and innovation in the software-defined world. Chaillan, who brought DevSecOps to the DOD, explains a framework for cybersecurity, machine learning, and AI at the device level.

Chaillan is a technology entrepreneur, software developer, cyber expert, and inventor. He has nearly two decades of domestic and international experience in cybersecurity, software development, product innovation, governance, risk management, and compliance. Join his discussion with Wind River® Senior Director for Product Management Michel Chabroux about best practices and real-world examples. View the entire session above, or pick and choose the sections you’re most interested in below.

Nicolas Chaillan

   Sample Highlights   

 
 
 

${item?.title}

`; tileWrapper.innerHTML= tileWrapper.innerHTML + htmlITEM; }); } paintPage(); jQuery(document).ready(function () { let videoHash = null; let currentHash = document.location.hash; if (currentHash) { currentHash = currentHash.replace("#", ""); videoHash = jQuery("a[data-link='" + currentHash + "']"); if (videoHash) { //open the modal jQuery('#videoplayer_modal').modal('show'); console.log(videoHash); if (jQuery("#videoplaybase").length > 0) { videojs("#videoplaybase").dispose(); } jQuery('#videoPlayerModalWrapper').empty(); var pathVideo = jQuery(videoHash).attr('data-video'); if (pathVideo) { var v = getVideo(pathVideo); jQuery('#videoPlayerModalWrapper').append(v); setTimeout(function () { videojs('#videoplaybase'); }, 100); } } } var registed = false; //GetCookieR("video-registed"); if (registed) { jQuery('#videoplayer_modal .form-init').hide(); jQuery('#videoplayer_modal .form-response').show(); } /* let myModal = document.getElementById('videoplayer_modal'); myModal.addEventListener('hidden.bs.modal', function () { let videoplaybase = document.getElementById('videoplaybase'); if(videoplaybase.length > 0){ videojs("#videoplaybase").dispose(); } let videoWrapper = document.getElementById('videoPlayerModalWrapper'); videoWrapper.innerHTML = ""; }) */ jQuery('#videoplayer_modal').on('hidden.bs.modal', function (e) { if (jQuery("#videoplaybase").length > 0) { videojs("#videoplaybase").dispose(); } jQuery('#videoPlayerModalWrapper').empty(); }) jQuery(".videoTrigger").click(function () { if (jQuery("#videoplaybase").length > 0) { videojs("#videoplaybase").dispose(); } jQuery('#videoPlayerModalWrapper').empty(); var pathVideo = jQuery(this).attr('data-video'); var v = getVideo(pathVideo); jQuery('#videoPlayerModalWrapper').append(v); setTimeout(function () { videojs('#videoplaybase'); }, 100); }); }); var video_path_current = null; var form_complete_status = false; function getVideo(video_path) { video_path = atob(video_path) video_path_current = (video_path); //Check if the form is completed if (typeof Munchkin !== 'undefined' && form_complete_status == true) { Munchkin.munchkinFunction('clickLink', { href: '/video/?youtube=' + video_path_current }); } if (video_path.indexOf('YBkenp9LlpU') >= 0) { var iframe = document.createElement('iframe'); iframe.setAttribute("marginwidth", "0px"); iframe.setAttribute("marginheight", "0px"); iframe.setAttribute("width", "640px"); iframe.setAttribute("height", "720px"); iframe.setAttribute("frameBorder", "0"); iframe.src = "//plugin.3playmedia.com/show?itx_collapse_on_load=1&itx_collapsible=1&height=720px&width=640px&mf=8685317&p3sdk_version=1.10.7&p=40622&pt=990&seo_format=external&video_id=YBkenp9LlpU&video_target=tpm-plugin-k6nane31-YBkenp9LlpU"; return iframe; } var video = document.createElement('video'); video.setAttribute("width", "568"); video.setAttribute("height", "284"); video.setAttribute("id", "videoplaybase"); video.setAttribute("controls", "controls"); video.setAttribute("class", "video-js vjs-default-skin"); video.setAttribute("data-setup", '{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "' + video_path + '"}], "youtube": { "iv_load_policy": 1 } }'); return video; } MktoForms2.loadForm("//lp.windriver.com", "113-TSG-922", 4352, function (form) { form.onSuccess(function (values, followUpUrl) { jQuery('#videoplayer_modal .form-init').hide(); jQuery('#videoplayer_modal .form-response').show(); form_complete_status = true; if (typeof Munchkin !== 'undefined') { Munchkin.munchkinFunction('clickLink', { href: '/video/?youtube=' + video_path_current }); } return false; }); });