Loading…
May 10-12, 2023
Vancouver, British Columbia, Canada + Virtual
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit North America 2023 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in Pacific Daylight Time (UTC/GMT -8). To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date."

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

Monday, May 1
 

7:00am PDT

(Virtual) Lightning Talk: Tile Up Your Life Using i3wm and tmux - Leon N., Solo.io
This talk focuses on how one can completely switch to a Tiling window manager such as awesome and i3wm, Leon will be showing a quick demo of how a tiling window manager improves productivity by de-cluttering your desktop and giving you more control on how to manage the windows and apps.

Leon will also show how writing simple scripts can allow you to display custom data on your status bar.

Speakers
avatar for Leon N.

Leon N.

Technical Support Engineer, Solo.io
DevOps/Linux Admin who tinkers with things like Raspberry Pi's and goes down rabbit holes.


Monday May 1, 2023 7:00am - 7:10am PDT
Virtual
  LinuxCon, Linux on the Desktop
  • Audience Level Any
  • Virtual Yes

7:00am PDT

(Virtual) Konveyor: Replatform from Cloud Foundry to Kubernetes - Daniel Oh, Red Hat
With a focus on developer experience, Cloud Foundry was ahead of its time in providing developers with a platform based on a container-based architecture to build, deploy, and run stateless cloud-native applications. Showing its age and waning support, Cloud Foundry now presents several challenges and limitations to organizations, including heavy costs to refactor and modernize legacy applications to fit the Cloud Foundry platform and the lack of support for newer technologies. In this session, I’ll share the migration success story and practices of how the Konveyor project using the move2kube tool enables enterprises to overcome challenges and complete the Kubernetes native application platform for businesses planning to move away from Cloud Foundry to Kubernetes.

Speakers
avatar for Daniel Oh

Daniel Oh

Developer Advocate, Red Hat
Daniel Oh is Java Champion and Senior Principal Developer Advocate at Red Hat and Java Champion to evangelize developers for building Cloud-Native Microservices and Serverless Functions with Cloud-Native Runtimes(i.e. Quarkus, Spring Boot, Node.js) and OpenShift/Kubernetes. Daniel... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  CloudOpen, Hybrid & Multicloud
  • Audience Level Any
  • Virtual Yes
  • Session Slides Attached Yes

7:00am PDT

(Virtual) WASM + Confidential Computing, Secure Your FaaS Function - Xinran Wang & Liang He, Intel
Serverless allows developers to deploy functions to the Cloud platform and run them with no knowledge of the backend servers. Yet those developers must hand over the function code and data to the cloud providers, which raises security concerns, especially for highly sensitive applications. Confidential computing is an emerging technology focusing on helping to secure the program and the data in use. This effort enables encrypted data to be processed in a portion of protected memory while lowering the risk of exposing it to the rest of the system, even to the cloud providers. In this presentation, we will introduce a zero-trust Serverless platform using CNCF Serverless platform - Knative, WebAssembly, and Trusted Execution Environment (TEE) provided by hardware. We will introduce how to safely ship function code and data into TEE, how to make remote attestation with an extended L7 protocol and how to start a running instance with WASM runtime in TEE when an end-users request arrives.

Speakers
XW

Xinran Wang

Cloud Software Engineer, Intel
Xinran Wang is a cloud software engineer in Intel for more than 5 years. She has been working in OpenStack since 2017 and played the role of PTL for OpenStack Cyborg project for more than 1 year. She has been working on the accelerator system in OpenStack, such as SIOV, SRIOV, PCI... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) A WASM Runtime for FaaS Protected by TEE - Sara Wang & Yongli He, Intel
Confidential Computation focuses on securing the data in use, a crucial demand in cloud computing cases. Trusted Execution Environment (TEE) is a hardware-isolated processing environment for applications, which is a good choice for cloud-native confidential computing. Inclavare (inclavare-containers.io), a CNCF project, is creating a cloud-native confidential computing container (CoCo), with a container runtime protected by TEE. However, CoCo is not the perfect solution. The cross-platform issue is a big problem. Even on the same X86 architecture, AMD SEV and Intel SGX/TDX, two TEEs are totally different. Other problems have network overhead, slow cold start, coarse workload isolation, etc. We will discuss these in the presentation. So in order to build a safe and flexible container runtime, HeWu proposes WebAssembly (WASM) runtime here. WASM is a universal compilation target for many languages. The bytecode compiled by WASM is very small, cross-platform, and cross-architecture, which fixes the problems above. Furthermore, the presentation will take WasmEdge to demonstrate the power of ‘Wasm+Faas+TEE’.

Speakers
avatar for Yongli He

Yongli He

Cloud Orchestration Software Engineer, Intel
Yongli He is a cloud software engineer at Intel for more than 10 years. He has a broad knowledge of networking, security, and Linux systems. He has been working in OpenStack since 2011 and became a committer of Nova, contributing to the PCI/SRIOV/Accelerator system in OpenStack. He... Read More →
avatar for Sara Wang

Sara Wang

Cloud Orchestration Software Engineer, Intel
Sara, a Cloud Orchestration Software Engineer at Intel, focuses on the performance of language and container runtime in the cloud center. She has made some important performance contributions to the PHP-SRC community.


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Don’t Trust Your Neighbors: Securing Pods via Scheduling - Michael Le, IBM & Sascha Grunert, Red Hat
No matter how much effort you put into securing your container, the mere presence of a vulnerable neighboring container may jeopardize your container’s security. That’s because containers share a highly-privileged host kernel and it may harbor vulnerabilities that can be exploited via system calls to escalate privileges and break out of containment (e.g., Dirty COW/Pipe vulnerabilities). So a container's security must also depend on the security of its neighboring containers and their system call usage, which you may not have any control over. This talk will present a way to curtail the impact of having insecure neighbors by using a new security-aware pod scheduling scheme (SySched) for Kubernetes that co-locate pods based on their system call exposure risk. Experimental results will show that even if such kernel attacks were successful, they would impact fewer pods (up to 48% less) and fewer nodes (up to 46% less) than when using the default Kubernetes scheduler. The talk will detail how the scheduling scheme works and how to deploy the scheduler plugin in Kubernetes. In the process, you will also learn how to use the community-developed Security Profile Operator to generate, store, and manage access to a pod’s system call profile which is key to the operation of SySched.

Speakers
avatar for Sascha Grunert

Sascha Grunert

Software Engineer, RedHat
Sascha currently works for RedHat and has wrote numerous technical articles on Kubernetes and is an avid open source contributor. He is one of the maintainers for the Security Profile Operator.
avatar for Michael Le

Michael Le

Research Staff, IBM
Michael is currently a research staff member at the IBM T. J. Watson Research Center. His general research interest is in systems security with a focus on containers, virtualization, operating systems, and confidential computing. He obtained a M.S. and Ph.D. in Computer Science from... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Spreading Apps, Controlling Traffic & Managing Costs in Kubernetes - Lukonde Mwila, AWS
Nobody likes the idea of unscheduled downtime, downgraded performance, or high costs due to unforeseen traffic demands. However, the solutions to these challenges aren’t always straightforward. Typically, the first response would be to spread your application for high availability (HA). However, you have to consider how traffic will be balanced in such topologies. How will you manage cross-zone or cross-regional traffic costs? Furthermore, some zones or regions may experience higher levels of traffic in comparison to others. How can you optimize your load-balancing strategy to match this? If that’s not enough, you also have to think about the underlying computing resources. Are you able to automatically scale your cluster to match the changing needs of your workloads with scheduling constraints like anti-affinity? Lastly, how will you manage costs and prevent compute overhead when scaling your cluster in different zones or regions? In this talk, Lukonde Mwila will walk through these challenges and share how teams can overcome them. He’ll also demonstrate how to use pod anti-affinity, Istio’s locality-aware load balancing, and Karpenter’s workload consolidation to address these issues.

Speakers
avatar for Lukonde Mwila

Lukonde Mwila

Senior Developer Advocate, AWS
Lukonde is a Senior Developer Advocate at AWS and a CNCF Ambassador. He has years of experience in application development, solution architecture, cloud engineering, and DevOps workflows. He is a life-long learner and is passionate about sharing knowledge through various mediums... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  ContainerCon, Observability

7:00am PDT

(Virtual) Lightning Talk: Elevating Open Source Events to Retain Contributors - Aakansha Priya, WeMakeDevs
Events, no matter how big or intimate, are essential to the well-being of the open-source community. In addition, positive event experiences might inspire new and recurring contributors. Finally, events often inspire contributions to open source. How to make sure that the community feels empowered and that you have long-term contributors if it's an open-source project? In this talk, we will discuss how you can plan an inclusive and diverse event. We will talk about retaining current contributors and luring in new ones, share some of the best practices, mistakes to avoid, and inspire discussions. Since contributors are the backbone of any open-source project or ecosystem, events are essential to the contributor experience. Have engaging events - create a space for community members to come together—understand company contributions since they are essential contributors to events. And lastly, address diversity & skill gaps.

Speakers
avatar for Aakansha Priya

Aakansha Priya

DevRel & Developer, WeMakeDevs
Aakansha is DevRel & Developer at WeMakeDevs. Working on empowering & upscaling the communities. Experienced in developing projects as a frontend dev and helps the student community via sharing views on learning & building in public, blogging & building personal brand. She spends... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Diversity Empowerment Summit, Recruiting & Retaining Diverse Talent
  • Audience Level Any
  • Virtual Yes
  • Session Slides Attached Yes

7:00am PDT

(Virtual) Open Source DEI: Transitioning from Intentions to Impact - Anita Ihuman, Layer5
Open-source communities have long understood the value of inclusion, equality, and diversity in producing healthy and successful project communities. However, despite their best efforts, many open-source groups find it difficult to achieve significant progress in these areas. In this session, we'll look at how DEI metrics can be used to transition from intentions to results in terms of open-source diversity, equality, and inclusion. This session is inspired by the results of the “CHAOSS DEI Interview Campaign with Underrepresented Groups." We will discuss the different DEI metrics from the CHAOSS community and how to use them to evaluate success, identify areas that need improvement, and evaluate the impact of diversity, equality, and inclusion initiatives. We will go through strategies for establishing inclusive and diverse communities.

Speakers
avatar for Anita Ihuman

Anita Ihuman

Developer Advocate, Layer5
Anita is a developer advocate and technical writer. she has a track record in web development and DevRel on a global scale. She is passionate about educating the developer market about cloud technologies, DevOps, documentation, open source, and DEI best practices. She has spoken at... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Development of Portable House 3d Printer for Indian Needs - Jorge Ayarza, Minvayus
Minvayu has developed a lightweight portable house 3d printer that is modular, flexible and able to 3d print a room or series of rooms anywhere. There is a huge need for affordable housing worldwide and using open source controllers and laser cut parts that can be manufactured globally we hope to bring the technology to a broad spectrum of users. Additionally we want to encourage the development of a new wave of digital masons, young entrepreneurs that can learn fabrication, 3d modelling and construction techniques. The goal is to create a new wave of local innovation with this new building platform. Low cost housing is needed worldwide and by using local raw materials, waste natural fibers and with proper training a local entrepreneur can start developing housing solutions. 3d printing of houses can be 40% cheaper than standard housing according to the US Army Corp of Engineers. This is the first open source portable house printer in development and we want to invite the OS community to be part of this new and exciting adventure.

Speakers
JA

Jorge Ayarza

Founder, Minvayu
Innovator, Teacher and Trainer in sustainable tech with expertise in renewable energy, rural development and circular economy solutions. Engineer (EE) with work experience in south, central and north america, Europe, China and India. Currently leading Minvayu, a Fablab in Auroville... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Lightning Talk: Maximising Developer Experience with Backstage: An Exploration of the Power of Backstage Plugins - Debabrata Panigrahi, Harness
Backstage is an emerging open-source platform for building developer portals that aim to improve the developer experience. With its rich set of plugins and customization options, Backstage provides a central location for developers to access all the tools and information they need to be productive. In this talk, we will explore how companies are using Backstage to improve the developer experience and how our company leverages Backstage to empower our customers with SDLC modules. We will cover the following key points: Introduction to Backstage and its role in modern DevOps practices. Overview of Backstage plugins and how they can be used to improve the developer experience. Explanation of how our company uses Backstage to provide customers with a centralized portal for all their SDLC modules. Demonstration of how Backstage plugins are used to streamline the development process and improve collaboration between teams. Real-world examples and case studies of companies that have successfully implemented Backstage to improve the developer experience. By the end of this talk, attendees will have a better understanding of how Backstage can be used to improve the developer experience and streamline the development process.

Speakers
avatar for Debabrata Panigrahi

Debabrata Panigrahi

Software Engineer, Harness
Debabrata is a software engineer at Harness's community engineering team with a primary focus on building the upstream community for Harness open-source projects like backstage-plugins for Harness.



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Emerging OS Forum, New & Emerging Open Source Projects
  • Audience Level Any
  • Virtual Yes
  • Session Slides Attached Yes

7:00am PDT

(Virtual) OpenEuler: An Emerging OS Community in China - Zhenyu Zheng & Jun Zhong, Huawei Technologies
There are many open source operating system communities, in most cases, each OS has their own target area, the software ecosystem cannot be shared across those OS. This makes developers live harder because they have to learn and use different tools, programming languages, test enviroment, etc for different OS and platform. openEuler is an emerging operating system community in China, the community has attracted over 10K contributors working in different areas, it has over 100 special interest groups(SIGs) and has incubated tons of new projects like iSulad, Stratovirt, NestOS, A-Ops etc other than just a Linux Distribution, each of them have their own specialty in its area. openEuler also provides tools like EulerMaker, which can gather software from the openEuler community and other open source communities, to generate operating systems that is suitable for different areas, like datacenter, Edge, IoT, Embedded, etc. By this, software ecosystem can be shared across different platforms. In this topic, Zhenyu and Jun will share the ideas behind openEuler and some of its' emerging projects. Jun will also share how to operate and manage such a big community.

Speakers
avatar for Zhenyu Zheng

Zhenyu Zheng

Senior Software Engineer, Huawei Technologies
8+ years of experience in open source development and management, contributed to projects like OpenStack, Libvirt, Hadoop, etc. Started to work on openEuler since 2019, currently work as community manager for openEuler community.
JZ

Jun Zhong

Senior Software Engineer, Huawei Technologies
CHAOSS Metrics Model Working Group Maintainer, 10+ years of experience in open source development and management, contributed to OpenStack, Kubernetes, CHAOSS community, etc. Currently work as project lead of openEuler community operate and metering team.


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Innovating with Toolchains in 2023 - Victor Manuel Rodriguez Bahena, Intel
Innovation is the fuel and power of open-source projects. To propel that innovation, every year the toolchain community focuses on creating new tools for open-source developers. This presentation aims to show some of the new GNU toolchains features for 2023. This year the Glibc project has added the capability to return high-quality randomness from the kernel through three new functions. At the same time, it has added a new function that allows a caller to release the memory of a dying process for better memory management of applications. The GCC compiler now has optimizations for five new x86 platforms, these optimizations enable ISA extensions for video codec, integer FMA, and Vector Neural Network Instructions based on INT8 among others. This presentation will show some examples in C code for developers to take advantage of these new ISA. GCC 13 will also have Address Sanitizer and Link-time optimization improvements. Having a better understanding of these innovations in toolchains allows developers to showcase the best of new platform architecture technology for users’ applications as well as boost the innovation and security of incoming projects.

Speakers
avatar for Victor Rodriguez

Victor Rodriguez

Pre-Silicon Linux SW architect, Intel
Victor holds a master’s degree in computer science Victor is currently a Ph.D. student in microarchitecture computer design. Victor has been a Linux developer since 2010. He began his career in the Linux kernel community as a maintainer of the board OMAP138 “Hawk board” platform... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  LinuxCon, Programming Languages and Toolchains

7:00am PDT

(Virtual) Panel Discussion: Outreachy Linux Kernel Internship Report - Alison Schofield & Karolina Stolarek, Intel Corporation; Rebecca Mckeever, Collabora; Sevinj Aghayeva & Jaehee Park, University Students; Deepak Radhakishan Varma
Come learn about the great accomplishments of our Outreachy Linux Kernel interns! Outreachy offers open-source internships to people subject to systemic bias and impacted by underrepresentation in the technical industry where they are living. Alison Schofield, the Linux Kernel Community Coordinator, offers a program overview, followed by intern presentations showcasing their projects and experiences with Outreachy! Karolina Stolarek describes laying the groundwork for memblock simulator, a test suite for boot time memory allocator. Next, Rebecca Mckeever shares her work extending the memblock simulator to increase test coverage and usability. Sevinj Aghayeva and Jaehee Park each present their projects in the networking subsystem where they contributed API and self-test improvements. And Deepak Varma shares his experience using Coccinelle to improve the Linux Kernel. We are excited to have Outreachy mentors joining the virtual panel this year. Linux kernel experts Stefano Brivio, David Hildenbrand, Roopa Prabhu, Mike Rapoport, and Ira Weiny, offer reflections on the mentorship experience. 

Speakers
avatar for Jaehee Park

Jaehee Park

Software Engineer, Google
I am a software engineer interested in embedded systems, Linux kernel, networking, open source, programming, debugging, and many more! I was an Outreachy Intern in 2022 and I'll share some of my learning experiences in this talk!
avatar for Deepak R Varma

Deepak R Varma

Kernel Developer, Freelance
I am a Linux Kernel Newbie developer and recently underwent an Internship with https://www.outreachy.org/. I contributed to the "Coccinelle cleanups in the Linux Kernel" project during my Outreachy Internship in the Dec 2022 cohort.I used the Coccinelle tool extensively to identify... Read More →
AS

Alison Schofield

Linux Kernel Developer, Intel Corporation
Alison is a Linux Kernel Developer at Intel Corporation focused on Compute Express Link (CXL) enabling. Alison serves as the Linux Kernel Community Coordinator for Outreachy, where she previously participated as an intern and mentor. Her involvement with Outreachy facilitated her... Read More →
avatar for Rebecca Mckeever

Rebecca Mckeever

Software Engineering Intern, Collabora
Rebecca Mckeever is a software engineer working on the graphics team at Collabora. Currently, she is working on NVK, an open-source Vulkan driver for NVIDIA. During her Outreachy internship, she worked on improving memblock simulator, the testing suite for memblock, a boot time memory... Read More →
avatar for Karolina Stolarek

Karolina Stolarek

GPU Software Development Engineer, Intel Corporation
Karolina is a software engineer working on i915 driver team at Intel. During her Outreachy internship, she developed memblock simulator, a test suite that exercises different features of the boot time memory allocator. Currently, she mostly contributes to the IGT project, a collection... Read More →
SA

Sevinj Aghayeva

University Student



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  LinuxCon

7:00am PDT

(Virtual) Building Modern Data Streaming Apps with Open Source - Timothy Spann, StreamNative
In my session, I will show you some best practices I have discovered over the last seven years in building data streaming applications, including IoT, CDC, Logs, and more. In my modern approach, we utilize several open-source frameworks to maximize all the best features. We often start with Apache NiFi as the orchestrator of streams flowing into Apache Pulsar. From there, we build streaming ETL with Apache Spark and enhance events with Pulsar Functions for ML and enrichment. We make continuous queries against our topics with Flink SQL. We will stream data into various open-source data stores, including Apache Iceberg, Apache Pinot, and others. We use the best streaming tools for the current applications with the open source stack - FLiPN. https://www.flipn.app/ Updates: This will be in-person with live coding based on feedback from the crowd. This will also include new data stores, new sources, and data relevant to and from the Vancouver area. This will also include updates to the platforms and inclusion of Apache Iceberg, Apache Pinot and some other new tech.

Speakers
avatar for Timothy J Spann

Timothy J Spann

Principal Developer Advocate, Cloudera
https://github.com/tspannhw/SpeakerProfile Tim Spann is a Principal Developer Advocate for Cloudera. He works with Apache Kafka, Apache Flink, Flink SQL, Apache NiFi, MiniFi, Apache MXNet, TensorFlow, Apache Spark, Big Data, the IoT, machine learning, and deep learning. Tim has over... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open AI & Data Forum

7:00am PDT

(Virtual) CUTLASS: A CUDA C++ Template Library for Accelerating Deep Learning Computations - Aniket Shivam & Vijay Thakkar, NVIDIA
At the core of Machine and Deep Learning lie different flavors of linear algebra computations like matrix multiply and convolutions. In the last decade, GPU computing solutions from NVIDIA have accelerated AI compute, with an overall gain of 50X to 200X via architectural innovations. While this has helped applications like ChatGPT and Github Copilot to become a reality, the developers have to learn to optimally utilize and customize GPU compute for their applications. In this talk we present CUTLASS, an open-source header-only CUDA C++ template library that has been helping programmers, since 2017, in implementing high-performance CUDA kernels across various generations of NVIDIA's GPU architectures. CUTLASS, which contains, optimized, production quality implementations of AI computations has been the go-to source for Tensor Core programming details. CUTLASS provides modular abstractions and building blocks to CUDA programmers who are eager to write their own CUDA C++ kernels to perform deep learning computations such as matrix multiplication, convolutions, etc. We expect audience members to gain actionable knowledge and insights about Tensor Core programming and in developing custom CUDA C++ kernels using CUTLASS that push the limits of performance on NVIDIA GPUs.

Speakers
AS

Aniket Shivam

Deep Learning Library Engineer, NVIDIA
I am currently working as a Deep Learning Library Engineer at NVIDIA. My work focuses on implementation and optimization of Math and Deep Learning libraries such as CUTLASS and others. I graduated with a PhD in Computer Science from University of California, Irvine (UCI). My research... Read More →
VT

Vijay Thakkar

Compute Architect, NVIDIA
Currently, I work at NVIDIA full time while I finish my PhD. At NVIDIA, I collaborate closely with Cris Cecka from NVR to lead the design of next generation linear algebra libraries, namely, CUTLASS 3.0, a project I have been working on since its inception. I also work on the exposure... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) MindSpore's Foundation Model Platform Promotes the Ecological Development of Foundation Models - Yuanke Zhong, Huawei
Foundation models can break the limit of training accuracy and have excellent generalization performance, which shows a possible path to general artificial intelligence. The parameters of the foundation models are very large, even reaching hundreds of billions, which makes its training, deployment and use threshold higher. MindSpore is a new generation AI open source computing framework that natively supports foundation model training. In order to lower the threshold for foundation model experience and use, and enrich the foundation model ecology, MindSpore's open source ecosystem team has created a general online platform that supports the online experience of MindSpore's foundation models, such as text-to-image , natural language dialogues and so on. Even more surprising, this platform supports online fine-tuning of foundation models . In order to promote the prosperity of the deep learning ecosystem, this platform provides free online model training and inference modules, and releases many algorithm competitions and innovation competitions in the AI field.

Speakers
avatar for Yuanke Zhong

Yuanke Zhong

AI Algorithm Engineer, HUAWEI
Huawei MindSpore AI algorithm engineer, Received M.S. degree in computer science from Northwestern Polytechnical University.Academic masterpieces related to deep learning are as follows: 1. A versatile and scalable single-cell data integration algorithm based on domain-adversarial... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) The Rise of Vector Databases - Lessons from the Milvus Community - Frank Liu & Charles Xie, Zilliz
The total amount of digital data generated worldwide is increasing at a rapid rate. Simultaneously, approximately 80% (and growing) of this newly generated data is unstructured data - data that does not conform to a table- or object-based model. Examples of unstructured data include text, images, protein structures, geospatial information, and IoT data streams. Despite this, the vast majority of companies and organizations do not have a way of storing and analyzing these increasingly large quantities of unstructured data. Embeddings - high-dimensional, dense vectors which represent the semantic content of unstructured data - can remedy this. Armed with this knowledge, it's clear that the mobile/IoT era necessitates a new type of cloud-native, fully distributed database purpose-built to store, search, and index large quantities of embedding vectors: the vector database. In this presentation, we'll introduce some of the interesting production use cases we've seen with Milvus - the world's most popular open source vector database. Additionally, we'll discuss pitfalls and challenges associated with integrating Milvus into a production data/ML stack. Finally, we'll wrap up with a discussion on ongoing community feedback and future plans for Milvus.

Speakers
avatar for Frank Liu

Frank Liu

Director of Operations & ML Architect, Zilliz
Frank Liu is the Director of Operations and ML Architect at Zilliz with over 8 years of industry experience in machine learning and hardware engineering. Prior to joining Zilliz, Frank co-founded an IoT startup based in Shanghai and worked as a ML Software Engineer at Yahoo in San... Read More →
CX

Charles Xie

CEO, Zilliz
Charles Xie is the founder and CEO of Zilliz, and the inventor of the Milvus vector database system. He is currently a board member of LF AI & Data Foundation, and before that he served as the board's chairperson in 2020 and 2021. Prior to Zilliz, Charles was a founding engineer of... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open AI & Data Forum, Data

7:00am PDT

(Virtual) Using Apache OpenNLP with OpenSearch K-NN Vector Search - Jeff Zemerick, Mountain Fog
Apache OpenNLP is a machine learning library for Java that provides natural language processing capabilities, and OpenSearch is a distributed open-source search and analytics suite. In this talk, Jeff will provide an overview of Apache OpenNLP and its capabilities and show how it can be used to power OpenSearch’s k-NN (nearest neighbor) vector search. Jeff will introduce vector search and show how it differs from “traditional” search, followed by a demonstration of how Apache OpenNLP can generate vectors suitable for indexing into OpenSearch and for querying. Attendees will come away with knowledge of how natural language processing, ONNX Runtime, and vector search can work together to provide a powerful search capability. All software used is open-source and sample source code will be provided to get started with your own projects!

Speakers
avatar for Jeff Zemerick

Jeff Zemerick

Cloud and NLP Consultant, Mountain Fog
Jeff is a consultant in the areas of cloud, NLP, and search. Based outside of Pittsburgh, PA, USA, Jeff is the current chair of the Apache OpenNLP project, an infrequent piano player, and best friends to two energetic dogs.



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open AI & Data Forum, Natural Language Processing

7:00am PDT

(Virtual) Xtreme1, the Next GEN Platform for Multisensory Training Data - Lin Du, BasicAI Inc
“AI engineers now spend 70%-90% of their time on training data”, reported by UBS Global Research

Discover the future of AI training with Xtreme1, the next GEN open-source multimodal training data platform in the Linux Foundation AI & DATA landscape. Xtreme1 accelerates the modeling process with advanced AI-powered tools, thousands of project-distilled Ontologies, and a wide variety of data curation features. Especially, it makes 72% more efficient in 2D & 3D fusion data annotation.

Let’s dive into Xtreme1's philosophy, innovative features, technical design and community. See how Xtreme1 boosts the multimodal training data project and supports a full life-cycle of Data-centric MLOps.

Visit Xtreme1 GitHub Repo: https://github.com/xtreme1-io/xtreme1 "

Speakers
avatar for Lin Du

Lin Du

CEO, BasicAI
Lin Du is a serial entrepreneur with strong management skills and a passion for technology. He is highly curious about the world and has extensive experience in Pattern Recognition, Machine Learning, and Data Mining. Lin graduated from the ACM Class at SJTU and holds a dual-degree... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open AI & Data Forum, MLOps

7:00am PDT

(Virtual) Going to the Metaverse? Tune up Your Network and Edge Infrastructure - Ranny Haiby, The Linux Foundation
We all want the amazing experience of the Metaverse, but what about the underlying infrastructure? The Metaverse presents a new set of challenges to edge computing and networking, taking demands for low latency, high throughput and availability to levels never seen before. In this presentation Ranny will analyze the different types of Metaverse use cases and the derived network and edge computing functionality. He will review the various technological approaches to handling these challenges and how open source software communities are already starting to build the foundations for the Metaverse. This is a follow-up presentation to an introductory session given by Ranny at O3DCon in Nov 2022. This time Ranny will focus on the developments in the open source communities in the time that has passed since, will introduce the newly formed FIG under the Open Metaverse Foundation (OMF) and provide the audience with recommendation for participating in building the open Metaverse future.

Speakers
avatar for Ranny Haiby

Ranny Haiby

CTO Networking, Edge and Access, The Linux Foundation
In his CTO role, Ranny works with open source Networking and Edge projects under the Linux Foundation, driving technical innovation, creating opportunities for synergies among projects, and identifying emerging trends and technologies. He is a software veteran who has been focusing... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Open Code Collective Creating the Social Spatial Web - Liam Broza, Ethereal Engine
AR glasses are coming, they will have computer vision and amazing recording sensors, they will be running browsers in social Web XR. Who will control this future? Making a 3D space you're in complete control of should be easy. The web provides the right context and tool to create natural integrations to existing platforms, that works across all devices and performs as well as native apps. We are web and interactive creators who have been making open tools in this emerging space. Ethereal Engine is an open source platform driven by a community wanting to push the limit on what is possible on the web. We want a spatial website to be as easy as starting a blog or video feed. Our ecosystem of libraries and projects enables developers to use a modular set of tools to gradually migrate into the immersive future. This talk will share about building Spatial Web communities that are scalable, open and decentralized. Attendees will get an overview of the Spatial 3D web and learn about the opportunities and risks of computer version, augmented reality, virtual reality, special computing, and virtual worlds.

Speakers
avatar for Liam Broza

Liam Broza

CEO, Ethereal Engine
Liam Broza is an engineer and entrepreneur with a deep bench of data learning and immersive computing skills. Liam co-founder of Ethereal Engine and the creator of LifeScope.io. LifeScope, started in 2015, is an Open Source companion AI using a personal digital memory database for... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open Metaverse Summit, Virtual Reality and Augmented Reality

7:00am PDT

(Virtual) Panel Discussion: The Metaverse: Opportunities, Challenges, and Where Open Source Plays - Anni Lai, Futurewei; Tina Tsou, ARM; James Kaplan, Meetkai; Ranny Haiby, Linux Foundation; Eric Meyer, Igalia
Join us as we delve into the exciting world of the Metaverse, exploring the opportunities and challenges that come with this new virtual landscape. Our panel of experts from the Network, Edge, Cloud Gaming, Web Engine, and WebXR fields will offer their unique insights and perspectives on the role of Open Source in shaping the future of the Metaverse. From building an inclusive and accessible Metaverse to overcoming technological hurdles, our panelists will provide a comprehensive overview of this rapidly evolving space. Don’t miss this chance to learn and engage in thought-provoking discussions on the future of the Metaverse.

Speakers
EM

Eric Meyer

Developer, Igalia
[Eric A. Meyer](http://meyerweb.com/) ([@meyerweb](http://twitter.com/meyerweb)) is an [author](http://meyerweb.com/eric/writing.html), speaker, sometimes teacher, Web enthusiast, and a Developer Advocate at [Igalia](http://igalia.com/). He got his start in 3D Web content by contributing... Read More →
avatar for Anni Lai

Anni Lai

Head of Open Source Operations and Marketing, Futurewei
Anni Lai is the Head of Futurewei Open Source Operations and Marketing. She drives Futurewei’s open source governance, process, compliance, training, project alignment, and ecosystem building. Anni has a long history of serving on various open source foundation boards such as OpenStack... Read More →
avatar for Tina Tsou

Tina Tsou

Chair of LF Edge, Director at ARM, ARM
Tina Tsou is an innovator and a visionary with far-reaching accomplishments within the technical engineering realm. As Arm’s Enterprise Architect, Tina serves in the highly visible Technical Lead role for the Enterprise Open Source Enablement team, where she analyzes, designs, and... Read More →
avatar for Ranny Haiby

Ranny Haiby

CTO Networking, Edge and Access, The Linux Foundation
In his CTO role, Ranny works with open source Networking and Edge projects under the Linux Foundation, driving technical innovation, creating opportunities for synergies among projects, and identifying emerging trends and technologies. He is a software veteran who has been focusing... Read More →
avatar for James Kaplan

James Kaplan

CEO and Co-Founder of MeetKai, Meetkai
James is the CEO and Co-Founder of MeetKai Inc., an Artificial Intelligence and VR company based in Los Angeles, California. MeetKai has +50 million users worldwide and has developed the most cost-effective and easy-to-use metaverse creation tools in the market. The company is currently... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) The Importance of Digital Trust: An Overview of Decentralized Identity - Sam Curren, Indicio
Phishing, hacking, threats, fraud, and malicious behavior online of all types all share a common root: verification. In this session we’ll go beyond identity and explain how decentralized identity and verifiable credentials can provide a complete, secure system for exchanging different types of information between multiple parties. Learn how Trusted Data Ecosystems can connect people, machines, companies or any two entities to multiple businesses and jurisdictions without sharing private information. In this conversation, long-time community contributor at Hyperledger, working group leader at Decentralized Identity Foundation, and Indicio Senior Engineer Sam Curren will share more about digital trust and describe the critical importance of digital verification to decentralized healthcare, finance, the metaverse, and to the interaction of digital objects and non-digital objects in the spatial web—the “Internet of Everything.”

Speakers
SC

Sam Curren

Deputy CTO, Indicio
Sam Curren is the Senior Systems Architect and Deputy Chief Technology Officer for Indicio. Sam oversees the direction of Indicio’s open source contributions and guides architecture of multiple customer projects and was heavily involved in the creation of Indicio’s flagship product... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open Metaverse Summit, Digital rights

7:00am PDT

(Virtual) The Metaverse from Edge to Cloud - Why Open Matters - Tom Golway, Hewlett Packard Enterprise
The metaverse has the potential to revolutionize the way we live, work, and interact as a society. The development of an open Metaverse will drive innovation, creating new economic opportunities, while enabling users to control their digital identity and assets. For the metaverse to reach its full potential, it must be built on open standards and principles that ensure interoperability, accessibility, and innovation. The complexity of the Metaverse involves the orchestration, processing, storage, and transportation of large datasets from edge to cloud. A heterogeneous infrastructure that integrates edge, cloud, networking, and data technologies will be necessary to support the various workloads and experiences in the Metaverse. Optimization for the Metaverse will require the underlying infrastructure to support plasticity – where the underlying physical infrastructure is enriched and presented to the platform as an optimized ecosystem based on service requirements. We will present the infrastructure challenges faced and latest innovations in the journey toward the Open Metaverse and thoughts on how and why open communities are critical to achieve the ultimate value that the Metaverse can deliver.
Collaborators on this talk are: Marcus Bonner and Jeroen Bronkhorst of Hewlett Packard Enterprise

Speakers
avatar for Tom Golway

Tom Golway

Chief Technologist, Hewlett Packard Enterprise
Tom Golway is a chief technologist at Hewlett Packard Enterprise in the Advanced R&D group. Tom is focused on ways to provide governance to massively distributed applications, including policy based orchestration, immutable trust fabrics and infrastructure plasticity. Prior to HPE... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) A Lawyer and an Engineer Walk Into a Bar and Talk Open Source - Ravi Devineni & Shantanu Singh, Northwestern Mutual
Open-source software has become ubiquitous. A recent Gartner survey found that 90% of enterprises used open source and that 96% of codebases included some open-source software. The same survey also found that less than 50% of the companies have a formal open-source management program. There are several security, ethical, legal and compliance implications that create perceived hurdles that also create opportunities for creative collaboration between engineers and lawyers. At Northwestern Mutual, we pushed through the institutional challenges related more to the culture of how things have always worked in the past. This transformation developed through education, collaboration, and critical thinking to modernize how one company changed their perspective on building and using open source technology. Join us – As a lawyer and a technologist come together on stage to break it down and take you through the journey of a 160-year-old Financial Services company into the open-source wilderness.

Speakers
avatar for Ravi Devineni

Ravi Devineni

Senior Director of Engineering, Northwestern Mutual
Ravi Devineni is a Senior Director of Engineering at Northwestern Mutual for a team responsible for DevOps, CI/CD and Open source tooling for the enterprise. Ravi is also an active speaker having spoken at several DevOps and Cybersecurity conferences. Previously Ravi worked at companies... Read More →
avatar for Shantanu Singh

Shantanu Singh

