• 163 Posts
  • 119 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle














  • What I want is very simple: I want software that doesn’t send anything to the Internet without some explicit intent first. All of that work to try to make this feature plausibly private is cool engineering work, and there’s absolutely nothing wrong with implementing a feature like this, but it should absolutely be opt-in.

    Top comment of HN sums me up best.

    Another HN comment warns about other breach of privacy option. By default, Apple collects your searches in Safari, Siri, and Spotlight. You can disable it in Settings>Search>Help Apple Improve Search.


  • I just listed the changes since GIMP 3 RC1.

    Over GIMP 2.10.38, there’s a lot of changes. Better color management, GTK 3, non-destructive editing, and other stuff I can’t remember.

    That last one is a major boon. It means you could perform an action on a layer, say raise the exposure, but revert it later on without affecting the quality or losing information. Unfortunately this doesn’t apply to all actions (such as resizing), but the list of non-destructive actions will grow later on.


  • Leaflet@lemmy.worldtoLinux@lemmy.mlHow to distrohop!?
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 days ago

    By far the most important thing I’ve done is created a list of all the package names. With just one command, I can reinstall all my apps.

    The second most important thing I’ve done is created a long list of gsettings/dconf commands that configure Gnome to my liking.

    I’ve also moved most of my user data off my OS drive to removable drives. But I don’t have my home on a separate drive since I don’t want to share that across different distros since they configure things differently. It’s also just a lot easier to not have a separate home.

    Apart from that, the script I have also copies over some config files, sets my hostname, sets flatpak overrides.





  • Yup. Or at the very least, a distro package’s listed dependencies don’t show you the true dependencies a program needs to function. There are a lot of dependencies that are needed but not listed because they are installed through transitively by other packages.

    Rust shows you the true scale because it’s statically linked. That being said, Rust really may use more dependencies, but directly comparing the number of dependencies can be misleading without considering the scope and focus of each dependency.











  • Leaflet@lemmy.worldtoLinux@lemmy.mlBackup of installed flatpaks?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    24 days ago

    flatpak create-usb [OPTION…] MOUNT-PATH [REF…] - Copy apps or runtimes onto removable media

    I don’t think it has to be removable media despite the description. I’m also not exactly sure how to install the packages once they’re copied over.

    For more details, see flatpak create-usb --help and flatpak man pages.