Pricing info would be great, free during beta is nice but for my company at least we would need to know the cost upfront.
Show HN: Coscreen.co – a radically different remote collaboration tool
71–80 of 188 posts
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#72But as a CTO, I would be concerned about the security implications.
It makes sense to route traffic via a central server because P2P does not scale to large numbers of participants (which is why things like the Jitsi Videobridge exist despite WebRTC P2P being a thing), but it means your customers have to trust you not to get hacked, be compelled to, or otherwise misplace/record sessions.
Since peers can interact with the remote windows, this is basically a remote control tool, and getting hacked also means being able to inject keystrokes or otherwise compromise clients (as recently demonstrated by TeamViewer). For security-critical things like SRE work this is a particularly big concern.
Adding end-to-end encryption would alleviate some of these concerns and reduce the attack surface to implementation mistakes or compromised software updates, which is far easier to reason about.
Perhaps it's not a concern for a small startup, but it's definitely something larger companies worry about.
Please add support for other platforms and add end-to-end encryption, because I really want to use this!
As suggested by someone else, we would definitely pre-order licenses for Linux and Windows.
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#73This is brilliant. Super easy mental model. Super easy to use (just drag and drop!). No friction. This is going to be big, whether it's you guys (hopefully!) or someone else that steals this idea (boo!) And I wouldn't pay too much attention to the Windows/Linux users in the very early days if it's too much of a development burden. There are tons of tech forward companies that are mac-only that are a large enough mark…
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#74Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#75Earlier quoted context omitted.
Congrats on the launch. This looks like one of those great ideas that works so much better than the old way that it feels obvious in hindsight. I’m curious how you handle different monitor resolutions?
Thanks a lot for the kind words! Great question, CoScreen shows shared windows based on their relative positions and sizes. So they appear in the same way for all participants. If there are huge difference between resolutions, the users will see either very small/large fonts but we still concluded after many prototypes that this is the best tradeoff. Feedback welcome nevertheless...
My team is split between people with 4k or even 5k screens and wide-angle screens with lower pixel densities, so this would be an issue. Not sure how common that is, though.
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#76Earlier quoted context omitted.
Thanks a lot for the kind words! Great question, CoScreen shows shared windows based on their relative positions and sizes. So they appear in the same way for all participants. If there are huge difference between resolutions, the users will see either very small/large fonts but we still concluded after many prototypes that this is the best tradeoff. Feedback welcome nevertheless...
So what you're saying is, you don't handle different monitor resolutions. My team is split between people with 4k or even 5k screens and wide-angle screens with lower pixel densities, so this would be an issue. Not sure how common that is, though.
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#77This is brilliant. Super easy mental model. Super easy to use (just drag and drop!). No friction. This is going to be big, whether it's you guys (hopefully!) or someone else that steals this idea (boo!) And I wouldn't pay too much attention to the Windows/Linux users in the very early days if it's too much of a development burden. There are tons of tech forward companies that are mac-only that are a large enough mark…
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#78Earlier quoted context omitted.
Exactly - all your windows on your screen to be specific, so e.g. not your desktop background or files on your desktop. We're considering adding the ability to pick individual windows but feedback welcome...
On the Mac, could you assign a "spaces" virtual desktop to be shared with coscreen? Then you can just 3 finger swipe between a private screen and the shared one.
Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#79Re: Show HN: Coscreen.co – a radically different remote collaboration tool
#80Earlier quoted context omitted.
I assume it's not a real desktop, but a full-screen window of their app. And I guess it basically works via two-way machine control. Each person's computer is actually driving their own windows, but the software allows everyone to control everyone's (shared) windows, just like one-sided remote-control apps. It's a pretty clever idea!
Thanks both - here's how it works: 1. CoScreen captures each of your window to be shared individually. 2. It sends them across in a combined video feed per user with window positions & sizes. 3. On the receiving end, it creates actual native windows which are filled with the video streams of the corresponding windows. That way they look and feel like actual local windows. E.g. you can move & resize them like any othe…
How does it work with selecting text and copy-pasting? In the Sublime Text example, can Bob overwrite Alice's clipboard.