Assistant General Counsel, Northwestern Mutual
After a career in the biological sciences, Shantanu pivoted to the practice of law. His career has progressed from a stint in law enforcement working in Chicago to a variety of roles in the financial services, including positions at national banks, private equity and insurance. Through... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) How to Foster Cross-Community Collaboration – Lessons Learned - Ke Wang, Meta & Bin Fan, Alluxio
Open-source means collaboration, not only within a single project but also across communities. In this talk, Ke Wang from Meta (Facebook) and Bin Fan from Alluxio will share their experience and lessons learned in their collaboration across two independent open-source communities, Presto and Alluxio. Starting from the end of 2019, core members from the Presto and Alluxio communities decided to develop a joint feature. They worked together on design discussion, prototyping, implementation, testing, and percentage rollout to production. In this cross-community collaboration, both sides have faced challenges, especially non-technical ones. By joining this session, you will learn how to tackle the non-technical challenges that are magnified by the inter-community nature of the project, including 1) building mutual confidence in leadership, 2) resolving complicated debugging issues due to regulatory frameworks, 3) working around cross-project release dependency, and 4) making good progress regardless of the COVID pandemic.

Speakers
avatar for Bin Fan

Bin Fan

VP of Open Source, Alluxio
Bin Fan is VP of open source at Alluxio and the PMC maintainer of Alluxio open source. Prior to joining Alluxio as a founding engineer, he worked for Google to build the next-generation storage infrastructure. Bin received his Ph.D. in computer science from Carnegie Mellon University... Read More →
KW

Ke Wang

Software Engineer, Meta
Ke Wang is a software engineer at Facebook. She is currently developing solutions to help low latency queries in Presto at Facebook.


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Introduction to Kubernetes for Developers - Jason van Brackel, Defense Unicorns
Kubernetes is a powerful platform for the life-cycle and scale of your containerized applications. Learn about Kubernetes Fundamentals what you need to do to start deploying your applications to Kubernetes, and what Kubernetes provides for your applications. In this presentation you will learn about - Kubernetes Concepts - Deploying your Containerized Applications to Kubernetes - Architectural Patterns enabled by Kubernetes - Next Steps so you can take full advantage of Kubernetes from code to production

Speakers
JV

Jason van Brackel

Unicorn Engineer, Defense Unicorns
Jason van Brackel is a Unicorn Engineer and an avid Kubernetes and .NET enthusiast. Jason the founder and former organizer of Kubernetes Philly, enjoys helping people learn new concepts with cloud native technologies to solve hard problems for their organizations.


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Linux Kernel Tracing Using eBPF - Vandana Salve, Prasme Systems
In software engineering, tracing is a method to collect data for profiling and debugging. The objective is to provide useful information at runtime for future analysis. The main advantage of using eBPF for tracing is that you can access almost any piece of information from the Linux kernel and your applications. BPF adds a minimum amount of overhead to the system’s performance and latency in comparison with other tracing technologies, and it doesn’t require developers to modify their applications for the only purpose of gathering data from them. The Linux kernel provides several instrumentation capabilities that can be used in conjunction with BPF. In this presentation we talk about these different capabilities and show how the kernel exposes those capabilities in your operating system so that you know how to find the information available to your BPF programs. We are going to talk how tracing can provide you with a deep understanding of any system using eBPF.

Speakers
avatar for Vandana Salve

Vandana Salve

Software Architect, Prasme Systems
Vandana Salve has 22+ years of experience, working with Linux kernel and open source system software. Been involved in building embedded an enterprise Linux systems with BSP packages, device drivers for embedded/networking/security and kernel engineering. Also passionate about contributing... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Mastering Linux Networking: An Introduction to Linux Administration Essentials - Goutam Verma, ETH India
Join Goutam Verma for a comprehensive and interactive session on Linux Administration Essentials with a focus on Networking Basics. Designed for beginners in Linux administration, this session will provide a solid foundation for attendees looking to expand their skills in this exciting and in-demand field. The session will begin with an introduction to the fundamental concepts of networking in a Linux environment. Attendees will learn about network configurations, network interfaces, and critical network services such as DHCP and DNS. With a hands-on approach, attendees will also learn how to manage network settings with tools such as ifconfig, ip, and route, and how to troubleshoot common network issues using tools like ping, traceroute, and tcpdump. As the session progresses, Goutam Verma will share insights and best practices from their extensive experience in Linux administration, providing attendees with a real-world perspective on the field. Attendees will have the opportunity to ask questions, participate in interactive exercises, and receive personalized feedback and guidance. By the end of the session, attendees will have a comprehensive understanding of Linux networking and the skills necessary to tackle even the most challenging network issues with confidence.

Speakers
avatar for Goutam Verma

Goutam Verma

Software Developer, ETH India
Goutam Verma, an accomplished OpenSource Developer from India. With experience at top organizations such as Google Summer of Code, Summer of Bitcoin, MLH Fellowship, GeeksforGeeks and ETH India. A proven track record of success in delivering high-quality projects.


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Tutorial: Leveraging the OS CPU Scheduler to Write Real-Time MT Apps - Kaiwan Billimoria, kaiwanTECH
The Linux OS is powerful; in this tutorial session, you'll learn some aspects of this power, particularly, how the kernel scheduler can be leveraged to support the writing of (soft) real-time multithreaded applications (with C). This tutorial first covers the basics: the (real!) meaning of real-time, the state machine of a Linux process or thread, and then, at an overview level, the meaning of the various POSIX scheduling policies available on the system. The meat of this talk (and live demo) will be how you, as a systems / embedded app developer, can leverage the kernel by using appropriate Pthread and/or system call APIs to query and set the CPU scheduling policy and priority, at a *per thread* level of granularity! Powerful stuff... We conclude with an overview of the LF Real-Time Linux (RTL) kernel, how to apply relevant patch(es), configure the kernel for RT, and deploy it for use (with appropriately written RT apps), thus enabling the ability to use Linux as an RTOS. The agenda in brief: - What does real-time actually mean - The Linux process state machine - How Linux schedules processes and threads - The POSIX Scheduling Policies and what they mean - Setting policy and priority on an application thread - Demo MT app - Overview: making Linux an RTOS - Q&A.

Speakers
avatar for Kaiwan N Billimoria

Kaiwan N Billimoria

Proprietor, kaiwanTECH
Kaiwan N Billimoria taught himself BASIC programming on his dad's IBM PC back in 1983. He was programming in C and Assembly on DOS until he discovered the joys of Unix, and by around 1997, Linux! Kaiwan is the author of four books on Linux (all published by Packt Publishing, England... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  Open Source On-Ramp, Kernel Essentials (Beginner)
  • Audience Level Any
  • Virtual Yes
  • Session Slides Attached Yes

7:00am PDT

(Virtual) Real-Time Multi-User State Management for the Collaborative Web - Matt Hayes, Wizards of the Coast
In this presentation I will introduce a novel approach to state management for web applications that require multiple, geographically distributed, collaborators to work together in real time. By bringing together concepts from (Web)RTC networking topologies, video game frame state, and client-side web application state management, we will see that it is possible to build and synchronize a real-time multi-user application state model that is fast, server-authoritative, optimistic, and self-healing. Applications for this technique include web games, VR/AR experiences, collaborative drawing and document editing, and more!

Speakers
avatar for Matt Hayes

Matt Hayes

Senior Software Engineer, Wizards of the Coast
Matt Hayes is a full-stack internet technologist for fun and profit focused on playful experiences and creative tools. Currently exploring Rust, WebAssembly, WebGPU, and WebRTC. Formerly Yahoo, tumblr, D&D Beyond, and now Wizards of the Coast!



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
  OpenJS World, Development

7:00am PDT

(Virtual) Securing Kubernetes Manifests with Sigstore Cosign, What Are Your Options? - Mathieu Benoit, Google
In this talk, we will explore the options to verify with Sigstore Cosign the provenance of Kubernetes manifests before actually being applied in your cluster. Attendees will learn how Sigstore Cosign integrates with Kubernetes to provide secure solutions for signing and verifying container images and resource manifests, configuration files, and other critical components, bundled as generic OCI images. We will also touch upon the use of GitOps tools like FluxCD and policy engines like Kyverno and Gatekeeper in combination with Sigstore Cosign to enforce security policies and prevent unwanted changes in your cluster. Whether you are a seasoned Kubernetes user or just starting out, this talk will provide valuable insights and tips about your options for verifying in Kubernetes your Kubernetes manifests signed by Sigstore Cosign.

Speakers
avatar for Mathieu Benoit

Mathieu Benoit

DevRel Engineer, Google
Mathieu is DevRel Engineer at Google, focused on Kubernetes. He is passionate about Cloud Native Computing technologies related to Kubernetes, Cloud Security, GitOps, DevSecOps and SRE. Based on his past experiences as software engineer, IT consultant, and solution architect, he now... Read More →



Monday May 1, 2023 7:00am - 7:40am PDT
Virtual

7:00am PDT

(Virtual) Digital Farming with Liquid Prep on the Edge - Jeff Lu, IBM
Digital Farming With Liquid Prep on the Edge Liquid Prep https://github.com/liquid-Prep/ offers an open-source end-to-end solution for farmers to optimize water usage and maximize crop output. By leveraging modern technology along with state-of-the-art weather data/forecast, smart sensors, Open Horizon edge computing https://github.com/open-horizon & ML/AI data models, farmers can make smarter decisions based on the recommendations and intelligent insights provided by our solution.

Speakers
JL

Jeff Lu

Business Development Engineer, IBM
Jeff Lu has worked in the IT industry for more than twenty years, gaining experience by applying technology in industries like Healthcare, Internet Security, Aviation, and Weather, and is currently working on Edge Computing at IBM. As a seasoned technologist, he is passionate about... Read More →


Monday May 1, 2023 7:00am - 7:40am PDT
Virtual
 
Sunday, May 7
 

12:00pm PDT

Kid's Day (Pre-registration Required)

The Linux Foundation is pleased to present our annual Kid’s Day at Open Source Summit North America 2023!
Presented by CodeDay
The most beginner friendly event for building apps and games!
This event is targeted toward absolute beginners who have a creative imagination.  The kids will start by pitching an idea for an app/game.  Then with the help of our staff and industry mentors, we’ll help them create projects of their own design to code something amazing!  Absolutely no CS experience is required for your kid to attend.

Who can attend?
This workshop is appropriate for children ages 9 – 18 and is open to all children, including those of OSS attendees.
Cost?
Registration is complimentary, however, space is limited.
Needs?
Bring a great attitude and an open mind! Light refreshments will be provided.

Register now!

Sunday May 7, 2023 12:00pm - 5:00pm PDT
Vancouver Convention Centre 1055 Canada Pl Vancouver, BC V6C 0C3
 
Monday, May 8
 

8:00am PDT

9:00am PDT

cdCon + GitOpsCon [Pre-Registration Required]
cdCon + GitOpsCon is designed to foster collaboration, discussion, and knowledge sharing by bringing two communities together. It’s the best place for vendors and end users to collaborate in shaping the future of GitOps and Continuous Delivery (CD).

To learn more, visit the event website here.

How to Register: Pre-registration is required. To register for cdCon + GitOpsCon 2023, add it to your Open Source Summit North America registration.

Monday May 8, 2023 9:00am - Tuesday May 9, 2023 6:30pm PDT
Vancouver Convention Centre 1055 Canada Pl Vancouver, BC V6C 0C3

9:00am PDT

Spinnaker Summit [Pre-Registration Required]
Spinnaker Summit will bring together a global community of collaborators, focused on the future of Spinnaker, the open-source continuous delivery platform. The event will include hands-on workshops, keynotes, happy hours, and more. Targeted toward developers, architects, operators, and technical leaders, this event will be a great place to share knowledge and build connections.

Spinnaker Summit is included in cdCon + GitOpsCon registration. To learn more, visit the event website here.

How to Register: Pre-registration is required. Spinnaker Summit is part of cdCon + GitOpsCon. To register for Spinnaker Summit, add "cdCon + GitOpsCon" to your Open Source Summit North America registration.

Monday May 8, 2023 9:00am - Tuesday May 9, 2023 6:30pm PDT
Vancouver Convention Centre 1055 Canada Pl Vancouver, BC V6C 0C3
 
Tuesday, May 9
 

8:00am PDT

8:00am PDT

Zen Zone
All attendees may feel free to use the Zen Zone as needed for sensory relaxation, meditation, and worship. It is a physical space where conversation and interaction are not allowed, where attendees can go if for any reason they can’t interact with other attendees at that time.

Tuesday May 9, 2023 8:00am - 5:00pm PDT
204 (Level 2)

8:00am PDT

9:00am PDT

Presto Mini Summit [Pre-Registration Required]
Presto Mini Summit: Building an Open Data Lakehouse on AWS with Presto and Apache Hudi

You may be familiar with the Data Lakehouse, an emerging architecture that brings the flexibility, scale and cost management benefits of the data lake together with the data management capabilities of the data warehouse. In this workshop, we’ll get hands-on building an Open Data Lakehouse - an approach that brings open technologies and formats to your lakehouse.

For the purpose of this workshop, we’ll use Presto for the open source SQL query engine, Apache Hudi for ACID transactions, and AWS S3 for the data lake. You’ll get hands-on with Presto and Hudi. We’ll show you how to deploy each, connect them, set up your Hudi tables for ACID transactions, and finally run queries on your S3 data.

By the end, you should be well-versed in Presto and Hudi and have the building blocks created for your own Open Data Lakehouse.

Course outline:
  • Introduction to the Open Data Lakehouse, including what is Presto (query engine) and what is Apache Hudi (transaction layer)
  • Deploying Presto in AWS with Ahana Cloud
  • Querying S3 with Presto
  • Integrating Hudi with Presto
  • Inserting data into Hudi and querying your Hudi table with Presto
  • Future roadmap – what additional Hudi support is coming to Presto like ACID compliance and table versioning

How to Register: Pre-registration is required. To register for Presto Mini Summit, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 9:00am - 12:30pm PDT
119 (Level 1)

9:00am PDT

SONiC Foundation Mini Summit [Pre-Registration Required]
SONiC is an open-source network operating system based on Linux that runs on switches from multiple vendors and ASICs. SONiC offers a full-suite of network functionality, like BGP and RDMA, that has been production-hardened in the data centers of some of the largest cloud-service providers. It offers teams the flexibility to create the network solutions they need while leveraging the collective strength of a large ecosystem and community.

AGENDA:
  • 9:00am - Welcome 
  • 9:05am - SONiC Foundation Updates and Release Demo 
  • 9:30am - Q&A and Speaker Introductions 
  • 9:35am - SONiC Network Fabric Observability using SuzieQ
  • 9:55am - Q&A 
  • 10:00am - Comprehensive Approach on SONiC Quality 
  • 10:20am - Q&A 
  • 10:25am - Break 
  • 10:35am - Migrating Services from the Cloud in a Data Center Enabled by Community SONiC 
  • 10:55am - Q&A 
  • 11:00am - Enterprise or Upstream (How to Decide) 
  • 11:20am - Q&A 
  • 11:25am - The SONiC “Easy Button” 
  • 11:45am - Q&A 
  • 11:50am - Break 
  • 12:00pm - Build Versatile and Agile Networks with SONiC - Real-World Use Cases in the Enterprise 
  • 12:20pm - Q&A

How to Register: Pre-registration is required. To register for SONiC Foundation Mini Summit, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 9:00am - 12:30pm PDT
118 (Level 1)

9:00am PDT

SPDX 3.0 Tooling Mini Summit [Pre-Registration Required]
This event will gather tooling operators and focus discussion around the new SPDX 3.0 model and specification as it pertains to tools that generate and consume SPDX documents. Specifically, discussion will involve: an overview of SPDX 3.0, differences between the 3.0 and 2.x specification, SPDX 3.0 transition paths for tools, and how to utilize the different profiles for your compliance and security use cases. A group discussion of the focus, gaps and goals for SPDX in 2023 will round off the session.

If you are a tooling operator, maintainer or developer interested in the best way to utilize the SPDX 3.0 specification, particularly in the wake of EO 14028, please consider attending. We hope to see you there!

AGENDA:
  • SPDX 3.0 Overview
  • Differences between the 2.x and 3.0 specification/migration
  • How to utilize profiles for license compliance use cases
  • How to utilize profile for security use cases
  • How to utilize profiles for AI use cases
  • How to utilize the build profile
  • Vex + SPDX
  • SPDX 3.0 transition paths for tools
    • Round table of open issues with tools today, questions, etc.

How to Register: Pre-registration is required. To register for SPDX 3.0 Tooling Mini Summit, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 9:00am - 12:30pm PDT
120 (Level 1)

9:00am PDT

AWS Database & Analytics Day [Pre-Registration Required]
Join us for the AWS Databases and Analytics day at Open Source Summit North America! Register to attend a series of small, hands-on workshops that let you dive deep into key database and analytics services and technologies, such as Amazon RDS, Amazon EMR, Apache Kafka, and more.

How to Register: Pre-registration is required. To register for AWS Database & Analytics Day, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 9:00am - 5:00pm PDT
109 (Level 1)

9:00am PDT

OpenJS Collaborator Summit [Pre-Registration Required]
Join us in Vancouver, Canada, and virtually on May 9, 2023, for the OpenJS Collaborator Summit! The Collab Summit is a great time to connect with peers from other projects and learn more about how the OpenJS Foundation community can support your work. This event is taking place the day before OpenJS World at the Linux Foundation's Open Source Summit on May 10-12, 2023.

How to Register: Pre-registration is required. To register for OpenJS Collaborator Summit 2023, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 9:00am - 5:00pm PDT
121 (Level 1)

1:30pm PDT

CHAOSScon [Pre-Registration Required]
CHAOSScon welcomes people to learn about open source project health metrics and tools used by open source projects, communities, and organizational teams to track and analyze their community work. This conference will provide a venue for discussing open source project health, CHAOSS updates, use cases, and working sessions for developers, community managers, project managers, and anyone interested in measuring open source project health.

For more information and to view the event agenda, please click here.

How to Register: Pre-registration is required. To register for CHAOSScon, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 1:30pm - 5:00pm PDT
110 (Level 1)

1:30pm PDT

ELISA Mini Summit [Pre-Registration Required]
Join the ELISA Mini Summit to learn more about ENABLING LINUX IN SAFETY APPLICATIONS.

Speakers from the ELISA Project will share insights including:
  • Achievements, current activities, and roadmap for Linux in safety critical systems
  • Usable work products in code, processes, tools and documentation
  • Ways to bridge the gap between functional safety and Linux kernel development
  • How you can participate and contribute
If you're involved in the intersection between safety and open source development, this event is a great opportunity to learn new insights from ELISA as well as to discuss and dialogue with your peers.

Agenda (all times PDT):
1:30 Introduction to ELISA
2:00 Automotive Use Cases Analysis
2:30 Discovering Linux Kernel Subsystems in Use
3:00 Break
3:30 Analysis of Linux as part of a System
4:00 Use of Linux in Aerospace
4:30 Wrap up and General Q&A session

How to Register: Pre-registration is required. To register for ELISA Mini Summit, add it to your Open Source Summit North America registration.

Speakers
avatar for Shuah Khan

Shuah Khan

Linux Fellow, Linux Foundation
Kernel Maintainer & Linux Fellow, The Linux Foundation Shuah Khan is a Kernel Maintainer & Linux Fellow at The Linux Foundation. She is an experienced Linux Kernel developer, maintainer, and contributor. She authored A Beginner’s Guide to Linux Kernel Development (LFD103). She leads... Read More →
avatar for Kate Stewart

Kate Stewart

VP Dependable Embedded Systems, Linux Foundation
Kate Stewart is Vice President of Dependable Embedded Systems at the Linux Foundation. She works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched... Read More →
avatar for Philipp Ahmann

Philipp Ahmann

Product Manager - Embedded Open Source, Robert Bosch GmbH
Philipp Ahmann is a technical business development manager at Robert Bosch GmbH with focus on Open Source activities. He represents the ELISA project of the Linux Foundation as technical steering committee chair and leads the automotive as well as systems work group. He has more than... Read More →
avatar for Chuck Wolber

Chuck Wolber

Software Engineer, The Boeing Company
Chuck Wolber is a Boeing Associate Technical Fellow primarily focused on Platform and Operating System engineering for airborne avionics. He has developed multiple DO-178C Level D certified Linux operating systems currently in service on Boeing production aircraft. Chuck has been... Read More →



Tuesday May 9, 2023 1:30pm - 5:00pm PDT
120 (Level 1)
  Project Mini Summits
  • Session Slides Attached Yes

1:30pm PDT

LF Networking ONE Summit Regional Day [Pre-Registration Required]
LF Networking is the world's leading open source networking software developer with the most widely adopted 5G blueprint. We are engaged with the top telecommunications companies, networking hardware and software providers, enterprises and governments. Join us to hear from industry experts about how we are building and operationalizing emergent open source networking products together!

AGENDA:
  • 13:30 - 14:05 - Keynote Address, Arpit Joshipura - LFN
  • 14:10 - 14:45 - Open Source Innovation: Empowering Telcos to Own Their Destiny, Sana Tariq and Steve Tannock - TELUS
  • 15:00 - 15:15 - BREAK
  • 15:15 - 15:50 - OpenDaylight: Ten Years In and So Much to Do, Robert Varga - PANTHEON.tech
  • 16:05 - 16:40 - Accelerating 5G Innovation: How the 5G Super Blueprint Can Help You Win in a Rapidly Evolving Market, Muddasar Ahmed - Mitre

How to Register: Pre-registration is required. To register for LF Networking ONE Summit Regional Day, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 1:30pm - 5:00pm PDT
113 (Level 1)

1:30pm PDT

OpenGov FedDev [Pre-Registration Required]
FedDev - An OpenGov event where developers across federal services space gather to collaborate and innovate. Build along side leading experts on the biggest problem sets facing Fedware in 2023 such as Zero Trust, ICAM, Edge, and disconnected environments.

How to Register: Pre-registration is required. To register for OpenGov FedDev, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 1:30pm - 5:00pm PDT
119 (Level 1)

1:30pm PDT

PyTorch Foundation Mini Summit [Pre-Registration Required]
PyTorch is an open-source ML framework that accelerates the path from research prototyping to production deployment. Join us to learn more about the new releases on PyTorch, use cases, ML/DL development and production trends, and how you can get involved.

AGENDA:
  • 1:30pm Introductions/Agenda
  • 1:40pm Kick Off: How PyTorch Became the Foundation of the AI Revolution (Google)
  • 2:10pm Unleash the Power of Large AI with a Responsible Approach on Azure (Microsoft)
  • 2:40pm Break
  • 2:50pm AMD Hardware, Software and Libraries Available to Develop AI/ML Applications using PyTorch (AMD)
  • 3:20pm How Amazon Search leverages PyTorch and its eco systems to build and deploy LLM into production (AWS)
  • 3:45pm Lightning Talks: Generative AI and Stable Diffusion (Hugging Face), Intel Optimizations for PyTorch 2.0 (Intel)
  • 4:15pm How and Why to become a Contributor to PyTorch (Meta)
  • 4:45pm Machine Learning Swingers: Meet the PyTorch Founding Members

How to Register: Pre-registration is required. To register for PyTorch Foundation Mini Summit, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 1:30pm - 5:00pm PDT
118 (Level 1)

2:30pm PDT

OpenChain Project Mini Summit [Pre-Registration Required]
The OpenChain Project will host an afternoon mini-summit with a particular focus on:

  • Open source tooling for open source compliance
  • Open source tooling for security assurance
  • Software bill of materials
  • The contribution OpenChain process standards make to business optimization and sustainability. 

There will be a special keynote about FOSSLight from LG Electronics, highlighting an emerging new tooling community that warrants attention. Our event will be heavy on toolchain landscapes, SBOM status and other mission-critical concerns. It will unpack trust management of the open source supply chain for OSPO, IP, product development and management teams. Expect a packed session with plenty of networking opportunities.

AGENDA:
  • 14:30 - Introduction: The OpenChain License Compliance and Security Assurance Standards in 2023
  • 14:50 - Keynote: Moving Down The Pyramid - SBOMs in 2023; Speaker TBD
  • 15:10 - Break
  • 15:20 - Keynote: Moving Down The Pyramid - “State of the Tooling” in Open Source Automation; Helio Chissini de Castro, CARIAD
  • 15:40 - Special Keynote: FOSSLight - Next Generation Open Source Automation for Compliance and Security; Kyoungae Kim and Soim Kim, LG Electronics
  • 16:00 - Break
  • 16:10 - Roundtable Session - Process Standards
  • 16:25 - Roundtable Session - SBOMs
  • 16:45 - Roundtable Session - Automation
  • 17:00 - Close

How to Register: Pre-registration is required. To register for the OpenChain Project Mini Summit, add it to your Open Source Summit North America registration.

Tuesday May 9, 2023 2:30pm - 5:00pm PDT
116-117 (Level 1)

5:00pm PDT

Lightning Talk: Given the Choices We Have: The Power of Allyship - Fatima Sarah Khalid, GitLab
Allyship means supporting marginalized groups while speaking out against discrimination, prejudice, and oppression. Being an ally goes beyond just offering support, it entails taking action and leading by example. This lightning talk explores the role of allyship in creating a more inclusive community by taking the audience on a journey inspired by the invisible knapsack. Participants will consider the very real impacts of marginalization and learn ways to be an ally. They will leave with inspiration on how they can make a positive impact by speaking up and advocating for others.

Speakers
avatar for Fatima Sarah Khalid

Fatima Sarah Khalid

Developer Evangelist, GitLab
Fatima is a Developer Evangelist at GitLab and the voice of the community. She loves coding challenges and storytelling. Before GitLab, she was a backend developer, Drupal core contributor, and mentoring lead. In 2018, she received the Women in Communications & Technology (WCT) Rising... Read More →


Tuesday May 9, 2023 5:00pm - 5:05pm PDT
West Ballroom A (Level 1)

5:08pm PDT

Lightning Talk: A New, Open Standards, Open Source, Software Project for All Accelerators - Charles Macfarlane, Codeplay Software
The AI and HPC space is seeing exponential growth, with projects like ChatGPT and GROMACs attempting to squeeze more and more performance from accelerators such as GPUs. The challenge for software developers is that they are currently constrained by proprietary programming models, and this is stifling the choices they can make about their hardware platforms.  Developers today are often locked into Nvidia GPUs because their software uses a proprietary programming model called CUDA, and it’s time to build an open alternative. The oneAPI project has been created to bring together an open specification and open source software that today enables developers to write software using standard C++ code and deploy to multiple vendors of GPUs. This project is evolving rapidly and the whole community of hardware and software developers are invited to contribute to this project.  This presentation will introduce how it is possible to write multi-target software using the oneAPI project, and how everyone can contribute to making this project available for all accelerators in the future.

Speakers
avatar for Charles Macfarlane

Charles Macfarlane

Chief Business Officer, Codeplay Software
Charles is Chief Business Officer and Director and has been with Codeplay since 2014 . He is responsible for sales, marketing and business development. Charles graduated from Glasgow University with an honours degree in Electronic Systems and Microprocessor Engineering. Charles then... Read More →


Tuesday May 9, 2023 5:08pm - 5:13pm PDT
West Ballroom A (Level 1)

5:16pm PDT

Lightning Talk: Building a More Inclusive Open Source Security Community through Education - Christine Abernathy, F5 & Jay White, Microsoft



Speakers
avatar for Christine Abernathy

Christine Abernathy

Senior Director of Open Source, f5
Accomplished product development professional with over 25 years experience designing and implementing complex hardware and software systems for diverse industries including, social media services, computer-based systems, communication equipment, and business software and services... Read More →
avatar for Jay White

Jay White

Security Principal Program Manager, OSS Ecosystem Team, Azure Office of the CTO, Microsoft
Security Principal Program Manager, OSS Ecosystem Team, Azure Office of the CTO - MicrosoftJay has over 20 years of IT/information security experience including 15 years dedicated to supply chain and cyber risk, security, privacy, and compliance. He provides a combined tactical and... Read More →


Tuesday May 9, 2023 5:16pm - 5:21pm PDT
West Ballroom A (Level 1)

5:25pm PDT

Lightning Talk: An eBPF-Based Automated Performance Tracing System for Cloud Users - Yifei Ma & Hao Xiang, Bytedance
Volcengine is ByteDance's public cloud infrastructure. The Volcengine's monitoring service collects and aggregates a set of metrics from VM instances. The service publishes near real-time CPU, memory, storage, and network metrics. While these metrics provide an overview of a virtual machine's status, they are all based on VM granularity. When a customer's VM suffers performance degradation, more often, those metrics are not sufficient to help diagnose the issue. We developed an eBPF-based monitoring agent running on both older and newer versions of Linux distributions with minimal overhead. Compared with other cloud tracing systems, our system provides innovative metrics: detailed metrics of the TCP/IP layers e.g., stack walking latency, handshake latency, transmission pace at socket granularity; per-process file system and block IO latency/throughput/error stats; per-process memory leak, page cache miss rate, and OOM-killed processes; and per-process system call counts and latency.

Speakers
HX

Hao Xiang

Software Engineer, Bytedance
Hao joined Bytedance a little over a year ago. He currently works on the Linux kernel and virtualization features for Bytedance's cloud infrastructure. Prior to Bytedance, Hao spent 15 years working on kernel core and storage across multiple operating systems including Windows, ESXi... Read More →
YM

Yifei Ma

Software Engineer, Bytedance
Yifei currently is working at Bytedance focusing on Linux kernel features for their cloud services. Before joining Bytedance, he focused on database kernel development and research. He interests in computer system, Linux kernel and database internals.


Tuesday May 9, 2023 5:25pm - 5:30pm PDT
West Ballroom A (Level 1)

5:30pm PDT

Maintainer Month Happy Hour (Pre-registration Required)
Calling all open source maintainers attending Open Source Summit North America! You’re invited to the Maintainer Month Happy Hour hosted by GitHub on Tuesday night.
Open source runs the world, but who runs open source? Open source maintainers are behind the software we use everyday, but they don't always have the community or support they need. That's why we're celebrating open source maintainers during the month of May.
As a thank you for the great work you’re doing for the open source community, please enjoy some appetizers and have a drink on us. Bring your friends, connect with peers, and chat with GitHub on how we can best support the community.

Register for the Maintainer Month Happy Hour: https://gh.io/ossna

Tuesday May 9, 2023 5:30pm - 7:00pm PDT
West Level 1, Ballroom Foyer

5:33pm PDT

Lightning Talk: The Role of the Open Source Program Office (OSPO) in Securing the Software Supply Chain - Jessica Marz, Intel Corporation
OSPOs are typically responsible for implementing and enforcing policies and procedures related to the consumption and production of OSS. We believe this existing framework can be extended into the security realm to work with OSS developers and vendors to ensure that their products meet security standards and to conduct regular audits and assessments of the OSS supply chain to identify and mitigate vulnerabilities. This presentation will explore the challenges facing the OSS supply chain and the ways in which OSPOs are uniquely suited to help address them. Additionally, OSPOs can be effective advocates for OSS supply chain security policies in both the government and private sectors. We will share how Intel’s OSPO is working effectively with other groups to define and implement these policies.

Speakers
avatar for Jessica Marz

Jessica Marz

Director, Open Source Program Office, Intel Corporation
Jessica Marz is Director of Intel’s Open Source Program Office. An expert at explaining legal concepts to software developers and software development concepts to lawyers, Jessica and her team are responsible for defining and managing Intel’s open source software consumption and... Read More →


Tuesday May 9, 2023 5:33pm - 5:38pm PDT
West Ballroom A (Level 1)

5:41pm PDT

Lightning Talk: You Can’t Do Data Mesh Without Governance - Lauren Maffeo, Author of "Designing Data Governance from the Ground Up"
If you work with data, you've likely heard about data mesh. Done well, data mesh lets teams access, develop, and manage data autonomously. It also gives your data stewardship team an easier way to keep your data secure. But there’s a catch! Data mesh works only if you’ve done the hard work to create a data-driven culture and can automate that culture’s standards.  This lightning talk makes the case for designing data governance standards before implementing data mesh architecture. It explains how governance ensures that all data is formatted, standardized, and discovered against equal standards. These standards give everyone assurance that the data they use is controlled for quality, which is the backbone of successful data mesh.

Speakers
avatar for Lauren Maffeo

Lauren Maffeo

Service Designer, Author, "Designing Data Governance from the Ground Up"
Lauren Maffeo has reported on and worked within the global technology sector. She started her career as a freelance journalist covering tech trends for The Guardian and The Next Web from London. Today, she works as a service designer for Steampunk, a human-centered design firm building... Read More →


Tuesday May 9, 2023 5:41pm - 5:46pm PDT
West Ballroom A (Level 1)

5:50pm PDT

Lightning Talk: Kubernetes Cluster Interactions Simplified with K9s - Arka Bhattacharya, Solo.io
If you are running Kubernetes clusters, or if you are deploying your applications on Kubernetes clusters, chances are high that at some point you started with "kubectl" CLI. As time progressed, maybe you have created aliases to reduce running redundant commands and save some precious time. You might also be using kubectl auto-completion to make life easier. If you want to take your cluster interactions to the next level, and if you love your terminal window, k9s is "the tool" for you.

In this talk, Arka would love to share some of the K9s features that he absolutely loves and uses regularly. Some of these are:
  • Running K9s on a multi-terminal-window, to view the state of multiple Kubernetes clusters on the same view.
  • Observing live deployments.
  • Switching between cluster contexts.
  • Scaling a set of Kubernetes Deployments together.
  • Deleting a set of resources together.
  • Easily run "kubectl get" equivalent commands using simple keystrokes.
  • Viewing the decoded value of a Kubernetes secret with just one hotkey.
  • Viewing live logs of pods.
  • Viewing resource utilization with metrics server.

Speakers
avatar for Arka Bhattacharya

Arka Bhattacharya

Senior Consultant, Solo.io
Arka is a student of technology with a strong record of delivering efficient solutions in multiple frameworks and platforms. He has a total work experience of over 9 years with major IT services providers of the world - Accenture, Tata Consultancy Services, and one of the largest... Read More →



Tuesday May 9, 2023 5:50pm - 5:55pm PDT
West Ballroom A (Level 1)
  Lightning Talks & Treats, Container Runtimes

5:58pm PDT

Lightning Talk: GitOps Sustainability with Flux and arm64 - Tamao Nakahara, Weaveworks
Honeycomb has experimented with and discussed the improved performance and cost savings by moving from x86 to arm64. In particular, at AWS re:Invent in December 2022, when Amazon announced the AWS Graviton2 processor that uses arm64, Liz Fong-Jones at Honeycomb explored the changes needed to make workloads reliant upon native x86 and their toolchains to work.

Flux users looking to gain these types of performance and financial benefits were excited to know that Flux supports arm64 and many started to make the move. They have been reporting back the cost savings and sustainability- especially as the larger Cloud Native community prioritizes environmental sustainability through initiatives in the CNCF GitOps WG as well as the new Environmental Sustainability TAG.

If you’d like to do the same, this talk will cover the specific steps to recompile your workloads to work with arm64, and best practices shared from Flux users to make sure that you gain essential GitOps benefits with the switch.

Speakers
avatar for Tamao Nakahara

Tamao Nakahara

VP of Developer Experience, Weaveworks
Tamao Nakahara has over 20 years of DevEx, DevRel, ecosystem alliances, and event experience with previous stints running developer relations at New Relic, managing open source community programs at VMware and Pivotal for Cloud Foundry, Spring, Hadoop, RabbitMQ, and Redis, and helping... Read More →


Tuesday May 9, 2023 5:58pm - 6:03pm PDT
West Ballroom A (Level 1)

6:05pm PDT

Lightning Talk: Life Is What You Make It - Sandeep Kanabar, Gen
What do you do when life throws you a sudden curveball and you lose your hearing? How do you navigate through in-accessible and non-inclusive educational system? How do you handle interview phone calls when you have lost the ability to hear? How do you deal with a client when you are unable to LIP-READ them? And most importantly - how do you face those demons of depression lurking within. Laced with humour, a bit of despair and real life experiences, this talk is about how Life is what YOU make it!

Speakers
avatar for Sandeep Kanabar

Sandeep Kanabar

Senior Principal Software Engineer, Gen (formerly NortonLifeLock)
Sandeep works as a Senior Principal Software Engineer and Individual Contributor with Gen(formerly NortonLifeLock) specializing in Cloud and Distributed Systems on Azure and AWS. He is an Elasticsearch Consultant to multiple teams with Gen and has helped to refactor and architect... Read More →



