13 comments

  • ChocolateGod 7 minutes ago

    [delayed]

  • throwaway27448 9 minutes ago

    What is rustdesk and how is it distinct from vnc?

    • vablings 5 minutes ago

      Well first there was TeamViewer which was VNC with more bells and whistles then it became enshittified. Then anydesk came along and ate up teamviewer then that became enshittified, Now we have rustdesk which seems to hopefully be a bit more immune to being enshittified.

      If you already use VNC this is not something for you

  • andai an hour ago

    Menu css looks a bit dodgy with the notification at the top:

    https://files.catbox.moe/d5ztxi.jpg

  • manav 22 minutes ago

    Does my screen have to be on?

  • 7bit 23 minutes ago

    Okay. The feature I'm waiting for is the self-hosted web client.

  • LoganDark 42 minutes ago

    RustDesk should fix their password requirements: https://github.com/rustdesk/rustdesk/discussions/2888

    • applfanboysbgon 19 minutes ago

      It's open-source, so just build it yourself with the tiny change. Something this trivial could be done with a 30 second prompt at this point, so there's not even an excuse of "too much effort".

      I will note that the XKCD password scheme being proposed there is, in fact, completely insecure. A modern consumer GPU can crack "four random English words" in a day. You can argue that it's the user's choice to be allowed to use insecure passwords, but arguing that that scheme is actually secure is just wrong.

      • throwaway27448 8 minutes ago

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

        Sure, if you can rely on users using a specific format. The joy of the xkcd technique is you don't need to tell other people what yours is.

        But, people just aren't going to remember strings of gibberish. Expecting users to do this is just silly.

        • applfanboysbgon 2 minutes ago

          The "joy of the XKCD technique" is that it prescribes a specific format millions of people will use, and it's so trivial to break that you can throw in similar variations of it into your cracking algorithm at virtually no cost.

  • zuzululu an hour ago

    so this means I can be on a vacation, turn on my ubuntu desktop remotely, login and control it ? I have a strong need for this as my desktop is also a server

    • amelius 24 minutes ago

      You can already do this with VNC or Xpra (the latter is a screen/tmux for graphical applications).

    • VorpalWay 21 minutes ago

      For a remote Linux system you can also do a lot over plain SSH as well.