I write terrible code on radicle

  • 2 Posts
  • 10 Comments
Joined 5 days ago
cake
Cake day: September 6th, 2026

help-circle




  • Yeah, that’s not what I’m looking for. Windscribe has 200+ VPN locations. I’d have to manually import every single one. Sure, probably would take less time than it took writing this, but if they update a few configs (or everything at once for some reason), I’d have to go through the hassle of removing the existing configs and updating each one manually again.

    If it had a batch importer or even just supported configs in /etc/wireguard (or a custom directory), that would also be great. But from what I understand, it’s a frontend for NetworkManager, which uses a different configuration format for connections .nmconnection and is terribly documented.





  • I didn’t want any browser + Rust solution (bloated) --> no Tauri, no electron, no webkit, no QML (that’s also webkit, isn’t it?)

    Didn’t want immediate mode - just not convinced by it --> no egui and all that other stuff

    Wanted to click together a UI and not fight too much with C++ bindings --> GTK4 got rid of their WYSIWYG editor, Qt creator doesn’t do Rust AFAIK, and all Qt bindings seemed like a lot of work getting it to run

    Slint just seemed like the best thing I could get running under an hour, given those conditions.

    If you can think of something else that fits better given those criteria, I’d be happy to check it out.