Skip to content

Commit

Permalink
Merge pull request #1 from mcleo-d/add-sara-chipps
Browse files Browse the repository at this point in the history
Add Management and Diversity in the Open Source Community with Sara Chipps
  • Loading branch information
James McLeod authored Jun 30, 2022
2 parents a267f8b + 590211e commit 3127875
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Listen to the latest episodes from The Linux Foundation ["The Untold Stories of

| Episode | Play Podcast |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------------------------------------------------------: |
| [Management and Diversity in the Open Source Community with Sara Chipps](docs/podcasts/management-and-diversity.mdx) | <a href="https://open.spotify.com/episode/5Z5FT3qzBrbTvAyHuhNq9G" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [A New Model for Technical Training, with Clyde Seepersad](docs/podcasts/new-model-training.mdx) | <a href="https://open.spotify.com/episode/2HCRrlO0zW2xEcfnZ5i0fG" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [The Business Side of Open Source, with Patrick Debois](docs/podcasts/business-of-open-source.mdx) | <a href="https://open.spotify.com/episode/3MKsXkw9Et5B9bGLWKJNpc" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [A Life in Open Source, with Brian Behlendorf](docs/podcasts/openssf-project.mdx) | <a href="https://open.spotify.com/episode/0P0cjBDn5nSYPe1i0FrFXr" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
Expand Down
14 changes: 8 additions & 6 deletions docs/podcasts/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ title: Linux Foundation Community Podcasts

Listen to the latest episodes from The Linux Foundation ["The Untold Stories of Open Source"](https://untold-stories-of-open-source.captivate.fm/spotify) podcast below.

| Episode | Title |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| [![Patrick Debois on the Business of Open Source](../images/logo-100-100.png)](https://open.spotify.com/episode/3MKsXkw9Et5B9bGLWKJNpc) | [Patrick Debois on the Business of Open Source](business-of-open-source.mdx) |
| [![Brian Behlendorf and the OpenSSF Project](../images/logo-100-100.png)](https://open.spotify.com/episode/0P0cjBDn5nSYPe1i0FrFXr) | [Brian Behlendorf and the OpenSSF Project](openssf-project.mdx) |
| [![Priyanka Sharma, GM, CNCF](../images/logo-100-100.png)](https://open.spotify.com/episode/5KgqNXHHV0y03yjgg7kg8E) | [Priyanka Sharma, GM, CNCF](priyanka-sharma-gm-cncf.mdx) |
| [![An Introduction to the new Podcast from the Linux Foundation](../images/logo-100-100.png)](https://open.spotify.com/episode/62DAkdeQTSAPeLbxF2sTlX) | [An Introduction to the new Podcast from the Linux Foundation](introduction-to-lf-podcast.mdx) |
| Episode | Title |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [![Management and Diversity in the Open Source Community with Sara Chipps](../images/logo-100-100.png)](https://open.spotify.com/episode/5Z5FT3qzBrbTvAyHuhNq9G) | [Management and Diversity in the Open Source Community with Sara Chipps](management-and-diversity.mdx) |
| [![A New Model for Technical Training, with Clyde Seepersad](../images/logo-100-100.png)](https://open.spotify.com/episode/2HCRrlO0zW2xEcfnZ5i0fG) | [A New Model for Technical Training, with Clyde Seepersad](new-model-training.mdx) |
| [![The Business Side of Open Source, with Patrick Debois](../images/logo-100-100.png)](https://open.spotify.com/episode/3MKsXkw9Et5B9bGLWKJNpc) | [The Business Side of Open Source, with Patrick Debois](business-of-open-source.mdx) |
| [![A Life in Open Source, with Brian Behlendorf](../images/logo-100-100.png)](https://open.spotify.com/episode/0P0cjBDn5nSYPe1i0FrFXr) | [A Life in Open Source, with Brian Behlendorf](openssf-project.mdx) |
| [![Balancing Priorities at the CNCF, with Priyanka Sharma](../images/logo-100-100.png)](https://open.spotify.com/episode/5KgqNXHHV0y03yjgg7kg8E) | [Balancing Priorities at the CNCF, with Priyanka Sharma](priyanka-sharma-gm-cncf.mdx) |
| [![An Introduction to the new Podcast from the Linux Foundation](../images/logo-100-100.png)](https://open.spotify.com/episode/62DAkdeQTSAPeLbxF2sTlX) | [An Introduction to the new Podcast from the Linux Foundation](introduction-to-lf-podcast.mdx) |
2 changes: 1 addition & 1 deletion docs/podcasts/business-of-open-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { podcasts } from "@site/src/components/podcasts";

# The Business Side of Open Source, with Patrick Debois

<Spotify scsrc={podcasts[1].src} />
<Spotify scsrc={podcasts[2].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

Expand Down
2 changes: 1 addition & 1 deletion docs/podcasts/introduction-to-lf-podcast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { podcasts } from "@site/src/components/podcasts";

# The Untold Stories of Open Source - An Introduction to the new Podcast from the Linux Foundation

<Spotify scsrc={podcasts[4].src} />
<Spotify scsrc={podcasts[5].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

Expand Down
29 changes: 29 additions & 0 deletions docs/podcasts/management-and-diversity.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: management-and-diversity
title: Management and Diversity in the Open Source Community
---

import Spotify from "@site/src/components/spotify";
import { podcasts } from "@site/src/components/podcasts";

# Management and Diversity in the Open Source Community with Sara Chipps

<Spotify scsrc={podcasts[0].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

| Episode | Play Podcast |
| --------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [Management and Diversity in the Open Source Community with Sara Chipps](https://open.spotify.com/episode/5Z5FT3qzBrbTvAyHuhNq9G) | [![Management and Diversity in the Open Source Community with Sara Chipps](../images/podcast-mic.png "Management and Diversity in the Open Source Community with Sara Chipps")](https://open.spotify.com/episode/5Z5FT3qzBrbTvAyHuhNq9G) |

**Thu, 23 Jun 2022**

As Sara Chipps delved deeper into the world of open source and moved up into senior engineering and management roles, there was a specific skill she learned about how to work with and manage engineers.

"This is something you never get taught in school. This is something we don't stress to junior developers. This is something that senior developers learn late in their careers, is that the ability to influence the opinions of others without conflict is a superpower.

"By conflict, I don't mean not disagreeing. I'm more mean in this case, conflict of like a, a public fight or, or people getting angry or upset, like to be able to coach people through what you think is an incorrect opinion to a place where you're in agreement. It's hard, it's sometimes you're impossible, but it's an incredible skill to have.

"I love of bureaucracy and open source because that's a place that I've learned that I can be effective.

"My responsibility is identifying when people have a limiting mindset of you know, things should be this way and helping them to see the possibilities. What I've learned is that it takes time. Sometimes you have to say the same things 50 times in a row. Sometimes it doesn't work, but growing that muscle of having a message, staying on that message, learning who to identify as allies and to talk through things, that has been a really cool learning as part of my work here."
2 changes: 1 addition & 1 deletion docs/podcasts/new-model-training.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { podcasts } from "@site/src/components/podcasts";

# A New Model for Technical Training, with Clyde Seepersad

<Spotify scsrc={podcasts[0].src} />
<Spotify scsrc={podcasts[1].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

Expand Down
2 changes: 1 addition & 1 deletion docs/podcasts/openssf-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { podcasts } from "@site/src/components/podcasts";

# A Life in Open Source, with Brian Behlendorf

<Spotify scsrc={podcasts[2].src} />
<Spotify scsrc={podcasts[3].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

Expand Down
2 changes: 1 addition & 1 deletion docs/podcasts/priyanka-sharma-gm-cncf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { podcasts } from "@site/src/components/podcasts";

# Balancing Priorities at the CNCF, with Priyanka Sharma

<Spotify scsrc={podcasts[3].src} />
<Spotify scsrc={podcasts[4].src} />

[The Untold Stories of Open Source](https://untold-stories-of-open-source.captivate.fm/spotify)

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},
items: [
{to: 'docs/podcasts-intro', label: 'Introduction', position: 'right'},
{to: 'docs/podcasts/new-model-training', label: 'Podcasts', position: 'right'},
{to: 'docs/podcasts/management-and-diversity', label: 'Podcasts', position: 'right'},
{to: 'docs/templates/podcast-template', label: 'Add New Podcast', position: 'right'},
{href: 'https://feeds.captivate.fm/untold-stories-of-open-source/', label: 'RSS', position: 'right'},
{href: 'https://github.com/linuxfoundation/lf-podcast', label: 'GitHub', position: 'right'}
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
mainSidebar: {
"Podcasts" : ["podcasts/new-model-training", "podcasts/business-of-open-source", "podcasts/openssf-project", "podcasts/priyanka-sharma-gm-cncf", "podcasts/introduction-to-lf-podcast"],
"Podcasts" : ["podcasts/management-and-diversity", "podcasts/new-model-training", "podcasts/business-of-open-source", "podcasts/openssf-project", "podcasts/priyanka-sharma-gm-cncf", "podcasts/introduction-to-lf-podcast"],
"About LF Podcast": ["podcasts-intro", "team"],
"Adding New Podcasts": ["templates/podcast-template"]
},
Expand Down
9 changes: 9 additions & 0 deletions website/src/components/podcasts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
import React from 'react';

export const podcasts = [
{
title : "Management and Diversity in the Open Source Community with Sara Chipps",
src : "https://open.spotify.com/embed/episode/5Z5FT3qzBrbTvAyHuhNq9G?utm_source=generator",
type : "spotify",
description : "As Sara Chipps delved deeper into the world of open source and moved up into senior engineering and management roles, there was a specific skill she learned about how to work with and manage engineers.",
podcast : "The Untold Stories of Open Source",
podcastUrl : "https://untold-stories-of-open-source.captivate.fm/spotify",
featured : true
},
{
title : "A New Model for Technical Training, with Clyde Seepersad",
src : "https://open.spotify.com/embed/episode/2HCRrlO0zW2xEcfnZ5i0fG?utm_source=generator",
Expand Down

0 comments on commit 3127875

Please sign in to comment.