Tuesday May 9, 2023 6:05pm - 6:10pm PDT
West Ballroom A (Level 1)
  Lightning Talks & Treats, Disability in Tech
  • Audience Level Any
  • Session Slides Attached Yes
 
Wednesday, May 10
 

7:00am PDT

Morning Yoga and Meditation
Meet at: 6:45am
Activity from: 7:00 – 8:00 am
Location: Vancouver Convention Centre: Thurlow Street Entrance

Begin Day 1 with a calm, energized mind by participating in the morning yoga and meditation session. Join community member, Dylan Schiemann, as he leads attendees in restorative or vinyasa flow yoga sessions.

Dylan started practicing yoga more than ten years ago to compensate for his two favorite daily software engineering poses: laptop pose and mobile phone pose. Dylan takes a deliberate and intentional approach when teaching yoga striving to make yoga accessible to everyone. Dylan will lead either “restorative-ish” or a more deliberate vinyasa flow sequence depending on a quick survey of the attendees. Complimentary towels will be provided, or you can bring your own. Please be sure to wear comfortable, loose-fitting clothing.

There is no cost to participate and space is available on a first-come, first-served basis.

*Participants must be registered for Open Source Summit North America 2023, and have their event badge.

Wednesday May 10, 2023 7:00am - 8:00am PDT
Vancouver Convention Centre | Level 2 Ocean Terrace and Foyer

7:30am PDT

7:30am PDT

7:30am PDT

Zen Zone
All attendees may feel free to use the Zen Zone as needed for sensory relaxation, meditation and worship. It is a physical space where conversation and interaction are not allowed, where attendees can go if for any reason they can’t interact with other attendees at that time.

Wednesday May 10, 2023 7:30am - 6:00pm PDT
204 (Level 2)

7:30am PDT

8:00am PDT

First-Time Attendee Breakfast
We know what it feels like to attend a conference for the first time, and we want to help make that experience a little easier for our first-time attendees. Meet other newcomers, as well as Open Source Summit NA veterans, at this informal breakfast. In addition, pick up invaluable tips and tricks on how to best navigate the event.

*We will do our best to accommodate all interested attendees, but please note that participation is on a first-come, first-served basis.

Wednesday May 10, 2023 8:00am - 8:45am PDT
109 & 110 (Level 1)

8:00am PDT

Hacker Space
A space for peer learning and knowledge sharing.

Wednesday May 10, 2023 8:00am - 6:00pm PDT
Level 2 City Foyer

9:00am PDT

Keynote: Welcome & Opening Remarks - Jim Zemlin, Executive Director, The Linux Foundation
Speakers
avatar for Jim Zemlin

Jim Zemlin

Executive Director, The Linux Foundation
Zemlin’s career spans three of the largest technology trends to rise over the last decade: mobile computing, cloud computing and open source software. Today, as executive director of The Linux Foundation, he uses this experience to accelerate the adoption of Linux and support the... Read More →


Wednesday May 10, 2023 9:00am - 9:10am PDT
West Ballroom A (Level 1)

9:00am PDT

Linux Security Summit North America [Pre-Registration Required]
A technical forum for collaboration between Linux developers, researchers, and end users aiming to foster community efforts in analyzing and solving Linux security challenges.

To learn more, visit the event website here.

How to Register: Pre-registration is required. To register for Linux Security Summit North America 2023, add it to your Open Source Summit North America registration.

Wednesday May 10, 2023 9:00am - Friday May 12, 2023 5:00pm PDT
212-214 (Level 2)

9:10am PDT

Keynote: The Thirst for Open Source Will Never be Quenched - Dr. Angel Diaz, VP, Technology Capabilities & Innovation, Discover Financial Services
We are living in a technology-fueled business renaissance. Today, the art of the possible is limited only by our imaginations. And what, exactly, lies at the heart of this epochal digital transformation? Open source software, of course. In this discussion, Dr. Angel Diaz, an open source pioneer spanning two decades of technology democratization, will dive into the ways that companies are using open source to drive modernization across the enterprise and power digital transformation at scale. He’ll also share how Discover Financial Services is infusing a culture of open source code, content, and community into its agile way of working. Get to know the people, processes, and open technologies that help Discover customers achieve a brighter financial future.

Speakers
avatar for Dr. Angel Diaz

Dr. Angel Diaz

Vice President, Technology Capabilities and Innovation, Discover Financial Services
Dr. Angel Diaz is vice president of Technology Capabilities and Innovation at Discover Financial Services. Angel is passionate about helping self-empowered engineering teams drive success through digital transformation. An industry thought leader in connecting developers through code... Read More →


Wednesday May 10, 2023 9:10am - 9:25am PDT
West Ballroom A (Level 1)

9:30am PDT

Keynote: New Tools for Securing Open Source - Tracy Ragan, CEO & Co-founder, DeployHub
Good news! The open source community has gone through a ‘security awakening’ that has created new tools and programs for making open source safer. Join this session to learn about tools and programs introduced over the last year to make securing the software you deliver to end users less complex.

Speakers
avatar for Tracy Ragan

Tracy Ragan

CEO, DeployHub, Inc.
Tracy is the CEO and Co-Founder of DeployHub. She is an expert in software supply chain management and pipeline DevOps practices with a hyper-focus on microservices and cloud-native architecture. She served on the OpenSSF Governing Board as a General Member Representative and on the... Read More →


Wednesday May 10, 2023 9:30am - 9:45am PDT
West Ballroom A (Level 1)
  Keynote Sessions
  • about Tracy is the CEO and Co-Founder of DeployHub. She is an expert in software supply chain management and pipeline DevOps practices with a hyper-focus on microservices and cloud-native architecture. She served on the OpenSSF Governing Board as a General Member Representative and on the OpenSSF Governing Board Committee. She also serves on the Continuous Delivery Foundation (CDF) Technology Oversite Committee. She previously served as one of the founding Governing Board members on both the CDF and the Eclipse Foundation. Tracy is the Executive Director of the Ortelius Open-Source project, a Supply Chain Evidence Catalog currently incubating at the Continuous Delivery Foundation.

9:50am PDT

Keynote: Five Giant Websites Filled with Screenshots of the Other Four - Cory Doctorow, Science Fiction Author, Activist and Journalist
Speakers
avatar for Cory Doctorow

Cory Doctorow

Science Fiction Author, Activist and Journalist
Cory Doctorow (craphound.com) is a science fiction novelist, blogger and technology activist. He is the co-editor of the popular weblog Boing Boing (boingboing.net), and a contributor to many magazines, websites and newspapers. He is a special consultant to the Electronic Frontier... Read More →


Wednesday May 10, 2023 9:50am - 10:05am PDT
West Ballroom A (Level 1)

10:05am PDT

Keynote: All Aboard the Automation Train - Eric Brewer, Vice President of Infrastructure & Fellow, Google
To simplify open source security for the long term, we will need some help from curation and automation. How can we – as an OSS community and industry – help enable this transition, without placing too much of the burden on maintainers? We’ll share our vision for the future, and a variety of solutions we can start implementing today to help us get there.

Speakers
avatar for Eric Brewer

Eric Brewer

VP Infrastructure & Google Fellow, Google
Eric Allen Brewer is professor emeritus of computer science at the University of California, Berkeley and vice-president of infrastructure at Google. His research interests include operating systems and distributed computing. He is known for formulating the CAP theorem about distributed... Read More →


Wednesday May 10, 2023 10:05am - 10:20am PDT
West Ballroom A (Level 1)
  Keynote Sessions
  • about Eric Allen Brewer is professor emeritus of computer science at the University of California, Berkeley and vice-president of infrastructure at Google. His research interests include operating systems and distributed computing. He is known for formulating the CAP theorem about distributed network applications in the late 1990s.

10:25am PDT

Keynote: Making Tech-- and the World-- More Diverse, Equitable, and Inclusive - Mallory Knodel, CTO, Center for Democracy and Technology & Larry Kunz, Information Architect, Extreme Networks
In a joint keynote, Mallory Knodel and Larry Kunz discuss how diversity, equity, and inclusion affect the open-source community and technology in general. As part of the discussion, we describe the ongoing work of the Inclusive Naming Initiative and how it can help in your work.

Speakers
avatar for Larry Kunz

Larry Kunz

Information Architect, Extreme Networks
Larry Kunz leads the Inclusive Language working group at Extreme Networks, a leading supplier of networking products and services. He also chairs the Language workstream for the Inclusive Naming Initiative, a cross-industry partnership within the Linux Foundation that promotes and... Read More →
avatar for Mallory Knodel

Mallory Knodel

CTO, Center for Democracy and Technology
Mallory Knodel is CDT’s Chief Technology Officer. She is a member of the Internet Architecture Board and the co-chair of the Human Rights Protocol Considerations research group of the Internet Research Task Force. Mallory is also on the advisory committee for the Open Technolog... Read More →


Wednesday May 10, 2023 10:25am - 10:40am PDT
West Ballroom A (Level 1)

10:40am PDT

Book Signing with Cory Doctorow
Immediately following our morning keynotes, Cory Doctorow, Keynote Speaker and author will be available for a meet & greet and book signing. A limited quantity of books will be given away on a first-come, first-served basis. Attendees may purchase copies of the book on-site or are welcome to bring their own.

Speakers
avatar for Cory Doctorow

Cory Doctorow

Science Fiction Author, Activist and Journalist
Cory Doctorow (craphound.com) is a science fiction novelist, blogger and technology activist. He is the co-editor of the popular weblog Boing Boing (boingboing.net), and a contributor to many magazines, websites and newspapers. He is a special consultant to the Electronic Frontier... Read More →


Wednesday May 10, 2023 10:40am - 11:10am PDT
Sponsor Showcase - West Ballroom B-D (Level 1)

10:40am PDT

10:40am PDT

Sponsor Showcase
This is the place to network, meet up, and learn more about companies that sponsor this event.

Wednesday May 10, 2023 10:40am - 7:00pm PDT
Sponsor Showcase - West Ballroom B-D (Level 1)

11:10am PDT

Fewer Moving Parts: Simplify Service Mesh Operations with Istio Ambient Mesh - Jim Barton, Solo.io
Istio is the most widely used service mesh platform in the world for large-scale production deployments. In September 2022, Google and Solo.io announced the release of Istio Ambient Mesh to the community. Ambient offers a revolutionary data-plane architecture that allows service mesh users to ditch sidecars. It slashes operational complexity and enables incremental mesh adoption, all while reducing cost and computational overhead within a service mesh. Injected sidecars can be replaced by two new components. First is a node-level zero-trust-tunnel (ztunnel) that provides mTLS and Layer-4 capabilities. A service-account-level proxy called a waypoint leverages Envoy to deliver Layer-7 capabilities. This talk will help you understand both the why and how of Istio Ambient Mesh. It includes a demo showcasing the new capabilities, including on-boarding new services without sidecars and mixing Ambient with traditional sidecar-injected services. It will also provide pointers to further no-cost educational opportunities and user certification options.

Speakers
avatar for Jim Barton

Jim Barton

Field Engineer, Solo.io
Jim Barton is a Field Engineer for Solo.io whose enterprise software career spans 30 years. He has enjoyed roles as a project engineer, sales and consulting engineer, product development manager, and executive leader of tech startups. Prior to Solo, he spent a decade architecting... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
110 (Level 1)
  CloudOpen

11:10am PDT

Exotic Runtime Targets: Ruby and Wasm on Kubernetes and GitOps Delivery Pipelines - Kingdon Barrett, Weaveworks
In the delivery ecosystem, devs have a great many choices to make regarding environment. In the past, the top-bar choices were limited to mainly two or three axes: language runtime, operating system, architecture. Now we can further consider these other new operational overheads: Kubernetes, Sandboxing, Browser targets! For a long time choosing a browser as a runtime target meant that choice for language would be severely limited; one could only choose from among the languages or runtimes that browsers could accept (the list kept getting shorter until it was practically only JavaScript! Flash? Java? Forget it, all gone). Wasm is the new binary instruction format for a stack-based VM, and portable compilation target, to save us all from writing only JavaScript forever. Wasm binaries are sandboxed code modules that can interchangeably target either browsers or servers at runtime, and we can use our familiar languages that a growing number are trending towards adding support for Wasm in the language core, including Ruby and Python. But does this mean we can just bring our Ruby to the browser and forget about Kubernetes forever, or is there more to consider before we start the party?

Speakers
avatar for Kingdon Barrett

Kingdon Barrett

Open Source Support Engineer, Weaveworks
Kingdon Barrett is a Flux maintainer and an Open Source Support Engineer on the Developer Experience team at Weaveworks. He is a long-time Helm enthusiast and Ruby/Go developer and works on the legendary cloud-native PaaS for Kubernetes, Hephy Workflow, in his fun time.



Wednesday May 10, 2023 11:10am - 11:50am PDT
118 (Level 1)

11:10am PDT

How Do You Know You're Done - After a Security Fix? - Kate Stewart, The Linux Foundation & Peter Brink, UL Solutions
Requirements are at the heart of designing a system with safety considerations. When building the system, having a detailed and accurate record of all the components and build information is necessary for safety analysis. When a component vulnerability fix comes in though, how do you know the system conforms with the safety claims after applying the fix? This talk will go into some approaches for leveraging the SBOM data to improve the automation and confidence in the analyis necessary to know you’re done.

Speakers
avatar for Kate Stewart

Kate Stewart

VP Dependable Embedded Systems, Linux Foundation
Kate Stewart is Vice President of Dependable Embedded Systems at the Linux Foundation. She works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched... Read More →
PB

Peter Brink

Functional Safety Engineering Leader, Underwriter Laboratories (UL)
Pete is an Engineering Leader at kVA by UL and leads a team of software and systems engineers focused on functional safety for the automotive market using ISO 26262:2018. Pete has been with kVA by UL since 2019. Pete started his career in 1987 working on Jet Engine control systems... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
121 (Level 1)

11:10am PDT

Actions Speak Louder Than Words: Building Better Communities - Lian Li, Loft Labs
We've all seen it: Conferences fail to provide a diverse line-up, get called out publicly, and speakers bail in fear of backlash. But this is just the tip of the iceberg. More often than not, they reveal a failure of leaders to create a diverse and inclusive community in the first place. It’s not enough to have the right boxes checked. Marginalized folks also need to feel safe to share their experiences. A clear set of values, Codes of Conduct, and programs aimed at underrepresented folks, are all tools that can help. Ultimately, however, a community is made up of people, and it is on us to reflect on our behavior, resist the urge to go for the option that makes us comfortable and do better. In this talk, I want to discuss how we can take action beyond calling people out on Twitter to build something that will truly benefit everyone. --- I have given this talk once before but had to rush it so I couldn't get to many parts I had prepared. Since then I have cut down the introductory part of the talk to focus more on action and how-tos

Speakers
avatar for Lian Li

Lian Li

Developer Advocate, Loft Labs Inc
Lian always wanted to save the world After a failed attempt at becoming a lawyer, she decided to do something with computers instead. Working as a Fullstack Software Engineer, she got into attending tech events and giving talks on Machine Learning. During this time, she fell in love... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
215-216 (Level 2)

11:10am PDT

Quantum in the Cloud: Running Quantum Workloads on Kubernetes - Paul Schweigert & Michael "Max" Maximilien, IBM
We’ve all heard about the changes that quantum computing will cause, among them faster algorithms, new solutions to complex problems, and threats to the cryptography that the modern web is based on. But more specifically, what does the rise of quantum computing mean to the cloud-native landscape? In this talk, Paul and Max will show how the Kubernetes ecosystem will play a crucial role as quantum computing moves from the laboratory to mainstream. In particular, they will present on different frameworks for managing and running quantum workloads utilizing Kubernetes and the open source toolkit Qiskit. Throughout the presentation they will demonstrate that quantum serverless will constitute an important part of of the future of cloud computing.

Speakers
avatar for Paul Schweigert

Paul Schweigert

Software Developer, IBM
Paul Schweigert works on quantum and serverless technologies at IBM. He is a member of the TOC on the Knative project and has also contributed to various other areas across the Kubernetes ecosystem. He’s also worked as a tech lead for various platform engineering and data science... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
120 (Level 1)
  Emerging OS Forum, New & Emerging Open Source Projects

11:10am PDT

Making GPU Resets Less Painful on Linux - André Almeida, Igalia
Graphic cards are probably the most complex piece of personal computers nowadays, not only by its hardware but also for its huge software stack, from drivers to ray tracing games. Bad shaders, buggy drivers, faulty hardware, ... there are many occasions for the a GPU to hang and reset. Giving that the programs that it runs are Turing complete, we can't assure that everything will work so resets are expected. What we can do as developers is to assure that the user experience on those incidents will be smooth as possible. To solve this kind of problem, all the stack needs to be work side by side. This talk will explore some scenarios where GPU resets happen, how different DRM drivers recover from it and what's in the roadmap to make it better for users.

Speakers
AA

André Almeida

Kernel Developer, Igalia
André Almeida is a kernel developer from employee-owned open source consultancy Igalia. He's most known from his work at futex2. He also loves to teach the kernel for newbies and is currently learning more about DRM.


Wednesday May 10, 2023 11:10am - 11:50am PDT
109 (Level 1)

11:10am PDT

Socialising the Elephant with the Rest of the Animals - Integrating Big Data Using Egeria Open Metadata - David Radley, IBM & Jürgen Hemelt, Atruvia AG
Egeria is an LF AI and data graduated project that provides open metadata and governance for enterprises - automatically capturing, managing and exchanging metadata between tools and platforms, no matter the vendor. Egeria solves the problem of integration, by providing an open way to represent all aspects of the information management eco system. Using Egeria, the metadata is not centralised into one repository, but stays where it is, being shared as required and then exposed as appropriate to different consumers, This session explains how Egeria can help you integrate Big Data (the elephant) with the other animals (other types of information like events, APIs and databases). 3 main types of Big data integration will be covered: 1) Apache Atlas via an Egeria repository connector 2) Hive Metastore via an Egeria repository connector 3) Spark via Open Lineage (another LF AI and Data project) The session will then talk about the value that you can realise, once you have a distributed view of the metadata across different technologies.

Speakers
avatar for Jürgen Hemelt

Jürgen Hemelt

Technical Architect, Atruvia AG
Jürgen Hemelt is an Enterprise Architect at Atruvia AG in Germany.  He has more than 20 years experience in Data Warehousing, Business Intelligence and Big Data.  Jürgen started his career as a consultant in Business Intelligence and Data Warehouseing. In this position he supported... Read More →
avatar for David Radley

David Radley

Egeria maintainer@IBM, IBM
David is an open source developer and advocate in the IBM UK Hursley lab. He has over 30 years of experience in IT, with the last 15 years in Information Management and Analytics. In his role, David promotes and develops metadata driven approaches to underpin analytics and governance... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
205 (Level 2)
  Open AI & Data Forum, DataOps

11:10am PDT

Sponsored Session: Fairness in Machine Learning: From Theory to Practice - Alex Karsten, GitLab
Machine learning has become integrated into our daily lives. No matter where we turn, there are apps, products, and features using machine learning to enhance the user experience. But as machine learning becomes more accessible, we must not forget to consider its potential unintended consequences. In this talk, Alex Karsten will explore the complex and multifaceted issue of fairness in machine learning. Alex will discuss various ideas and perspectives on how to ensure that machine learning models are fair and just, while also recognizing the challenges and limitations that exist. What does "fairness" mean in the context of machine learning? How can we measure fairness, and what metrics should we use? What are some potential sources of bias in machine learning, and how can we address them? What role can regulation and policy play in promoting fairness in machine learning?

Speakers
avatar for Alex Karsten

Alex Karsten

Community Programs Associate Manager at Gitlab Community Programs, GitLab
Alex Karsten is a key driver of community growth via GitLab’s Open Source, Education, and Startups programs. As a community program leader, he highlights opportunities to capture community engagement and seeks ways to create equitable opportunities for all contributors. Alex is... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
206 (Level 2)
  Open AI & Data Forum, Machine and Deep Learning
  • Audience Level Any
  • Session Slides Attached Yes

11:10am PDT

OpenWallet and Opportunities in the Metaverse - Wenjing Chu, Futurewei Technologies, Inc.
Wenjing is a strong advocate and founding member of the new LFEU OpenWallet Foundation with a mission to drive global adoption of open, interoperable, safe and privacy protecting digital wallet technologies. In this talk, Wenjing will give an overview of the new OpenWallet Foundation and its mission, highlight the strategic role an open digital wallet will play in many aspects of Metaverse services, and explore the opportunities it will help bring for consumers, creators, developers, and businesses in the Metaverse.

Speakers
avatar for Wenjing Chu

Wenjing Chu

Senior Director of Technology Strategy, Futurewei Technologies, Inc.
Wenjing leads Futurewei's technology strategy development in Metaverse/Web3 and Trust for the future of Internet and Web. Many leading analysts have estimated up to 3 to 13 trillion USD worth of economic impact in the emerging technology super-cycle around the next wave of digital... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
207 (Level 2)
  Open Metaverse Summit, Authentication, Identity, Ledgering, Wallets, Fintech
  • Audience Level Any
  • Session Slides Attached Yes

11:10am PDT

Clear Your Own Path to Open Source Maintainer - Martin Hickey, IBM
How many times have you heard the phrases "chop wood and carry water," "look for the good first issues," "triage the issues queue," or "introduce yourself to the community"? Open Source projects throw around these phrases as if they are the panacea for getting from contributor to maintainer. They can only help if you know what they mean! Demystifying the path to leadership in Open Source is imperative to the industry because we can’t grow if we aren’t welcoming the next generation of contributors to our projects with clear and inclusive language. Here are some better questions to ask when approaching a new Open Source project: Are there any issues in the “first issues” queue? How do I introduce myself to the community? What contributions are needed most by this community? How do I climb the community role ladder toward leadership? People need guidance and support when climbing from the valley of becoming a new contributor to the zenith of maintainer. In this presentation I cover tips and trick on how to conquer that journey. Through practical examples of how I became a Helm maintainer, I hope that more people will realize it is within their grasp to become maintainers in Open Source projects. And the reality is that these projects NEED you.

Speakers
avatar for Martin Hickey

Martin Hickey

Senior Technical Staff Member, Open Technologies, IBM
Martin Hickey is a Senior Technical Staff Member and an Open Source strategic leader at IBM. He has been contributing to various Open Source projects, most notably, Kubernetes, Helm, OpenTelemetry, OpenStack, and the Elastic community. Martin is a core maintainer of the Helm project... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
211 (Level 2)

11:10am PDT

Lessons Learned in Building an Interdependent Open Source Team – Organization Design, Strategy, Metrics - Jasmine Wang, Alluxio
The Open Source team at an enterprise software startup is a cross-functional team. It involves engineering, community, developer relations, product, and marketing. In this talk, Jasmine shares her learnings from Alluxio and other open-source communities in redesigning the open-source team. She covers how to select metrics, what should be included in the DevRel strategy, and how to maximize the effectiveness of such strategy both internally and externally. She will also share the steps and tips to form partnerships with internal stakeholders to reach the company-level “buy-in.”

Speakers
avatar for Jasmine Wang

Jasmine Wang

Head of Community and DevRel, Alluxio
Jasmine Wang is the Head of Community and DevRel at Alluxio. She is a former national debate champion who turned into a traveling yoga teacher with a strong passion in building teams and being the bridge at early startups in Silicon Valley. Previously, she worked as the Head of Global... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
208-209 (Level 2)

11:10am PDT

Open Source in the Age of Cloud and Microservices - Michael Meskes, NetApp
The movement to cloud and microservice architectures have changed the industry quite a bit recently. These changes have an influence on open source both from a community and from a business perspective. This presentation takes you on a journey of 30+ years of free and open-source software development. It shows the evolution of the movement and the ecosystem. With changes in business models open source communities have changed and vice versa. The requirements of cloud and microservices have forced yet another paradigm shift onto the open source world. However, the more things change, the more they stay the same. Thus this presentation also shows how resilient the open source movement is.

Speakers
avatar for Michael Meskes

Michael Meskes

Senior Director Cloud Products, NetApp
Michael Meskes has worked in the open-source industry his whole career. After graduation he started and ran credativ, a pure open source company that is now part of NetApp, where Michael is still leading the same group of open source enthusiasts. On top of that he is tasked with improving... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
116-117 (Level 1)
  Open Source On-Ramp, All open source beginners

11:10am PDT

Key Steps the US Government Is Taking to Improve Citizens Everyday Lives - Justin Murphy, CISA & Rob Vietmeyer, DCIO Information Enterprise
Open Source Software powers critical public infrastructure for nations across the globe. Join us to listen to software infrastructure policy experts from the United States Government to understand key steps being taken to coordinate the largest and most important public works project humanity has undertaken.
  1. Introductions (11:10-11:15 AM)
  2. Learn from Justin Murphy of CISA on how software has grown to be an essential public resource and the importance of increase supply chain transparency (11:20-11:30)
  3. Learn from Rob Vietmeyer, Chief Software Officer for DCIO Information Enterprise, on the importance of defending software national infrastructure and key steps the United States is taking. (11:30-11:40 AM)
  4. We'll then open this up to questions for the keynotes. (11:40-11:50 AM)

Speakers
JM

Justin Murphy

Vulnerability Disclosure Analyst, Cybersecurity and Infrastructure Security Agency (CISA)
Justin Murphy is a Vulnerability Disclosure Analyst with the Cybersecurity and Infrastructure Security Agency (CISA). He helps to coordinate the remediation, mitigation, and public disclosure of newly identified cybersecurity vulnerabilities in products and services with affected... Read More →
avatar for Rob Vietmeyer

Rob Vietmeyer

Department of Defense Chief Software Officer, DCIO Information Enterprise
Mr. Rob Vietmeyer is the Department of Defense Chief Software Officer for the Deputy Chief Information Officer for Information Enterprise (DCIO(IE)). In this position, he is the principal advisor to the DoD CIO for the implementation and evolution of the Department’s Software Modernization... Read More →


Wednesday May 10, 2023 11:10am - 11:50am PDT
119 (Level 1)
  OpenGovCon
  • Audience Level Any

11:10am PDT

Welcome & Opening Remarks: Robin Bender Ginn, OpenJS Foundation
Speakers
avatar for Robin Bender Ginn

Robin Bender Ginn

Executive Director, OpenJS Foundation
Robin Bender Ginn is the Executive Director of the OpenJS Foundation, the neutral home to drive broad adoption and ongoing development of key JavaScript and web technologies. She has led major initiatives advancing open source technologies, community development, and open standards... Read More →


Wednesday May 10, 2023 11:10am - 11:50am PDT
210 (Level 2)

11:10am PDT

So What is Next for OSPOs in 2023 and Beyond? - Nithya Ruff, Amazon
OSPOS began as OS strategy offices in the late 1990s at Sun, SGI, HP etc. and grew stronger in the 2000s with the hyperscaler OSPOs - Google, Twitter, Facebook etc. And with the establishment of the ToDo group, OSPOs are the norm to drive an organization's open source work across the world. It is not just for technology companies or large enterprises, in fact governments and universities are fast creating OSPOs. I will discuss the shape of OSPOs today and what occupies our attention or should get our attention today. I will discuss the rise of the developer experience organizations in companies and partnership with Security and Policy. And OSPOs are reaching out beyond the organization for collaboration with governments, foundations and universities. OSPOs are no longer a compliance and risk mitigation organization, they are now a key partner in innovation, strategy and developer experience. I will draw upon my experience Amazon's OSPO and my decade long experience running multiple OSPOs.

Speakers
avatar for Nithya Ruff

Nithya Ruff

Head, Amazon OSPO, Amazon
Nithya Ruff is the Head of Amazon’s Open Source Program Office. Open Source has proven to be one of the world’s most prolific enablers of innovation and collaboration and Amazon’s customers increasingly value open source innovation and the and cloud’s role in helping them... Read More →


Wednesday May 10, 2023 11:10am - 11:50am PDT
217-219 (Level 2)

11:10am PDT

Decarbonizing Our Global Supply Chain Infrastructure: The Role (and need) for Open Source & Distributed Ledger Technology - Sherwood Moore, Hyperledger Foundation & Bertrand Rioux, Two Ravens Consulting
This session will introduce the role (and opportunity) that Open Source and Distributed Ledger Technology have to play in measuring GhG emissions across our supply chains to decarbonize global production infrastructure. It will share challenges of tracking supply chain scope 3 emissions data, including the current state in which reporting is siloed, estimation based, and with low-to-no transparency of data provenance. It will explore how regulatory and market signals including gov. regulation, consumer demand, capital markets, and green finance indicate an increasing impact on corporate profitability and how this is creating new demands for trusted, transparent, and dynamic emissions reporting with granularity to the product level. The session will explore how Open Source Distributed Ledger Technology can deliver an interoperable layer of emissions data to enable market and regulatory forces to act in unison to decarbonize supply chains at a more rapid rate. It will conclude with an introduction to the mission of the Hyperledger Climate Action and Accounting Special Interest Group (CA2SIG), the tools under development (net emissions token network, secure identifier solutions, and emissions data channels) and opportunities to get involved in this Open Source community.

Speakers
avatar for Sherwood Moore

Sherwood Moore

Chair, Climate Action and Accounting Special Interest Group, Hyperledger
Sherwood Moore is the Chair of the Hyperledger Climate Action Special Interest Group (CA2SIG).
avatar for Bertrand Rioux

Bertrand Rioux

Director, Two Ravens Energy & Climate Consulting
Bertrand Rioux is the director of Two Ravens Energy & Climate Consulting, and formerly a Research Fellow at KAPSARC, an independent energy economics & policy think tank in Saudi Arabia. He is an active member of the Hyperledger Climate Action Special Interest Group and contributor... Read More →



Wednesday May 10, 2023 11:10am - 11:50am PDT
122 (Level 1)
  SustainabilityCon, Carbon Measurement/accounting

11:15am PDT

OpenSSF Day [Pre-Registration Required]
OpenSSF Day North America brings together the open source community to discuss the challenges, big-picture solutions, ongoing work and successes in securing the open source software (OSS) supply chain. The full day program will feature keynotes from Open Source Security Foundation (OpenSSF) contributors and thought leaders. Sessions include presentation, panels, and fireside chats on subjects such as security best practices, vulnerability discovery, securing critical projects, and the future of OSS security.

To learn more, visit the event website here.

How to Register: Pre-registration is required. To register for OpenSSF Day North America 2023, add it to your Open Source Summit North America registration.

Wednesday May 10, 2023 11:15am - 5:30pm PDT
220-222 (Level 2)

12:05pm PDT

Modern Programming Language Abstractions for Cloud-Native Application Development - Sameera Jayasoma, WSO2
Cloud platforms have disrupted the software development landscape, presenting new challenges for developers. However, modern programming languages have emerged with higher-level abstractions that simplify cloud-native application development. This talk will delve into the following subjects: - High-level abstractions such as typed services, clients, and network interactions. We will explore how these abstractions streamline application design and development. - A type system design that works as a schema for network data and a system to describe the types within the application. - Sequence diagrams are a powerful tool for visualizing and documenting code, especially when dealing with network abstractions. Some languages can represent code as sequence diagrams and vice versa. - Visualizing application architecture helps developers comprehend the application and identify potential issues at an early stage. We will discuss how abstractions allow us to visualize the architecture showcasing how the components connect over the network through these abstractions. Join Sameera Jayasoma for an in-depth tour of modern programming language abstractions and discover how they shape the future of cloud-native applications.

Speakers
avatar for Sameera Jayasoma

Sameera Jayasoma

Platform Architect - Ballerina, WSO2
Sameera Jayasoma is a seasoned speaker with extensive experience in the technology industry. As the platform architect of the Ballerina project at WSO2, he has worked for 15 years with a diverse range of technologies, including Java, Go, software update managers, compilers, and Ballerina... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
110 (Level 1)

12:05pm PDT

A Guide to Dapr: Open Source APIs & SDKs for Developers - Alice Gibbons & Samantha Coyle, Diagrid
Simplify writing complex distributed apps - seems impossible, right? Devs today face immense pressure to write secure, scalable, resilient, portable & fault-tolerant apps making this a big ask. Distributed Application Runtime (Dapr) alleviates the challenges of building cloud-native, containerized apps by providing APIs & SDKs (.Net, Java, JS, Go, …) that abstract away the complexities of microservice development. Dapr sidecars take care of many challenges devs would otherwise have to write in their app code such as service discovery & invocation, observability, and resiliency, all while allowing developers to write in the language that makes the most sense for their use case. As the 10th largest CNCF project, Dapr is a trusted OSS technology focused on empowering application developers backed by a vibrant developer community. Dapr is run in smaller containerized systems and at scale in Kubernetes and is trusted in production by companies like IBM, Alibaba Cloud, & Microsoft. This presentation will cover the goals of the Dapr OSS project, how its APIs enable developers to focus on their business logic and demo a few of the capabilities it has for building scalable, containerized applications.

Speakers
avatar for Samantha Coyle

Samantha Coyle

Software Engineer, Diagrid
Samantha Coyle is a Software Engineer at Diagrid where she develops Go microservices and enables developers to run high scale, modern applications using open-source technology. She has a history of developing computer vision based containerized applications and Go microservices for... Read More →
avatar for Alice Gibbons

Alice Gibbons

Customer Success Engineer, Diagrid
As a Customer Success Engineer at Diagrid, Alice helps customers with application modernization scenarios using Dapr through architecture design sessions, demos and discussions, and by getting hands-on with proof of concepts. As a self-proclaimed people-person, Alice loves nothing... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
118 (Level 1)
  ContainerCon, APIs, SDKs, Frameworks and Libraries

12:05pm PDT

Reproducible Multi Element System Composition with Linux, Xen & Zephyr - Philipp Ahmann, Robert BOSCH GmbH
Looking at system architectures for complex safety-critical systems, similarities can be observed across various industries. Beside a rich OS (such as Linux), typically an RTOS and virtualization or containers are involved. However, when it comes to prototyping such systems, the existing guidelines are limited and reproducing demos is hard and time consuming. Compared to traditional (safety-critical) systems, created by strictly following the v-model, existing open source software can boost the system creation & understanding by fast and iterative prototyping. The ELISA project’s systems working group focuses on creating such an exemplary system architecture using Linux, Xen and Zephyr in a reproducible form. This includes step-by-step documentation for users on different expert levels and various entry points to approach these systems. It also includes picking up new requirements such as a system SBOM and a strong interaction as well as collaboration with other open source projects. Beside the state of the previously mentioned activities, the talk highlights other ELISA working groups focusing on Linux Kernel, processes, tools, and use cases. A basic understanding about challenges and chances of using open-source projects for safety-critical workloads rounds up the talk.

Speakers
avatar for Philipp Ahmann

Philipp Ahmann

Product Manager - Embedded Open Source, Robert Bosch GmbH
Philipp Ahmann is a technical business development manager at Robert Bosch GmbH with focus on Open Source activities. He represents the ELISA project of the Linux Foundation as technical steering committee chair and leads the automotive as well as systems work group. He has more than... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
121 (Level 1)

12:05pm PDT

Lean in: Software Developer Diversity and Inclusion (SDDI) - John Mertic, The Linux Foundation & Cynthia Coupe
“Openness” has always been a core principle in open source. It’s designed to grant everyone with the ability to use, update and distribute source code for any purpose. Unfortunately, open doesn’t always mean everyone feels welcome. Like the broader tech industry, open source has a diversity problem. Though anyone and everyone is welcome to contribute – many under-represented groups like women, minorities, parents, non-technical contributors, members of the LGBTQ+ and more have shared stories of the challenges they’ve faced in open source communities. The Linux Foundation believes that people of vastly different backgrounds, nationalities, orientations, and identities create stronger communities that produce better outcomes and more robust technologies. Re-launched earlier this year, the Software Developer Diversity and Inclusion (SDDI) project is dedicated to improving this. The mission of SDDI is to discover, evaluate, and promote best practices from research and industry to increase diversity and inclusion in software engineering. In this session, attendees will learn more about SDDI, its goals and how to get involved.

Speakers
avatar for Cynthia Coupe

Cynthia Coupe

