It's unfortunate that they bought and destroyed Keybase [1] in a bid to improve their security and even still there seems to be no improvement. Guess even the best folks can't make an impact if company culture prevents it. [1] https://github.com/keybase/client/graphs/commit-activity
Same, they were my preferred platform for secure messaging, which is bizarre when you think about the fact that this wasn't even their original purpose. I guess this was indicative of the general lack of a single defined direction the product was going in near the time of the Zoom acquisition. What a shame. Hopefully someone makes something similar.
Zoom still don't understand GDPR
91–100 of 267 posts
Re: Zoom still don't understand GDPR
#92I love how when you go to enter a Zoom meeting, they bury the no-install, run-in-browser link in small type in a footer. And then, if you manage to see the link and use the browser, they withhold "Gallery View", forcing you to deal with the extremely annoying "Active Speaker View".
> they bury the no-install, run-in-browser link I wrote a browser extension that will transparently redirect all zoom links to user their web client: https://github.com/arkadiyt/zoom-redirector
Re: Zoom still don't understand GDPR
#93Earlier quoted context omitted.
I love Jitsi and have a server VM at home for my personal use. But while it can share a desktop view I didn't think it allowed control?!? Man, this could be a family support game changer... Edit: requires Electron app it seems. https://github.com/jitsi/jitsi-meet-electron/releases Was on HN, some comments suggest the Electron app bundles Chromium.(Not sure if all Electron apps do this, I know nothing about Electron..…
All Electron apps are Chromium-based.
Re: Zoom still don't understand GDPR
#94I love how when you go to enter a Zoom meeting, they bury the no-install, run-in-browser link in small type in a footer. And then, if you manage to see the link and use the browser, they withhold "Gallery View", forcing you to deal with the extremely annoying "Active Speaker View".
> I love how when you go to enter a Zoom meeting, they bury the no-install, run-in-browser link in small type in a footer. I wasn't even aware that was possible until now.
Re: Zoom still don't understand GDPR
#95I love how when you go to enter a Zoom meeting, they bury the no-install, run-in-browser link in small type in a footer. And then, if you manage to see the link and use the browser, they withhold "Gallery View", forcing you to deal with the extremely annoying "Active Speaker View".
> they bury the no-install, run-in-browser link I wrote a browser extension that will transparently redirect all zoom links to user their web client: https://github.com/arkadiyt/zoom-redirector
Re: Zoom still don't understand GDPR
#96Re: Zoom still don't understand GDPR
#97I argue Zoom does understand GDPR and the ePrivacy Directive from a legal perspective. The specific citation about the length of a cookie is a recommendation and not a law[0]. The key word is 'should'. I'm not a lawyer nor claim the ability to interpret GDPR legally, but I have seen companies that actively worked to edge case GDPR to their advantage (I was part of one). We would have lawyers and other 'GDPR experts'…
Otherwise, Zoom only needs to obey the laws of USA and wherever else they have offices.
Disclaimer: IANAL
Also: I'm not arguing for Zoom's sketchy practices but just saying that GDPR might be the wrong card here. The EU isn't the world police.
Re: Zoom still don't understand GDPR
#98Earlier quoted context omitted.
Zoom is an american company by the way. Its headquarters is in silicon valley. Its founder, chairman, and CEO is an american citizen. It has employees in California and China, like nearly all tech companies.
> Zoom is an american company Correct. But it has significant dev in China. Corporately, it’s American. But when describing its engineering decisions, it’s fair to call it principally Chinese.
Re: Zoom still don't understand GDPR
#99It's unfortunate that they bought and destroyed Keybase [1] in a bid to improve their security and even still there seems to be no improvement. Guess even the best folks can't make an impact if company culture prevents it. [1] https://github.com/keybase/client/graphs/commit-activity
Same, they were my preferred platform for secure messaging, which is bizarre when you think about the fact that this wasn't even their original purpose. I guess this was indicative of the general lack of a single defined direction the product was going in near the time of the Zoom acquisition. What a shame. Hopefully someone makes something similar.
Re: Zoom still don't understand GDPR
#100Earlier quoted context omitted.
Browsers do generally have a limit on simultaneous outgoing connections per domain[1] - it could be related to that. (This is also why e.g. TFS breaks down when you open too many tabs). [1] https://docs.pushtechnology.com/cloud/latest/manual/html/des...
I doubt that has anything to do with it. Zoom almost certainly handles composing the image for gallery view server-side; you're not maintaining a separate connection for each participant.