Add Team chat section #1067

Merged
Mikaela merged 22 commits from teamchat into master 2019-08-11 15:40:38 +00:00
6 changed files with 56 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<a class="dropdown-item" href="/software/encryption-tools/"><i class="fas fa-lock fa-fw"></i> File Encryption</a>
<a class="dropdown-item" href="/software/file-sharing/"><i class="fas fa-file-export fa-fw"></i> File Sharing</a>
<a class="dropdown-item" href="/software/im/"><i class="fab fa-telegram-plane fa-fw"></i> Instant Messenger</a>
<a class="dropdown-item" href="/software/teamchat/"><i class="fas fa-users fa-fw"></i> Team chat</a>
<a class="dropdown-item" href="/software/passwords/"><i class="fas fa-user-lock fa-fw"></i> Password Manager</a>
<a class="dropdown-item" href="/software/productivity/"><i class="fas fa-briefcase fa-fw"></i> Productivity Tools</a>
<a class="dropdown-item" href="/software/file-sync/"><i class="fas fa-copy fa-fw"></i> Secure File Sync</a>

View File

@ -0,0 +1,41 @@
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<h1 id="teamchat" class="anchor"><a href="#teamchat"><i class="fas fa-link anchor-icon"></i></a> Team chat applications where everything is end-to-end encrypted or under the control of your team administrator</h1>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<div class="alert alert-warning" role="alert">
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<strong>If your project currently uses a team chat like <a href="https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and">Discord</a> or <a href="https://drewdevault.com/2015/11/01/Please-stop-using-slack.html">Slack</a> you should pick an alternative here.</strong>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-08-11 14:59:41 +00:00 (Migrated from github.com)
Review

Potential alternative link: https://spyware.neocities.org/articles/discord.html ? However it's difficult to open with IPFS Companion for some reason.

