<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Tue, 14 Apr 2026 16:06:13 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>GR-OSS OUT Podcast - Episodes Tagged with “Cryptography”</title>
    <link>https://podcast.gr-oss.io/tags/cryptography</link>
    <pubDate>Thu, 13 Nov 2025 14:00:00 -0800</pubDate>
    <description>This podcast takes an honest and unvarnished look at the reality of contributing to open source software projects.
Too often, the open source community can paint an idealized picture of seamless collaboration and frictionless progress. But the truth is, working on OSS projects can be challenging, messy, and at times, downright frustrating. From conflicting opinions and coding philosophies to project politics and ownership disputes, there are many potential pitfalls.
That's why this podcast gives voice to the personal experiences of actual open source contributors and influencers. They'll share the unfiltered ups and downs they've faced working on real projects. You'll hear war stories of coding battles, community dramas, and those weekly agonizing pull request reviews.
But it's not all horror stories! You'll also learn valuable lessons about persevering through challenges, building consensus, and ultimately creating robust open source software that delivers value. Guests will provide insights into cultivating positive OSS communities and effective collaboration processes.
So whether you're a veteran open source participant or just getting started, this podcast will prepare you for the gritty realities and help you navigate the unusual situations that so often arise. Join us as we embrace the awkward, frustrating, and yes, even "gross" side of open source software development. It's a journey that every contributor needs to understand.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>G-Research Open Source Software Outreach podcast</itunes:subtitle>
    <itunes:author>G-Research Open Source Software</itunes:author>
    <itunes:summary>This podcast takes an honest and unvarnished look at the reality of contributing to open source software projects.
Too often, the open source community can paint an idealized picture of seamless collaboration and frictionless progress. But the truth is, working on OSS projects can be challenging, messy, and at times, downright frustrating. From conflicting opinions and coding philosophies to project politics and ownership disputes, there are many potential pitfalls.
That's why this podcast gives voice to the personal experiences of actual open source contributors and influencers. They'll share the unfiltered ups and downs they've faced working on real projects. You'll hear war stories of coding battles, community dramas, and those weekly agonizing pull request reviews.
But it's not all horror stories! You'll also learn valuable lessons about persevering through challenges, building consensus, and ultimately creating robust open source software that delivers value. Guests will provide insights into cultivating positive OSS communities and effective collaboration processes.
So whether you're a veteran open source participant or just getting started, this podcast will prepare you for the gritty realities and help you navigate the unusual situations that so often arise. Join us as we embrace the awkward, frustrating, and yes, even "gross" side of open source software development. It's a journey that every contributor needs to understand.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/6/68648c4e-4324-457a-8179-49dad78b03c2/cover.jpg?v=3"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>oss, open source, community, artificial intelligence, machine learning, python, software</itunes:keywords>
    <itunes:owner>
      <itunes:name>G-Research Open Source Software</itunes:name>
      <itunes:email>podcast@gr-oss.io</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Business"/>
<itunes:category text="Science"/>
<item>
  <title>Memory Safety and Modernizing Python's Cryptography Ecosystem with Alex Gaynor</title>
  <link>https://podcast.gr-oss.io/16-memory-safety</link>
  <guid isPermaLink="false">cbe8e8e6-57fb-4ecd-bed1-64db81c96e9e</guid>
  <pubDate>Thu, 13 Nov 2025 14:00:00 -0800</pubDate>
  <author>G-Research Open Source Software</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/68648c4e-4324-457a-8179-49dad78b03c2/cbe8e8e6-57fb-4ecd-bed1-64db81c96e9e.mp3" length="86933201" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>G-Research Open Source Software</itunes:author>
  <itunes:subtitle>Alex Gaynor, long-time open source contributor and core developer of Django, PyPy, and Python's cryptography library, joins us to discuss the challenging transition from C to Rust in the Python ecosystem.</itunes:subtitle>
  <itunes:duration>36:13</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/6/68648c4e-4324-457a-8179-49dad78b03c2/cover.jpg?v=3"/>
  <description>Alex Gaynor, long-time open source contributor and core developer of Django, PyPy, and Python's cryptography library, joins us to discuss the challenging transition from C to Rust in the Python ecosystem. We explore memory safety vulnerabilities like buffer overflows, the technical and community challenges of introducing Rust to a major Python library, and how to navigate hostile feedback during controversial changes. Alex shares lessons from shipping the first Rust-based cryptography release, managing platform compatibility issues, and why sometimes breaking backwards compatibility is necessary to move an ecosystem forward.
A must-listen for anyone maintaining critical open source infrastructure or dealing with the "gross" realities of pushing technological boundaries.
https://cryptography.io/en/latest/
For a video version of this podcast, check out https://youtu.be/FQayBHWVsQA.
The GR-OSS OUT Podcast is produced by Ben Wiley. Special Guest: Alex Gaynor.
</description>
  <itunes:keywords>oss, open source, g-research, technology, Alex Gaynor, Rust, PyPy, Python, cryptography library, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Alex Gaynor, long-time open source contributor and core developer of Django, PyPy, and Python&#39;s cryptography library, joins us to discuss the challenging transition from C to Rust in the Python ecosystem. We explore memory safety vulnerabilities like buffer overflows, the technical and community challenges of introducing Rust to a major Python library, and how to navigate hostile feedback during controversial changes. Alex shares lessons from shipping the first Rust-based cryptography release, managing platform compatibility issues, and why sometimes breaking backwards compatibility is necessary to move an ecosystem forward.</p>

<p>A must-listen for anyone maintaining critical open source infrastructure or dealing with the &quot;gross&quot; realities of pushing technological boundaries.</p>

<p><a href="https://cryptography.io/en/latest/" rel="nofollow">https://cryptography.io/en/latest/</a></p>

<p>For a video version of this podcast, check out <a href="https://youtu.be/FQayBHWVsQA" rel="nofollow">https://youtu.be/FQayBHWVsQA</a>.</p>

<p>The GR-OSS OUT Podcast is produced by Ben Wiley.</p><p>Special Guest: Alex Gaynor.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Alex Gaynor, long-time open source contributor and core developer of Django, PyPy, and Python&#39;s cryptography library, joins us to discuss the challenging transition from C to Rust in the Python ecosystem. We explore memory safety vulnerabilities like buffer overflows, the technical and community challenges of introducing Rust to a major Python library, and how to navigate hostile feedback during controversial changes. Alex shares lessons from shipping the first Rust-based cryptography release, managing platform compatibility issues, and why sometimes breaking backwards compatibility is necessary to move an ecosystem forward.</p>

<p>A must-listen for anyone maintaining critical open source infrastructure or dealing with the &quot;gross&quot; realities of pushing technological boundaries.</p>

<p><a href="https://cryptography.io/en/latest/" rel="nofollow">https://cryptography.io/en/latest/</a></p>

<p>For a video version of this podcast, check out <a href="https://youtu.be/FQayBHWVsQA" rel="nofollow">https://youtu.be/FQayBHWVsQA</a>.</p>

<p>The GR-OSS OUT Podcast is produced by Ben Wiley.</p><p>Special Guest: Alex Gaynor.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
