Live data from Hacker News

RustDesk now supports true unattended remote access on Wayland

rustdesk.com

71–80 of 176 posts

Re: RustDesk now supports true unattended remote access on Wayland

#71
post #42

Earlier quoted context omitted.

> A modern consumer GPU can crack "four random English words" in a day. Let's run the math: EFF's long wordlist[0] (the one used by Bitwarden's passphrase generator) has 7776 words, which is about 13 bits of entropy per word (log2(7776) = 12.92). A 4-word passphrase then has 51.7 bits of entropy, meaning there are 2^51.7 possible options for the passphrase, which is 3.66E15 possible options. For reference, a password…

[flagged]

What you said:

> A modern consumer GPU can crack "four random English words" in a day

What you're saying now:

> My mid-tier laptop GPU can crack the usual wordlist in under 12 hours against MD5 (46 billion guesses per second)

So your response to the plain mathematical fact that, no, your consumer GPU cannot crack "four random English words" in a day, is that your consumer GPU can crack four words chosen from a list of a few thousand, in a day. Followed by personal attacks. Okay.

Re: RustDesk now supports true unattended remote access on Wayland

#72
post #61

I have used Remmina over SSH and Tailscale (and generally don’t trust remote desktop tools), which is mentioned in various places by my operating system provider. How does RustDesk compare with that?

It's not VNC-based, so the performance is much better. It also supports multiple monitors.

Re: RustDesk now supports true unattended remote access on Wayland

#74

Earlier quoted context omitted.

VNC and RustDesk are both remote desktop solutions, however, Rustdesk is considerably more performant than the VNC family, because the latter primarily sends framebuffer updates, while the former can use modern video codecs and temporal compression to encode screen changes much more efficiently.

I just have one word for you: TightVNC. That's what made me uninstall RustDesk.

I have three words for you: read the docs.

If you're experiencing a bug that pegs you're CPU, fair enough. But RustDesk is video-stream based (in many formats), while TightVNC is image(-region) based. This is actually similar to why you watch movies in, say, H.264 rather than Motion JPEG¹.

¹=similar, not same.

Re: RustDesk now supports true unattended remote access on Wayland

#75
post #42

Earlier quoted context omitted.

> A modern consumer GPU can crack "four random English words" in a day. Let's run the math: EFF's long wordlist[0] (the one used by Bitwarden's passphrase generator) has 7776 words, which is about 13 bits of entropy per word (log2(7776) = 12.92). A 4-word passphrase then has 51.7 bits of entropy, meaning there are 2^51.7 possible options for the passphrase, which is 3.66E15 possible options. For reference, a password…

[flagged]

Great, then use 5 words instead.

Trying to pick a strong password assuming the service you’re signing up for doesn’t care about security is pointless. You’ll be pwned regardless of what you do.

Re: RustDesk now supports true unattended remote access on Wayland

#76
I have a Raspberry Pi hooked up to my TV and whenever I need to control it from my laptop (getting and interacting with the same screen on my laptop that I see on my TV) I have been using VNC. It is quite slow. Would this work better for that use case or is it really intended for something different? (And if the latter are there better solutions than VNC for what I want to do?)

Re: RustDesk now supports true unattended remote access on Wayland

#77

Earlier quoted context omitted.

[flagged]

What you said: > A modern consumer GPU can crack "four random English words" in a day What you're saying now: > My mid-tier laptop GPU can crack the usual wordlist in under 12 hours against MD5 (46 billion guesses per second) So your response to the plain mathematical fact that, no, your consumer GPU cannot crack "four random English words" in a day, is that your consumer GPU can crack four words chosen from a list o…

[deleted]

Re: RustDesk now supports true unattended remote access on Wayland

#78

I have a Raspberry Pi hooked up to my TV and whenever I need to control it from my laptop (getting and interacting with the same screen on my laptop that I see on my TV) I have been using VNC. It is quite slow. Would this work better for that use case or is it really intended for something different? (And if the latter are there better solutions than VNC for what I want to do?)

Yes this will give you similar results.

There's VNC and VNC-likes (rdp, steam link, rustdesk, etc) which all do similar: stream a screen, allow remote keyboard/mouse, maybe redirect sound, maybe use video encoders.

There's also things like deskflow, which allow you to use one keyboard/mouse and control with multiple machines.

Re: RustDesk now supports true unattended remote access on Wayland

#79

I have a Raspberry Pi hooked up to my TV and whenever I need to control it from my laptop (getting and interacting with the same screen on my laptop that I see on my TV) I have been using VNC. It is quite slow. Would this work better for that use case or is it really intended for something different? (And if the latter are there better solutions than VNC for what I want to do?)

If you can look at your TV instead of your laptop, I highly recommend using KDE Connect

Re: RustDesk now supports true unattended remote access on Wayland

#80

Earlier quoted context omitted.

I disagree, modern software should make encrypted connections over something like HTTP3 or QUIC directly so true secure end to end connectivity works. This would make VPN software such as tailscale obsolete.

so without tailscale or any other intermediary turn service how does my computer behind a NAT connect to another computer behind another NAT

by using something like iroh.

basically an embedded tailscale.

Post reply on HN