blog: Redefining Privacy by Making Hard Choices (#4195)

* blog: Redefining Privacy by Making Hard Choices

* update

* update

* revert

* update

* corrections

Co-authored-by: Esra'a Al Shafei <alshafei@users.noreply.github.com>

* update

---------

Co-authored-by: Esra'a Al Shafei <alshafei@users.noreply.github.com>
This commit is contained in:
Evgeny Poberezkin 2024-05-16 18:02:37 +01:00 committed by GitHub
parent d3e522e169
commit b2a8797ed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 198 additions and 3 deletions

View file

@ -0,0 +1,17 @@
<p class="mb-[12px]">When it comes to open source privacy tools, the status quo often dictates the limitations of
existing protocols and
structures. However, these norms need to be challenged to radically shift how we approach genuinely
private communication. This requires doing some uncomfortable things, like making hard choices as it relates to
funding, alternative decentralization models, doubling down on privacy over convenience, and more.
</p>
<p class="mb-[12px]">In this post we explain a bit more about why SimpleX operates and makes decisions the way it does:
</p>
<ul class="mb-[12px]">
<li>No user accounts.</li>
<li>Privacy over convenience.</li>
<li>Network decentralization.</li>
<li>Funding and profitability.</li>
<li>Company jurisdiction.</li>
</ul>

View file

@ -24,9 +24,8 @@ var TransformOperation;
let activeCall;
const processCommand = (function () {
const defaultIceServers = [
{ urls: ["stuns:stun.simplex.im:443"] },
{ urls: ["stun:stun.simplex.im:443"] },
{ urls: ["turns:turn.simplex.im:443"], username: "private2", credential: "Hxuq2QxUjnhj96Zq2r4HjqHRj" },
{ urls: ["turn:turn.simplex.im:443"], username: "private", credential: "yleob6AVkiNI87hpR94Z" },
];
function getCallConfig(encodedInsertableStreams, iceServers, relay) {
return {