CEO/Owner/Speech Language Pathologist, OARS
A self-diagnosed neurodivergent, Cynthia Coupé is a Speech Language Pathologist (SLP) and Diversity, Equity and Inclusion Specialist committed to transforming traditional systems to better serve people with special needs. She is also a mother, TEDx speaker, blogger, and change agent... Read More →
avatar for John Mertic

John Mertic

Director of Program Management, The Linux Foundation
John Mertic is the Director of Program Management for The Linux Foundation. Under his leadership, he has helped ASWF, ODPi, Open Mainframe Project, and R Consortium accelerate open source innovation and transform industries. John has an open source career spanning two decades, both... Read More →


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
215-216 (Level 2)

12:05pm PDT

WebAssembly: From the Browser to... Everywhere? - Matt Butcher, Fermyon
WebAssembly (Wasm) started as a browser technology. But like many successful technologies before, it has outgrown its origin. In this talk, we’ll look at the four big domains where WebAssembly is taking off.

The first is the browser. And while this is perhaps an obvious candidate, it is also the source of some inspiring work. Next is IoT and embedded. WebAssembly’s runtime profile is great for constrained devices. WebAssembly is a great technology for plugins and extensions as well. And I happen to be most excited about the fourth domain: cloud and edge.

The open source world behind Wasm is booming. Most of the top 20 languages now support WebAssembly. There are nearly a dozen WebAssembly runtime implementations. And even the standards bodies are vibrant with activity. We’ll look at how this tooling is shaping the direction of the Wasm ecosystem in its various domains.

We’ll finish with a look into the future. What’s coming next? And how quickly can we expect Wasm to become an every-day technology?

Speakers
avatar for Matt Butcher

Matt Butcher

CEO, Fermyon
Matt Butcher is co-founder and CEO of Fermyon, the serverless WebAssembly in the cloud company. He is one of the original creators of Helm, Brigade, CNAB, OAM, Glide and Krustlet. He has written and co-written many books, including "Learning Helm" and "Go in Practice." He is a co-creator... Read More →


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
120 (Level 1)

12:05pm PDT

Btrfs at Scale: How Meta Depends on Btrfs for Our Entire Infrastructure - Josef Bacik, Meta
Inside Meta all of our services run on our shared pool of machines that are spread across the entire world. These services are containers that can easily be deployed, ramped up, and scaled down on demand. This entire system is backed by Btrfs. A base image is deployed onto every machine in the fleet that contains the basic runtime environment for these containers, this is done with Btrfs's send/receive feature. The services themselves are packaged using send/receive. At container startup time this base image is snapshotted to create a pristine runtime environment for the service, this happens instantaneously, drastically cutting down on the startup time for services. We use the built in compression offered by Btrfs to drastically increase the SSD lifetimes in our fleet by reducing the amount of data written to the disk, saving huge amounts of money in storage costs. We use the asynchronous discard feature of Btrfs to eliminate all discard related latency issues that exist on most SSD's. Without Btrfs, operating a container based fleet at scale would cost us significantly more time, cost of SSDs, and a lot of flexibility. This talk is an updated version of one I've given before. The scale and integration of Btrfs has drastically increased in the last two years.

Speakers
avatar for Josef Bacik

Josef Bacik

Software Engineer, Meta
I'm a core Btrfs developer and maintainer, currently working at Meta where I support our Btrfs team, support our Btrfs deployment, and continue improving Btrfs.


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
109 (Level 1)

12:05pm PDT

Getting ML Right in a Complex Data World - Vinodhini Duraismy, Treeverse
Machine learning workflows are not linear, where experimentation is an iterative & repetitive process between different components. What this often involves is experimentation with different data labeling techniques, data cleaning, preprocessing & feature selection methods during model training, just to arrive at an accurate model. Quality ML at scale is only possible when we can reproduce a specific iteration of the ML experiment–and this is where data is key. This means: capturing the version of training data, ML code & model artifacts at each iteration is mandatory. However, to efficiently version ML experiments without duplicating code, data and models, data versioning tools are critical. Open source tools make it possible to version all components of ML experiments without the need to keep multiple copies, and save you storage costs as well. In this talk, you will learn how to use a data versioning engine to intuitively and easily version your ML experiments and reproduce any specific iteration of the experiment. This talk will demo through a live code example: - Creating a basic ML experimentation framework - Reproducing ML components from a specific iteration of an experiment - Building intuitive, zero-maintenance experiments infra All with open source tooling.

Speakers
avatar for Vino Duraismy

Vino Duraismy

Developer Advocate, Treeverse
Vino started as a software engineer at NetApp, and worked on data management applications for NetApp data centers when on-prem data centers were still a cool thing. She then hopped onto cloud and big data world and landed at the data teams of Nike and Apple. There she worked mainly... Read More →


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
205 (Level 2)

12:05pm PDT

What's New, ModelMesh? Model Serving at Scale - Rafael Vasquez, IBM
Kubernetes is a natural choice for deploying AI models. However, concerns regarding model management often arise along with the need to maximize cluster resources while minimizing cost. Typical approaches may leverage Istio and Knative through a single-model-per-container paradigm, but it’s quite easy to deplete cluster resources and hit pod or IP address limits when dealing with many models at scale. Fortunately, there is a way to tackle these obstacles: ModelMesh, the multi-model serving backend for KServe. With a small control-plane footprint, this open source solution offers a way to host a myriad of models while employing a distributed LRU cache to intelligently load and unload models to and from memory based on current usage. Moreover, ModelMesh provides routing capabilities that balance inference requests between copies of a model. Recently, ModelMesh delivered a new major release (v0.10) as it continues to integrate itself as KServe's multi-model serving backend. In this talk, one can expect to learn how AI models can be deployed on Kubernetes in a scalable manner for high-performing, high-density model serving and experience growing capabilities such as newly-supported leading model runtimes such as TorchServe and support for runtime-sharing across namespaces.

Speakers
avatar for Rafael Vasquez

Rafael Vasquez

Software Developer, IBM
Rafael Vasquez is a software developer on the Open Technology team at IBM. He previously completed an MASc. working on self-driving car research and transitioned from a data scientist role in the retail field to his current role where he continues to grow his passion for MLOps and... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
206 (Level 2)
  Open AI & Data Forum, Model
  • Audience Level Any
  • Session Slides Attached Yes

12:05pm PDT

Synthetic Reality: How Artificial Intelligence will Shape the Metaverse and Everything in It - Matt White, Berkeley Synthetic
In the Metaverse AI will dominate, whether used for autonomous AI agents, animating characters, building synthetic avatars and objects, instantly transferring the style of objects, synthesizing physics and natural phenomena or creating digital assets and virtual worlds simply from text descriptions. The use cases are nearly limitless and will continue to grow as neural methods continue to rapidly evolve. But what are the implications of AI in The Metaverse? Will it create a power imbalance? Will it fuel the creator economy? Can AI be used to protect privacy, security and safety in the Metaverse? Will toxic behavior be amplified through AI? How can we use AI in The Metaverse for good? This session will touch on the applications of AI in the Metaverse including the use of generative deep learning and deep reinforcement learning as well as conventional discriminatory deep learning. It will also touch on the potential ethical and legal issues along with the business opportunities for those who embrace AI in The Metaverse.

Speakers
avatar for Matt White

Matt White

CEO, Berkeley Synthetic
Matt White is the CEO of Berkeley Synthetic, a research group focused on applications of AI in physics, natural phenomena, generative deep learning, autonomous agents and simulations. He is a member of the teaching faculty at UC Berkeley where he teaches graduate students computer... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
207 (Level 2)
  Open Metaverse Summit, AI, Agents, Simulation and Approach

12:05pm PDT

Contributor Growth Strategies for OSS Projects - Dawn Foster, VMware
Maintaining an open source project is hard work that often extends out over several years, and maintainer burnout is common within open source projects. It can be hard for already overworked maintainers to balance the day to day work required to keep the project running while investing in activities to increase future sustainability. The good news is that we have best practices, resources, and templates available to make it easier for maintainers and projects to build a contributor strategy that leads to a strong and growing community for an open source project over the long term. This talk will help you apply those resources in your project. This talk will have several major sections. 1) Discussion about the major factors that impact contributor growth. 2) Developing and executing on a long-term contributor growth strategy, including governance, new contributor onboarding, and mentoring. 3) Using contributor ladders to promote contributors into leadership positions as more maintainers to share the workload can reduce maintainer burnout over time. 4) Metrics for measuring project sustainability. The audience will walk away with a better understanding of how to grow their contributor base and build a community around their open source project.

Speakers
avatar for Dawn Foster

Dawn Foster

Director Open Source Community Strategy, VMware
Dawn is Director of Open Source Community Strategy within VMware’s OSPO. She is an OpenUK board member, Governing Board member / maintainer for CHAOSS, and co-chair of the CNCF Contributor Strategy TAG. She has 20+ years of experience at companies like Intel and Puppet with expertise... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
211 (Level 2)

12:05pm PDT

Jerks Are Killing Your Projects - Donnie Berkholz, Platify Insights
The strength of your team is the best predictor of its long-term viability. What happens when that group is gradually infiltrated by assholes, who infect everyone else with their constant negativity and personal attacks? Although someone may be a valuable technical contributor, that person will never contribute as much to a product as the many others who are scared away and demotivated. This talk will teach you about the dramatic impact assholes are having on your organization today and will show you how you can begin to repair it. This talk is timeless, and an entire new generation of open-source developers has emerged since last time I gave a version of it at a large event more than 10 years ago. It will contain updated material, examples and visuals.

Speakers
avatar for Donnie Berkholz, Ph.D.

Donnie Berkholz, Ph.D.

Founder & Chief Analyst, Platify Insights
Donnie Berkholz, Ph.D., is the founder at Platify Insights, a new independent-analyst firm focused on software platforms. Prior to that, he was SVP Product Management at open-source database company Percona and VP Products at Docker. His background includes leadership, advisory, and... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
208-209 (Level 2)

12:05pm PDT

Things I Wish I Had Learned Earlier About Containers: Lessons from a Seasoned Linux Admin - Alex Juarez, Red Hat
Starting my career in the pre-virtualization era, I'll admit containers passed me by at first. There was much to learn and work on in the bare-metal space, and containers were not a focus for some time. Containers have undeniably impacted the industry, and my learning journey started at square one. This session will begin with the perspective of a systems administrator who needs to understand the role containers can play in an environment. We'll touch on a wide array of topics: - Linux technologies that make containers happen - Different container runtimes - Container networking - Container storage - Multi-container managemnet - Building a custom container The attendee will gain an understanding of container topics that go beyond what a container is and focus on how containers integrate into an environment.

Speakers
avatar for Alex Juarez

Alex Juarez

Software Maintenance Engineer, Red Hat
Alex Juarez is a 24-year industry veteran working with OpenShift at Red Hat. Alex enjoys all things open-source, as well as training and mentoring others. Alex has spoken at many regional and nationwide open-source conferences sharing knowledge and encouraging people to lean in, engage... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
116-117 (Level 1)

12:05pm PDT

Panel Discussion: How the US DOD is Using Software Factories to Close 40 year+ Technology Gaps - Kyle Fox, SOSi; Bunny Banowsky, SHE BASH; Dan Fedick, HashiCorp; Camdon Cady, Platform One; Mark Galpin, Tidelift
The US DOD has recognized the need to increase agility in fielding new capability both in brand new systems and platforms that have been operating for 40+ years. Join us to listen to a panel of US DOD Software leadership and their industry partners discussing the journey to date and key next step in federal software.

Speakers
DF

Dan Fedick

HashiCorp
avatar for Camdon Cady

Camdon Cady

CTO, DoD Platform One
avatar for Mark Galpin

Mark Galpin

Head of Solutions Architecture, Tidelift
Mark Galpin has been a passionate student of the software supply chain for a decade, although he wouldn't have always described it that way. Currently, he has brought that passion to Tidelift, focusing on how industry and open source maintainers can work together to help secure the... Read More →
avatar for Bunny Banowsky

Bunny Banowsky

SHE BASH LLC
avatar for Kyle Fox

Kyle Fox

CTO, SOS International (SOSi)
I’m about using technology to make our world a better place...As SOSi’s CTO I’m accelerating adoption of OSS, Cloud, Zero Trust, etc. to enable DHS, DOJ, and DOD Partners to deliver capability at the speed of relevancyLet’s connect / book a call on here if you: ♦ Are struggling... Read More →


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
119 (Level 1)
  OpenGovCon
  • Audience Level Any

12:05pm PDT

Node.js - What's Next - Catalyzing Change in the Node.js Ecosystem - Michael Dawson, Red Hat & Jean Burellier, Sanofi
Stay ahead of the curve with the latest developments in Node.js. Learn about new features and key initiatives in the latest versions of Node.js, and discover the direction of the Node.js project with a focus on the Next-10 team's work. The Next-10 team is focused on exploring the future of Node.js and identifying areas for improvement. The team works to gather feedback from the community, conduct research and analysis, and propose new features and improvements. Gain practical knowledge on how to leverage new technology within Node.js and find out how you can get involved and make an impact. This talk will provide a comprehensive update on all aspects of Node.js, from technical to organizational level.

Speakers
avatar for Jean Burellier

Jean Burellier

Tech Lead, Sanofi
With a passion for reshaping processes and being able to produce more by doing less, Jean works mainly as a domain-specific reference on the JavaScript/Node.js ecosystem, leading platform and transversal teams.When he is not directly building features for the business, Jean finds... Read More →
avatar for Michael Dawson

Michael Dawson

Node.js lead for Red Hat and IBM, Red Hat
Michael Dawson is an active contributor to the Node.js project and chair of the Node.js Technical Steering Committee(TSC). He contributes to a broad range of community efforts including platform support, build infrastructure, N-API, Release, as well as tools to help the community... Read More →


Wednesday May 10, 2023 12:05pm - 12:45pm PDT
210 (Level 2)

12:05pm PDT

OSPOs: Key Lever for Open Source Sustainability - Ana Jimenez Santamaria, TODO Group, Linux Foundation
Enabling continuity in executive support, funding, software development practices, and OSS project prioritization. Within organizations, Open Source Program Office’s role can include setting code use, distribution, selection, auditing, and other policies, as well as training developers, ensuring legal compliance, or promoting and building community engagement. OSPOs bring many benefits to both, the open source ecosystem and organizations in equal parts, yet sometimes, the path to follow is unclear. During this session, Ana will share a set of best practices based on the TODO community learnings that any organization can implement to start building their Minimal Viable OSPOs, as well as ways to overcome the ongoing challenges (culture, tooling, process, and continuity). This talk welcomes any open source professional, CTO, or executives willing to catalyze their organization's open source operations and become better citizens in the open source development community.

Speakers
avatar for Ana Jimenez Santamaria

Ana Jimenez Santamaria

OSPO Program Manager, TODO Group, Linux Foundation
Ana is the OSPO Program Manager at the TODO Group, an open-source Linux Foundation project and a group of practitioners who want to collaborate on best practices, tools, and other ways to run successful and effective Open Source Projects and Programs. Formerly she worked at Bitergia... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
217-219 (Level 2)
  OSPOCon, OSPO Lessons Learned

12:05pm PDT

LF Research and the LF Sustainability Initiative: Measuring How LF Projects are Advancing a More Sustainable Future - Anna Hermansen & Hilary Carter, The Linux Foundation
As a global community of technologists, innovators, and leaders, the Linux Foundation is compelled to answer issues that require global collaboration. The LF project community includes many initiatives bringing innovation, collaboration, and transparency to a broad spectrum of sustainability issues, on which the LF Research team has had the privilege of reporting. This panel will discuss the various sustainability-focused projects in which LF Research is involved. This includes our current research projects on open source in the microgrids industry, the readiness of utility transformation to green energy, and the carbon impact of computing languages; LF's participation at COP28; and the Linux Foundation Sustainability initiative, a new digital home categorizing LF projects by Sustainable Development Goals to measure the work done so far and what is still needed to advance these goals. We are working with a group of LF projects to compile this information for COP28. We will invite panelists from our research projects, LF Energy, the COP28 group, and Sustainability Initiative projects for a discussion that weaves narratives from our research with implementation perspectives to demonstrate the value of measuring impact for greater, more sustainable progress in open source.

Speakers
avatar for Anna Hermansen

Anna Hermansen

Ecosystem Manager, Research, The Linux Foundation
Anna is the Ecosystem Manager for LF Research where she supports end-to-end management of the Linux Foundation's research projects. She has conducted qualitative and systematic review research in health data infrastructure and the integration of new technologies to better support... Read More →
avatar for Hilary Carter

Hilary Carter

SVP Research & Communications, The Linux Foundation
Hilary Carter is SVP of Research and Communications, supporting the development of open source research projects and publications at the Linux Foundation. As a writer, researcher, and program leader, Hilary has produced decision-useful insights and world class communications that... Read More →



Wednesday May 10, 2023 12:05pm - 12:45pm PDT
122 (Level 1)
  SustainabilityCon, Investing in Resilience

12:45pm PDT

Lunch (Attendees On Own)
Lunch Maps Available at the Registration Counter

Wednesday May 10, 2023 12:45pm - 2:05pm PDT
Lunch Maps Available at the Registration Counter

12:45pm PDT

Women & Non-Binary in Open Source Lunch (Open to Women & Non-Binary Attendees)
Women in Open Source Lunch

We’d like to invite all attendees that identify as women or non-binary to join each other for a networking lunch at the event. We will begin with a brief introduction and then attendees will be free to enjoy lunch and mingle with one another. All attendees must identify as a woman or non-binary and must be registered for the conference to attend.

*We will do our best to accommodate all interested attendees, but please note that participation is on a first-come, first-served basis.

Wednesday May 10, 2023 12:45pm - 2:05pm PDT
Mahony's Tavern Vancouver Convention Centre West Building, Burrard Landing, 1055 Canada Pl #36, Vancouver, BC V6C 0C3

1:40pm PDT

Ask the Expert Session with Chris Aniszczyk, CNCF, on Cloud Native, WASM & OSPOs
Ask the Expert session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Chris about Cloud native, WASM & OSPOs.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Chris Aniszczyk

Chris Aniszczyk

CTO, Linux Foundation (CNCF)
Chris Aniszczyk is an open source executive and engineer with a passion for building a better world through open collaboration. He's currently a CTO at the Linux Foundation focused on developer relations and running the Open Container Initiative (OCI) / Cloud Native Computing Foundation... Read More →


Wednesday May 10, 2023 1:40pm - 2:05pm PDT
West Level 1 - Ocean Foyer

1:40pm PDT

Ask the Expert Session with Peter Brink, Underwriter Laboratories (UL), on Software Quality and Software Safety
Ask the Expert sessions: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Peter about Software Quality and Software Safety.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
PB

Peter Brink

Functional Safety Engineering Leader, Underwriter Laboratories (UL)
Pete is an Engineering Leader at kVA by UL and leads a team of software and systems engineers focused on functional safety for the automotive market using ISO 26262:2018. Pete has been with kVA by UL since 2019. Pete started his career in 1987 working on Jet Engine control systems... Read More →


Wednesday May 10, 2023 1:40pm - 2:05pm PDT
West Level 1 - Ocean Foyer

1:40pm PDT

Ask the Expert Session with Rebecca Rumbul, Rust Foundation, on Governance, Management and Policy
Ask the Expert session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Rebecca about Governance, Management and Policy.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Rebecca Rumbul

Rebecca Rumbul

Chief Executive Officer, Rust Foundation
Rebecca is the Executive Director and CEO of the Rust Foundation, a global non-profit stewarding the Rust language, supporting maintainers, and ensuring that Rust is safe, secure, and sustainable for the future. She holds a PhD in Politics and Governance, and has worked as a consultant... Read More →


Wednesday May 10, 2023 1:40pm - 2:05pm PDT
West Level 1 - Ocean Foyer

1:40pm PDT

Ask the Expert Session with Tracy Miranda, Chainguard, Inc., on Software Supply Chain Security, Sigstore, SBOM & SLSA
Ask the Expert Session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Tracy about Software Supply Chain Security, Sigstore, SBOM & SLSA

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Tracy Miranda

Tracy Miranda

Head of Open Source, Chainguard
Helping folks secure their software supply chains faster. Head of Open Source at Chainguard. Previously Executive Director at the Continuous Delivery Foundation. ex-Open Source Strategy at CloudBees. Former board member & veteran of Eclipse open source community. Blogger & Speaker... Read More →


Wednesday May 10, 2023 1:40pm - 2:05pm PDT
West Level 1 - Ocean Foyer

2:05pm PDT

Customer Centric Observability at Scale Leveraging AIOps & OpenTelemetry - Venkatesh Rangarajan & Vigith Maurice, Intuit Inc
Intuit has been increasingly focussed on ensuring we deliver the best customer experience and having better visibility and response to problems encountered by customers. Developers at Intuit leverage our Real User Monitoring Solution (with OpenTelemetry) to measure and alert on availability of key user functionalities such as payments or tax filing. Intuit's AIOps platform powers our alerting capability, which detects anomalies in customer experiences using real-time anomaly detection. With implementation of OpenTelemetry across the stack, we are able to relate front end customer problems with infrastructure issues several levels deep in the infrastructure. In this talk, Venkatesh Rangarajan and Vigith Maurice will share how we apply BigData and AIOPs techniques with Real User Monitoring and real-time tracing data to reduce the time it takes to detect and triage customer impacting issues to near zero time.

Speakers
avatar for Vigith Maurice

Vigith Maurice

Principal Engineer, Intuit Inc
Vigith is a Principal Software Engineer for the Intuit Observability and Analytics team in Mountain View, California. One of Vigith's current day-to-day focus areas is on the various challenges in building scalable, data and AIOps solutions for both batch and high throughput systems... Read More →
avatar for Venkatesh Rangarajan

Venkatesh Rangarajan

Group product manager, Intuit Inc
Venkatesh Rangarajan is a Group Product Manager at Intuit, leading product strategy for operational excellence with focus on areas such as Observability, Reliability Engineering, Service Management & Cost Management. Venkatesh has been focused on driving customer centric observability... Read More →


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
110 (Level 1)

2:05pm PDT

Container Registries, No Longer Just for Containers! - Vincent Batts, Azure
As pervasive as containers are now, is also the notion of moving these images around. Container registries facilitate much of the cloud-native world as we know it. There is plenty to improve, and ways to misuse, a registry. One thing is for certain, registry infrastructure and security model are already tightly woven into your story. As these standards work toward improving and eliminating the need for misuse, let's talk about the benefits of extending the use of registries. In this talk Vincent cover updates in the Open Container Initiative distribution spec, and what you can expect as a tool writer or user in a cloud native environment.

Speakers
avatar for Vincent Batts

Vincent Batts

Engineer, Azure
Vincent Batts is pushing forward open source cloud native infrastructure at Microsoft Azure (via Kinvolk acquisition). He has spent most of his life in Linux and open source communities. Works with emerging technology, largely related to Linux and software containers. An Open Containers... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
118 (Level 1)
  ContainerCon, Container Images and Registries

2:05pm PDT

Safety-Certifying Open Source Software: The Case of the Xen Hypervisor - Stefano Stabellini & Senthil Kumar Rajagopal, AMD
Safety is important to software everywhere human lives are at risk. In these environments often safety-certifications are required to ensure that the quality of the software is high enough to minimize the risk of harm to humans. Safety-certifications such as ISO 26262 come with a series of requirements and processes that sometimes clash with well-established Open Source software development practices. How do we reconcile safety-certifications with Open Source? This presentation will provide an answer to that question. Taking Xen as an example of an Open Source project with a rich 15+ years history, this presentation will explain the best way to match Open Source activities with safety-certification requirements. It will discuss the role of the upstream community and downstream vendors in achieving compliance with ISO 26262 and IEC 61508. It will go through the changes to Xen Project processes already underway and the ones planned for the future to align the Xen hypervisor with safety-certifications. The talk will cover MISRA, traceability, testing, etc., and the latest updates from the Xen FuSa working group.

Speakers
SK

Senthil Kumar Rajagopal

Functional Safety Manager (Software), AMD
Experienced functional safety manager with 22+ years of experience in embedded systems software, safety critical system design consulting, functional safety certification of open-source and proprietary software for automotive and Industrial control systems.
avatar for Stefano Stabellini

Stefano Stabellini

Fellow, AMD
Stefano Stabellini is a Fellow at AMD, where he leads system software architecture and the virtualization team. Previously, at Aporeto, he created a virtualization-based security solution for containers and authored several security articles. As Senior Principal Software Engineer... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
121 (Level 1)
  Critical Software Summit, Safety-Critical Considerations
  • Audience Level Any
  • Session Slides Attached Yes

2:05pm PDT

Community Diversity and Inclusion as Business Metric (and Not Just a Feel-Good Tactic) - Tamao Nakahara, Weaveworks
Developer Relations, Community management, and other departments continue to grow in tech companies, and there’s a unique opportunity to connect business metrics with diversity and inclusion tactics. While Jonathan Ashong-Lamptey outlines 3 existing business models for diversity and inclusion (1) discrimination and fairness, 2) access and legitimacy, and 3) integration and learning), a commercial model for open source community growth, arguably, falls beyond these three. As commercially-backed OSS community managers, our growth metrics provide us with a unique opportunity for commercially-backed diversity and inclusion efforts that aren’t just to feel good or look good. This talk will break down how this business model helps to prioritize psychological safety in communities that span countries, cultures, time zones, languages, and a myriad of long-trained biases around race, ethnicity, gender, age, ability, and more. We’ll also cover practical steps to produce that psychological safety especially in challenging text-based communications. This talk also reviews Ashong-Lamptey’s definitions of Employee Resource Groups around the members’ shared interests, values, or identities, and how you can leverage those concepts to build trust and good will in your communities.

Speakers
avatar for Tamao Nakahara

Tamao Nakahara

VP of Developer Experience, Weaveworks
Tamao Nakahara has over 20 years of DevEx, DevRel, ecosystem alliances, and event experience with previous stints running developer relations at New Relic, managing open source community programs at VMware and Pivotal for Cloud Foundry, Spring, Hadoop, RabbitMQ, and Redis, and helping... Read More →


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
215-216 (Level 2)

2:05pm PDT

Accelerating Software Defined Vehicles Through Open Source Software - Dan Cauchy, The Linux Foundation
Automobiles have become the largest mobile device that most people will ever purchase. As automakers race out to roll out new features and functions to keep pace with consumer demands, they are rapidly embracing the concept of software-defined vehicles built on open source. Automotive Grade Linux (AGL), an open source software platform for connected car technology, has been working on software-defined vehicles for the past eight years. Dan Cauchy, Executive Director of AGL, will share how automakers, suppliers and vendors are collaboratively working on software-defined vehicles and have developed a shared platform for infotainment and instrument cluster applications. He’ll also share key milestones, the latest progress on virtualization and containers and the future project roadmap.

Speakers
avatar for Dan Cauchy

Dan Cauchy

Executive Director, Automotive Grade Linux, Automotive Grade Linux/Linux Foundation
Dan Cauchy is the General Manager of Automotive at The Linux Foundation and the Executive Director of Automotive Grade Linux, a cross-industry effort to build an open software platform for automotive applications. Cauchy has over 22 years of experience spanning the automotive, telecom... Read More →


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
120 (Level 1)

2:05pm PDT

Windows Subsystem for Android and Linux: An in-Depth Look at Their Kernels - Allen Pais & Kelsey Steele, Microsoft
This presentation, "Windows Subsystem for Android and Linux: An In-Depth Look at their Kernels," will provide an in-depth analysis of the kernels of the Windows Subsystem for Android (WSA) and the Windows Subsystem for Linux (WSL). WSA and WSL are both open-source projects that provide compatibility layers for Windows, allowing users to run Android applications and Linux applications respectively on the Windows operating system. The attendees will gain an understanding of the architecture, design, security, and maintenance of the kernels in both projects and how they are connected to the upstream Linux kernel. The discussion will also cover the ways in which WSA and WSL developers contribute upstream and the significance of open-source development in maintaining the stability and compatibility of these projects. The presentation appeals to individuals who are interested in the Windows operating system, its integration with Linux and Android through open-source efforts, and hold a passion for Linux kernel programming. The attendees will leave with a comprehensive understanding of the inner workings of WSA and WSL, the knowledge to further explore these projects, and a deeper appreciation of the impact that developers have on the future of these open-source technologies.

Speakers
AP

Allen Pais

Senior Software Engineer, Microsoft
Allen Pais is a Senior Software Engineer at Microsoft and an open-source contributor. Allen is a Kernel maintainer for Mariner, WSA, LinkedIn etc.. At Microsoft. Originally a developer, he discovered open source and has been a convert ever since. Allen has been involved with open... Read More →
avatar for Kelsey Steele

Kelsey Steele

Software Engineer, Microsoft
Kelsey, a software engineer at Microsoft, works on the Linux kernel team and maintains the WSL2 kernel. A 2020 CS graduate from Colorado State University, Kelsey began her Linux kernel journey through the Linux Foundation's Linux Kernel Mentorship Program with a focus on the PCI subsystem... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
109 (Level 1)
  LinuxCon, Distribution Kernels & Distros Considerations
  • Audience Level Any
  • Session Slides Attached Yes

2:05pm PDT

Accelerate Model Training with an Easy to Use High-Performance Distributed AI/ML Stack for the Cloud - Michael Clifford & Erik Erlandson, Red Hat
The advent of large scale machine learning models has exacerbated the ongoing problem of resource and infrastructure management for ML practitioners. How can a data scientist, who has little or no DevOps knowledge, train and deploy models that require compute clusters with dozens or hundreds of nodes and GPU resources? In this talk, Michael Clifford will discuss how members of Red Hat’s Emerging Technologies team leverage two open source projects, Ray and Open Data Hub, to simplify their distributed training and cloud based resource allocation for their team. We will cover: * An overview of Open Data Hub and Ray * A detailed discussion on how we’ve integrated Ray with Open Data Hub to improve the user experience for developing large machine learning models * A demonstration of a real-world use case where Ray is used to accelerate an AI/ML workload on Open Data Hub * A discussion on the open source project developing this work to improve ML workflow tooling in the cloud, project CodeFlare By the end of this talk, attendees will have a better understanding of how to build high-performance and scalable AI/ML systems.

Speakers
avatar for Michael Clifford

Michael Clifford

Principle Data Scientist, Red Hat
Michael Clifford is a Data Scientist at Red Hat working in the Office of the CTO on Emerging Technologies, where he works primarily on exploring tools, methodologies and use cases for cloud native data science.
avatar for Erik Erlandson

Erik Erlandson

Senior Principal Software Engineer, Red Hat, Inc.
Erik Erlandson is a Software Engineer at Red Hat Emerging Technologies, where he leads a team dedicated to exploring tools, methodologies and use cases at the intersection of Data Science workloads and the Kubernetes ecosystem.



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
205 (Level 2)
  Open AI & Data Forum, Machine and Deep Learning

2:05pm PDT

Weaving the [X]BOM Fabric - Erica Dretzka , Department of Defense
Today's supply chains are composed of a hybrid of proprietary and open-source elements extending geographically, temporally, technically, and organizationally. Consumers struggle to evaluate compliance with security standards, licensing regulations, and vulnerability analysis. Recent motivating examples include malicious code infiltration into SolarWinds' Orion, remote code execution vulnerabilities and Apache lLog4j, and the discovery that a component in the F-35 fighter jet originated from China halting delivery. Legacy Bills of Materials (BOMs) remain relevant for modern supply chain illumination of all asset types, thus the proposed eXtensible Bill of Material ([x]BOM) pattern to digitize BOMs with the [x] representing a type of BOM. The resulting [x]BOM Fabric flattens the narrative between boardroom and edge operations, superseding domain specificity via malleable metadata patterns and data structures. Working across the supply chain, the authors are prototyping [x]BOMs, thus demonstrating universality from definition to implementation, and, ultimately, germaneness across mission use cases, at scale, in space, and across the supply chain, enabling AI and M&S analyses, threat vector predictions, and decision causality analysis. It scales for flexible research and analysis.

Speakers
ED

Erica Dretzka

Director of Future Analytic Architecture, Department of Defense
Erica Dretzka is a seasoned data scientist with over 20 years of experience in various Industries, including insurance energy and National Defense. She has established two data science teams inside the Department of Defense (DOD) and led the development of advanced Artificial Intelligence... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
206 (Level 2)
  Open AI & Data Forum, Trusted and Responsible AI
  • Audience Level Any
  • Session Slides Attached Yes

2:05pm PDT

Trademarks in the Metaverse: New Opportunities and Challenges - Daniel Scales, The Linux Foundation
Brand owners, who are essential to the economic viability of the Metaverse, are actively exploring how they will use their brands in the Metaverse, and how to register and enforce their trademarks rights based on that use. However, much of the technology that will be used is still being developed, and current trademark law doesn’t align well with how consumers may interact with brands across various platforms in the Metaverse. After discussing relevant aspects of trademark law, Daniel Scales will discuss the particular challenges that the Metaverse might present for brand owners, how brand owners are currently attempting to address them, and how technology must help both brand owners and consumers.

Speakers
avatar for Daniel Scales

Daniel Scales

Chief Brand Counsel, The Linux Foundation
Daniel Scales is Chief Brand Counsel for The Linux Foundation. He has worked with The Linux Foundation and its projects on trademark matters for over 10 years, previously at the Boston law firm Choate, Hall & Stewart. Daniel also worked as IP Counsel at Avid Technology, where, in... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
207 (Level 2)
  Open Metaverse Summit, Digital rights
  • Audience Level Any
  • Session Slides Attached Yes

2:05pm PDT

Applying the Principles of Product-Led Growth to Your Open Source Project - Emily Omier, Emily Omier Consulting, LLC
Open source projects naturally follow a product-led growth strategy — in other words, maintainers are counting on users to find the project, start using it, love it and bring in other team members to use the project, all without any push from the maintainers. But how well do you, as a maintainer, understand what you should be measuring to see if that product-led growth strategy is working? How do you figure out if you’re doing well or doing poorly? In this talk, Emily Omier will talk about the principles of product-led growth, how they translate to open source projects and how knowing those principles can help maintainers better optimize their projects and the documentation around the project based on their growth goals. Attendees will leave with actionable steps to take to understand what matters to their users, how to see where they need to improve and how to get the project to evangelize itself.

Speakers
avatar for Emily Omier

Emily Omier

Positioning consultant, Emily Omier Consulting, LLC
Emily Omier is a positioning consultant who helps open source startups accelerate revenue and community growth by clarifying the project and product's market category, unique value in the market and target user audience. She hosts The Business of Open Source podcast and writes a blog... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
211 (Level 2)

2:05pm PDT

Cancelled - Best Practices for Creating an Amazing Onboarding Experience for your Open Source Contributors - Jacqueline Salinas, Sysdig
Joining an open source community as a contributor is oftentimes a daunting challenge as a newbie. As community leaders it is our responsibility to ensure that this is an easy, welcoming, and streamlined experience for newcomers. However, many new and emerging open source projects overlook this portion of the community experience and hyperfocus on technical development. In this session, seasoned Director of Ecosystem for Sysdig, Jacqueline Salinas, discusses best practices and guidelines for launching new communities, welcoming new members, and retention tips and tricks to grow an effective ecosystem. Whether you are a developer advocate, community manager, or core maintainer, this session will empower you to create a process for your community to integrate, engage, and contribute to your open source program through non-technical and technical contributions.


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
208-209 (Level 2)

2:05pm PDT

Intro to Threat Modeling in the Cloud - Paige Cruz, Chronosphere
Threat modeling is a key part of securing your cloud computing environment and is unique to each organization's people, practices and processes. Without a threat model you could end up going on wild goose chases and miss the forest for the trees. This talk will introduce the concept of threat modeling including how to get started, guiding questions and recap findings from the Argo Project Threat Model from 2021. Attendees will learn how and why to start threat modeling today!

Speakers
avatar for Paige Cruz

Paige Cruz

Senior Developer Advocate, Chronosphere
Paige Cruz is a Senior Developer Advocate at Chronosphere passionate about cultivating sustainable on-call practices and bringing folks their aha moment with observability. She started as a software engineer at New Relic before switching to SRE holding the pager for InVision, Lightstep... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
116-117 (Level 1)

2:05pm PDT

