Merge pull request #14 from safing/feature/podcast-003

Podcast #003
This commit is contained in:
Dave Gson 2019-09-27 14:28:11 +00:00 committed by GitHub
commit 14c1268667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 61 additions and 14 deletions

View file

@ -6,6 +6,8 @@
</div>
<div class="three wide center aligned column footer-column">
<a href="{{ site.community_hub_url }}"> Community Hub </a>
<br/>
<a href="{{ site.podcast_feed_url }}">Podcast RSS</a>
</div>
<div class="three wide center aligned column footer-column">
<a href="/contact/">Contact & Legal</a>

View file

@ -13,5 +13,11 @@ heading: "The Safing Podcast"
<div class="content">
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
{% if page.date %}
<h3>Description</h3>
{{ page.summary }}
{% endif %}
</div>
</div>

View file

@ -11,16 +11,18 @@ podcast_file_size: 33.3 MB
podcast_duration: "34:42"
# actually byte size
podcast_length: 33317116
summary: "In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for."
summary: "
<p>In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for.</p>
<h4>Links</h4>
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
- <a href='https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced'>Eero being bought by Amazon</a><br/>
"
hosts:
- davegson
- raphty
---
{% include audio.html %}
## Links
* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership)
* [Eero being bought by Amazon](https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced)
* [Participate in our community](https://old.reddit.com/r/safing)

View file

@ -11,15 +11,17 @@ podcast_file_size: 27.8 MB
podcast_duration: "28:54"
# actually byte size
podcast_length: 27753244
summary: "In the second episode we talk about a rather peculiar situation we were in for most of our journey and the challenges it brought along. We then go on to discuss how we came to a decision which shifted our company as a whole and how it will impact our future."
summary: "
<p>In the second episode we talk about a rather peculiar situation we were in for most of our journey and the challenges it brought along. We then go on to discuss how we came to a decision which shifted our company as a whole and how it will impact our future.</p>
<h4>Links</h4>
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
"
hosts:
- davegson
- raphty
---
{% include audio.html %}
## Links
* [Participate in our community](https://old.reddit.com/r/safing)
* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership)

View file

@ -0,0 +1,35 @@
---
title: "#003 - Privacy Journey: The Story of Raphty"
keywords: privacy journey startup
date: 2019-09-27
tags:
- startup
- privacy
- journey
podcast_link: /assets/podcast/003-privacy-journey-with-raphty.mp3
podcast_file_size: 42.8 MB
podcast_duration: "44:35"
# actually byte size
podcast_length: 42803954
summary: "
<p>We start a Podcast series where we talk about our personal privacy journey. Raphty kicks things off and tells us more about his story:</p>
<ul>
<li>How he first came to understand the impact of data collection</li>
<li>What first actions he took to reclaim his privacy</li>
<li>What his current privacy setup is</li>
<li>Where he wants to improve in the future</li>
</ul>
<h4>Links</h4>
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
- <a href='https://invidio.us/watch?v=loG5_UhgqK4'>David's Talk with The Hated One about hidden data practices in his former industry</a><br/>
- <a href='https://duckduckgo.com/bang'>DuckDuckGo bangs</a><br/>
"
hosts:
- davegson
- raphty
---
{% include audio.html %}

Binary file not shown.

View file

@ -58,7 +58,7 @@ layout: null
{% endfor %}
<guid isPermaLink="true">{{ site.url }}{{ episode.podcast_link }}</guid>
<description>
<![CDATA[{{ episode.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
<![CDATA[{{ episode.summary | expand_urls: site.url | cdata_escape }}]]>
</description>
<enclosure url="{{ site.url }}{{ episode.podcast_link }}" length="{{ episode.podcast_length }}" type="audio/mpeg" />
<itunes:subtitle><![CDATA[{{ episode.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]></itunes:subtitle>