Merge pull request #125 from safing/feature/podcast-season-02

Podcast Season 02
This commit is contained in:
Dave Gson 2021-02-02 17:08:06 +01:00 committed by GitHub
commit e80d942a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 63 additions and 5 deletions

View file

@ -127,7 +127,7 @@ podcast_category: Business
podcast_subcategory_one: Entrepreneurship
podcast_explicit: "no"
podcast_author: safing.io
podcast_title: The Safing Podcast
podcast_subtitle: "The venture of a company forging powerful privacy tools."
podcast_description: "Join the founders on their mission to help everyone withstand today's mass surveillance so you reclaim your privacy. Have a look behind the scenes to be the first to know what's coming up! If you like what you hear, consider contributing to the community."
podcast_summary: "Join the founders on their mission to help everyone withstand today's mass surveillance so you reclaim your privacy. Have a look behind the scenes to be the first to know what's coming up! If you like what you hear, consider contributing to the community."
podcast_title: "Coding Freedom - The Safing Podcast"
podcast_subtitle: "Join ordinary people who fight Mass Surveillance because they Love Freedom."
podcast_description: "Discontent with the global state of mass surveillance and its negative impact on our lives, the Safing team decided it was time to do something about it. Take part of the journey and explore the behind-the-scenes: How do you fund a privacy company? Why are deadlines always unrealistic? And ultimately, what is the solution to the privacy dilemma?"
podcast_summary: "Discontent with the global state of mass surveillance and its negative impact on our lives, the Safing team decided it was time to do something about it. Take part of the journey and explore the behind-the-scenes: How do you fund a privacy company? Why are deadlines always unrealistic? And ultimately, what is the solution to the privacy dilemma?"

View file

@ -5,7 +5,7 @@
{% if episode.custom_thumbnail_name == null %}
<img src="{{ site.img_url }}thumbnails/podcast/placeholder.png">
{% else %}
<img src="{{ site.img_url }}thumbnails/podcast/{{ episode.custom_thumbnail_name }}.png">
<img src="{{ site.img_url }}thumbnails/podcast/{{ episode.custom_thumbnail_name }}.jpg">
{% endif %}
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#{{ episode.title | slice: 2, 2 }}</span>
</div>

View file

@ -0,0 +1,58 @@
---
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
# when displaying only the episode number or the title this has to be constant
# -> view cast.html
title: "#027 - The Giant's New Face"
keywords: privacy portmaster design
date: 2021-02-02
tags:
- privacy
- portmaster
- design
asset_server: true
podcast_link: /podcast/027-the-giants-new-face.mp3
custom_thumbnail_name: placeholder_S02
podcast_file_size: 38.8 MB
podcast_duration: "39:47"
# actual byte size
podcast_length: 38197208
summary: "
<p>The Portmaster privacy app is one giant of a machine. But up until recently, most of its powers were not really usable. The features were either invisible or hidden behind a clunky old User Interface.</p>
<p>That is where Patrick comes along, who took charge of completely modernizing the Portmaster's User Interface. There is a lot to unravel here as Patrick gives us a good look at how it was to join Safing, how he felt when receiving this monumental task and how it was to work alongside Luke, the designer.</p>
<h4>Show Notes</h4>
- Old UI - Dashboard: <a href='https://assets.safing.io/podcast/images/e027/old_dashboard.png'>https://assets.safing.io/podcast/images/e027/old_dashboard.png</a><br/>
- Old UI - Monitor: <a href='https://assets.safing.io/podcast/images/e027/old_monitor.png'>https://assets.safing.io/podcast/images/e027/old_monitor.png</a><br/>
- Old UI - Settings: <a href='https://assets.safing.io/podcast/images/e027/old_settings.png'>https://assets.safing.io/podcast/images/e027/old_settings.png</a><br/>
- New UI - Monitor: <a href='https://assets.safing.io/podcast/images/e027/new_monitor.png'>https://assets.safing.io/podcast/images/e027/new_monitor.png</a><br/>
- New UI - Settings: <a href='https://assets.safing.io/podcast/images/e027/new_settings.png'>https://assets.safing.io/podcast/images/e027/new_settings.png</a>
<h4>Support</h4>
- Use the Portmaster for Free, Forever: <a href='https://safing.io/portmaster/'>https://safing.io/portmaster/</a><br/>
- Give Us a Star on GitHub: <a href='https://github.com/safing/portmaster/'>https://github.com/safing/portmaster/</a><br/>
- Tell Two Friends about Safing
<h4>Patrick's Socials</h4>
- <a href='https://github.com/ppacher/'>https://github.com/ppacher/</a><br/>
<h4>David's Socials</h4>
- <a href='https://twitter.com/davegson/'>https://twitter.com/davegson/</a><br/>
- <a href='https://github.com/davegson/'>https://github.com/davegson/</a><br/>
- <a href='https://reddit.com/u/davegson/'>https://reddit.com/u/davegson/</a><br/>
<h4>Music Credit</h4>
All music composed by <a href='https://www.philter.no/'>Philter</a>. Intro Song: \"Sunrise\". Outro Song: \"Sunset\"
"
hosts:
- davegson
- patrick
---
{% include audio.html %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 363 KiB