1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 17:39:08 +00:00

Merge pull request from safing/raphty

This commit is contained in:
Raphty 2023-07-12 13:13:44 +02:00 committed by GitHub
commit edbd4f0ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 33 deletions

View file

@ -4,11 +4,11 @@ members:
joined: December 2017
handles:
- icon: twitter
external_url: https://twitter.com/Raphty101
external_url: https://twitter.com/Raphty101/
- icon: github
external_url: https://github.com/Raphty/
- icon: linkedin
external_url: https://www.linkedin.com/in/raphael-fiedler-808a7441
- icon: reddit
external_url: https://reddit.com/u/Raphty101
external_url: https://www.linkedin.com/in/raphael-fiedler/
description: >
Raphael noticed that online - everywhere he went - he was treated like a 1st class citizen. He soon realized: when he received benefits he did not earn, someone else had to pay to cover the costs. His responsibility is developing and managing our business. He also takes care of networking, company culture and accounting.
- name: Daniel
@ -19,32 +19,15 @@ members:
external_url: https://twitter.com/dehaavi/
- icon: github
external_url: https://github.com/dhaavi/
- icon: reddit
external_url: https://reddit.com/u/dhaavi/
- icon: linkedin
external_url: https://www.linkedin.com/in/daniel-hovie/
description: >
Daniel studied IT-Security. At his first job, his skills led him to become the system architect of the first Austrian cyber attack simulation platform. Ever since the Snowden revelations he invested most of his free time to conceptualize privacy solutions. He is the brain behind Portmaster and the Safing Privacy Network and is the lead developer.
- name: David
title: CCO
joined: January 2017
handles:
- icon: twitter
external_url: https://twitter.com/davegson/
- icon: github
external_url: https://github.com/davegson/
- icon: reddit
external_url: https://reddit.com/u/davegson/
description: >
Previously, David worked on large scale gaming applications with millions of users. Seeing first hand how the industry gathers and processes intimate user data, he became more and more aware of the importance of privacy. His responsibilities at Safing are communication, networking, community management as well as some development.
- name: Alex
title: Developer
joined: September 2019
description: >
Alex is heavily involved in building the backends of the major web platforms of Safing, including the SPN user platform and payment system - a core to our business. As the first employee he also helped shaping the company.
- name: Tabitha
title: Backoffice
joined: January 2020
description: >
With her wide range of skills, Tabitha effectively tackles all emerging bottle-necks in the office. May it be accounting, reporting, writing or editing podcasts - her variety in skills is priceless.
- name: Patrick
title: Senior Dev & Server Admin
joined: March 2020
@ -53,19 +36,24 @@ members:
external_url: https://github.com/ppacher
description: >
With his wide experience, ranging from IT-security and pen-testing to driver development to server management, Patrick rapidly became an invaluable part of the team. With his passion for Go-lang he is primarily advancing Portmaster.
- name: Vladimir
title: Senior Developer
joined: July 2022
description: >
With his broad skillset, from app development to low level programming, Vladimir quickly became a valuable part of the team. Loving both privacy and challenges, he is unafraid to tackle the tricky areas of Portmaster in order to push it forward.
previous:
- name: Luke
title: Designer
joined: October 2019 - October 2022
handles:
- icon: twitter
external_url: https://twitter.com/LukeSeers/
- icon: github
external_url: https://github.com/lukeseers
description: >
Luke's uncompromising passion for privacy led us to hire him directly from within the community. During his time with Safing, his pragmatism and determination towards easy design shaped the company. Luke had a great impact.
- name: Alex
title: Developer
joined: September 2019 - January 2023
description: >
Alex is heavily involved in building the backends of the major web platforms of Safing, including the SPN user platform and payment system - a core to our business. As the first employee he also helped shaping the company.
- name: Tabitha
title: Backoffice
joined: January 2020 - May 2023
description: >
With her wide range of skills, Tabitha effectively tackles all emerging bottle-necks in the office. May it be accounting, reporting, writing or editing podcasts - her variety in skills is priceless.
- name: Vladimir
title: Senior Developer
joined: July 2022 - June 2023
description: >
With his broad skillset, from app development to low level programming, Vladimir quickly became a valuable part of the team. Loving both privacy and challenges, he is unafraid to tackle the tricky areas of Portmaster in order to push it forward.

View file

@ -0,0 +1,54 @@
---
# possible values: blog video podcast
category: blog
layout: blog
title: "Portmaster 1.1"
date: 2023-07-11
author: Raphael
summary: Updated SPN map and lots of optimizations.
custom_thumbnail_name: release_1.1.png
portmaster_plug: true
portmaster_update: true
---
### All new SPN map
In this release we re-imagined the SPN map. It now focuses on making more information easier to discover and understand.
When you open the map now, you can see that some countries are darker than others - this allows you to easily see which countries already have SPN nodes.
<img src="{{ site.img_url }}blog/release-1.1/01_map.png" alt="New Portmaster map" style="margin: 0;">
<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px;">
<div class="flex items-center" style="margin-left: -19px;">
<div class="flex items-center">
<span class="block">Portmaster:</span>
<img src="{{ site.img_shields_io_release_url }}" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
</div>
</div>
</div>
<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px; margin-bottom: 4rem;">
<div class="flex items-center" style="margin-left: -19px;">
<div class="flex items-center">
{% include download_button.html unique_id="1" %}
</div>
</div>
</div>
It is also easy to see which nodes you are currently using and if they are operated by Safing or by the community.
Safing nodes are displayed as triangles while community nodes show as circles, and are colored in blue and green respectively, if in use.
<img src="{{ site.img_url }}blog/release-1.1/02_nodeOnMap.png" alt="Nodes on Portmaster map" style="margin: 0;">
The information boxes for nodes now have a lot more information and you can get to all the details a lot faster.
<img src="{{ site.img_url }}blog/release-1.1/03_nodeDetails.png" alt="Nodes Details" style="margin: 0;">
There are many more views to find so go around and discover all the new things in the map!
### Other Changes
Of course there have been many under the hood improvements like optimized traffic management for SPN or extended DNS caching. A complete list of changes can always be found here: [GitHub](https://github.com/safing/portmaster/releases)
### Next Steps
Thank you to all the people telling us their feature ideas - we know you are exited about many new Portmaster features. I am glad to let you all know that for the next update we are focusing again on firewall features. I cant share much at this point but stay tuned, there are many requested features in the pipeline.

Binary file not shown.

After

(image error) Size: 24 KiB

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

After

(image error) Size: 36 KiB

Binary file not shown.

After

(image error) Size: 145 KiB