Potential alternative link: https://spyware.neocities.org/articles/discord.html ? However it's difficult to open with IPFS Companion for some reason.
</div>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
{% include cardv2.html
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
title="Rocket.chat"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
image="/assets/img/tools/rocket.chat.png"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:15 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE. <a href=\"https://rocket.chat/docs/user-guides/end-to-end-encryption/\"><span class=\"badge badge-warning\" data-toggle=\"tooltip\" title=\"The documentation says this of E2EE: 'Note: This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes.'\">Experimental <i class=\"far fa-question-circle\"></i></a></span>"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
website="https://rocket.chat/"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
forum="https://forum.privacytools.io/t/discussion-rocket-chat/1223"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
github="https://github.com/rocketchat/"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
android=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
ios=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
mac=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
windows=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
linux=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
%}
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
{% include cardv2.html
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
title="Keybase"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
image="/assets/img/tools/keybase.png"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:27 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:47:36 +00:00 (Migrated from github.com)
Review

Note to self: reread #740

Note to self: reread #740
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
nitrohorse commented 2019-08-03 05:43:40 +00:00 (Migrated from github.com)
Review

Found a higher quality image here:

keybase1

Found a higher quality image [here](https://commons.wikimedia.org/wiki/File:Keybase_logo_official.svg): ![keybase1](https://user-images.githubusercontent.com/1514352/62408038-9713b200-b5b1-11e9-9632-3c2d74f52986.png)
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Review

FYI we don't use SVGs (for some security reason apparently, I think issues with Tor Browser?). So all our images are kinda poor quality on HiDPI displays :/

FYI we don't use SVGs (for some security reason apparently, I think issues with Tor Browser?). So all our images are kinda poor quality on HiDPI displays :/
nitrohorse commented 2019-08-03 16:04:44 +00:00 (Migrated from github.com)
Review

Ah, gotcha - okay, we can probably than just convert it to a png then.

Ah, gotcha - okay, we can probably than just convert it to a png then.
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 11:48:23 +00:00 (Migrated from github.com)
Review

Done, I hope it looks fine for you

Done, I hope it looks fine for you
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
description='Keybase provides a hosted team chat with end-to-end encryption. It has also been <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>. <span class="badge badge-warning" data-toggle="tooltip" title="The server side of Keybase runs on proprietary code and is centralized">experimental <i class="far fa-question-circle"></i> (<a href="https://github.com/keybase/client/issues/6374">GitHub issue</a>)</span>'
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
website="https://keybase.io/"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
github="https://github.com/Keybase"
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
android=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
ios=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
mac=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
windows=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
linux=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
web=""
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
%}
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<h3>Worth Mentioning</h3>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<ul>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
<li><a href="https://wire.com/en/products/pro-secure-team-collaboration/">Wire Pro</a> - Paid team communication with E2EE. <span class="badge badge-warning" data-toggle="tooltip" title="The Privacytools.io team has no experience with Wire Pro, while we can recommend the free version.">Untested<i class="far fa-question-circle"></i></span></li>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.
</ul>
Mikaela commented 2019-07-31 12:31:45 +00:00 (Migrated from github.com)
Review

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.

I forgot that Discord exists and typing this comment I also remember Microsoft Teams being a thing. I think the biggest concerns for FOSS projects/teams are Slack and Discord though and I am sure both have nice links.
Mikaela commented 2019-07-31 12:32:43 +00:00 (Migrated from github.com)
Review

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".

This needs attention as I am not sure any team chat is designed with privacy in mind as I recall reading that the reason Slack hasn't implemented E2EE is due to letting "your boss read your PMs".
Mikaela commented 2019-07-31 12:32:58 +00:00 (Migrated from github.com)
Review

Federation is also experimental.

Federation is also experimental.
Mikaela commented 2019-07-31 12:33:04 +00:00 (Migrated from github.com)
Review

TODO

TODO
Mikaela commented 2019-07-31 12:33:55 +00:00 (Migrated from github.com)
Review

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.

Obviously TODO, I just wanted a preview build out and me working on this visible to everyone.
Mikaela commented 2019-07-31 12:34:09 +00:00 (Migrated from github.com)
Review

TODO, is it OK to use existing topics?

TODO, is it OK to use existing topics?
Mikaela commented 2019-07-31 12:34:42 +00:00 (Migrated from github.com)
Review

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.

#1066 has links on the requests for E2EE, but I am not sure it's a big priority for businesses.
Mikaela commented 2019-07-31 12:46:19 +00:00 (Migrated from github.com)
Review
* https://www.vice.com/en_us/article/kzj5xn/why-slack-doesnt-have-end-to-end-encryption-boss * https://www.vice.com/en_us/article/8q89ba/dear-slack-please-add-otr
Mikaela commented 2019-07-31 12:47:11 +00:00 (Migrated from github.com)
Review
* https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ * https://drewdevault.com/2015/11/01/Please-stop-using-slack.html for Discord I couldn't find more than https://discordapp.com/privacy
Mikaela commented 2019-07-31 12:48:12 +00:00 (Migrated from github.com)
Review

Typo.

Typo.
Mikaela commented 2019-07-31 12:50:36 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Keybase advertises themselves for everyone and one audience that is also on my mind are language learners whom I only know existing in IRC (bigger languages), Discord (a lot of languages) and Slack (one team I found via Duolingo and keep forgetting to login).
Mikaela commented 2019-07-31 12:51:32 +00:00 (Migrated from github.com)
Review

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.

Oh and someone I chatted with IM apps said that they would be a bit wary of Rocket.chat due to it not being designed to federate and that possibly leaving more room for mistakes.
Mikaela commented 2019-07-31 13:17:27 +00:00 (Migrated from github.com)
Review

Richard Stallman offers us the following:

via Matrix

Richard Stallman offers us the following: * https://stallman.org/discord.html * https://stallman.org/slack.html * https://stallman.org/microsoft.html - no mention of Microsoft Teams though via Matrix
Mikaela commented 2019-07-31 13:39:59 +00:00 (Migrated from github.com)
Review

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.

The existing thread was https://forum.privacytools.io/t/what-do-you-think-about-keybase-io/920?u=mikaela and I didn't feel comfortable reusing it.
Mikaela commented 2019-07-31 13:42:05 +00:00 (Migrated from github.com)
Review

Experimental --> closed source server? centralized?

And I think I am out of time and cannot think of this further today.

Experimental --> closed source server? centralized? And I think I am out of time and cannot think of this further today.
nitrohorse commented 2019-08-03 05:29:13 +00:00 (Migrated from github.com)
Review

for Discord I couldn't find more than https://discordapp.com/privacy

From Discord, 2 years ago:

E2E encryption is not a focus nor currently planned...

discord-e2ee

> for Discord I couldn't find more than https://discordapp.com/privacy [From Discord, 2 years ago](https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and): > E2E encryption is not a focus nor currently planned... ![discord-e2ee](https://user-images.githubusercontent.com/1514352/62407909-9b3ed000-b5af-11e9-83f2-ddba095e4370.png)
nitrohorse commented 2019-08-03 05:33:49 +00:00 (Migrated from github.com)
Review

Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord?

Great question -- I'd agree with your assumption 👍

> Question: who is our target audience? I guess I am going by assumption that it's people who run open source teams (community managers?) and people who care and are unhappy with Slack or Discord? Great question -- I'd agree with your assumption :+1:
nitrohorse commented 2019-08-03 05:38:48 +00:00 (Migrated from github.com)
Review
https://forums.rocket.chat/ ?
Review

The server side of Keybase runs on proprietary code and is centralized?

`The server side of Keybase runs on proprietary code and is centralized`?
Mikaela commented 2019-08-05 11:40:43 +00:00 (Migrated from github.com)
Review
No, it's our forum thread https://forum.privacytools.io/t/discussion-rocket-chat/1223
Mikaela commented 2019-08-05 11:47:19 +00:00 (Migrated from github.com)
Review

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.

I applied your suggestion, but Blah blah blah needs to change before resolving this conversation.
Mikaela commented 2019-08-05 16:34:52 +00:00 (Migrated from github.com)
Review

RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct?

> RocketChat stores the quasi-end2end keys, server-side. And does not implement perfect forward secrecy. More like protonmail's security-model than like signalapp. RocketChat/Rocket.Chat#9999 (comment) Basically, if your decrypt-passphrase is every compromised (either by a trojan or a compromised server... or just, by you logging in from a browser or OS that is vulnerable to the badguys) then the badguys get your entire messaging-history, and that of every team you are on, correct? * https://github.com/privacytoolsIO/privacytools.io/issues/999#issuecomment-518303585
Mikaela commented 2019-08-05 16:42:35 +00:00 (Migrated from github.com)
Review

Suggestion:

Team chat applications where everything is end-to-end encrypted or under control of your team administrator.

Suggestion: > Team chat applications where everything is end-to-end encrypted *or* under control of your team administrator.
Mikaela commented 2019-08-05 16:45:53 +00:00 (Migrated from github.com)
Review
> If your team is currently using service like [Discord] or [Slack], you should pick an alternative here. Links either: https://www.theregister.co.uk/2016/03/17/no_slack_for_open_sourcers/ or https://drewdevault.com/2015/11/01/Please-stop-using-slack.html (I kind of prefer this one) Discord: https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and (I prefer) or https://stallman.org/discord.html ?
Mikaela commented 2019-08-09 17:26:39 +00:00 (Migrated from github.com)
Review
https://github.com/privacytoolsIO/privacytools.io/issues/1066#issuecomment-519922407 - Mattermost should be delisted.
nitrohorse commented 2019-08-10 00:58:47 +00:00 (Migrated from github.com)
Review

Link is currently broken, just needs to be updated to

<a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>
Link is currently broken, just needs to be updated to ```html <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a> ```
nitrohorse commented 2019-08-10 01:00:19 +00:00 (Migrated from github.com)
Review

Small grammatical suggestion:

If your project is currently using currently uses a team chat like...

Small grammatical suggestion: > If your project ~~is currently using~~ currently uses a team chat like...
nitrohorse commented 2019-08-10 01:00:54 +00:00 (Migrated from github.com)
Review

Missing a space here: </i> Team

Missing a space here: ```</i> Team```
Mikaela commented 2019-08-10 11:23:39 +00:00 (Migrated from github.com)
Review

Won't that break it due to being in the card? I removed the backslashes though.

Won't that break it due to being in the card? I removed the backslashes though.
Mikaela commented 2019-08-10 13:44:41 +00:00 (Migrated from github.com)
Review

Apparently not.

Apparently not.

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,8 @@
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
---
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
layout: page
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
permalink: /software/teamchat/
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
title: "Team chat"
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
description: "Discover secure and private ways to communicate with your team online without letting any third parties read your messages."
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
---
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.
{% include sections/teamchat.html %}
Mikaela commented 2019-07-31 12:34:58 +00:00 (Migrated from github.com)
Review

Better ideas wanted?

Better ideas wanted?
nitrohorse commented 2019-08-03 05:48:28 +00:00 (Migrated from github.com)
Review

Hmm... so here's the IM description:

Discover secure and private ways to message others online without letting any third parties read your messages.

This is a bit boring but consistent?

Discover secure and private ways to message your team online without letting any third parties read your messages.

Hmm... so here's the IM description: > Discover secure and private ways to message others online without letting any third parties read your messages. This is a bit boring but consistent? > Discover secure and private ways to message your team online without letting any third parties read your messages.
Review

Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

> Discover secure and private ways to communicate with your team online without letting any third parties read your messages.

View File

@ -130,6 +130,12 @@ Backend: closed-source
Wire: https://github.com/wireapp
## Team chat
Rocket.chat: https://github.com/rocketchat/
Keybase: https://github.com/Keybase
## Encrypted Video & Voice Messenger
Signal: https://github.com/signalapp