HN user

rustdesk

79 karma

https://github.com/rustdesk/rustdesk

Posts18
Comments19
View on HN
twitter.com 2y ago

Show HN: Use Telegram bot to send 2FA code and connection notification

rustdesk
2pts0
old.reddit.com 2y ago

RustDesk 1.2.6, open source remote desktop, better Wayland support

rustdesk
1pts0
papers.ssrn.com 2y ago

The Value of Open Source Software - a 2024 paper from Harvard

rustdesk
3pts1
github.com 2y ago

LSPosed stopped maintenance because of rumor and defamation

rustdesk
2pts1
github.com 2y ago

No star, No fix

rustdesk
186pts102
nocoffei.com 2y ago

RustDesk with Tailscale on Arch Linux

rustdesk
3pts3
news.ycombinator.com 2y ago

Flutter Desktop compatibility is getting worse?

rustdesk
2pts5
github.com 3y ago

Flutter texture is not thread-safe on Linux

rustdesk
2pts0
news.ycombinator.com 3y ago

How to remove an infringing app from the Microsoft Store?

rustdesk
1pts0
news.ycombinator.com 3y ago

Reviewing code is more horrible than writing code

rustdesk
2pts2
news.ycombinator.com 3y ago

Do you like employees who like to refactor code?

rustdesk
6pts7
github.com 3y ago

A texture helper which brings a high level API to handle RGBA data for Flutter

rustdesk
1pts0
news.ycombinator.com 3y ago

Making portable Flutter desktop exe with Rust

rustdesk
3pts0
latenightlinux.com 4y ago

Late Night Linux – Episode 179: FOSS Alternatives to TeamViewer and Plex

rustdesk
1pts0
github.com 4y ago

Rust Scrap with Wayland Support

rustdesk
1pts1
github.com 5y ago

RustDesk 1.1.6 – An open-source remote desktop software

rustdesk
4pts0
github.com 5y ago

An open-source remote desktop server for RustDesk

rustdesk
2pts0
github.com 5y ago

A Cocos2d-x open-source game made for my daughter

rustdesk
1pts0

Clarification: we stopped maintenance mainly because wehave earned more rumor, defamation, racism, curse (seepic, which was said by one the authors of @PixelProps )and clowns than reputation, NOT because of confliction ollegitimacy. Most of us are also Magisk's contributor, ancwe also got curse from the Magisk's community. We arejust too tired of the community, we need rest. More about the pic. the author of @PixelProps at-ed alladmins for a hidden version of LSPosed. And since heabused /admin command (not all admins are LSPosed'sdev thus this command is used for reporting spam, and itwas sleeping time on our time zone), we thus kicked (notban) him for warning.But he keeps retrying and askedpeople to join our group to send dirty words to our admins(like the one in the pic, and there are more).

Thanks all of you.

We did some stupid things before, especially the Wayland "Fix it" button, no excuse, we have removed it, and been working hard to make Wayland support work. https://github.com/rustdesk/rustdesk/pull/932

We are also removing Sciter, rewriting the UI with Flutter, https://github.com/rustdesk/rustdesk/tree/flutter_desktop. But Flutter does not support 32-bit Windows, we have to keep Sciter for 32-bit Windows version.

As an open source project, we only have very limit bandwidth for you, the connection is not reliable sometime if you use our public servers. That's why we encourage the selfhost, and open source the server https://github.com/rustdesk/rustdesk-server. We are attempting to improve the bandwidth, https://github.com/rustdesk/rustdesk/discussions/1026.

Here is a good video for selfhost which can help you. https://www.youtube.com/watch?v=9nzHm3xGz2I&t=1032s

We hope more contributors can join us to make it better.

Here is our milestones: https://github.com/rustdesk/rustdesk/discussions/918

I do not know why @Technetium said "impossible to communicate", appologize if I made you not happy before. I just lost patience sometimes, it is really not an easy job to maintain an open source project like RustDesk. We communiated very well with RustDesk Server contributor, https://github.com/rustdesk/rustdesk-server/issues/36.

[dead] 4 years ago

Though our open source mobile side is Flutter, but I can not decide either. Our desktop side uses Sciter, similar to html/js. We can use most of old html/js with Tauri. We can also reuse some mobile Flutter code, but our desktop design is super different from mobile. Flutter is not css based, few code can be shared between mobile and desktop per my understanding.