Skip Navigation

Posts
4
Comments
110
Joined
3 yr. ago

Software developer and artist.

  • Funny, I was just reading The Ministry for the Future...

    TLDR: It's going to be seriously discussed as adaptation measure as soon as we recognize that the situation is beyond repair.

  • Car repair.

    Sorry, I usually don't make these shallow comments. But cars are just another way to accumulate money for the rich few. Transportation is the boot, and we can't afford good public transit and international railways.

  • lightweight

  • small

  • stable

  • intuitive

  • supported

  • beautiful

  • lightweight

  • good documentation

  • Lubuntu

  • I don’t fully understand the “right to be forgotten”.

    I think there is a difference between agreeing with the law itself and agreeing with the usefulness. GDPR gives users incredible power over their data, and in the case of Reddit it allows you to leave the platform very effectively for example.

    “The solution is in this link” “Thanks, that solved my issue” But now link is dead and the solution gone.

    This is sadly the case with everything on the internet and life in general tbh.

    even then you’re acknowledging the GDPR request you made to the instance was useless

    Don't quote me on this, but I don't think GDPR says they have to delete every instance of your content across the internet, just the ones they have power over.> “The solution is in this link”

    “Thanks, that solved my issue” But now link is dead and the solution gone.

    Also, I'm mainly adding some of my thoughts, don't take this as criticism of your post or your viewpoint. I fully agree that there is no solution that pleases everyone here.

  • Rotate board 90 degrees to the left.

  • I like the user experience of two clicks to install and run, it's feels very smooth.

    I had some bugs with the CLI when developing Flatpak applications, but I guess that will be resolved when it gets more refined. I also welcome a central "linux appstore" and more sandboxing features, so my view on Flatpak is that I like it more than most other solutions.

  • I think if you are just starting out this shouldn't be a big concern (of course it's still reasonable to keep it in mind). As long as you aren't using var2bytes with object serialization enabled or directly send user scripts around you should be fine. If you are using Godot 4, I'd keep an eye on security updates, as the networking was also revamped.

  • For deleting specifically I use gio trash, it should work on any gnome install.

  • It's open, free and hackable. It also has nice UI tools.

  • If you are a developer, please take a look at the XDG Base Directory Specification and try to follow it, users will be very grateful.

    Short summary: Look for $XDG_CONFIG_HOME for configs and $XDG_STATE_HOME for state. If they aren't available, use the defaults (./config and .local/share).