Going to put my bias out in the open. My whole career has benefited from Open Source, yet when I see something from the FSF, I automatically assume it's going to be ugly and not user-friendly. Has anyone tried any of these FSF sanctioned tools? I'd love to have my bias be proven wrong.
Jitsi is very good. You can try it out at meet.jit.si or install your own server in about 30 minutes. (Yesterday's updated Debian packages improved things immensely.)
Free software tools for staying in touch
71–80 of 90 posts
Re: Free software tools for staying in touch
#72Matrix would be an excellent one to add for the Chat category. Lovely, federated, and has voice/video calling that works great one-on-one.
Re: Free software tools for staying in touch
#73It has gotten a lot of interest in the past month and I noticed a spike in web traffic so I'm actively working on making it more scalable. I'm planning on implementing an SFU to support calls with more than 3-4 people. Right now the peers establish a mesh network and it quickly gets expensive to send video to more users.
I've also been paying attention to the criticisms of Zoom and other WebRTC conferencing services and am hoping to implement end to end encryption for intermediate servers using Insertable Streams once the functionality is supported in most browsers.
Re: Free software tools for staying in touch
#74Earlier quoted context omitted.
The web app runs on TCP/443 and benefits from your Let's Encrypt cert. Jitsi also exposes UDP/10000 for receiving streams from clients, which doesn't go through apache/nginx. So what does it do for encryption there?
Fair enough. I just firewalled 10000 and tried talking to a friend and it does not work. The web app indeed runs over 443 but all the video conferencing is done over UDP. However WebRTC is always encrypted. So add on a 4th well tested piece of tech being utilized. https://webrtc-security.github.io/
Re: Free software tools for staying in touch
#75Earlier quoted context omitted.
Thanks for the great summary. I should've been more clear. I've learned a lot about OBS in the past couple of weeks and it really seems to be the king (for streamers). I'm already familiar with XMPP but feel Matrix is a much better and more modern successor. I grew up on IRC but it probably needs a lot of modern security enhancements.
Well, at least in my opinion, it was a good question and the answer across the board is "Yes, these solutions need to be more accessible". A good part of that is corporations not giving back to OSS but I also think that a large part of OSS developers are missing the point (I keep remembering the story of that one these OSS guy trying to get his printer working but I can't remember his name to find the link).
Re: Free software tools for staying in touch
#76There is a reason Zoom has been adopted the way it has; the overall user experience, do not confuse with UI, has the least amount of friction. Zoom might not be the best in any single category, but I am glad it exists.
The reason is that people do not generally think philosophically or strategically about the software choices they make. The FSF does and, time and time again, their deep consideration has proven prescient. It will be the case with Zoom too.
Re: Free software tools for staying in touch
#77There is a reason Zoom has been adopted the way it has; the overall user experience, do not confuse with UI, has the least amount of friction. Zoom might not be the best in any single category, but I am glad it exists.
> There is a reason Zoom has been adopted the way it has The reason is that people do not generally think philosophically or strategically about the software choices they make. The FSF does and, time and time again, their deep consideration has proven prescient. It will be the case with Zoom too.
I agree that privacy and security are not negotiable, but unless you ban the tool, you cannot force your employees to not use it, there are no better alternatives from their perspective. We have all lived through Skype, Hangouts, Webex, GotoMeeting, etc. They all failed at delivering the experience Zoom delivers.
Re: Free software tools for staying in touch
#783) Walkie Talkie radio[0]-like apps?[1,2,3]
[0] https://en.wikipedia.org/wiki/Walkie-talkie
[1] https://github.com/murtaza98/Walkie-Talkie
Re: Free software tools for staying in touch
#79Matrix would be an excellent one to add for the Chat category. Lovely, federated, and has voice/video calling that works great one-on-one.
I was sad to see that matrix wasn't on the list. Another great feature of Matrix, is that it is a lot easier to setup that xmpp.
XMPP with Prosody on the other hand is one of the easiest servers I've ever had to install
Re: Free software tools for staying in touch
#80Earlier quoted context omitted.
Well, at least in my opinion, it was a good question and the answer across the board is "Yes, these solutions need to be more accessible". A good part of that is corporations not giving back to OSS but I also think that a large part of OSS developers are missing the point (I keep remembering the story of that one these OSS guy trying to get his printer working but I can't remember his name to find the link).
RMS said one of the inspirations for free software was a particular printer he couldn’t get to work because of a driver issue. The company refused to give him the source code, and iirc said he was not allowed to write his own for it. He did not forgive or forget this slight, and we live in the world he helped create as a result