Zero Trust: Getting to Step One..and What to Do When You Get There - John Kindervag, ON21T & Jonathan Flack, AFRL
In May of 2021, President Biden issued Executive Order (EO) 14028, specifically recommending Zero Trust security practices in his mandate to Federal Agencies to enhance cybersecurity.

To date, many vendors have profited from amplifying complexity when selling Zero Trust, however, the simple fact is that a basic understanding of the core principles of Zero Trust enable even moderately skilled IT practitioners to easily implement straightforward Zero Trust architectures.

The specific nature of your environment, differentiators in the workload requirements, or unique collaboration requirements, do not alter this reality, or change the strategy when implementing Zero Trust. This is because Zero Trust is a bottom up approach that custom crafts bespoke security architectures around each element in an organisations’ technology stack, physical, or virtual, by putting in place the requisite Layer 7 controls to enforce least privilege access through the application of Kipling Method Policy.

The guidance, whether from DISA, CISA, NIST, or contributing experts at organisations like the Cloud Security Alliance, is all based on the same fundamental principles, but the most important thing to understand is that Zero Trust is NOT a single architecture, but a series of guiding principles that inform your architectural decision making process when designing from the bottom up.

In this talk we detail, in simple terms, the fundamentals of zero trust. We then explain how to effectively strategize a migration of an initial workload, and then strategise future steps.

Speakers
avatar for Jonathan Flack

Jonathan Flack

Managing Director, LSA / Air Force Research Lab
Managing Director, Multi-Cloud Architecture & Security at LSA, under contract to US Air Force Research Lab where his team is architecting cloud platforms and security architectures for Multi-Cloud IL2-TS research workloads.  In 2022, Jonathan joined the Cloud Security Alliance as... Read More →
avatar for John Kindervag

John Kindervag

Senior Vice President Cybersecurity Strategy, ON2ITand ON2IT Global Fellow
John Kindervag joined ON2IT in March of 2021 as Senior Vice President Cybersecurity Strategy and ON2IT Global Fellow. Previously he was Field CTO at Palo Alto Networks and a Vice President and Principal Analyst at Forrester Research. John is considered one of the world’s foremost... Read More →


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
119 (Level 1)
  OpenGovCon

2:05pm PDT

Advancing Web Runtime Interoperability with WinterCG: Empowering the Future of the Web - Ethan Arrowood, Vercel
WinterCG is a community group dedicated to promoting web interoperability and advancing the development of web runtimes such as Node.js, Vercel Edge Runtime, Cloudflare Workers, and more. In this talk, Ethan will delve into the challenges and opportunities facing web runtime interoperability and showcase the innovative solutions being developed by WinterCG. Ethan will provide an overview of the group's mission, values, and members. Additionally, he will highlight its various achievements, and summarize ongoing projects. Finally, Ethan will offer a glimpse into WinterCG's aspirations for the future and the impact that interoperable web runtimes will have on shaping the web of tomorrow.

Speakers
avatar for Ethan Arrowood

Ethan Arrowood

Senior Software Engineer, Vercel
Ethan is a senior software engineer at Vercel working on the core backend systems. He is a long time Node.js community member, and most recently an active member of WinterCG. Apart from software engineering, Ethan is a professional ski instructor at Breckenridge resort in Summit County... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
210 (Level 2)
  OpenJS World, Community Building
  • Audience Level Any
  • Session Slides Attached Yes

2:05pm PDT

Data Doesn't Lie: How to Influence Open Source Programming Through Research - Hilary Carter, Linux Foundation & Steve Hendrick, The Linux Foundation
Do you have insight into what it's really like to be an open source developer? Do you wish to contribute to the betterment of open source communities? Are you looking for a new forum where your opinion can count, your voice can be heard, and you can make a positive contribution to the entire open source ecosystem? In this session you will discover how and why LF Research is doubling down on its efforts to publish impactful, open source insights by creating new pathways for collaboration. Through a new initiative, we're engaging and rewarding open source developers and stakeholders in the process - - and we want you to be a part of it! Learn how you can participate in the research panel process, have a material impact on decision-making around strategy formation, funding, and beyond, and be rewarded for your efforts in numerous ways. It's a call to action to create tangible results by the community, for the community. Because the data doesn't lie - - it's used to change the world. Join us and be counted!

Speakers
avatar for Hilary Carter

Hilary Carter

SVP Research & Communications, The Linux Foundation
Hilary Carter is SVP of Research and Communications, supporting the development of open source research projects and publications at the Linux Foundation. As a writer, researcher, and program leader, Hilary has produced decision-useful insights and world class communications that... Read More →
avatar for Steve Hendrick

Steve Hendrick

VP Research, The Linux Foundation
Steve Hendrick is VP of Linux Foundation Research. He has expertise in developing content and services to support product development, product positioning, marketing, business strategy, and messaging. Steve is a subject matter expert in application development and deployment topics... Read More →


Wednesday May 10, 2023 2:05pm - 2:45pm PDT
217-219 (Level 2)

2:05pm PDT

Open Source for Energy Transition via Data Management - Eyes on a Major Prize - Aarthi Thyagarajan, Shell Technology Centre Bangalore
Join us for an insightful journey through the world of open source development for energy transition/climate goals specifically achieved by enabling better data management. This talk will delve into Real Time Data Ingestion Platform (RTDIP) open sourced via LF Energy, addressing in detail about 1) strategic value such as improved data standardization and interoperability in the energy industry, 2) tangible value such as how utilizing open source companies will accelerate a technology revolution that enables rapid decarbonization by digitalizing global energy system, 3) digital transformation by having an open source data fabric that will help transform/improve energy sector operations, 4) core capability in RTDIP - a foundational time-series data ingestion capability which today gathers data from more than three million sensors in assets, 5) applicability for energy transition such as tracking resource utilization- water usage, biorefineries or hydrogen plants, carbon capture and storage, forecast solar and wind energy production, 6) impact such as efficiency gains from breaking down traditional data format barriers that exist between companies, sectors, and national jurisdictions, most obvious benefits are in renewable energy production/distribution.

Speakers
avatar for Aarthi Thyagarajan

Aarthi Thyagarajan

Digital Commercial Lead, Shell Technology Centre Bangalore
Aarthi is a strategy and digital innovation leader in the energy industry at Shell, focusing on energy transition. She is currently leading the open source program, commercial digital ventures, and building new business models that are native to digital operations at Shell. Aarthi... Read More →



Wednesday May 10, 2023 2:05pm - 2:45pm PDT
122 (Level 1)
  SustainabilityCon, Data & Process Standards (API)

3:00pm PDT

Lightning Talk: Rethinking Microservices - Rich Hagarty, IBM
Microservice is a buzzword, and it has been around for more than one decade. Some companies tried with success while others did not get much benefit from it and then went back to monolith. Are microservices the ultimate goals for application development? In this session, Emily will take you through the history of microservices, look at microservices from different angles and discuss what modern application development and deployment should be.

Speakers
avatar for Rich Hagarty

Rich Hagarty

Developer Advocate, IBM
Rich Hagarty is a software developer and Developer Advocate at IBM, currently focusing on Java and Open Source related technologies. Based in Austin, TX, Rich has been active in the developer community for the past 6 years, working on cloud computing and AI technologies. He has created... Read More →



Wednesday May 10, 2023 3:00pm - 3:07pm PDT
120 (Level 1)
  Emerging OS Forum

3:00pm PDT

Sponsored Session: Advancements in Confidential Computing - Vojtěch Pavlik, SUSE
Protecting the confidentiality and integrity of data in use is extremely important in today's world of digital vulnerabilities and cyberattacks. Customers and partners rely on SUSE to deliver a secure, open source platform that fully protects data regardless of its state.  Confidential Computing safeguards data in use without impacting business-critical workloads.  SUSE is at the forefront of developments in open source security, from secure software supply chain to Linux security to secure containers to Confidential Virtual Machines. This session will focus on SUSE's involvement in Confidential Computing efforts from the core to the cloud to the edge. An isolated, encrypted, and verifiable environment for applications to be securely processed without exposure to the rest of the system is necessary to ensure data protection.

Speakers
avatar for Vojtěch Pavlik

Vojtěch Pavlik

General Manager, Business-Critical Linux, SUSE
Vojtěch has over 20 years of experience in software engineering and R&D at SUSE and academic institutions. He is a highly respected member of the Linux community, who contributes to many ground-breaking projects.Before managing SUSE’s Business-critical Linux business, Vojtěch... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
110 (Level 1)
  CloudOpen
  • Session Slides Attached Yes

3:00pm PDT

Build and Manage Wasm Applications using Container Tools - Michael Yuan, WasmEdge
Wasm has emerged as a secure, portable, lightweight, and high-performance runtime sandbox for cloud-native workloads such as microservices and serverless functions. We will show how familiar container tools can be used to develop and share Wasm applications.

Today, there is a large ecosystem of battle-tested tools to create, manage, and deploy Linux container apps in both dev and prod environments. Developers want to use the same tools to manage their Wasm applications to reduce the learning curve and operational risks. More importantly, using the same tools would allow Wasm containers to run side by side with Linux containers. That enables the architectural flexibility to run some workloads (eg lightweight, stateless, transactional, scalable) in Wasm containers, and other workloads (eg long-running, heavyweight) in Linux containers.

In this talk, Michael will cover how to create, publish, share, and deploy real-world Wasm applications using Docker Desktop, Podman, containerd, and various flavors of Kubernetes. I will demo a complete microservice consisting of multiple containers of different types to showcase how Wasm containers work side by side with existing Linux container apps.

Speakers
avatar for Michael Yuan

Michael Yuan

Maintainer, WasmEdge
Dr. Michael Yuan is a maintainer of the WasmEdge project and a co-founder of Second State. He is the author of 5 books on software engineering published by Addison-Wesley, Prentice-Hall, and O’Reilly. Michael is a long-time open-source developer and contributor. He had previously... Read More →


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
118 (Level 1)

3:00pm PDT

A Development Environment for DO-178C Level D Certified Linux - Chuck Wolber, The Boeing Company
This talk will feature the use of Yocto/OpenEmbedded as a tool for managing a distributed development environment, automated build and test, and ultimately delivering a DO-178C level D certified Linux platform into revenue service. It will also touch upon generalized aspects of traceability, team dynamics, "day one developer", and extensibility.

Speakers
avatar for Chuck Wolber

Chuck Wolber

Software Engineer, The Boeing Company
Chuck Wolber is a Boeing Associate Technical Fellow primarily focused on Platform and Operating System engineering for airborne avionics. He has developed multiple DO-178C Level D certified Linux operating systems currently in service on Boeing production aircraft. Chuck has been... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
121 (Level 1)

3:00pm PDT

“You’re Badass”, One Woman’s Journey to becoming a CEO - Ann Schlemmer, Percona
In a male-dominated industry, Ann's journey to becoming a CEO in the tech sector, particularly in open source, is a testament to her tenacity and determination. Join Ann as she shares her unique story of overcoming obstacles and rising to the top. This talk will explore the challenges faced by female executives in the tech industry and offer insights into the importance of diversity, inclusion and mentorship in the workplace. Whether you're a seasoned professional or just starting your career, this presentation is sure to inspire and empower you to reach new heights and achieve your dreams. So come, be inspired, and learn how to be a "badass"!

Speakers
avatar for Ann Schlemmer

Ann Schlemmer

CEO, Percona
Ann is a seasoned leader & advocate for open source with over 15 years experience in open source. CEO of Percona, a world-class open source database software firm, she is driven by passion for people & belief in open source's power to create an inclusive tech industry. Her authenticity... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
215-216 (Level 2)
  Diversity Empowerment Summit, Mentorship
  • Audience Level Any
  • Session Slides Attached Yes

3:00pm PDT

Fedora Automated Testing State of the Art: Not Quite CI for Distributions, but we're Getting There - Adam Williamson, Red Hat
How do we test Linux distributions? Well, here's an overview of how Fedora does it (with some collaboration with our friends at openSUSE). We've made pretty large strides over the last few years, from folks spending hours a day spinning up virtual machines on their desktops trying to manually test everything every few days, to extensive automated testing of most critical changes across development and stable releases. Come learn how we mostly manage not to break your system every day!

Speakers
avatar for Adam Williamson

Adam Williamson

Senior Principal Software Quality Engineer, Red Hat
Fedora QA engineer



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
109 (Level 1)

3:00pm PDT

PyTorch 2.0: Unlocking the Power of Deep Learning with the Torch Compile API - Christian Keller, Meta
In this talk, we will delve into the exciting world of PyTorch 2.0, the latest version of the widely-used open-source deep learning framework. Attendees will learn about the key features of PyTorch 2.0, including its full backwards compatibility and the speedup of model training by 43%. Additionally, we will provide a comprehensive overview of the technology stack that powers the new torch compile API, showcasing how it helps streamline the model development process and make it easier for users to take advantage of PyTorch's capabilities. Whether you are a seasoned PyTorch user or new to the framework, this talk will provide valuable insights into the future of PyTorch and how it is shaping the deep learning landscape.

Speakers
avatar for Christian Keller

Christian Keller

Product Manager, Meta AI
Christian Keller is a Product Manager at Meta AI leading product for PyTorch. He works on enabling AI at scale for the PyTorch community and billions of Meta AI users. Prior to this, Christian was an entrepreneur with a dual machine learning engineer and business background. He has... Read More →


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
206 (Level 2)

3:00pm PDT

Sponsored Session: Getting Started with Delta Lake - Guenia Izquierdo Delgado & Sajith Appukuttan, Databricks
Delta Lake is an open-source storage framework that enables the creation of a Lakehouse architecture using a variety of compute engines such as Spark, PrestoDB, Flink, Trino, and Hive. Its high data reliability and optimized query performance make it an ideal solution for supporting big data use cases, including batch and streaming data ingestion, fast interactive queries, and machine learning. In this tutorial, you will learn about the current requirements in modern data engineering and the challenges faced by data engineers in ensuring data reliability and performance. We will delve into how Delta Lake can help overcome these obstacles, through presentations, hands-on code examples and notebooks.By the end of this tutorial, you will have an understanding of how Delta Lake is used to create a Lakehouse architecture and the benefits that can bring to your organization. Additionally, you will gain an overview of how the wider open-source community is using Delta Lake as an open standard to develop the next generation of data engineering and data science tools.
What you’ll learn:
  • Understand the key data reliability challenges
  • How Delta Lake brings reliability to data lakes at scale
  • How to use Delta Lake to realize data reliability improvements
  • Delta Lake’s role within the wider OSS ecosystem for framework and tool developers
What you'll need for the tutorial:
  • Docker engine installed on your computer

Speakers
avatar for Guenia Izquierdo Delgado

Guenia Izquierdo Delgado

Field Engineering Manager, Databricks
I’m a Field Engineering Manager at Databricks. My background is in Data Engineering, and I’m passionate about all aspects of the data world.
avatar for Sajith Appukuttan

Sajith Appukuttan

Lead Solutions Architect, Databricks
Sajith Appukuttan is a Lead Solutions Architect at Databricks Data / Cloud possessing over a decade of experience in designing and developing cloud/distributed applications and end-to-end data pipelines.


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
205 (Level 2)

3:00pm PDT

Enhancing the Utility in the Metaverse Using Open Technology - Uchi Uchibeke, Chimoney
Utility and support for traditional financial and commerce rails in web3 are key to increasing adoption and financial inclusion in the metaverse. However, many crypto projects are not yet connected to traditional financial and commerce platforms. Hence, utility is limited and many users are excluded. In this talk, Uchi explores opportunities for increasing utility be connecting to banking, mobile money, Gift card, and e-commerce platforms using open-source technology. Uchi will share a case study in the XRP Ledger ecosystem and draw from his experience building offline payment products on Celo and Polygon.

Speakers
avatar for Uchi Uchibeke

Uchi Uchibeke

Founder & CEO, Chimoney
Uchi is an open-source Developer who loves building things, especially at Hackathons. Uchi is the Founder and CEO of Chimoney, a platform that aims to unlock the potential of money for everyone in the world. Chimoney enables the exchange of value between multiple value types like... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
207 (Level 2)

3:00pm PDT

Open Standards are Empowering the World: Key Findings from the State of Open Standards Report - Jory Burson & Mike Dolan, The Linux Foundation
Together with LF Research and key partners, we fielded a survey to assess the state of open standards in 2023 in order to provide more insights into the use, growth, and impact of standards and specifications efforts on the open technology ecosystem. This session will highlight the key findings that help communities interpret the current state of standards adoption and development and to help communities make strategic decisions based on trends in the ecosystem.

Speakers
avatar for Mike Dolan

Mike Dolan

Senior Vice President & General Manager of Projects, The Linux Foundation
Michael Dolan is SVP and GM of Projects at the Linux Foundation supporting open source projects and legal programs He has set up and launched hundreds of open source and open standards projects covering technology segments including networking, virtualization, cloud, blockchain, Internet... Read More →
avatar for Jory Burson

Jory Burson

VP of Standards, Linux Foundation
Jory is a consultant and educator working to improve collaboration in open source and open standards communities as a member of several industry boards and standards setting organizations. She advocates for web developers at Ecma International, the OpenJS Foundation Cross Project... Read More →


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
211 (Level 2)

3:00pm PDT

Unikraft: From Research / Academia to Deployment Reality - Razvan Deaconescu, Unikraft GmbH
Unikraft is unikernel targeted for performance via extreme specialization. Started in 2016 as a research project, Unikraft is now a mature project, with a vibrant OSS community and proof-of-concepts to benefit users of cloud deployments. Unikraft is backed by Unikraft GmbH, a German-based startup company that aims to deploy unikernels in cloud environments and cut the operating costs of applications (such as web server, proxies, content management systems, databases). In this talk, Răzvan will present the journey of growing the Unikraft community from a handful of researchers to a vibrant community. He will include challenges along the way, lessons learned and insights from getting the project to reach 1000 stars on GitHub, a stable release schedule and community processes and a healthy contributor culture. The key point is the connection to academia, to involve students in the project, via hackathons, university projects and mentorship programs such as Google Summer of Code. As a takeaway, Răzvan will discuss the challenges of balancing code quality and beginner contributors, code base stability and release schedule, timelines and volunteer work.

Speakers
avatar for Razvan Deaconescu

Razvan Deaconescu

Community Manager, Unikraft GmbH
I'm an Associate Professor at University POLITEHNICA of Bucharest, Romania, the Computer Science and Engineering Department and Community Manager for the Unikraft OSS community (and Unikraft GmbH). I'm primarily interested in operating systems and security, with a penchant for teaching... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
208-209 (Level 2)

3:00pm PDT

First Steps with Observability: OpenTelemetry and You - Nočnica Mellifera, TelemetryHub
The dreaded 3AM phone call: the site is down. What's the difference between just restarting the server hoping for the best, and really understanding what's going wrong? Observability. Observability isn't an end goal or a box that you can tick. It's a design goal for any complex cloud architecture, and like any design goal it's a whole lot easier if you consider it from the very beginning. Nočnica has been working adding observability to systems for many years, and she'll talk about how open source tools can get you detailed answers to the mysteries of a production web stack. We'll cover: 1. Why Observability matters 2. Observability is more than just logging 3. Taking the first steps: Open Telemetry 4. Where to send your data

Speakers
avatar for Nočnica Mellifera

Nočnica Mellifera

Developer Relations Engineer, Signadot
Nočnica Mellifera is a mom of 2 and lifelong tinkerer, she's built everything from drum machines to robot gardeners, and has been writing code for a decade. For the last few years she's been working with developer communities, focused on observability for microservice architectu... Read More →


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
116-117 (Level 1)

3:00pm PDT

The Supply Chain Conundrum: Why Traditional Application Security Is Failing Us - Erez Yalon, Checkmarx & Adam Nygate, huntr.dev
The modern world of software development is evolving at a breakneck pace, with new technologies, frameworks, and libraries constantly emerging. At the same time, supply chain attacks are becoming increasingly sophisticated and frequent. In this session, we will explore why vulnerability-focused traditional application security is not enough to protect your software from the threat of supply chain attacks and why we need to adopt an attacker-centric proactive approach. We will provide practical guidance for security professionals and developers to improve the security of their software supply chain. We will explore the challenges and opportunities of software supply chain security and provide best practices for identifying and mitigating risks. We will also introduce open-source tools and technologies to help secure your software supply chain, ensuring that your systems and data are protected against potential supply chain attacks. By the end of this session, you will have a better understanding of why vulnerability-focused traditional application security is not enough to protect your software from the threat of supply chain attacks. You will be equipped with the knowledge better to safeguard your software from these complex and evolving threats.

Speakers
avatar for Adam Nygate

Adam Nygate

CEO, huntr.dev
Adam is the Founder and CEO of huntr.dev, the bug bounty platform for all open source software which incentivizes both security researchers and maintainers. huntr.dev has quickly become the go-to platform for many well-known open source projects, such as Vim, draw.io, and Nuxt du... Read More →
avatar for Erez Yalon

Erez Yalon

VP of Security Research, Checkmarx
Erez Yalon is the VP of Security Research at Checkmarx. Yalon oversees Checkmarx’s research group comprising analysts, pen testers, security engineers, and threat hunters. He brings vast experience to his position and his efforts to empower today’s developers and organizations... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
119 (Level 1)

3:00pm PDT

The Evolution of Open Source through Design - Lise W Noble, Discover Financial
As an industry, we've embraced building with open source software to drive innovation and speed. We've been approaching new product development practices and growing adoption of Design Thinking within organizations. We're starting to see targeted open source around some design tools, however, there is a need to look at the entire end-to-end process and lifecycle. In this talk, you'll learn about our approach to design and the emerging need for DesignOps to improve quality of speed of effective design and the emerging opportunity for Designers in the open source community.

Speakers
LW

Lise W Noble

UX/UI Distinguished Engineer, Discover Financial
Lise Noble is a UX/UI leader, product designer, and design thinker passionate about crafting inclusive experiences that ensure both business and user needs are met or surpassed. She leads with a human-centric approach to the design and development of experiences rooted in empathy... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
210 (Level 2)
  OpenJS World, General

3:00pm PDT

Panel Discussion: What Our OSPOs Have Learned About Measuring Project Health - Alyssa Wright, Bloomberg; Dawn Foster, VMware; Emma Irwin, Microsoft; Sophia Vargas, Google
We all want our open source projects to be as healthy as possible, but measuring project health can be tricky because every OSPO and every project is unique, with differing needs, challenges, and opportunities. With hundreds of potential metrics to choose from, people often get overwhelmed by the options. How do you decide what to measure? Which metrics should you use? How should you interpret the results to take the unique needs of your projects into account? How can you draw meaningful conclusions and use what you’ve learned to improve open source project health? In this panel, you will learn from metrics experts working within the OSPOs at Google, Microsoft, and VMware. An expert moderator from Bloomberg’s OSPO asking the tough questions about project health metrics that every OSPO wants to hear answered. You will learn about how each of these companies approaches measuring project health, what to think about when interpreting metrics, and ways to use what you’ve learned to improve the health of the open source projects that your company and your OSPO cares about. The audience will walk away with lessons learned and tips for using project health metrics within your OSPO.

Speakers
avatar for Dawn Foster

Dawn Foster

Director Open Source Community Strategy, VMware
Dawn is Director of Open Source Community Strategy within VMware’s OSPO. She is an OpenUK board member, Governing Board member / maintainer for CHAOSS, and co-chair of the CNCF Contributor Strategy TAG. She has 20+ years of experience at companies like Intel and Puppet with expertise... Read More →
EI

Emma Irwin

Principal TPM, OSPO, Microsoft
Emma has been building and contributing to open source software and open source communities for about as long as she can remember. Her role at Microsoft's Open Source Programs Office (OSPO) building, empowering and activating developers and their teams around open source is a combination... Read More →
avatar for Sophia Vargas

Sophia Vargas

Research Program Manager, Google
Sophia Vargas is a Program Manager in the research and operations team within Google’s Open Source Programs Office. In this role she leads efforts that span project health, contributor experience, and open source economics. She is also on the Governing Board and an active contributor... Read More →
avatar for Alyssa Wright

Alyssa Wright

Open Source Program Office Lead, Bloomberg
Alyssa leads Bloomberg’s Open Source Program Office (OSPO), which is located in the Chief Technology Office and serves as the center of excellence for Bloomberg’s engagements and consumption of open source software. When not helping define open source strategies, partnerships... Read More →


Wednesday May 10, 2023 3:00pm - 3:40pm PDT
217-219 (Level 2)

3:00pm PDT

Optimizing Full-Stack Sustainability in a Real World Data Center: Practices and Lessons Learned - Chen Wang, Hua Ye & Fan Jing Meng, IBM
Sustainability has gained significant attention due to the increasing concerns around climate change and energy scarcity. In the realm of computing, sustainable computing aims to minimize power consumption and maximize efficiency across the entire technology stack, from infrastructure to applications, while maintaining performance levels. This proposal will showcase an in-production practices of full-stack sustainability optimization using open-source software. The speakers will cover the motivations and technical challenges of optimizing sustainability for a heterogeneous infrastructure, including x86-64, ppc64, and s390x computing systems, and various storage systems such as HDD, SSD, flash, and tape. The speakers will then dive deep into the architecture and key components that collect and analyze real-time operational data, identify potential failures and optimization opportunities via AI, and automate actions with smart job scheduling and automation. They will provide an in-depth discussion and demonstration of the platform's implementation and practices using open-source software e.g. Prometheus, Grafana, OpenTelemetry, Kepler, and Ansible. Finally, the speakers will present their findings from real-world production and highlight opportunities for further improvement.

Speakers
avatar for Fan Jing Meng

Fan Jing Meng

CTO, IBM China Systems Lab, IBM
Dr. Fanjing Meng, Chief Technology Officer of IBM China System Development Lab, has more than 20 years of cutting-edge technology research, development and management experience, including sustainable computing, AIOps, ITOA, cloud computing, software and solution engineering and etc... Read More →
avatar for Chen Wang

Chen Wang

Research Staff Member, IBM Research
Chen Wang is a Research Staff Member at the IBM T.J. Watson Research Center. Her interests lie in Kubernetes, Container Cloud Resource Management, Cloud Native AI systems, and applying AI in Cloud system management. She is an open-source advocate, a Kubernetes contributor, and a KubeCon... Read More →
avatar for Hua Ye

Hua Ye

Senior Architect, IBM China Systems Center, IBM
Hua Ye, a Senior Architect of IBM China Systems Center, has over 20 years of experiences in the design, architect, implementation, operation and management of a client-facing data center. He has in-depth knowledge in infrastructure management and is familiar with data center technology... Read More →



Wednesday May 10, 2023 3:00pm - 3:40pm PDT
122 (Level 1)
  SustainabilityCon, Real-world sustainability practices

3:40pm PDT

4:00pm PDT

Securing Your Infrastructure as Code Pipeline - Jesse Sanford, Autodesk
The meteoric rise of platform engineering has led to a proliferation of self-service and on demand infrastructure as code solutions. The benefits to product team productivity through reduced cognitive load have been widely published. Yet lesser known, but no less important, are the security and compliance benefits achieved through a uniform platform interface. This talk will show that by producing IaC with a strong separation of concerns between platform engineers and their product counterparts, common fundamentals and non-negotiables can be baked in. These guard rails can be enforced through the use of static analysis tools and RBAC allowing for walled garden ecosystems of known good IaC. In this talk, Jesse will cover the capabilities Autodesk is building into their cloud deployment platform, using tools such as Open Policy Agent, in-toto, Sigstore’s suite, Crossplane and more. Jesse will detail how Autodesk is structuring their CI and CD systems to produce IaC pipelines that are inspectable, verifiable and ultimately trustable. From cryptographically verifiable IaC package signing to static analysis of IaC plans to deploy time policy enforcement, these open source tools and patterns can be used by anyone with the thirst to create a platform that increases velocity and safety!

Speakers
avatar for Jesse Sanford

Jesse Sanford

Senior Principal Engineer, Autodesk
Jesse is a lifelong software engineer focused on site reliability and Infosec. Currently architecting the juncture of platform engineering and security/compliance for Autodesk's Developer Enablement team. When not in front of a computer, he is a backpacker, sailor and continuously... Read More →


Wednesday May 10, 2023 4:00pm - 4:40pm PDT
110 (Level 1)

4:00pm PDT

Building Apps in Kubernetes: The Unforgiving Sea of Containerization and the Lifesaver Tools - Nicolas Vermande & Tyler Gillson, Spectro Cloud
This talk is designed for developers of all levels who are new to the Kubernetes ecosystem, or who want to better understand how to solve various security concerns when developing applications in Kubernetes. It covers the key security issues they may face and provides practical tips and best practices for addressing these challenges using open-source tools. Nic will take a real-life example of an application developed for Kubernetes and take you through missteps made along the way and how they can be easily solved. In particular, he will cover the areas of application configuration and deployment, sensitive information management, access control, policy-as-code, SBOM and more. It can be difficult to navigate the rich Kubernetes ecosystem as a developer. Hopefully, by the end of this talk, you'll have a practical example to remember and a good overview of the ecosystem.

Speakers
avatar for Tyler Gillson

Tyler Gillson

Principal Software Engineer, Spectro Cloud
Tyler is a programmer and a problem solver, with 5+ years of experience designing, discussing, and building complex systems in a multitude of languages. His technical interests lie in cloud computing, automation, declarative infrastructure and application configuration, and machine... Read More →
NV

Nicolas Vermande

Head of DevRel, Spectro Cloud
Nicolas is an experienced hands-on technologist, evangelist and product owner who has been working in the fields of Cloud-Native technologies, Open Source Software, Virtualization and Datacenter networking for the past 18 years. Passionate about enabling users and building cool tech... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
118 (Level 1)
  ContainerCon, CI/CD, Configuration Management, Automation, GitOps
  • Audience Level Any
  • Session Slides Attached Yes

4:00pm PDT

Seapath, the Configuration Project to Build a Platform/Cluster that can Run Real Time Critical Applications - Aurélien Watare & Florent Carli, RTE
To improve the integration of renewable energy sources into the grid, there is a need to simplify the connection process, which currently takes place at substations. These substations play a crucial role in the intelligence of the grid, but their functions are limited in terms of evolvability due to hardware constraints. The virtualization of these systems can enhance their adaptability and increase evolvability, but they remain critical real-time systems that require precise data acquisition with a precision of 100 microseconds and a response time within a few milliseconds, along with a high level of availability. SEAPATH is an open-source configuration project under the LF_ENERGY umbrella aimed at building an industrial-grade platform to host real-time critical applications. This presentation introduces the various features of SEAPATH, including virtualization, real-time operations, clusterization, time synchronization, tooling, and more. The project philosophy and long-term vision are also discussed.

Speakers
AW

Aurélien Watare

Project manager for virtualization of digital substations, RTE
Aurélien Watare – RTE (aurelien.watare@rte-france.com) After a master’s degree in electrical engineering, Aurelien started to work at RTE in 2008 as a dispatcher at the grid control center. Then he moved to the R&D department to study the impact of renewable energy sources on... Read More →
avatar for Florent Carli

Florent Carli

IT Engineer, RTE
After a master’s degree in telecommunications, Florent worked as a cybersecurity consultant for 8 years, developing strong skills in security but also in computer and network systems in general. He joined RTE in 2009, first as a cybersecurity engineer, and then as the manager of... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
121 (Level 1)
  Critical Software Summit, Virtualization

4:00pm PDT

Building Your Leadership Bench – How to Identify, Motivate, and Retain Leadership Potential - Christine Gadsby, BlackBerry
With the ever-increasing competition in both the open source software and cybersecurity industry, the need to identify, develop, and retain critical skill sets has never been greater. Who will help fill the gaps? How will you impact growth? Where are the rock stars waiting for that opportunity to break through to the next level, and how can you encourage more women and diverse internal candidates to raise their hands and encourage them to stay? Creating a diverse mentorship and leadership development program doesn’t have to be complicated. It starts with simply being passionate about identifying and retaining your most valued, diverse, and high-potential employees. Knowing who’s on your bench, where they can impact positive growth in your company, and driving efforts to positively influence open source and security efforts is crucial to succession planning and critical to your future growth as a leader. In this session I will walk you through our ‘Leadership Bench Program’ – How we developed it, review its success in solving tough internal challenges, and how it helped us train and retain a diverse talent pool. Most importantly, we will discuss how you can start your own Leadership Bench Program to positively impact your Open Source efforts .

Speakers
avatar for Christine Gadsby

Christine Gadsby

Vice President, Product Security, BlackBerry
Christine is a Software Security Operations Executive highly regarded for strategically orchestrating software security programs, including SDLC and open source software capabilities and tooling, security communications, and risk mitigation strategies, and is passionate about developing... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
215-216 (Level 2)
  Diversity Empowerment Summit, Mentorship
  • Audience Level Any
  • Session Slides Attached Yes

4:00pm PDT

BC Wallet App - Powered by Hyperledger Bifold - Clecio Varjao, Government of BC & Akiff Manji, Petri Dish Development
Come join us to discover the exciting world of Hyperledger Aries Bifold, the open-source, community-driven mobile wallet for the verifiable credential (VC) ecosystem. During this session you'll get an overview of the architecture and see the wallet's key features, such as receiving and storing VCs, identity proofing, credential branding and peer-to-peer messaging with other Hyperledger Aries agents. To further demonstrate the potential of Aries Bifold we will showcase how the Province of British Columbia used it as a framework to build BC Wallet, released in 2022. We will also discuss how you can leverage Aries Bifold to create your own wallet. Finally, we will explore some of the planned future improvements and features. This is the perfect talk for anyone interested in digital wallets and the advancement of the verifiable credential ecosystem.

Speakers
AM

Akiff Manji

