Some software dev / it person

I won’t downvote anyone i disagree with but also only upvote if a comment adds something to the conversation. - After all, this isn’t reddit anymore and i think we should try to be excellent to each other.

  • 0 Posts
  • 180 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • igorlogius@lemmy.worldtoLinux@lemmy.mlI had a realization today
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    10 months ago

    well, with stuff like this i meant dpkg-reconfigure, since i switched to nixos where configuring and setting up basically means adding/editing a couple of lines in /etc/nixos/configuration.nix. For automatic system updates for example, i just had to add: system.autoUpgrade.enable = true; and done. Nicest way to configure and manage a system i’ve experienced yet.












  • igorlogius@lemmy.worldtoLinux@lemmy.mlWho does flatpak/snap benefit?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    10 months ago

    There are a few runtimes which provide quite a few things already (for desktop and system integration) and there are a growing number of modules for other commonly used stuff, example ffmpeg (de/encoding) which other flatpaks can reuse. Also flatpak uses OSTREE to try and prevent duplication.

    The more the devs work with it the better their packaging and bundeling is gonna get. At the moment it is new and they have to re-learn some things and not everything might be done in the best way possible, but that will improve with time.

    And i think it benefits everyone. Devs and distro maintainers dont need to repackage, test and integrate stuff for all distors and users have stuff that has an almost 100% chance of working out-of-the-box that is also quicker with updates/fixes.

    IMO, overall an improvement in comparision to the current state with deb/rpm/pkgs/… for userspace applications.