Software Developer, Petri Dish Development
I'm a software developer at Petri Dish Development, located in Vancouver, BC. We design, develop and deploy full-stack web solutions that focus on empowering Self-Sovereign Identity (SSI). I currently work closely with the Province of British Columbia's Digital Trust Services (DTS... Read More →
avatar for Clecio Varjao

Clecio Varjao

Product Manager, Government of BC
Clecio is a software developer and product manager on the Digital Identity and Trust Technology Services (DITTS) team for the Province of British Columbia’s Citizen Services. Clecio is currently an active contributor to the Aries Bifold project and is involved in Self-Sovereign... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
120 (Level 1)
  Emerging OS Forum, Identity

4:00pm PDT

DENT: Enterprise Edge Open Source Network Operating System - Michael Lane, Amazon
The DENT project utilizes the Linux Kernel, and other Linux based projects as the basis for building a new standardized network operating system (dentOS) with minimal overhead. All underlying infrastructure — including ASIC and Silicon for networking and datapath — is treated equally; while existing abstractions, APIs, drivers, low-level overhead, and other open software are simplified. The DENT project unites silicon vendors, ODMs, SIs, OEMs, and end users across all verticals to enable the transition to disaggregated networks.

Social Summary:
DENT adds SAI to the dentOS product roadmap and which will enable dentOS to run on SAI enabled HW platforms.

What should attendees expect to learn?
dentOS was designed from ground up to be a high performance, efficient enterprise edge operating system. Attendees will learn about the key features of dentOS, the dentOS product roadmap, current use cases for dentOS and how they can use dentOS on SAI enabled hardware switches.

Speakers
ML

Michael Lane

Principal Technical Program Mgr, Amazon
Michael is a Principal Technical Program Manager in networking at Amazon (AWS). He has 30+ years experience in the networking industry including Amazon, Microsoft, Cisco, and Wellfleet/Bay Networks. Prior to returning to Amazon in 2020, Michael was SVP of Engineering at Accton - one... Read More →


Wednesday May 10, 2023 4:00pm - 4:40pm PDT
109 (Level 1)
  LinuxCon, Networking

4:00pm PDT

Federated Learning: Unlocking the Values of Discrete Data for Enterprise - Henry Zhang & Layne Peng, VMware
Federated learning is a collaborative machine learning technique that allows multiple clients to train an algorithm without sharing raw data. This technique enables enterprises to collaborate, break data silos, and mine the value of discrete data distributed across different organizations while complying with relevant privacy protection laws and regulations. The FATE and OpenFL frameworks are the two widely used open-source industrial-grade federated learning frameworks that have been applied in various industries, such as finance and healthcare, to solve complex problems. However, the adoption of federated learning across organizations raises new challenges in orchestration and lifecycle management. In this talk, we will introduce the concept, principles, and typical use-cases of federated learning, followed by an introduction to the FATE and OpenFL frameworks. We will then discuss the challenges of orchestrating federated learning in a production environment and introduce the FedLCM (Federation Lifecycle Manager) project, a unified experience for managing different federated learning frameworks in a multi-cloud environment. This talk will be beneficial for those who are interested in federated learning and want to learn about the available frameworks and their orchestration challenges.

Speakers
avatar for Layne Peng

Layne Peng

Staff II Technologist, VMware
Layne Peng is a highly accomplished Staff II Technologist in VMware's CTO Office with extensive industry experience. Prior to joining VMware, Layne spent over 7 years in the DellEMC CTO Office, where he focused on driving cloud and infrastructure initiatives. Before that, Layne gained... Read More →
avatar for Henry Zhang

Henry Zhang

FATE TSC member, VMware
Haining Henry Zhang is a Technical Director at VMware China R&D, where he leads the development and incubation of projects on emerging technologies such as AI/ML, cloud native applications, and blockchain. He is the founder of CNCF's graduated project, Harbor, and currently serves... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
206 (Level 2)
  Open AI & Data Forum

4:00pm PDT

Fostering Trust via Explainable ML Inferences - Dalmo Cirne, Workday
Machine Learning is exploring the space of including explainability to inferences as a mechanism to either increase the perceived value (i.e., increased trust in the results) or, at a minimum, to facilitate the conversation with customers by focusing on specific points, such as “why” that particular inference was sub-par. In this presentation we will examine the dynamic of trust between a service provider (Trustor) and service consumers (Trustees) and provide a practical, quantifiable framework to implement it in practice. Trustors are required to be trusting and trustworthy, whereas trustees need not be trusting nor trustworthy. The challenge for trustors is to provide services that are good enough to make a trustee increase their trusting level above a minimum threshold for the establishment and continuation of service.

Speakers
avatar for Dalmo Cirne

Dalmo Cirne

Sr Manager, Machine Learning, Workday
Dalmo Cirne is a mathematician and software engineer who has been passionate about technology his whole life. He holds patents in software engineering and machine learning and has worked in those fields, both at startups and large corporations, for 30 years—10 of those in management.  Cirne... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
205 (Level 2)
  Open AI & Data Forum, Trusted and Responsible AI

4:00pm PDT

An Open Source, Cross-platform Communications Layer for the Metaverse - Russell Dsa, LiveKit
Humans are slowly becoming cyborgs. Computers have gone from desks, to pockets, to wrists, now to eyes and perhaps one day, brains. Where the Internet was the interlinking of desktop computers, the Metaverse will be the interlinking of people themselves. Like a fabric pulled over the real world, Metaverse applications will be synchronous, multiplayer, and real-time. If the Internet’s software ecosystem, the Web, runs on HTTP, which network protocol will power the software ecosystem in the Metaverse? Our bet is WebRTC.

WebRTC is open, robust and battle-tested over the last decade. But it’s not perfect: inconsistent implementations, low-level APIs and nonstandard signaling translates into a lot of bare-metal work for the application developer.  

In this talk, we’ll take you through LiveKit’s open source client stack — a custom build of libwebrtc mated to a shared Rust core, called by platform-specific SDKs like Unity or iOS. We dive into our SDK design principles, signaling protocol and interfaces which power real-time features like spatial audio, screen sharing, live chat and stream permissions in Metaverse applications including Gather, Decentraland and Portals.

Speakers
avatar for Russ Dsa

Russ Dsa

CEO, LiveKit



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
207 (Level 2)

4:00pm PDT

Creating a Profitable Open Source Company Without Venture Capital - Ann Schlemmer, Percona
In this session, Ann Schlemmer will share her experiences and insights on the trade-offs of being a bootstrapped, customer funded company vs taking outside capital. We will go over: - Advantages and disadvantages of customer funding and bootstrapping, including flexibility, control, and scalability - Benefits of leveraging the power of an open source community - Strategies to attract and retain customers and generate sustainable revenue streams - Lessons learned from Ann's journey leading a customer-funded and bootstrapped business - Questions from the audience for further discussion and exploration of the topic This presentation will particularly interest entrepreneurs, small business owners, and anyone interested in alternative funding models for open source startups. The audience will leave with a better understanding of the pros and cons of bootstrapping and customer funding, as well as actionable steps they can take to make the most of these strategies.

Speakers
avatar for Ann Schlemmer

Ann Schlemmer

CEO, Percona
Ann is a seasoned leader & advocate for open source with over 15 years experience in open source. CEO of Percona, a world-class open source database software firm, she is driven by passion for people & belief in open source's power to create an inclusive tech industry. Her authenticity... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
208-209 (Level 2)

4:00pm PDT

Panel Discussion: Managing Open Source at Scale in an Era of Heighten Security Concerns - Jeffrey Borek, IBM; Nithya Ruff, Amazon; Rao Lakkakula, JPMorgan Chase; Andrew Aitken, Wipro
Most all involved in software development today know that open source is a critical part of the modern software supply chain. However, there are still significant portions of the ecosystem that don’t fully appreciate the security issues associated with many popular open source projects. It was just over a year ago that the log4shell critical vulnerability in the widely used logging tool log4j disrupted software supply chains and many a developer’s holiday plans. Since then open source security is increasingly in the news and in policy conversations. What will policymakers likely do in the coming year, and how can we as leaders in the open source ecosystem help them make better decisions? This panel of OSPO and OSS ecosystem leaders will discuss how they are getting involved in educating, collaborating and driving OSS security work at their organizations.

Speakers
avatar for Andrew Aitken

Andrew Aitken

Global Open Source Leader, Wipro
Mr. Aitken has 22 years of open source business and strategy-related experience. Andrew launched and sold his own open source startup, Olliance Consulting Group, to Black Duck Software and worked on many early OEM and ISV strategies. He has been deeply engaged with the venture community... Read More →
avatar for Jeffrey Borek

Jeffrey Borek

WW Program Director, Supply Chain Security & Open Source, IBM
Working to build a scalable and consistent supply chain security platform, while continuing to lead the consumption compliance Open Source Program Office (OSPO), including policy, execution and guidance. Working with IBM Government & Regulatory Affairs, Software, Systems, Cloud, Consulting... Read More →
avatar for Rao Lakkakula

Rao Lakkakula

Director, Product Security, JPMorgan Chase
Senior-level Security Engineering Leader with over Two decades of experience leading Global Security teams for multiple Fortune 50 companies (JPMC, Amazon, Bayer). Governing Board Member of Open Source Security Foundation (OpenSSF). Inventor of 13 US patents. Also serving on the Boards... Read More →
avatar for Nithya Ruff

Nithya Ruff

Head, Amazon OSPO, Amazon
Nithya Ruff is the Head of Amazon’s Open Source Program Office. Open Source has proven to be one of the world’s most prolific enablers of innovation and collaboration and Amazon’s customers increasingly value open source innovation and the and cloud’s role in helping them... Read More →


Wednesday May 10, 2023 4:00pm - 4:40pm PDT
211 (Level 2)

4:00pm PDT

Zero Trust Best Practices in Government and Federal Industries - Lili Davoudian, Microsoft
Implementing zero trust in the real world involves adopting a comprehensive, multilayered security model that assumes users, devices, and applications are untrusted and potentially compromised. The scope of zero trust increases with the proliferation of data sources in an enterprise and the data that’s generated from these sources. In the federal and government space, zero trust is particularly important given the high value of information and assets being protected.
 
In this presentation, we define and show the key components of implementing zero trust using industry best practices, including:
  • Identity and Access Management
  • Network Segmentation
  • Micro-segmentation
  • Continuous monitoring
  • Data protection
  • Automation and orchestration, including AI/ML

Speakers
avatar for Lili Davoudian

Lili Davoudian

Sr Manager, Microsoft


Wednesday May 10, 2023 4:00pm - 4:40pm PDT
119 (Level 1)
  OpenGovCon

4:00pm PDT

To Rewrite, or Not to Rewrite, That Is the Question - Bryan Hughes, Patreon

We all know those OSS codebases; old, brittle, and getting in the way of adding new features and onboarding new collaborators. "I know!" you think, "Let's rewrite this using shiny new tech! It'll solve all our problems!"

Whoa there. Sometimes rewriting is the best option, and sometimes it's not. Even when it is, successfully rewriting a codebase is quite difficult in practice.

Based on personal experience, this talk will walk you through the planning and implementation process to actually finish that long-desired rewrite.

Speakers
avatar for Bryan Hughes

Bryan Hughes

Staff Software Engineer, Patreon
Bryan Hughes is a staff engineer at Patreon, long-time member of the JS community, and tech activist.Bryan is the creator of Raspi IO which provides Raspberry Pi support for the Johnny-Five JavaScript robotics library. Bryan also created RVL, a distributed wireless LED lighting system... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
210 (Level 2)
  OpenJS World, Development

4:00pm PDT

Playing the Matchmaker: Linking Students and Mentors While Strengthening Academic Open Source Projects - Emily Lovell, UC Santa Cruz
Undergraduate students want mentors; they also want innovative projects to work on that enhance their technical skill set. Open source projects are a great source of mentors for these students and provide a unique opportunity to gain practical, hands-on experience. If properly matched with competent mentors, these students seed academic contributor communities and feed into the talent pipeline for other open source ecosystems. Starting as a mentor organization with the Google Summer of Code (GSoC) in 2018, UCSC's Center for Research in Open Source Software (CROSS) saw just how powerful effective matchmaking could be – both for students and for the mentors working with them. In order to increase the impact on academic open source projects, CROSS (and later the UCSC OSPO) expanded its work through the Open Source Research Experience (OSRE) bringing in more sponsors interested in supporting academic OS projects. This presentation looks at what the OSRE team has learned from hands-on mentoring efforts and provides practical ways others can play the matchmaker. During this session the speaker will also discuss how these programs, both academic and non-academic based, can benefit mentors and students, increase community diversity, and improve project impact and sustainability.

Speakers
avatar for Emily Lovell

Emily Lovell

OSPO Incubator Fellow, UC Santa Cruz
Dr. Emily Lovell is an OSPO Incubator Fellow at UC Santa Cruz. Her research and teaching use novel domains to invite broader participation in computing, with her postdoctoral work focusing on newcomers to open source. Emily previously served on faculty at Berea College, where she... Read More →



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
217-219 (Level 2)
  OSPOCon, OSPOs in Academia and Government
  • Audience Level Any
  • Session Slides Attached Yes

4:00pm PDT

Scaling Climate Data for FinTech with an Open Source Data Mesh - Erik Erlandson, Red Hat, Inc.
The Open Source Climate (OS-Climate) community is building an open data platform that supports data ingestion, processing and quality management for highly disparate data sources such as corporate climate reports, business entity graphs and climate impact models. In order for this global project to succeed, OS-Climate must achieve traditional scalability of compute and data, but that alone is insufficient. The community must also scale the operation of its application deployments and data pipelines. Furthermore it must implement scalable access to human-searchable metadata so users and developers can find these resources and learn how to use them. In this talk, Erik Erlandson will introduce OS-Climate and tell the story of how this open community is evolving a fully open data mesh built with open source software including Trino, Open Metadata, Airflow, DBT and Open Data Hub. He will explain how the community is developing data products using data-as-code principles and leveraging data federation architectures to minimize costly and unmaintainable data redundancies. The audience will learn how to build a modern data mesh with open source software, using open data principles, and will be inspired to contribute new tools and data products to the OS-Climate community.

Speakers
avatar for Erik Erlandson

Erik Erlandson

Senior Principal Software Engineer, Red Hat, Inc.
Erik Erlandson is a Software Engineer at Red Hat Emerging Technologies, where he leads a team dedicated to exploring tools, methodologies and use cases at the intersection of Data Science workloads and the Kubernetes ecosystem.



Wednesday May 10, 2023 4:00pm - 4:40pm PDT
122 (Level 1)

4:00pm PDT

Tutorial: Getting Started with eBPF - Liz Rice, Isovalent
eBPF is the enabling platform for a new generation of networking, observability and security tools. This workshop tutorial will use hands-on labs to give attendees an introduction to how eBPF works, and how to manage and observe eBPF programs and maps. Topics will include: - An overview of eBPF concepts: programs, maps and verification - Using the bpftool utility to manage eBPF programs and maps - An introduction to different types of eBPF programs attached to different events in the kernel such as kprobes, xdp and LSM. This tutorial will give attendees hands-on experience with this exciting and powerful technology, and basic skills for observing and managing eBPF programs.

Speakers
avatar for Liz Rice

Liz Rice

Chief Open Source Officer, Isovalent
Liz Rice is Chief Open Source Officer with eBPF specialists Isovalent, creators of the Cilium cloud native networking, security and observability project. She sits on the CNCF Governing Board, and on the Board of OpenUK. She was Chair of the CNCF's Technical Oversight Committee in... Read More →


Wednesday May 10, 2023 4:00pm - 5:35pm PDT
116-117 (Level 1)

4:55pm PDT

Building the Multi-Cluster L7 Load Balancer - Dominic Kim & Shawn Jang, NAVER
An IDC-level failure can result in a catastrophic disaster for a cloud-native application. It is the biggest challenge to make applications resilient to such a global-scale disaster. As organizations are increasingly shifting to multi-cluster Kubernetes environments in multiple IDCs, the need for an L7 load balancer running across numerous clusters and IDCs comes to the fore. Many traditional load balancers have not been designed to work in such an environment; they do not consider multi-clusters or multi-IDCs, and they are not resilient to cluster-level or IDC-level failures. Also, load balancers often need to be programmable with APIs, provisioned dynamically on demand, and horizontally scalable. We have built a dynamically provisioned L7 load balancer in 14 Kubernetes clusters in 5 regions(KR, US-West, US-East, SG, and JP). All functionality of the load balancer can be programmatically controlled using APIs. And it provides a global routing feature based on the locality of clients. In this session, we will share the multi-cluster challenges to build an L7 load balancer that is resilient to an IDC failure, how to design a programmable L7 load balancer in asynchronous Kubernetes environments, and DevOps challenges to manage and maintain data types that are backward-compatible.

Speakers
SJ

Shawn Jang

Software Engineer, NAVER
Shawn Jang is a cloud-native network engineer at NAVER. He drives the design and implementation of locality-based global routing of the multi-cloud L7 load balancer. When he worked for Samsung Electronics he improved the network efficiency of the Cloud-Native Network Function(CNF... Read More →
avatar for Dominic Kim

Dominic Kim

Senior software engineer, NAVER
Dominic Kim is a cloud-native citizen. As an expert in cloud computing and distributed systems, he leads the design and implementation of a multi-cluster L7 Loadbalancer that is resilient to IDC-level failure using Istio/Envoy. He is also actively involved in Apache OpenWhisk, a serverless... Read More →



Wednesday May 10, 2023 4:55pm - 5:35pm PDT
110 (Level 1)

4:55pm PDT

The Next Frontier in Open Source Java Compilers: Just-in-Time Compilation as a Service - Rich Hagarty, IBM
For Java developers, the Just-In-Time (JIT) compiler is key to improved performance. However, in a container world, the performance gains are often negated due to CPU and memory consumption constraints. To help solve this issue, the Eclipse OpenJ9 JVM provides JITServer technology, which separates the JIT compiler from the application. JITServer allows the user to employ much smaller containers enabling a higher density of applications, resulting in cost savings for end-users and/or cloud providers. Because the CPU and memory surges due to JIT compilation are eliminated, the user has a much easier task of provisioning resources for his/her application. Additional advantages include: faster ramp-up time, better control over resources devoted to compilation, increased reliability (JIT compiler bugs no longer crash the application) and amortization of compilation costs across many application instances. Rich and Harry will dig into JITServer technology showing implementation details, how it can be deployed in containers, demonstrate its advantages compared to a traditional JIT compilation technique and offer practical recommendations about when to use this technology.

Speakers
avatar for Rich Hagarty

Rich Hagarty

Developer Advocate, IBM
Rich Hagarty is a software developer and Developer Advocate at IBM, currently focusing on Java and Open Source related technologies. Based in Austin, TX, Rich has been active in the developer community for the past 6 years, working on cloud computing and AI technologies. He has created... Read More →



Wednesday May 10, 2023 4:55pm - 5:35pm PDT
118 (Level 1)

4:55pm PDT

Software Part Catalog Management Is a Prerequisite for Successful SBOM Creation - Mark Gisi, Wind River
There are increasing demands placed on embedded device and IoT manufactures to deliver a Software Bill of Materials (SBOM) that represents a list of all the software components (software parts) from which their devices are comprised. A part can be an application, library, software package, container and/or an entire Linux runtime. The effective management of these parts is a requirement regardless of whether one is generating SBOMs for license compliance, security assurance, export controls, or safety certification. Creating a SBOM requires a manufacturer to 1) define, 2) identify, 3) store and 4) retrieve core data about each of the 1000s (if not 10,000s) of software parts they use (often across multiple products). We present an open source solution, data model and workflow that enables manufactures to maintain a software parts catalog for all their devices. Once this is achieved, the generation of SBOMs using industry standards such as SPDX becomes both seamless and cost effective.

Speakers
avatar for Mark Gisi

Mark Gisi

Director of the Open Source Program Office, Wind River
Mark is the Director of the Open Source Program Office at Wind River Systems where he is responsible for open source adoption; risk mitigation; community engagement and innovation acceleration using open source principles. Mark was an early contributor to the SPDX project and former... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
121 (Level 1)

4:55pm PDT

Secured I/O in the Cloud with NVMe-Over-TCP - Hannes Reinecke, SUSE Linux
NVMe-over-TCP is ideally suited for I/O transport in cloud environments as it doesn't require any specific hardware, and the necessary credentials are stored within the filesystem, allowing for easy migration of the OS. However, the credentials are just a simple identification string (the NVMe Qualified Name) transmitted in plaintext over the wire, so it's quite easy for anyone to assume another identity by just using this string. This is especially crucial in a cloud environment as a tenant will have no control over the underlying network and must assume that hostile environments are present. With recent updates to the NVMe-over-Fabrics specification it's now possible to utilize a Diffie-Hellman CHAP protocol to safely exchange and validate endpoint credentials, and TLS encryption can be used to encrypt the entire traffic. In this presentation I will give an overview over the implementation and challenges of DH-CHAP the upcoming TLS encryption for NVMe-over-Fabrics. Additionally I will give a short demo presenting the advantages of these technologies.

Speakers
HR

Hannes Reinecke

Storage Architect, SUSE Linux
Studied Physics with main focus image processing in Heidelberg from 1990 until 1997, followed by a PhD in Edinburgh 's Heriot-Watt University in 2000. Worked as sysadmin during the studies, mainly in the Mathematical Institute in Heidelberg. Now working at SUSE Labs as Kernel Storage... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
109 (Level 1)

4:55pm PDT

Contributing AI-Generated Content to OSS Projects - Navigating Legal, Copyright, & Other Risks - Joanna Lee, Cloud Native Computing Foundation
How can open source projects responsibly allow contributions generated using AI, and what do developers need to know about contributing AI-generated content to a project? Join us for this talk to learn about legal risks and challenges associated with AI, including pending lawsuits and evolving legislation, and how this impacts us of AI in open source software development. We'll provide practical guidance for both projects and contributors regarding how to navigate this complex and ever-changing landscape.

Speakers
avatar for Joanna Lee

Joanna Lee

VP of Strategic Programs & Legal, Linux Foundation
Joanna Lee is the Vice President of Strategic Programs & Legal at CNCF and the Linux Foundation, where she drives complex strategic initiatives that are designed to impact the evolution of open source ecosystems, create high value new programs, improve health and sustainability of... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
205 (Level 2)

4:55pm PDT

Understanding the Legal Context of AI - Van Lindberg, OSPOCO
Within the past six months, there have been multiple lawsuits accusing GitHub CoPilot, Stable Diffusion, DALL-E, and Midjourney of copyright infringement or other problems. It's just a matter of time before other ML-based services are sued as well. So what does someone building or using an ML model need to know about the current state of the law? Right now this is a fast-moving area of the law. There are no black-and-white answers. But this session will dive into the technical details of how models are trained, what models contain, and how they perform inference and generation to help people understand the issues and risks. As part of this session, we will address: - What is the legal basis for creating, training, and distributing models? - Who-if anyone-is the author of generated content? - What is in a model that is IP? Does it preserve "expression" in a meaningful sense? - Can we license models the same way we do software?

Speakers
avatar for Van Lindberg

Van Lindberg

Founder, OSPOCO
I am an IP attorney and the founder of OSPOCO (https://ospo.co), the Open Source Program Office-as-a-Service company. On the legal side, I am a well-known attorney specializing in open source and AI issues.I was named one of "America's Top 12 Techiest Attorneys" by the American Bar... Read More →



Wednesday May 10, 2023 4:55pm - 5:35pm PDT
206 (Level 2)
  Open AI & Data Forum, Legal concerns in AI

4:55pm PDT

A Vision of FOSS @Mercedes-Benz - Wolfgang Gehring, Mercedes-Benz Tech Innovation
At Mercedes-Benz, we decided that we don’t want to “just use FOSS”, but to fully embrace all aspects of it. This means we needed a dedicated Open and Inner Source strategy and an Open Source Program Office – but first we had to define what it really means to “embrace FOSS”. Come with me on our journey which we started more than 6 years ago. Let me show you how we are transforming Mercedes-Benz into a FOSS-savvy company who builds upon the Mercedes-Benz FOSS Manifesto as its cornerstone. We will touch upon our internal FOSS trainings and our FOSS sponsorings; and we will look at what we learned, what the crucial points were in implementing the strategy, and what we wish we had already known at the beginning.

Speakers
avatar for Wolfgang Gehring

Wolfgang Gehring

FOSS Ambassador, Mercedes-Benz Tech Innovation
Inspired by the Inner Source movement more than six years ago, Dr. Wolfgang Gehring turned into an ambassador for Inner and Open Source and has been working on enabling and spreading the idea within Mercedes-Benz and its IT-subsidiary Mercedes-Benz Tech Innovation. A software engineer... Read More →



Wednesday May 10, 2023 4:55pm - 5:35pm PDT
208-209 (Level 2)

4:55pm PDT

Adapting to the New Era of Social Platforms in Open Source - Fatima Sarah Khalid, GitLab
The social media landscape has changed dramatically in recent years, jeopardizing open source communities' ability to connect, share, and collaborate with users and contributors. Communities that built outreach, engagement, and recruitment strategies with particular platforms in mind are discovering they'll need to adopt new tools and new tactics. Community managers are also faced with growing and adapting to new processes. However, the rise of platforms like Mastodon, Discord, and Discourse represents significant community-building opportunities. This session will examine recent changes to major social media platforms and assess the impact of these changes on open source community engagement strategies. Participants will learn about the benefits of a federated social media model for fostering collaboration and transparency. They will review the differences between rented and owned channels and explore strategies for adapting to change by utilizing new platforms for building communities that are more diverse and, therefore, stronger. With these new opportunities, open source communities have the potential to thrive and grow in new and exciting ways.

Speakers
avatar for Fatima Sarah Khalid

Fatima Sarah Khalid

Developer Evangelist, GitLab
Fatima is a Developer Evangelist at GitLab and the voice of the community. She loves coding challenges and storytelling. Before GitLab, she was a backend developer, Drupal core contributor, and mentoring lead. In 2018, she received the Women in Communications & Technology (WCT) Rising... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
211 (Level 2)

4:55pm PDT

Hardening Next Generation Military Software Containers for Use by DoD Software Factories - Russ Andersson, RapidFort Inc. & Sam Kreimier, Defense Unicorns
In this session Russ discloses results with hardening common open source containers used by Ironbank Platform one. During this project we achieved 200k downloads and reduced the size and number of vulnerabilities in the containers by ~70%. Russ will profile the background to the challenge, approach, tools that were used, results, lessons learned, and possibilities for future research.

Speakers
avatar for Russ Andersson

Russ Andersson

COO & Co-Founder, RapidFort
Russ is interested in helping solve some of the most pressing challenges in Software Supply Chain Risk, and is engaged with a number of Federal entities.At Rapidfort, we specialize in container security, SCA scanning, and vulnerability management. Our work has been instrumental in... Read More →
avatar for Sam Kreimier

Sam Kreimier

Unicorn, Defense Unicorns
Currently, I am serving on the Growth team and learning what it means to truly deliver value to mission heroes. At Defense Unicorns, we provide secure, open source and infrastructure agnostic applications and tools that enable our partners to rapidly accelerate their software acquisition... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
119 (Level 1)

4:55pm PDT

Panel Discussion: Application Monitoring - Zoe Steinkamp, influxdata; Stephen Belanger, Datadog; Ben Sternthal, The Linux Foundation
Moderators
avatar for Benjamin Sternthal

Benjamin Sternthal

Director Program Management, Linux Foundation

Speakers
avatar for Stephen Belanger

Stephen Belanger

Node.js Tracer Developer, Datadog
Stephen has been building Node.js diagnostics tools for the last decade. A long time contributor and founder of the diagnostics working group. He's also the creator of diagnostics_channel, a contributor to AsyncLocalStorage, and currently the primary maintainer of async_hooks. When... Read More →
avatar for Zoe Steinkamp

Zoe Steinkamp

Developer Advocate, influxdata
My name is Zoe Steinkamp and I am a developer Advocate for influxData, after working as a front end software engineer for over eight years. In my role as a Developer Advocate, I help developers to engage with InfluxData, including our database platform, open source tools, and Time-Series... Read More →


Wednesday May 10, 2023 4:55pm - 5:35pm PDT
210 (Level 2)

5:30pm PDT

Open Source Law, Policy and Practice Book Signing
A meet & greet and book signing with the authors of Open Source Law, Policy and Practice - Nithya Ruff, Stephen Walli, McCoy Smith, and Kate Stewart - will be held, with editor Amanda Brock also in attendance. A limited number of books will be available for giveaway to attendees on a first-come, first-served basis.

Speakers
avatar for Nithya Ruff

Nithya Ruff

Head, Amazon OSPO, Amazon
Nithya Ruff is the Head of Amazon’s Open Source Program Office. Open Source has proven to be one of the world’s most prolific enablers of innovation and collaboration and Amazon’s customers increasingly value open source innovation and the and cloud’s role in helping them... Read More →
avatar for Kate Stewart

Kate Stewart

VP Dependable Embedded Systems, Linux Foundation
Kate Stewart is Vice President of Dependable Embedded Systems at the Linux Foundation. She works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched... Read More →
avatar for Amanda Brock

Amanda Brock

CEO, OpenUK
Amanda Brock is CEO of OpenUK, the UK organisation for the business of Open Technology in the UK – open source software, open hardware and open data – with a purpose of UK Leadership and International Collaboration in Open Technology.She’s a Board Member of the Open Source Initiative... Read More →



Wednesday May 10, 2023 5:30pm - 7:00pm PDT
Sponsor Showcase - West Ballroom B-D (Level 1)
  Special Events / Exhibits / Breaks
  • Session Slides Attached Yes

5:30pm PDT

Sponsor Showcase Booth Crawl & Onsite Attendee Reception
Everyone is invited to join their fellow attendees after sessions conclude for drinks, canapés, networking, and the opportunity to check out the latest and greatest sponsor products and technologies!

Wednesday May 10, 2023 5:30pm - 7:00pm PDT
Sponsor Showcase - West Ballroom B-D (Level 1)

7:00pm PDT

Partner Reception (Invitation Only)
Speakers and media are invited to gather for drinks, hors d’oeuvres and networking at the Partner Reception located at the beautiful Stanley Park Pavilion.  This heritage venue has been the hub of social gatherings and events for over 100 years.  From its modest beginning as a concession stand in 1911 (making it the oldest building still standing in the park), the Pavilion was transformed into a charming facility that even hosted Queen Elizabeth II during her 1959 visit to Vancouver.  We hope you can join us for a true Vancouver experience.

Note: Pets are not permitted inside Stanley Park Pavilion with the exception of licensed service animals. Also, Stanley Park Pavilion and Stanley Park have a no smoking policy.

Wednesday May 10, 2023 7:00pm - 10:00pm PDT
Stanley Park Pavilion
 
Thursday, May 11
 

7:00am PDT

5K Fun “Run”
A big thank you to our hosts, Run Vancouver Adventures! They have put together a city guide for us, feel free to use!

They've also left a gift for participants at the Registration Desk, there's a branded, drawstring bag as thank you for joining!

Meet at: 6:45am
Activity from: 7:00 – 8:00 am
Location: Vancouver Convention Centre: Thurlow Street Entrance

Don’t forget to pack your running gear because the Fun “Run” is on! This activity is great for all fitness levels as there will be (3) pace groups: walking, jogging, and a running group.

Lace up your running shoes and get to know Vancouver on this early morning tour around Stanley Park.
There is no cost to participate and space is available on a first-come, first-served basis.

*Participants must be registered for Open Source Summit North America 2023, have their event badge, and will be required to provide their own running attire and water.

Thursday May 11, 2023 7:00am - 8:00am PDT
Vancouver Convention Centre: Thurlow Street Entrance

8:00am PDT

8:00am PDT

Hacker Space
A space for peer learning and knowledge sharing.

Thursday May 11, 2023 8:00am - 6:00pm PDT
Level 2 City Foyer

8:00am PDT

8:00am PDT

Zen Zone
All attendees may feel free to use the Zen Zone as needed for sensory relaxation, meditation and worship. It is a physical space where conversation and interaction are not allowed, where attendees can go if for any reason they can’t interact with other attendees at that time.

Thursday May 11, 2023 8:00am - 6:00pm PDT
204 (Level 2)

8:00am PDT

9:00am PDT

Keynote: Data Driven Insights from LF Research - Hilary Carter, SVP of Research & Communications, The Linux Foundation
Speakers
avatar for Hilary Carter

Hilary Carter

SVP Research & Communications, The Linux Foundation
Hilary Carter is SVP of Research and Communications, supporting the development of open source research projects and publications at the Linux Foundation. As a writer, researcher, and program leader, Hilary has produced decision-useful insights and world class communications that... Read More →


Thursday May 11, 2023 9:00am - 9:10am PDT
West Ballroom A (Level 1)

9:10am PDT

Keynote: ChatGPT, Stable Diffusion, and the Future of Open Source AI - Stella Biderman, Lead Scientist, Booz Allen Hamilton & Executive Director, EleutherAI
The past year has seen an explosion in large-scale generative AI technologies such as ChatGPT, LLaMA, DALL-E, and Stable Diffusion. These technologies have brought with them a renewed conversations about the ethics of open source technology, data usage, and individual rights in the AI world.


In this talk Stella draws on her experience developing several of the world’s most powerful open source generative AI technologies to discuss why open source values remain essential for artificial intelligence, and what role the open source community at large can play in the continued unfolding of this technology.

Speakers
avatar for Stella Biderman

Stella Biderman

Lead Scientist at Booz Allen Hamilton & Executive Director, EleutherAI
I am a mathematician and artificial intelligence researcher at Booz Allen Hamilton and EleutherAI who specializes in natural language processing, ML interpretability, and AI ethics.Over the past several years my work has focused on making cutting edge AI technologies more widely accessible... Read More →


Thursday May 11, 2023 9:10am - 9:25am PDT
West Ballroom A (Level 1)

9:30am PDT

Keynote: Building Bridges: The Power of Community in Open Source Container Runtime Tools - Phil Estes, Principal Engineer, Amazon Web Services (AWS)
Upstream contributions are always an investment. They’re an investment not only in a particular project but an investment to a broader community and even the industry. In this keynote, Phil will talk about AWS’ ongoing upstream investments in the container space, covering everything from the OCI specifications through to runtime components like container and BuildKit. Our latest contributions include Finch, an open source container developer tool that is a distribution of many of these same runtime projects we have been investing in for years.

Phil’s talk will explore the reasons why investing in these vendor-neutral projects brings value that spans from the developer’s laptop all the way to cloud-scale Kubernetes. We believe that this collaboration in upstream projects like containerd and the OCI are supporting millions of users and benefitting the industry as a whole. Amazon could never achieve the same impact by developing proprietary software or single vendor open source. Phil will describe the value in this broad collaboration and invite attendees to participate and contribute in the exciting space of container runtime tooling.

Speakers
avatar for Phil Estes

Phil Estes

Principal Engineer, AWS
Phil is a Principal Engineer for Amazon Web Services (AWS), focused on core container technologies that power AWS container offerings like Fargate, EKS, and ECS.Phil is currently an active contributor and maintainer for the CNCF containerd runtime project, and participates in the... Read More →


Thursday May 11, 2023 9:30am - 9:45am PDT
West Ballroom A (Level 1)

9:50am PDT

Keynote: The Work’s Never Done: Open Source Software and Risk Management - Vincent Danen, Vice President of Product Security, Red Hat
Every software company today has to balance creating value for their customers while also reducing risk — because risk can never be fully eliminated. Join this session to hear Red Hat VP of Product Security Vincent Danen talk about his approach to managing risk and vulnerabilities with open source software, and how Red Hat works toward ensuring safer consumption of software for all of its customers.

Speakers
avatar for Vincent Danen

Vincent Danen

Vice President of Product Security, Red Hat
Vincent Danen is the Vice President of Product Security at Red Hat, which is responsible for security and compliance activities for all Red Hat products and services. Vincent has been involved with open source and software security for over 20 years, leading security teams and participating... Read More →


Thursday May 11, 2023 9:50am - 9:55am PDT
West Ballroom A (Level 1)

10:00am PDT

10:10am PDT

Keynote: Open to Innovation - John Jordan, Executive Director, BC Digital Trust Service, Province of British Columbia
Discover the province of British Columbia’s journey of putting “open by default" into practice: why it’s important to us, how we’re fostering a culture of “open", and how we're using open-source projects to innovate, give back to the open-source community, and make people's digital lives safer and more secure.

Speakers
avatar for John Jordan

John Jordan

Executive Director, BC Digital Trust Service, Province of British Columbia
John Jordan is the Executive Director of the BC Digital Trust Service. He is an experienced product executive and technology strategist who has over 25 years of experience in both the private and public sectors. Currently he is leading the Province of British Columbia’s participation... Read More →


Thursday May 11, 2023 10:10am - 10:25am PDT
West Ballroom A (Level 1)

10:25am PDT

10:25am PDT

Puppy Pawlooza
Location: Vancouver Convention Center, West Level 1 Ballroom Foyer

Puppy Pawlooza is back by popular demand! We are excited to invite a few furry friends to join us this year at the event. These certified therapy dogs will be relaxing with their handlers, waiting for your attention. Each dog will be on a leash, and you’re welcome to come give them pets, sit with them, and enjoy the happiness that interacting with animals can bring.

Thursday May 11, 2023 10:25am - 11:00am PDT
West Level 1, Ballroom Foyer

10:25am PDT

Sponsor Showcase
This is the place to network, meet up, and learn more about companies that sponsor this event.

Thursday May 11, 2023 10:25am - 6:45pm PDT
Sponsor Showcase - West Ballroom B-D (Level 1)

11:00am PDT

Improving Containers Isolation in Kubernetes - Cosmin Cojocar, Adobe
Kubernetes Security Profiles Operator(https://github.com/kubernetes-sigs/security-profiles-operator) is a project which aims to make it easier to use security profiles such as SELinux, seccomp and AppArmor in Kubernetes to enhance containers security. Tailoring and deploying dedicated security profiles is a prerequisite for any Kubernetes workload which requires increased container isolation. This is especially important in a multi-tenant cluster executing containers owned by the users. In this talk, we will provide an introduction to security profiles operator project, including several examples. Also we will explain how it leverages eBPF to make creation of custom security profiles easy. Finally, we will conclude with some lessons learned at Adobe from using security profiles operator for containers isolation.

Speakers
CC

Cosmin Cojocar

Senior Computer Scientist, Adobe
Cosmin is a Senior Computer Scientist at Adobe working on cloud security. He is involved in Open Source for more than 10 years, as contributor and maintainer of several projects, such as: gosec, security profiles operator, Jenkins X and Kubernetes among others.



Thursday May 11, 2023 11:00am - 11:40am PDT
118 (Level 1)
  ContainerCon, Security/Authentication

11:00am PDT

Migrating Mission Critical Workloads from Mainframe to Open Source - Seshu K Guddanti & Venkat Mopuri, U.S Bank
Banks traditionally have used mainframes for running mission-critical loads such as managing financial transactions and customer management. The banks trusted mainframes to run mission-critical due to reliability, data consistency, security, and performance. Recently, U.S. Bank migrated workloads to open-source distributed systems due to high operating costs and the necessity for the rapid addition of new features.  

U.S. Bank moved workloads from mainframes to Cassandra. The streaming solution (Spring boot, Kakfa, Spark) synchronized data between Cassandra and the mainframes in less than 500 milli seconds. Using this solution U.S. Bank (5th largest bank) able to move to 60% of requests to the new solution and reduce the mainframe utilization. The entire new infrastructure was based on open source and had to earn the bank's trust regarding reliability, data loss & consistency, security, and performance. 

In the talk, we would like to present the challenges and learnings in proving open-source-based solutions to match the gold standard of the mainframe in being mission-critical in terms of resiliency, data consistency, scale and performance. We also want to show how open-source exceeded expectations in cost savings, scale, and performance.

Speakers
SK

Seshu K Guddanti

Sr. Director Software Engineering, U.S Bank



Thursday May 11, 2023 11:00am - 11:40am PDT
119 (Level 1)

11:00am PDT

Hidden Differences: How to be Inclusive When you Don't Know - Cynthia Coupe, OARS
This presentation will focus on best practices and strategies for inclusiveness of your team from the lens of neurodivergent (autistic, ADHD, anxiety, dyslexia, etc) minds.

Workplaces and managers are being asked to be all inclusive for their workers, but what does this mean? How can you be inclusive if you don't know there is a difference? Sometimes we have employees who don't even know they are neurodivergent, so how do we navigate this in the workplace to be inclusive of all people, whether or not their differences are hidden, known or unknown? How can we create an environment where everyone is supported if we don't even know what who or what we are supporting?

This presentation will address these issues and provide some guidance as to how to make an inclusive workplace, what inclusive attitudes are and why this is important for everyone.


Speakers
avatar for Cynthia Coupe

Cynthia Coupe

CEO/Owner/Speech Language Pathologist, OARS
A self-diagnosed neurodivergent, Cynthia Coupé is a Speech Language Pathologist (SLP) and Diversity, Equity and Inclusion Specialist committed to transforming traditional systems to better serve people with special needs. She is also a mother, TEDx speaker, blogger, and change agent... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
215-216 (Level 2)
  Diversity Empowerment Summit, Strategies for Inclusiveness
  • Audience Level Any
  • Session Slides Attached Yes

11:00am PDT

Reducing the Kernel's Slab Allocators: Progress Report - Vlastimil Babka, SUSE
For many years, the kernel has offered the choice of three different slab allocators - SLAB, SLUB and SLOB. There is an ongoing effort to remove all but one of them. The SLOB allocator has been already marked as deprecated for the 6.2 kernel version. The talk will describe how we got here, what are the differences between the three allocators and why it's desirable to reduce them to a single one, namely SLUB. The aim is also to report the latest progress on the topic, which should be discussed at LSF/MM just days before the conference. It's possible that there are still workloads that perform better with SLAB than SLUB and it might be necessary to first improve SLUB to accommodate those workloads better, in order to avoid regressions. The topic is a continuation to the talk at Linux Plumbers Conference that has started the whole effort. The difference is that the background can be discussed more in-depth, while the Plumbers and LSF/MM session is rather a developer discussion. Another difference is that the latest progress since Plumbers can be reported.

Speakers
avatar for Vlastimil Babka

Vlastimil Babka

Linux Kernel Developer, SUSE
Vlastimil is a Linux kernel developer working at SUSE. His main focus is memory management. He is one of the maintainers for the slab allocators subsystem and the actively handles the slab git tree.



Thursday May 11, 2023 11:00am - 11:40am PDT
109 (Level 1)
  LinuxCon, Memory management

11:00am PDT

Homomorphic Encryption in the Open Source World - Aakanksha Duggal, Red Hat
There are over 5 trillion megabytes of data on the internet, and private information and data from phones and laptops are all over the internet. We often tend to accept the privacy policies of various websites without even looking and hence causing a transfer of information to the world. However, some websites and platforms allow you to anonymize your personal information and still allow these websites to make inferences and analyze the data via Data anonymization. Using this capability of securing and ensuring almost encrypting personally identifiable data in a dataset, we can make the data live in the open source world. Such is the concept of Homomorphic Encryption, it allows us to eliminate the tradeoff between data usability and privacy, and keep it safe, secure, and private even in the most untrusted environments, like public clouds or external parties. In this session, we will cover what is Homomorphic Encryption and how this can change the outlook on Open Source Data. We will also demonstrate the intersection of AI and how holomorphic encryption can enable multi-party data sharing.

Speakers
avatar for Aakanksha Duggal

Aakanksha Duggal

Senior Data Scientist, Red Hat
Aakanksha Duggal is a Senior Data Scientist in the Emerging Technologies Group at Red Hat. She is a part of the Data Science team and works on developing open source software that uses AI and machine learning applications to solve engineering problems.



Thursday May 11, 2023 11:00am - 11:40am PDT
206 (Level 2)
  Open AI & Data Forum, Security and Privacy

11:00am PDT

OpenFL: A Federated Learning Project to Power (and Secure) Your Projects - Ezequiel Lanza, Intel
OpenFL is a Python 3 framework for Federated Learning. Designed to be flexible, extensible and easily learnable tool for data scientists is a community supported project that enables organizations to collaboratively train a model without sharing sensitive information, originally developed by Intel Labs and the Intel Internet of Things Group. The team would like to encourage any contributions, and aims to be community-driven. It employs narrow interfaces and allows running all the processes within Trusted Execution Environments (TEE) to provide confidentiality of data and models, integrity of computation, and enable attestation of compute resources. To protect information while still leveraging ML models to automate scan analysis, Intel Labs and UPenn used data from over 71 medical institutions to apply and test the efficacy of federated learning for brain tumor edge detection. https://d1io3yog0oux5.cloudfront.net/_49fa703c82f3582cf6fc2f8361247b8e/intel/news/2022-12-05_Intel_and_Penn_Medicine_Announce_Results_of_1593.pdf With FL hardware and software, sensitive data can be secured at the source, while the AI model still benefits from a larger data set. Learn how you can adopt, contribute and secure federated learning.

Speakers
avatar for Ezequiel Lanza

Ezequiel Lanza

AI Open Source Evangelist, Intel
Passionate about helping people discover the exciting world of artificial intelligence, Ezequiel is a frequent AI conference presenter and the creator of use cases, tutorials, and guides that help developers adopt open source AI tools. Ezequiel is preparing his Thesis to get the Master's... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
205 (Level 2)
  Open AI & Data Forum, Model
  • Audience Level Any
  • Session Slides Attached Yes

11:00am PDT

Online Identity with Verifiable Credentials and ZKPs Using High School Math - Stephen Curran, Government of British Columbia
Online identity doesn't have to be stuck in today's surveillance paradigms. Privacy-preserving verifiable credentials built on zero-knowledge proofs (ZKPs) can be game changers for digital identity and trust. Hyperledger AnonCreds is an open source implementation of verifiable credentials (VCs)--digital versions of the paper credentials we use daily to share information about ourselves. AnonCreds (Anonymous Credentials) extend the VC model using ZKPs to include important privacy-preserving capabilities that can enable online trust without tracking. ZKPs allow you to prove something is true to another party without conveying any additional information. The classic example is proving (not just claiming) you are over the age of 19 based on your date of birth without actually revealing your date of birth. In this session, we'll provide an overview of the AnonCreds project, dive down (but just to a high school math level) into the magic of ZKPs, and show how privacy-preserving online identity solutions can be enabled with the ZKPs found in the AnonCreds specification and implementations. We'll cover how ZKPs are used in AnonCreds, run some peer-to-peer agents to see AnonCreds in action, and discuss how verifiable credentials can play a key identity role in the Metaverse.

Speakers
avatar for Stephen Curran

Stephen Curran

Open Source Community Lead and Senior Architect, Government of British Columbia
Stephen Curran has worked with the Government of British Columbia for 5+ years on open source decentralized digital identity and trust capabilities based on the Linux Foundation's Hyperledger Aries, AnonCreds, and Indy projects. He contributes to Hyperledger on open specifications... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
207 (Level 2)

11:00am PDT

Don’t Love It to Death: Best Practices for Downstream Use of Project Trademarks - Daniel Scales, The Linux Foundation
Many open source projects would love to have a large community of adoring users who publicize how great the technology is. But even well-intentioned users can do harm when using the project name and logos to promote the project or their own offering that leverages the technology. Taken too far in a wrong direction, such promotion can alienate other community members, confuse contributors, and possibly invalidate the trademark rights altogether. In this session, Daniel Scales will explore some best practices for downstream use of project trademarks—beyond simply obeying the law and the project’s own guidance (although that will be covered, too). The session will also explore how projects can help keep their downstream users on the right path.

Speakers
avatar for Daniel Scales

Daniel Scales

Chief Brand Counsel, The Linux Foundation
Daniel Scales is Chief Brand Counsel for The Linux Foundation. He has worked with The Linux Foundation and its projects on trademark matters for over 10 years, previously at the Boston law firm Choate, Hall & Stewart. Daniel also worked as IP Counsel at Avid Technology, where, in... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
208-209 (Level 2)

11:00am PDT

The FLOSSbok Project: Defining a Body of Knowledge About Open Source - Anthony I Wasserman, Carnegie Mellon University - Silicon Valley
The goal of the FLOSSbok project is to develop a comprehensive description of the various topics associated with free, libre, and open source software. The Software Engineering Body of Knowledge (SWEBOK) and the Project Management Body of Knowledge (PMBOK) serve as models for this project. The intent of this effort is not to replace the vast arrays of printed and electronic materials related to FLOSS, but rather to provide both newcomers to open source and experienced professionals with a guide to that material. FLOSSbok includes brief descriptions of specific topics, along with links to relevant published and online materials where one can explore those topics further. The materials cover technical and business topics. At present, there is an initial detailed outline, available at FLOSSbok.org as a WordPress document under a Creative Commons license. Along with gathering new material, the current phase is to create an Editorial Advisory Board and to identify editorial leadership for each major topic area, and recruit volunteers to contribute content. The overall goal is to provide a resource for those who want to learn about open source, as well as for people developing related courses and educational materials.

Speakers
avatar for Tony Wasserman

Tony Wasserman

Professor of Software Management Practice, Carnegie Mellon University - Silicon Valley
Anthony I. (Tony) Wasserman is a Professor in the Software Management program at Carnegie Mellon University's Silicon Valley campus. There he created the Center for Open Source Investigation, which serves as a focus for his research on evaluation, adoption, and use of open source... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
211 (Level 2)
  Open Source Leadership Summit, Educational Foundations
  • Audience Level Any
  • Session Slides Attached Yes

11:00am PDT

Dev-Driven Automated Deployments Like a Cloud Native Pro (Even if You’re a Beginner) - Juozas Gaigalas, Weaveworks
This talk shows two exciting demos right from an IDE. The first is for the app developer in VS Code, kicking off a complex deployment in Kubernetes, with canary capabilities, and compliant and secure policies all in place. That app developer doesn’t have to wait in long queues for the Platform team to manage the request. The dev can also execute this deployment without needing to know what’s under the hood or being a Kubernetes expert. You execute the deployment and get back building great apps, being innovative, and helping the team be competitive. The second demo is for the platform team on how to set up this type of capability for internal customers. The talk will show how to set up the deployment using an open source GitOps extension for VS Code, Kubernetes, and other tools for deployments that are scalable, secure, and policy-driven. Moreover, the talk will cover how to make these capabilities self-service so that the platform team doesn’t have to manage each request manually. By the end of this talk, App Devs will have a tool to increase their development velocity, and Platform teams will be able to automate these processes so that they aren’t bogged down with manual services, maintenance, and fires.

Speakers
avatar for Juozas Gaigalas

Juozas Gaigalas

Developer Experience Engineer, Weaveworks
Juozas Gaigalas is a Developer Experience Engineer at Weaveworks. Previously Juozas has worked as a DevOps and infrastructure engineer at Accenture and Intuit, as well as contributing to large-scale Earth data modelling, observation, visualization and metadata systems in graduate... Read More →


Thursday May 11, 2023 11:00am - 11:40am PDT
116-117 (Level 1)

11:00am PDT

Panel Discussion: Build a Community, Not a Framework - Matteo Collina, Platformatic; Christian Bromann, Stateful Inc.; Robin Bender Ginn, OpenJS Foundation
Speakers
avatar for Robin Bender Ginn

Robin Bender Ginn

Executive Director, OpenJS Foundation
Robin Bender Ginn is the Executive Director of the OpenJS Foundation, the neutral home to drive broad adoption and ongoing development of key JavaScript and web technologies. She has led major initiatives advancing open source technologies, community development, and open standards... Read More →
avatar for Christian Bromann

Christian Bromann

Founding Engineer, Stateful Inc.
Founding Engineer at Stateful measuring and improving developer happiness every day a bit more. Open Source and Open Standards Advocate. Cross Project Council member at the OpenJS Foundation representing WebdriverIO.
avatar for Matteo Collina

Matteo Collina

CTO, Platformatic
Matteo is the Co-Founder and CTO of Platformatic.dev with the goal to remove all friction from backend development. He is also a prolific Open Source author in the JavaScript ecosystem and modules he maintain are downloaded more than 12 billion times a year. Previously he was Chief... Read More →


Thursday May 11, 2023 11:00am - 11:40am PDT
210 (Level 2)

11:00am PDT

Lessons Learned from Code.gov: The U.S. Federal Government’s Open Source Program Office - Joseph Castle, SAS Institute, Inc. & Sara Cope, Salesforce, Inc. - Heroku
In 2016, the U.S. federal government issued the Federal Source Policy: Achieving Efficiency, Transparency, and Innovation through Reusable and Open Source Software. The policy called for the creation of Code.gov, which included an open source program office (OSPO) and technical platform for harvesting and hosting federal agency source code and open source software (OSS). In this presentation, you will hear from the former Director of Code.gov, Dr. Joseph Castle, and the former lead engineer, Sara Cope, about lessons learned over a four-year period, from policy inception through implementation. They will share lessons related to aspects of standing up and managing the OSPO, educating federal agencies or large organizations about source code management, working with agencies to cleanse code to publish as OSS, creating a community with government, industry, and academia, and creating and managing the technical platform. Examples of robust OSS projects that garnered substantial communities and contributions will be provided.

Speakers
avatar for Sara Cope

Sara Cope

Lead Software Engineer, Salesforce, Inc. - Heroku
Ms. Cope is a lead software engineer for Heroku where she works on a team of front-end developers on key product features. Prior to Heroku, Sara was a front-end developer for the U.S. General Services Administration leading Digital.gov and served as the front-end engineer on Co... Read More →
avatar for Joseph Castle

Joseph Castle

Executive Advisor for Strategic Partnerships & Technology, SAS Institute, Inc.
Dr. Castle builds strategic relationships with the U.S. public sector with SAS. This involves educating current and potential customers about data analytics, artificial intelligence (AI), machine learning (ML), cloud-based environments, development operations (DevOps), and open source... Read More →



Thursday May 11, 2023 11:00am - 11:40am PDT
217-219 (Level 2)
  OSPOCon, OSPO Lessons Learned

11:00am PDT

Panel Discussion: Open Source Supply Chain Security - Are Containers the Biggest Blind Spot? - Lisa-Marie Namphy, CockroachDB; Liz Rice, Isovalent; Josh Bressers, Anchore; Ayse Kaya, Slim.AI
Supply chain security has taken center stage recently due to zero day attacks such as typosquatting, and hijacking introduced via third-party ecosystems. Publicly facing open source resources and containers are not immune to such attacks, on the contrary, they may be one of the biggest blind spots we have. It has become clear that software supply chain can quickly become the weakest link in our security ecosystem, and containers are particularly problematic due to their popularity in developer workflows, where oftentimes developer velocity and updates lag behind the speed at which container vulnerabilities are introduced. Join container security industry experts Liz Rice, Ayse Kaya and Josh Bressers with Lisa-Marie Namphy moderating, as they unpack security fractals, SBOMs, the container security landscape and everything else open source developers should be concerned about when leveraging publicly facing resources in today's modern engineering toolchains. Join with questions and you'll come away from this session with good practices and tips for managing your open source supply chain hygiene.

Speakers
avatar for Josh Bressers

Josh Bressers

VP of Security, Anchore
Josh Bressers is the Vice President of Security at Anchore. Josh has helped build and manage product security teams for open source projects as well as several organizations. Josh is a member of the OpenSSF Technical Council and co-hosts the Open Source Security Podcast and the Hacker... Read More →
avatar for Lisa-Marie Namphy

Lisa-Marie Namphy

Head of Developer Relations, CockroachDB
Lisa is a developer advocate and community architect, and a CNCF Ambassador with 20+ years of experience primarily at Cloud Native, Analytics, and Enterprise Software companies and start-ups. Lisa organizes and runs the SF Bay Cloud Native Containers User Group (one of the world’s... Read More →
avatar for Liz Rice

Liz Rice

Chief Open Source Officer, Isovalent
Liz Rice is Chief Open Source Officer with eBPF specialists Isovalent, creators of the Cilium cloud native networking, security and observability project. She sits on the CNCF Governing Board, and on the Board of OpenUK. She was Chair of the CNCF's Technical Oversight Committee in... Read More →
avatar for Ayse Kaya

Ayse Kaya

Senior Director of Strategy and Analytics, Slim.AI
Ayse Kaya is the Senior Director of Strategy and Analytics at Slim.AI. She is an accredited data scientist and container enthusiast. A graduate of the MIT Sloan School of Management's Operations Research Center, Kaya was previously a strategy and analytics lead at CloudLock and Cisco... Read More →


Thursday May 11, 2023 11:00am - 11:40am PDT
122 (Level 1)

11:00am PDT

The Importance of Developer Tooling to Make Open Source More Secure by Default - Brian Behlendorf, Open Source Security Foundation (OpenSSF)
One important aspect of the Open Source Software (OSS) community’s collective security response should be to create developer tooling. Such tooling makes it easier to write secure software by default and reduces the burden on maintainers. Research by the OpenSSF and Linux Foundation have shown that maintainers often benefit from better developer tooling, particularly when they might not otherwise have bandwidth to focus on security. Examples include CI pipeline tooling, tools such as Sigstore for package signing and verification, and efforts such as automated vulnerability scans and remediation. Part of the OpenSSF’s Alpha-Omega Project, “Omega”, also works on applying automated security analysis, scoring, and remediation guidance to maintainer communities of the “long tail” of open source projects. There is a lot of potential for the community to improve this as a whole: for example, we could create CI tools to make it easier to integrate fuzzers or static analysis tools into pipelines. This session will discuss existing initiatives in this space and ideas for potential future directions of security tooling, as well as ways to get involved in these projects.

Speakers
avatar for Brian Behlendorf

Brian Behlendorf

Managing Director, Open Source Security Foundation, The Linux Foundation
Brian Behlendorf is the General Manager for the Open Source Security Foundation (OpenSSF), an initiative of the Linux Foundation, focused on securing the open source ecosystem. Brian has founded and led open source software communities and initiatives for more than 30 years, first... Read More →


Thursday May 11, 2023 11:00am - 11:40am PDT
121 (Level 1)

11:00am PDT

Tutorial: Take the Power Back on Your Containers with Flatcar - Mathieu Tortuyaux, Microsoft
Flatcar is an operating system designed to securely run container workloads. How? By providing the tools required, the minimal amount of packages to limit the size of the OS and by locking the /usr in an immutable way. The goal of this tutorial is to guide ops and devops to get started with Flatcar, how Flatcar can be deployed using Terraform and provisioned with Ignition in an infrastructure and how you can safely forget about Flatcar by setting-up the auto-update of the OS via Nebraska.

Speakers
avatar for Mathieu Tortuyaux

Mathieu Tortuyaux

Linux OS Software Engineer, Microsoft
Mathieu is working as a Linux OS software engineer @ Microsoft mainly involved in the Flatcar development (an open-source Container OS Linux distribution). He mainly works on the tests automation, release cycle and feature development. Outside of the work, he co-founded the SRE France... Read More →



Thursday May 11, 2023 11:00am - 12:35pm PDT
110 (Level 1)
  CloudOpen, Container and Infrastructure Security

11:55am PDT

Otel Collector: The Swiss Army Knife of Observability - Chris Featherstone & Shubhanshu Surana, Adobe
OpenTelemetry Collector has solved a fundamental problem which many engineering organizations have been struggling with for past many years.  Adobe like many other companies struggled with a complex observability architecture. We being users of multiple different observability tools had to maintain separate apps to capture metrics, logs and trace data.  How did we solve it:  We would like to share our journey of adopting the Otel Collector within Adobe. We will talk about the different exporters and processors we are using for sending the data to different backends. We will describe how easy it was to build an authentication extension for otel collector for authentication of metrics & trace data. Finally, we will discuss our future plans with the Otel Collector and how we see it benefiting us in the long run.  Benefits to Attendees:  As more software development teams adopt OpenTelemetry and implement all the different observability signals in their systems, it is always helpful to know how the Otel collector can help them in this journey. With this talk we would like to share how OpenTelemetry simplified our complex environment, and help other teams do the same.

Speakers
avatar for Chris Featherstone

Chris Featherstone

Senior Manager, Software Development, Adobe
Chris is a Senior Manager over Observability at Adobe. His focus areas are metrics, tracing, and pushing OpenTelemetry at scale. Prior to management, he worked as an SRE for over a decade, trying to raise the observability bar across the industry. Outside of work, you will likely... Read More →
avatar for Shubhanshu Surana

Shubhanshu Surana

Software Engineer, Adobe
Shubhanshu Surana joined Adobe in 2019 and have been working in the observability space since then. Currently, he is focused on Tracing adoption at Adobe and working with teams on their OpenTelemetry journey.



Thursday May 11, 2023 11:55am - 12:35pm PDT
118 (Level 1)
  ContainerCon

11:55am PDT

Scaling the Security Researcher to Eliminate OSS Vulnerabilities Once and for All - Jonathan Leitschuh, Open Source Security Foundation/Linux Foundation
Hundreds of thousands of human hours are invested every year in finding security vulnerabilities with relatively simple fixes. These vulnerabilities aren’t sexy, cool, or new. We’ve known about them for years, but they’re everywhere! The scale of GitHub & tools like CodeQL (GitHub's code query language) enable scanning of vulnerabilities across hundreds of thousands of OSS projects, but the challenge is how to scale the triaging, reporting, and fixing. Simply automating the creation of thousands of bug reports by itself isn’t useful, and would be a burden on volunteer OSS maintainers. Ideally, the maintainers would be provided with not only information about the vulnerability, but also a fix in the form of an easily actionable pull request. When facing a problem of this scale, what is the most efficient way to leverage researcher knowledge to fix the most vulnerabilities across OSS? This talk will cover a highly scalable solution - automated bulk pull request generation. We’ll discuss the practical applications of this technique on real-world OSS projects. We’ll also cover technologies like CodeQL & OpenRewrite (a style-preserving refactoring tool created at Netflix and now developed by Moderne). Let’s not just talk about vulnerabilities, let’s actually fix them at scale.

Speakers
avatar for Jonathan Leitschuh

Jonathan Leitschuh

Senior Software Security Researcher, Open Source Security Foundation/Linux Foundation
Jonathan Leitschuh is a Senior Software Security Researcher currently working for the Open Source Security Foundation (OSSF). He was the first Dan Kaminsky Fellow and former Software Engineer. Jonathan is best known for his July 2019 bombshell Zoom 0-day vulnerability disclosure... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
119 (Level 1)

11:55am PDT

Is ChatGPT (and Other AI) the Enemy of Diversity? - Quiana Berry, Red Hat
Artificial intelligence (AI) has the potential to revolutionize many aspects of our lives. BIPOC (Black, Indigenous, and People of Color) communities are often disproportionately affected by the negative consequences of AI. Through a combination of research, personal anecdotes, and examples, I will demonstrate that AI has the potential to improve the lives of BIPOC individuals, but also highlight the proactive steps we must take as a community to ensure that these systems are fair, unbiased, and inclusive. I will also invite the audience to co-architect solutions. Key takeaways from the speech: Understanding the impact of AI on BIPOC communities and the need to overcome existing biases and discrimination. Communicating the potential benefits and risks of AI for BIPOC communities and the importance of building a more equitable future for all.

Target Audience: AI professionals, researchers, policymakers, and anyone interested in the intersection of AI and social justice.

The audience will leave with a better understanding of the impact of AI on BIPOC communities and the steps that can be taken to create a more equitable future for all. Additionally, the audience will be motivated to take action toward creating inclusive and fair AI systems.

Speakers
avatar for Quiana Casandra Berry

Quiana Casandra Berry

Technical Product Manager, Red Hat
Quiana is an Afro-Latina global citizen and DEI-B advocate with roots in Spanish Harlem NYC. With an educational background in Anthro/Bio/Chemistry from CUNY she approaches technology from a human-centric lens and uses a research approach to business. She applies her passion for Human-Computer... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
215-216 (Level 2)

11:55am PDT

Cadence: The New Open Source Project for Building Complex Distributed Applications - Ender Demirkaya & Emrah Seker, Uber
Cadence is a powerful new open source tool addressing many of the challenges around building and operating complex distributed applications – namely, ensuring their durability, availability, and scalability. Developers grapple with convoluted systems when building long-running business processes, which require tracking complex states, responding to asynchronous events, and communicating with external dependencies which may or may not be reliable. Because these solutions require difficult maintenance and commonly suffer from availability issues, developer productivity is often sacrificed to prevent their collapse. Session attendees will understand how open source Cadence abstracts and eliminates this burdensome complexity by offering a fault-oblivious stateful code platform. Cadence functions by preserving an application’s entire state in durable and independent virtual memory. Any workflow interruptions that would normally put availability at risk can be easily caught up and replayed using that stored application state. This makes Cadence particularly valuable to dev teams leveraging microservices-based architectures requiring fault tolerance, as well as teams with applications relying on multi-step workflows that run concurrently, and those leveraging third-party APIs.

Speakers
avatar for Emrah Seker

Emrah Seker

Senior Staff Software Engineer, Uber
With over 18 years of experience as a software engineer and technical leader, I have worked across the entire software stack, from operating system kernel to distributed web services. My passion for building infrastructure for highly-scalable distributed systems has grown throughout... Read More →
avatar for Ender Demirkaya

Ender Demirkaya

Senior Staff Software Engineer, Uber
Ender Demirkaya is a Senior Staff Engineer and Tech Lead Manager at Uber. Prior to joining Uber in 2021, Ender was a Staff Software Engineer at Facebook, working on backend projects. Earlier in his career, he held engineering roles at Microsoft and Qumulo.



Thursday May 11, 2023 11:55am - 12:35pm PDT
120 (Level 1)

11:55am PDT

Introducing Chapel: A Programming Language for Productive Parallel Computing from Laptops to Supercomputers - Brad Chamberlain, Hewlett Packard Enterprise (HPE)
Opportunities for parallel computing are everywhere, from laptops with multicore processors and GPUs to commodity clusters, the cloud, and supercomputers. Yet even as parallelism becomes more ubiquitous, performance-oriented parallel programming remains challenging, and over time has arguably become even more so. This talk will introduce Chapel, a programming language that supports code that is clear and concise, yet whose performance and scalability competes with or beats traditional approaches like Fortran/C/C++, POSIX threads, MPI, OpenMP, CUDA, etc. Recent applications of Chapel in Aerodynamics, Data Science, and Atmospheric Research will be presented. Attendees can expect to leave the talk with an understanding of Chapel’s key features and their uses for students, hobbyists, and scientists who would benefit from scalable, parallel computations.

Speakers
avatar for Brad Chamberlain

Brad Chamberlain

Distinguished Technologist, Hewlett Packard Enterprise (HPE)
Brad Chamberlain is a Distinguished Technologist at Hewlett Packard Enterprise (formerly Cray Inc.) who has spent his career focused on user productivity for high-performance computing (HPC) systems, particularly through the design and development of the Chapel parallel programming... Read More →



Thursday May 11, 2023 11:55am - 12:35pm PDT
109 (Level 1)
  LinuxCon, Programming Languages and Toolchains

11:55am PDT

The Evolution of the Open Data Ecosystem - Ranadip Chatterjee, Google UK Ltd
Most of the first two decades of this century marked the rise of the open source big data processing systems - bringing a huge relief from vendor lock-ins and sometimes extortionate licensing terms experience in the earlier 3 decades. However, having lived through the initial bonhomie of these systems, large data organisations have got themselves into a complex spaghetti of numerous independent open source components that need a village to manage and slows pace of delivery of new features. To address this, new approaches like data mesh, open standards and open data APIs are emerging - collectively referred to as the open data ecosystem. In this talk, Ranadip will explore how the evolution of this data ecosystem can be leveraged to break the complex spaghetti that is now threatening to stifle the pace of turning data into a revenue-earning asset. In particular, this session will uncover * The underlying principles involved returning value out of data, * How complex management in operating a mish-mash of "open" systems reduces velocity of feature delivery, * Benefits of the Open Data Ecosystem in reducing friction and removing bottlenecks * Further optimisations provided by cloud providers

Speakers
avatar for Ranadip Chatterjee

Ranadip Chatterjee

Senior Data Analytics Specialist, Google Cloud, Google UK Ltd
Ranadip is a speaker and an expert in open source data analytics, cloud-based solutions and emerging practices like Open Data ecosystems and data mesh concepts. Starting as a software product developer, he has played the role of a data architect, consultant, advisor to startup founders... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
206 (Level 2)

11:55am PDT

(Averting) Dystopia: Learning from the Current Metaverse Citizens to Prevent Disaster - Layl Bongers, CELPHASE
Our industry is full of lofty goals and promises of new opportunities of working in the metaverse. Some consider this inevitable, some consider this overblown, and some consider this dystopia. Some, however, consider this their daily reality, and they're pretty happy with it... most of the time. Join Layl in an exploration of the much overlooked current citizens of the metaverse. The many content creators and internet personalities that build the backbone of the current and next generation of online content, the industries that support them, and more importantly, why their fans care. Listen to the harrowed tales that make up their daily work schedule, the issues they're facing, and why they're deeply worried about the dawn of what we call "the metaverse". But, they are in many ways living what we are working towards. If we listen to the issues they face right now, we can learn from it and build a better future. Let's look into this crystal ball, and imagine a better metaverse. Man. That is a lot of anime.

Speakers
LB

Layl Bongers

Sole proprietor, CELPHASE
A cross-media artist and software developer, active in various communities across open source, especially in game development and the rust community. With her company, she wants to provide creative software services for online content creators, and build a manufacturing platform to... Read More →



Thursday May 11, 2023 11:55am - 12:35pm PDT
207 (Level 2)

11:55am PDT

Panel Discussion: Finding the Right Comms for Your Community: Exploring How Tech Platforms Influence Culture - Sophia Yang & Dave Clements, Anaconda; Sarah Kaiser, Microsoft; Nyah Macklin, Suborbital; Jocelyn Matthews, DevRel Collective
Have you ever had a question about a OSS project, but felt like it didn’t really merit opening an issue? Wanted to see if others would be interested in trying to reproduce a bug, but didn’t want to … well bug anyone? Informal communication platforms like async chat or ad-hoc video calls can be extremely helpful to projects of all shapes and sizes. With the right tools and moderation, these spaces can become a wonderful place to have technical discussions as well as foster community culture. This panel discussion will focus on questions community managers may consider when selecting and implementing communication platforms. Panelists are community managers that each found a different solution that worked for their community. Panelists have direct experience running community platforms like Slack, Discord, Matrix, Zulip, etc. Audience members will gain a better understanding of what can be involved in establishing, building, and maintaining successful online communication platforms for their communities. Bring your questions.

Speakers
NM

Nyah Macklin

Developer Advocate, Founding Software Engineer, Suborbital
Nyah Macklin is a Developer Advocate & Founding Software Engineer at Suborbital. Nyah has a non-traditional background, with a degree in African & Afro-American Studies from Brandeis University and a career in civil service and community organizing. This background gave them the expertise... Read More →
avatar for Dave Clements

Dave Clements

Open Source Community Manager, Anaconda
Dave is a community manager at Anaconda, where he supports the conda project, a widely used open source environment and package management system. He has been working in community management for 15 years. Before doing community management, Dave was a software engineer and database... Read More →
avatar for Sarah Kaiser

Sarah Kaiser

Senior Cloud Developer Advocate for Python, Microsoft
Sarah is a Cloud Developer Advocate for Python at Microsoft and a Python Software Foundation Fellow who has spent most of her career finding new ways to break (and re-build) technology “for science”. She got her PhD in Physics by starting plasma fires with lasers, Python, and... Read More →
JM

Jocelyn Matthews

DevRel Slack Admin, DevRel Collective
A previous engineer, Jocelyn Matthews is an admin for DevRel Collective, where ~3,000 developer advocacy, technical evangelism, community management and developer experience professionals share resources, learn best practices and find support. A Rosberg-Geist Fellow at UC Berkeley... Read More →
SY

Sophia Yang

Senior Data Scientist, Developer Advocate, Anaconda
Sophia Yang is a Senior Data Scientist and a Developer Advocate at Anaconda. She is passionate about the Python open-source and data science community. She is the author of multiple Python open-source libraries. She serves on the Steering Committee of the Python visualization system... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
211 (Level 2)

11:55am PDT

Sponsored Session: Leadership in Open Source and Why Companies Care - Dmitry Vinnik, Meta
In this talk, we will discuss the importance of open source for companies and how to become a leader in the open source space. By contributing to open source projects, companies can establish themselves as thought leaders, build credibility with customers, and increase productivity.

Join us to learn how open source can help drive innovation, improve customer satisfaction, and keep companies ahead of the competition.

Speakers
avatar for Dmitry Vinnik

Dmitry Vinnik

Engineering Manager, Meta
Dmitry Vinnik is an Engineering Manager specializing in AI/ML. He is currently working at Meta, where he leads a team of engineers developing cutting-edge solutions. With a decade of experience in the tech industry, Dmitry is recognized for his expertise in developer relations, dev... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
208-209 (Level 2)

11:55am PDT

Kubernetes Security 101: Best Practices to Secure Your Cluster - Magno Logan, Trend Micro
This talk aims to overview how Kubernetes works and provide some best practices to secure your cluster whenever you deploy a new cluster on your own or via managed services such as GKE, EKS, or AKS. We will cover everything from the Control Plane, starting with the API server, including etcd, RBAC, and network policies. Then, we’ll cover the worker nodes, kubelet, audit logs, and pods’ best practices. Next, we'll talk about the CIS Benchmarks for Kubernetes and the default configurations you need to worry about when deploying a new cluster. Then, we'll show how to use RBAC and assign roles and permissions to your cluster users. We'll demonstrate how to enable audit logs for better visibility. Later, we'll set up network policies to avoid communication between pods and prevent lateral movement from attackers.

Speakers
avatar for Magno Logan

Magno Logan

Information Security Specialist
As an Information Security Specialist, Magno Logan specializes in various subjects, including Cloud, Container, Application Security Research, Threat Modeling, and Kubernetes Security. He boasts multiple international certifications and is a sought-after speaker at worldwide security... Read More →



Thursday May 11, 2023 11:55am - 12:35pm PDT
116-117 (Level 1)

11:55am PDT

Sustaining Open Source Software: Exploring Community, Financial, and Engineering Practices - Abby Cabunoc Mayes, GitHub
Speakers
avatar for Abby Cabunoc Mayes

Abby Cabunoc Mayes

Program Manager, GitHub
Abigail Cabunoc Mayes (@abbycabs) leads GitHub’s open source maintainer programs where she works to help maintainers – and the open source ecosystem – thrive. Before joining GitHub, Abby led Mozilla’s open source engagement strategy for MozFest and trustworthy AI. She founded... Read More →


Thursday May 11, 2023 11:55am - 12:35pm PDT
210 (Level 2)

11:55am PDT

Scaling an Open Source Sponsorship Program - Michael Fix & Carol Huang, Stripe, Inc.
We already know this: the open-source ecosystem needs further monetary investment from the companies that benefit most from it. Likewise, companies say they want to participate in these initiatives, but among many competing priorities, funding open source can be a difficult thing to pitch and initiate, let alone grow. This talk discusses strategies for establishing a scalable, sustainable open source sponsorship program—one that aligns internal company incentives with those of open source maintainers and the community at large. It also examines how other OSPOs have grown their existing open source sponsorship programs to meet more needs across the business, ultimately growing the overall investment in open source. Mike Fix, head of open source at Stripe, and Carol Huang, Developer Relations at Stripe, will explore lessons learned from other OSPOs to uncover tactics for scaling an open source sponsorship program in your own organization.

Speakers
avatar for Carol Huang

Carol Huang

Technical Program Manager, Developer Relations, Stripe
Carol Huang is the technical program manager for Developer Relations and a member of the Open Source Program Office (OSPO) at Stripe. She works with engineers, developer advocates, and product leads to make sure developers integrating Stripe have the best experience possible. Previously... Read More →
avatar for Mike Fix

Mike Fix

Head of Open Source, Stripe, Inc.
Mike Fix is frontend engineer and head of Open Source at Stripe. On the side, he's also the maintainer of various open-source projects, such as Carbon (carbon.now.sh) and Repo Ranger (reporanger.com). These days you will find him working over coffee in San Francisco.



Thursday May 11, 2023 11:55am - 12:35pm PDT
217-219 (Level 2)
  OSPOCon, OSPO Lessons Learned

11:55am PDT

SLSA Conformance - Kris Kooi, Google
Supply chain levels for software assurance, or SLSA (pronounced ‘salsa’), is a framework to reason about and improve the integrity of software artifacts. SLSA (https://slsa.dev) is seeing increased adoption across the industry and open source ecosystems.

In order to meet the highest level of build assurance, SLSA requires build systems to meet rigorous security standards. Many of these requirements are impractical to record in the artifact’s build provenance, so consumers have to decide whether to trust that the build system used to generate the artifact conforms to the SLSA specification. The community started the SLSA conformance program to help consumers make their trust decisions in a principled way. 

This talk describes the SLSA requirements for build systems, how the SLSA conformance program works, and how consumers can enforce their trust decisions during SLSA verification. After this talk, build system maintainers should understand the SLSA requirements and conformance program well enough to undergo the self-certification process, developers will be able to make informed decisions about which builders to use, and consumers will understand how to access public evidence that artifacts were built by SLSA-conformant build systems.

Speakers
KK

Kris Kooi

Software Engineer, Google
Kris is a Software Engineer on Google’s Open Source Security Team, focusing on supply chain security.



Thursday May 11, 2023 11:55am - 12:35pm PDT
122 (Level 1)

11:55am PDT

The Impact of Media on Cybersecurity: Using Art to Visualize Software Supply Chain Security Trends & Increase Awareness of Popular Library Vulnerabilities - Anova Hou, University of British Columbia
This talk will present the impact of media on the open source software supply chain through the lens of art and creativity. According to Sonatype’s State of the Software Supply Chain, enterprise responses to vulnerabilities in popular libraries are heavily influenced by press coverage. In response to this finding, the speaker created a multimedia series that interprets the OSS supply chain through the perspective of visual art and mainstream media. Trend data was scraped and visualized using generative art to create a body of work that highlights this pattern of media influence on cybersecurity. This talk will explain the critical combination of art and cybersecurity through a tangible project. Listeners will learn how artists and technologists can 1) collaborate on technical storytelling for diverse audiences, 2) use open source frameworks for creating new visualizations, and 3) use multi-disciplinary techniques to measure, predict, and expand awareness of OSS supply chain vulnerabilities.

Speakers
AH

Anova Hou

Business & Computer Science @ UBC | Photographer | Designer & Developer, University of British Columbia
Anova Hou is a photographer, visual artist, and designer studying business & computer science at the UBC Sauder School of Business. She is passionate about viewing technology and business through the lens of creativity to drive change. She focuses on the impact of media on the open... Read More →



Thursday May 11, 2023 11:55am - 12:35pm PDT
121 (Level 1)

12:35pm PDT

Better Together Diversity Luncheon
Better Together Diversity Luncheon
The Better Together Diversity Luncheon offers the opportunity for all event participants from marginalized communities (including race, gender, sexual orientation, and disability), and their allies, to join together to build connections to carry through the event and beyond. Our hope is that this event will help continue to increase the diversity both at the event as well as in the open source community as time goes on.

Who Can Attend?
Any event participant from a marginalized community (including race, gender, sexual orientation, and disability) and their ally guests.

Is This Event Open to Allies?
Attendees of the Better Together Diversity Social are welcome to invite (1) Ally to this event.
We encourage allies to support diversity in tech while at the event by seeking out and engaging with diverse attendees onsite.
If you are interested in learning about the other ways the Linux Foundation promotes diversity and inclusion, visit our Diversity & Inclusion page.

No pre-registration is required to attend.
We do our best to accommodate everyone interested in joining, but please note that participation is on a first-come, first-served basis.

Thursday May 11, 2023 12:35pm - 2:00pm PDT
306 (Level 3)

12:35pm PDT

1:30pm PDT

Ask the Expert Session with Anne Bertucio, Google, on Running or Setting Up an OSPO
Ask the Expert Session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Anne about Running or setting up an OSPO, Starting a OSS project/community development, or coordinated vuln disclosure for OSS projects.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Anne Bertucio

Anne Bertucio

Sr Manager, Open Source Programs Office, Google
Anne is a member of Google’s Open Source Programs Office (OSPO) where she helps teams at Google develop, contribute to, and release open source software. Anne works on strengthening the security practices of open source projects run by Google, helping Googlers work effectively and... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Brandon Lum, Google, on Supply Chain Security
Ask the Expert sessions: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Brandon about Supply Chain Security.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Brandon Lum

Brandon Lum

OSS Security Software Engineer, Google
Brandon loves designing and implementing computer systems (with a focus on Security, Operating Systems, and Distributed/Parallel Systems). Brandon is a Co-chair of the CNCF Security TAG, and as a part of Google's Open Source Security Team, he works on improving the security of the... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Nithya Ruff, Amazon, on OSPOS, Open Source Careers and Getting Involved in Open Source
Ask the Expert Session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Nithya about OSPOS, Open Source Careers and getting involved in Open Source.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Nithya Ruff

Nithya Ruff

Head, Amazon OSPO, Amazon
Nithya Ruff is the Head of Amazon’s Open Source Program Office. Open Source has proven to be one of the world’s most prolific enablers of innovation and collaboration and Amazon’s customers increasingly value open source innovation and the and cloud’s role in helping them... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Peter Brink, Underwriter Laboratories (UL), on Software Quality and Software Safety
Ask the Expert sessions: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Peter about Software Quality and Software Safety.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
PB

Peter Brink

Functional Safety Engineering Leader, Underwriter Laboratories (UL)
Pete is an Engineering Leader at kVA by UL and leads a team of software and systems engineers focused on functional safety for the automotive market using ISO 26262:2018. Pete has been with kVA by UL since 2019. Pete started his career in 1987 working on Jet Engine control systems... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Sal Kimmich and Anova Hou on Cyberscape Zine and Getting Involved with OpenSSF
Ask the Expert Session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Sal & Anova about Cyberscape Zine and Getting involved with OpenSSF.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Sal Kimmich

Sal Kimmich

Director of Open Source, AI DevSecOps, EscherCloud
With a decade of experience in open source, I've built and advocated for projects in the domains of machine learning, site reliability engineering, chaos engineering and cybersecurity. My talent lies in the tricky balance of keeping managers sane, developers happy, and deployments... Read More →
AH

Anova Hou

Business & Computer Science @ UBC | Photographer | Designer & Developer, University of British Columbia
Anova Hou is a photographer, visual artist, and designer studying business & computer science at the UBC Sauder School of Business. She is passionate about viewing technology and business through the lens of creativity to drive change. She focuses on the impact of media on the open... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Sasha Levin on LTS Kernel
Ask the Expert Session: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Sasha about the LTS Kernel.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Stormy Peters, GitHub, on Open Source Funding Opportunities
Ask the Expert sessions: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Stormy about Open Source Funding Opportunities.

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Stormy Peters

Stormy Peters

VP, Communities, GitHub


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

1:30pm PDT

Ask the Expert Session with Vincent Batts, Microsoft/Azure, on Linux OS Essentials, Container Standards/Specs; Registries & Content
Ask the Expert sessions: Sit down with open source experts to gain knowledge 1:1 and ask all your pressing questions!

Ask Vincent about Linux OS Essentials, Container Standards/Specs; Registries & Content

No sign-up necessary - just stop by the round tables in the West Level 1 - Ocean Foyer.

Speakers
avatar for Vincent Batts

Vincent Batts

Engineer, Azure
Vincent Batts is pushing forward open source cloud native infrastructure at Microsoft Azure (via Kinvolk acquisition). He has spent most of his life in Linux and open source communities. Works with emerging technology, largely related to Linux and software containers. An Open Containers... Read More →


Thursday May 11, 2023 1:30pm - 1:50pm PDT
West Level 1 - Ocean Foyer

2:00pm PDT

Application Code of Conduct - Full-Stack Policy as Code - Gabriel L. Manor, Permit.io
The increasing complexity of applications and the need for fine-grained authorization mechanisms have made it necessary to build a comprehensive policy management system that covers the entire stack. With the rise of Policy as Code, it's now possible to codify policies and enforce them at different layers of the application. One of the biggest challenges in implementing policy as code is ensuring that the policies are consistently enforced throughout the stack, and streamlining policies across multi-functional applications and business functions. It's important to have a solution that can handle policies across the full stack, from the back-end to the front-end, while also being flexible enough to support the unique needs of different business functions. In this talk, we'll share our journey of building a full-stack authorization solution using open-source tools such as Rego and the Open Policy Agent. We'll show how we used these tools to build an open-source administration layer, run sidecars in applications, and integrate with the front-end using CASL to enforce policies in the web app. Come and learn about our experience and how you can implement a similar solution for your applications.

Speakers
avatar for Gabriel Liechtman Manor

Gabriel Liechtman Manor

Director of DevRel, Permit.io
I'm a senior full-stack developer with a favorite kid named Security. For over ten years now, I've enjoyed writing clean code, simplifying complex problems, leading feature development, and influencing innovation every day. When I’m not busy with code, you’ll find me talking about... Read More →


deck pdf

Thursday May 11, 2023 2:00pm - 2:40pm PDT
110 (Level 1)
  CloudOpen, Security, Authentication and Compliance

2:00pm PDT

Level Up Your Deployments: Automate with Terraform + Flux - Priyanka "Pinky" Ravi, Weaveworks
GitOps might sound like a self-explanatory term, but it is not as easy as it sounds. Many think this just means to store your Infrastructure-as-Code in Git, then have a pipeline run the code, but it is actually much more complicated than that. True GitOps takes the deployment out of CI/CD, and the most popular solutions are using Kubernetes controllers to do all the heavy lifting. Ensure what you’ve defined in Terraform is what’s always running and available. Flux continuously looks for changes and reconciles with the desired state. Take advantage of all the benefits of GitOps: streamlined and secure deployments, quicker time to market, and more time to concentrate on app development! Pinky will provide an in-depth look at the free and open source Flux Terraform Controller, which enables Terraform deployments to be done the GitOps Way. She will end with a demo that stands up an EKS cluster and configures it. This demo will use Terraform Cloud as the backend, demonstrating the flexibility of the Terraform Controller.

Speakers
avatar for Priyanka Pinky Ravi

Priyanka Pinky Ravi

Developer Experience Engineer, Weaveworks
Priyanka (aka “Pinky”) is a Developer Experience Engineer at Weaveworks. She has worked on a multitude of topics including front end development, UI automation for testing and API development. Previously she was a software developer at State Farm where she was on the delivery... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
118 (Level 1)

2:00pm PDT

The First All-Women OSPO (Comcast) - Chan Voong & Anusha Pavuluri, Comcast
It is no news that women are underrepresented in the tech industry and even more so in open source. That’s why we are proud to announce the news of the first-ever all-women Open Source Program Office (OSPO). The Comcast OSPO is a geographically, culturally, and technically diverse team of members who identify as women, and who are accelerating in open source leadership, community, compliance, and security. This presentation will discuss the challenges women face in open source and the dynamics of an inclusive team.

Speakers
avatar for Anusha Pavuluri

Anusha Pavuluri

Technical Program Manager, Comcast
avatar for Chan Voong

Chan Voong

OSPO Technical Program Manager, Comcast
Pronouns: she/her Phonetic pronunciation: chAn vung; Chan is a Sr. Technical Program Manager at the Comcast Open Source Program Office. She works closely with technologists to successfully open source and innersource their work through the contribution request process and helps to... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
215-216 (Level 2)
  Diversity Empowerment Summit, Team Dynamics & Case Studies
  • Audience Level Any
  • Session Slides Attached Yes

2:00pm PDT

OpenWallet Holds the Key to Unlock a New Wave of Trustworthy Digital Services - Wenjing Chu, Futurewei Technologies, Inc.
Wenjing is a strong advocate and founding member of the new LFEU OpenWallet Foundation with a mission to drive global adoption of open, interoperable, safe and privacy protecting digital wallet technologies. In this talk, Wenjing will give an overview of the new OpenWallet Foundation, highlight the strategic role an open digital wallet will play in unlocking a new wave of important and valuable digital services, and explore new benefits and opportunities it will help bring for consumers, creators, developers, and businesses. A Digital Trust focused paradigm shift is coming to technology, and the OpenWallet holds that key!

Speakers
avatar for Wenjing Chu

Wenjing Chu

Senior Director of Technology Strategy, Futurewei Technologies, Inc.
Wenjing leads Futurewei's technology strategy development in Metaverse/Web3 and Trust for the future of Internet and Web. Many leading analysts have estimated up to 3 to 13 trillion USD worth of economic impact in the emerging technology super-cycle around the next wave of digital... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
120 (Level 1)
  Emerging OS Forum, New & Emerging Open Source Projects
  • Audience Level Any
  • Session Slides Attached Yes

2:00pm PDT

SFrame: The Simple Frame Stack Trace Format - Indu Bhagat, Oracle
The SFrame format is a new stack trace format, the support for which we recently introduced into the GNU Toolchain. It represents the information needed for generating simple stack traces. The SFrame format keeps track of the minimal necessary information needed for stack tracing: Canonical Frame Address (CFA), Frame Pointer (FP), Return Address (RA). This format is designed for those applications which need fast, online stack traces, while relieving the need for them to preserve the frame pointer. This can be useful, for instance, in production-like environments, in which many constraints may exist. Support for the SFrame format is available in Binutils 2.40 (Spec: https://sourceware.org/binutils/docs/sframe-spec.html). This talk will introduce the format, its support in Binutils and showcase how simple it is to generate stack traces using SFrame. It will also discuss the next steps for the format and its adoption in the GNU/Linux ecosystem. Since this work was last presented, several new ideas and changes (including a new name) were implemented. This talk will cover the progress made since then, and discuss ideas for possible use cases. The talk will also showcase some libsframe APIs and show how to easily generate stack traces using SFrame.

Speakers
IB

Indu Bhagat

Principal Software Engineer, Oracle
Indu Bhagat is a part of the Linux Toolchain group at Oracle. Previously, she has contributed to the CTF/BTF support in the GNU Toolchain and is the co-maintainer of the CTF/BTF format support in GCC.



Thursday May 11, 2023 2:00pm - 2:40pm PDT
109 (Level 1)
  LinuxCon, Programming Languages and Toolchains

2:00pm PDT

5 Steps to Deploy Cloud Native Sustainable Foundation AI Models - Chen Wang, IBM & Huamin Chen, Red Hat
In recent years, huge foundation models have exhibited new impressive capabilities like suggesting writings, helping codings, and enlightening painters. While everyone is amazed by these incredible use cases, the tradeoff between these models' performance and energy cost on Container Platforms has yet to be studied. In this talk, we will show 5 steps on how to run high-performance and energy-efficient foundation models on Kubernetes: - containerize foundation models - deploy foundation model on Kubernetes - measure the energy consumption of serving the foundation model - reduce the energy consumption of the model via tuning the GPU frequencies - study the tradeoffs between the performance of the model inference requests and the energy cost of running the model.

Speakers
avatar for Huamin Chen

Huamin Chen

Sr. Principal Software Engineer, RedHat
Dr. Huamin Chen is a passionate developer at Red Hat' CTO office. He is one of the founding members of Kubernetes SIG Storage, member of Ceph, Knative, and Rook. He previously spoke at KubeCon, OpenStack Summits, and other technical conferences.
avatar for Chen Wang

Chen Wang

Research Staff Member, IBM Research
Chen Wang is a Research Staff Member at the IBM T.J. Watson Research Center. Her interests lie in Kubernetes, Container Cloud Resource Management, Cloud Native AI systems, and applying AI in Cloud system management. She is an open-source advocate, a Kubernetes contributor, and a KubeCon... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
206 (Level 2)
  Open AI & Data Forum, Model

2:00pm PDT

Building and Supporting Open Source Communities Through Metrics - Georg Link, Bitergia
Each open source community is different and therefore requires different metrics for data-driven decisions about building and supporting it. What makes it so tricky is that everyone pays attention to different aspects of communities. In this talk, we will explore what metrics are available to look at communities and to track the impact of changes we make as we build and support them. We will look at real-world examples of how metrics have been used to build and support open source communities. This is based on conversations in the CHAOSS Project, an open source community that defined metrics and developed software to get these metrics. This talk will share what we have learned in the CHAOSS Project about having metrics for open source communities. Once the right metrics have been decided on, both technical and organizational challenges need to be overcome, which we discuss how to do. [note to program committee] This talk drew a large crowd at OSSummit EU in Dublin 2022 and were requested to give it again on the big stage. I'm submitting the talk again because it was so popular. This time, I will reduce the time spent on introducing CHAOSS metrics and spend more time with new and updated real-world examples.

Speakers
avatar for Georg Link

Georg Link

Director of Sales, Bitergia
Georg Link is an Open Source Strategist. Georg’s mission is to make open source more professional in its use of community metrics and analytics. Georg co-founded the Linux Foundation CHAOSS Project to advance analytics and metrics for open source project health. Georg is an active... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
208-209 (Level 2)

2:00pm PDT

How Far Will Open Source Innovation Go and What It Means for Patent Non-Aggression - Keith Bergelt, Open Invention Network
Open Source innovation has come a long way since Linux in the early 1990s, gaining support from MySQL, Python, Apache, and others. Fast forward to 2023. Open Source has evolved & will continue to do so. It's now considered the norm in software development, the standard for business & the mainstay technology for web, mobile, cloud, Point-of-Sale, ATMs, and smart anything. It's part of every human touch point, almost every platform & every tech application. It will persist & experience growth in Machine Learning, Artificial Intelligence, Open Source Hardware, and others. Open Source will become integrated into every industry. There's already an influx from Financial Services, Retail, Energy & others because of shifts in the way value is created in the new economy. Companies are also changing their culture to coopetition. They're adapting faster and realizing innovation without legal conflict lets the best products win. This includes patent non-aggression. Talk includes: o The patent landscape o How patent litigation risks are rising o How companies with tens of thousands of patents are recognizing the proprietary patent model is becoming too expensive and cumbersome o The business & societal benefits of patent non-aggression o Why coopetition calls for an open approach.

Speakers
avatar for Keith Bergelt

Keith Bergelt

CEO, Open Invention Network
Keith Bergelt is the CEO of Open Invention Network (OIN), the largest patent non-aggression community in history, created to support freedom of action in Linux as a key element of open source software. Funded by Google, IBM, NEC, Philips, Sony, SUSE, and Toyota, OIN has nearly 4,000... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
211 (Level 2)

2:00pm PDT

Getting to Know the Linux Kernel: A Beginner's Guide - Kelsey Steele & Nischala Yelchuri, Microsoft
"Getting to Know the Linux Kernel: A Beginner's Guide" offers a comprehensive overview of the Linux kernel and its open source community. The talk covers the essential aspects of the Linux kernel, including its role as the core component of the Linux operating system, its structure and architecture, and the development process. This presentation will take a closer look at the design of the Linux kernel, including how it is structured, how it can be modified, and how it manages resources. Additionally, attendees will learn about the opportunities to get involved in the Linux kernel community and make contributions, with information on accessing resources such as documentation, mailing lists, bug trackers, and version control systems. The talk will also explore the Linux kernel release cycle and the process for developing, testing, and distributing new versions of the kernel. Attendees will gain a deeper understanding of the open source nature of the Linux kernel and the community that surrounds it, including how to participate in mailing lists and make meaningful contributions to the development of the kernel. This talk is ideal for those new to the world of Linux or anyone looking to deepen their understanding of the Linux kernel and open source community.

Speakers
avatar for Kelsey Steele

Kelsey Steele

Software Engineer, Microsoft
Kelsey, a software engineer at Microsoft, works on the Linux kernel team and maintains the WSL2 kernel. A 2020 CS graduate from Colorado State University, Kelsey began her Linux kernel journey through the Linux Foundation's Linux Kernel Mentorship Program with a focus on the PCI subsystem... Read More →
NY

Nischala Yelchuri

Software Engineer, Microsoft
Nischala is a software engineer at Microsoft working on the Linux Kernel team in Linux Systems Group (LSG). Prior to LSG, Nischala worked on the kernel team for Azure Sphere OS where she primarily focused on optimizing memory usage and limiting resource usage using cgroups. Before... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
116-117 (Level 1)
  Open Source On-Ramp, Kernel Essentials (Beginner)

2:00pm PDT

Navigating Open Source and Open Standards for Better Cybersecurity - Jeffrey Borek & Arnaud Le Hors, IBM
For over a hundred years, traditional standards organizations have made modern life better through the establishment of guidelines that are all around us, the four main standard categories being product, service, process and management. Over the last two decades, open source software has emerged from an initial focus on operating system to virtually every part of the software stack, and established de-facto 'standards' which have reshaped the IT ecosystem. Today it’s possible to make an open source product that does not comply with many open standards, and it’s possible to make closed source products that use open standards heavily. What is the right balance between open source and open standards today? Concerns about the security of the modern software supply chain add new complexity to this complex equation. Please join this session for an up-to-the-minute look at how both the open source community and standards organizations are working to improve cybersecurity.

Speakers
avatar for Arnaud Le Hors

Arnaud Le Hors

Senior Technical Staff Member Open Technologies, IBM
Arnaud Le Hors is Senior Technical Staff Member of Open Technologies at IBM, working on a range of technologies including Blockchain, the Web, and Open Source security. He has been working on standards and open source development for over 25 years. Arnaud currently is the main representative... Read More →
avatar for Jeffrey Borek

Jeffrey Borek

WW Program Director, Supply Chain Security & Open Source, IBM
Working to build a scalable and consistent supply chain security platform, while continuing to lead the consumption compliance Open Source Program Office (OSPO), including policy, execution and guidance. Working with IBM Government & Regulatory Affairs, Software, Systems, Cloud, Consulting... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
119 (Level 1)

2:00pm PDT

Securing Your Software Supply Chain - Darcy Clarke, Independent
The software supply chain is under constant attack & threat actors look to profiteer off the cracks in its foundation. The JavaScript ecosystem is at the heart of this problem & much of the fear, uncertainty & doubt that are becoming normalized. New exciting tools & innovations that combat these problems are right around the corner. Learn more about the current state & future of security in the JavaScript ecosystem & how to protect yourself today. --- A variation of this talk was previously given at Infobip Shift in Croatia this past September 2022 - this talk will have updated/improved examples, diagrams & tooling references (this will include new slides, demos & insights tailored to OpenJS World & its audience)

Speakers
avatar for Darcy Clarke

Darcy Clarke

Open Source Engineer, Independent
Darcy is a Software Engineer, Founder, Mentor & UX Advocate who has created award-winning products & experiences with a holistic approach to problem solving for more than two decades. Most recently, he was the Staff Engineering Manager at GitHub for both the npm & GitHub CLI teams... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
210 (Level 2)

2:00pm PDT

An OSPO for OSPOs: Managing Open Source at GitHub - Eric Sorenson, Github
As the OSPO at the home for the world’s developers, GitHub’s OSPO has a unique dual mission: we’re both managing GitHub’s open source projects and helping organizations that use GitHub as the center of their OSS activity. In this talk, Eric will enumerate projects on both sides of that equation and share lessons learned from working within GitHub and with open source communities. Open source ownership: We’re building an inventory of GitHub’s hundreds of orgs and the repos they contain. This project aims to define “durable ownership” for the projects which are still viable and to send the rest of them off into the sunset. License compliance: Like many large organizations, our codebase has thousands of repos and tens of thousands of dependencies. We also have a legal team that wants to make sure these dependencies don’t put us at risk. Building “get right” tooling has been a huge undertaking, but maybe others can learn from our efforts. Org health metrics : We’re always trying to answer questions with data, and a critical one is: are our projects healthy? The dashboard we’re building aims to provide helpful numbers to answer this question based on research from CHAOSS. Attendees will leave the talk with tool and process recommendations and perhaps some coveted Octocat stickers.

Speakers
avatar for Eric Sorenson

Eric Sorenson

Sr Technical Product Manager, GitHub
Eric Sorenson has been involved in open source since the 2000s, starting in the nascent configuration management community around CFEngine. After working as an SRE for large-scale Internet properties, he shifted to product management in 2012 for Puppet Labs and is now the PM for GitHub’s... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
217-219 (Level 2)

2:00pm PDT

Is SBOM for the Cloud Even a Thing? - Nisha Kumar, Oracle
We've heard of SBOM (Software Bill of Materials) thanks to many supply chain attacks, vulnerable component debacles, and various Governments asking for it. We can more or less generate a list of software components in a distributed artifact, but what about services i.e. software that is "not on-prem"? Is it useful to provide a list of software components for a thing that a consumer interacts with via an API over a network? What would such a list look like? This talk aims to demystify the composition and applications of a Bill of Materials that is applied to Cloud services. We will look at the Cloud Security Alliance's Shared Responsibility Model, different kinds of use cases where more information about the service operation may be useful, and why the word "SBOM" just doesn't cut it for Cloud.

Speakers
avatar for Nisha Kumar

Nisha Kumar

Software Engineer, Oracle
Nisha Kumar is a software engineer at Oracle Cloud where she leads efforts to improve Oracle's SBOM and Software Supply Chain security capabilities. Nisha is a maintainer of the open source projects Tern and projects under the opensbom-generator GitHub organization. She is active... Read More →



Thursday May 11, 2023 2:00pm - 2:40pm PDT
122 (Level 1)

2:00pm PDT

OmniBOR: Bringing the Receipts for Supply Chain Security - Ed Warnicke, Cisco Systems & Aeva Black, Microsoft
Supply Chain requirements got you down? Getting an endless array of false positives from you ‘SBOM scanners’ ? Spending more of your time proving you don’t have a ‘false positive’ from your scanners than fixing real vulnerabilities in your code? There has to be a better way. There is. Come hear from Aeva and Ed about a new way to capture the full artifact dependency graph of your software, not as a ‘scan’ after the fact, but as an output of your build tools themselves. Find out when this feature is coming to a build tool near you.

Speakers
avatar for Aeva Black

Aeva Black

Open Source Hacker, Microsoft
Aeva Black is an incurably queer geek and veteran of the first dot-com bust. Roaming between startups and Big Tech with ease, Aeva currently works in Azure's Office of the CTO and serves the open source community as the Secretary of the Board for the Open Source Initiative and as... Read More →
avatar for Ed Warnicke

Ed Warnicke

Distinguished Engineer, Cisco Systems
Ed Warnicke is a Distinguished Engineer at Cisco Systems. He has been working for two decades in many areas of networking and Open Source. Ed is currently a co-founder of and active contributor to the OmniBOR and Network Service Mesh projects. Ed has a masters in Physics (String Theory... Read More →


Thursday May 11, 2023 2:00pm - 2:40pm PDT
121 (Level 1)

2:00pm PDT

Speed Mentoring (Pre-registration Required)
Are you looking to grow your technical skills, get more involved in an open source community, or tackle a career-change? Whether you’re new or not so new to open source, we invite you to register to attend our Speed Networking and Mentoring event. You’ll have the chance to meet with several experienced mentors across many communities, from Linux and container technology to cloud and networking, for an inside perspective on advancing your career. Speed networking and mentoring will have career, technical and community tracks.

*You must be registered and attending this event in-person to participate.

Sign up now


Thursday May 11, 2023 2:00pm - 3:45pm PDT
220 (Level 2)

2:55pm PDT

What We Learned from Building Edge Computing Nodes - Kerim Satirli, HashiCorp
How do you build a computing platform for "hands-off" operations and deploy it in the middle of a fish farm? What considerations do you take when designing the network stack for an agricultural deployment where heavy machinery will obstruct Line-of-Sight and reliable data transmission? In this talk, Kerim explains real-world strategies to consider when deploying compute at the edge, which pitfalls to avoid, and why. The speaker dives deep into the networking and security aspects and discusses them in the context of low-powered devices and multi-regional clusters. Attendees can expect to learn about tactics and strategies that have proven themselves when deploying edge computing networks and how open-source tooling can help. Following the talk, attendees can experiment with most of the underlying code of the talk, which is made available through GitHub.

Speakers
avatar for Kerim Satirli

Kerim Satirli

Sr. Developer Advocate, HashiCorp
Kerim is a senior developer advocate at HashiCorp, where he focuses on coaching operators and developers on sustainable practices around infrastructure and orchestration workflows. He enjoys the challenge of codifying the fragile bits of complex systems but is also excited to no longer... Read More →


Thursday May 11, 2023 2:55pm - 3:35pm PDT
110 (Level 1)

2:55pm PDT

Cluster Golden Signals to Avoid Alert Fatigue at Scale - Anusha Ragunathan & Sahil Badla, Intuit Inc
As platform engineers & SREs, we rely on metrics from Kubernetes clusters to understand platform health. For a Kubernetes platform running hundreds of clusters, there is often a sea of alerts arising from these clusters and on-call engineers need to tend to all of them, which can lead to alert fatigue. The alerts cannot be ignored due to the potential of an outage or incident resulting from them. How do we devise an observability system for Kubernetes Clusters that filters the signal from noise? Fortunately, we can use the industry standard “Golden Signals” (error rate, latency, traffic and resource saturation) defined for applications and services, towards Kubernetes Clusters as well. In this talk, we will take a deep dive into how we have defined “Cluster Golden Signals”, how they work, and go over the architecture and components of a successful metrics pipeline that derives baseline behaviors and detects anomalies. With a demo of a simulated incident, Anusha and Sahil will explain how cluster golden signals are invaluable in distinguishing a service issue from a platform issue and how to isolate and remediate a platform incident efficiently and quickly. You will learn the best practices from us, having built and operated this system in production at a large scale.

Speakers
SB

Sahil Badla

Staff Software Engineer, Intuit Inc
Sahil Badla is a technologist with decade of experience as a backend engineer. He started his career as a Software Engineer and has spent most part of his experience specializing in services and Infrastructure. He has lead many teams to adopt and migrate to microservices. He is currently... Read More →
avatar for Anusha Ragunathan

Anusha Ragunathan

Principal Software Engineer, Intuit Inc
Anusha Ragunathan is a software engineer at Intuit, where she works on building and maintaining the company’s Kubernetes based Compute Infrastructure. Anusha is passionate about solving complex problems in systems and infrastructure engineering. Prior to Intuit, she worked on building... Read More →



Thursday May 11, 2023 2:55pm - 3:35pm PDT
118 (Level 1)
  ContainerCon, Observability

2:55pm PDT

Squashing Diversity, Equity, and Inclusion Bugs in Open Source Projects: How to Find and Resolve Common “DEI Bugs” - Anita Sarma, Oregon State University & Georg Link, Bitergia
Open source software projects are hyper-collaborative environments but surveys reveal that project members lack diversity. There are many reasons why open source projects appear uninviting to people of underrepresented groups. We would consider these reasons “bugs” if the system was software. This talk uses the idea of DEI bugs to discuss how we can identify where open source projects fall short in being inviting and inclusive. The goal of this framing is to find ways to squash these bugs and bring out the potential of everyone who has an interest in our open source projects. A concrete suggestion is to walk in the shoes of others and take a fresh look at your project. The audience will learn actionable steps to take a new look at their own open source projects and start making a positive difference. This revised talk adds a discussion of common DEI bugs, where they come from, and how we can resolve them. [notes to program committee:] We revised this talk based on feedback that the talk could be improved with more examples and guidance. We walk faster through the steps of identifying DEI bugs and added a discussion of common DEI bugs, based on peer-reviewed research.

Speakers
avatar for Georg Link

Georg Link

Director of Sales, Bitergia
Georg Link is an Open Source Strategist. Georg’s mission is to make open source more professional in its use of community metrics and analytics. Georg co-founded the Linux Foundation CHAOSS Project to advance analytics and metrics for open source project health. Georg is an active... Read More →


Thursday May 11, 2023 2:55pm - 3:35pm PDT
215-216 (Level 2)

2:55pm PDT

Hybrid Networks: The Next Chapter in Enterprise Blockchain - Hart Montgomery, Hyperledger Foundation
Distributed ledgers and smart contracts are fast becoming standard parts of the IT ecosystem for enterprises. In fact, according to the 2023 Gartner Impact Radar, within the next 1-3 years, blockchain will reach a very high level of adoption as a critical enabler technology. That adoption rate is accelerating in part because of the increasing maturity and flexibility of blockchain technologies and networks. In this talk, Hart Montgomery, Hyperledger Foundation CTO, will cover how enterprises can tap the best of public and permissioned networks with hybrid solutions tailored to their business and technical needs. He will cover: - The use cases for public, permissioned and hybrid networks and also for using technology other than blockchain - The technical tradeoffs between different types of blockchain networks - The role of open source platforms in enabling hybrid networks - An overview of the tools that enable current and future network interoperability

Speakers
avatar for Hart Montgomery

Hart Montgomery

CTO, Hyperledger Foundation
Hart Montgomery serves as the CTO of Hyperledger Foundation. Hart has extensive experience in blockchain and cryptography, and previously worked in blockchain and cryptography research at Fujitsu Research where he helped lead Fujitsu’s contributions to Hyperledger. Prior to Fujitsu... Read More →


Thursday May 11, 2023 2:55pm - 3:35pm PDT
120 (Level 1)

2:55pm PDT

KFLAT - Selective Kernel Memory Serialization for Security and Debugging - Bartosz Zator & Paweł Wieczorek, Samsung Poland Research Institute
Linux is a very complex piece of software which requires advanced testing and debugging capabilities. Memory dumps come very handy for that task: whether that’s a core dump in gdb or a memory image fed into a VM. However, the commonly used memory dump tools lack granularity: they dump an entire process or system memory without the understanding of which source code structures it represents. In this talk we present KFLAT: a novel tool which allows to make a fine-grained copy of the kernel memory for selected variables and structures. Such a copy can be used to recreate the layout of kernel memory in the userspace process on another machine. KFLAT produces a flattened memory image which makes the loading process almost instantaneous and allows for a high test throughput. We first present how KFLAT works and discuss other Linux memory serialization tools. Next, we show how operating on the KFLAT image can benefit the testing and debugging process of the Linux kernel. We also dive into implementation details for some interesting problems and solutions. We conclude by showing how we applied KFLAT as the backbone for state initialization in our automatic test harness generation project Auto Off-Target (AoT) and how we used it to fuzz the Linux kernel entry points in the userspace.

Speakers
PW

Paweł Wieczorek

Security Engineer, Samsung Poland Research Institute
Paweł Wieczorek is a mobile security engineer at Samsung Electronics Poland R&D. His main area of interest is security of low-level programs like Linux kernel, drivers, bootloaders and embedded applications. For the past years, Pawel's job tasks were focused on fuzzing, static analysis... Read More →
avatar for Bartosz Zator

Bartosz Zator

Head of Mobile Security, Samsung Poland Research Institute
Bartosz Zator is a mobile security manager at Samsung Electronics Poland R&D where he leads a team responsible for security assessment of mobile products software stack. Bartosz spent the last 16 years working on various aspects of mobile development, including Linux kernel development... Read More →