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

help-circle

  • I enjoy that extra stability and separation between system and apps, especially as I use a rolling distro as a gamer. Hearing talk about Flatpak I disliked it for the same reasons, but I decided to try it out after Steam Native bugged due to a system library update. I enjoy it now also because it feels good that installing apps don’t get a root password and scatter files everywhere they please in the system.

    On servers it’s different ofcourse, Flatpak is basically for desktop apps. Snap is also designed for text mode stuff, servers and IoT devices but there’s the problem with it being controlled by one company.


  • Yes, Bonjour is a magic word. La politesse/etiquette and respect for all people is very important in France. Here in NA when we enter a store the staff greets the customer and bows and scrapes for us, in France when entering a store the customer politely acknowledges and greets the staff with Bonjour - and not just in stores. And then there’s the other small phrases that goes a long way, like merci, pardon, s’il vous plait, au revoir, use monsieur/madame/mademoiselle, as in Excusez-moi, madame, etc.

    Dress a little bit nicely when exploring helps, don’t walk while eating, etc.

    When foreigners complain that the French are rude or snobbish it is often a misinterpretation; not adhering to simple etiquette, can be offensive or insulting and they will react to that demonstratively or “in kind”, more or less subtly…

    I rather like La Politesse and being respectful to everyone.


  • Yes I enjoy that extra stability and organization, especially as I use a rolling distro as a gamer. Hearing talk about Flatpak I disliked it but I decided to try it out after Steam Native bugged due to a system library update. I enjoy it now also because it feels good that installing apps don’t get a root password and scatter files everywhere they please in the system.

    Bloat is often held up as the ultimate evil without further ado, scaring everybody. I think a little extra disk space would be more concerning on an embedded system. Snap is also aimed at embedded systems btw.











  • NVIDIA is shit

    I would call that an exaggeration. It’s not perfect sure, but it has finally improved a lot in the last year and it works for some. I had to get a new gaming laptop earlier this year and the only good option I could afford had an NV card. It was a great deal from Bestbuy certified open box, $500 off (I love those open box deals with 30day return).

    It works well, I play Guildwars2 and BG3 flawlessly through XWayland+proton with great performance. Maybe it works well because I put it into Dedicated Nvidia mode, instead of using Optimus? (I never liked Optimus)

    Sure it’s not perfect, I get graphics glitches in KDE if bringing the laptop out of sleep, funny colors and a mouse with a funny trail, but I don’t need to use sleep, I boot it in the morning and shut it down in the evening, it’s no biggie for my use-case.


  • That’s abnormal, it shouldn’t be like that. My flatpak rarely has updates (compared to Arch/yay) and they’re quite fast, still less than a minute even if there’s updates to the NV libs (I didn’t time it). There must be some kind of particular issue? What’s your setup?

    Looking at it - I got flatseal, chrome, firefox, thunderbird, dropbox, steam, joplin, cryptomator, mesa, NV libs, gimp, discord, resynthesizer, libreoffice and some other bits on flatpak. It’s on an SSD, Internet 150Mbps. Is it installation or download that’s slow for you? With it being 20min I would guess there’s a problem with the download speed from the server, routing issue to flathub, etc? Flatpak is not that much of a slog.


  • I have an alias I call “upd” that runs “yay ; flatpak update”, I just run that, press Y at the first prompts and then let it run in the background while I do other work. It really doesn’t matter at all how long it takes. I do have NVidia but generally I don’t feel it takes very long as we don’t get new kernels every day. You could use the linux-lts kernel for much more rare kernel updates.

    It’s a bit like bittorrents, I don’t need them to download in 30sec, I start it and return to check on it whenever I think of it.

    I have changed my opinion on flatpak btw, I really like that the apps are not spread all over my system but instead sandboxed neatly, have fewer dependency versioning issues and it’s really easy to use.


  • I cancelled cable TV ($100) , Netflix (which in Canada is $16+tax without ads) and Prime (it’s too easy to buy stuff there as well, I’m trying to support more local stores), downgraded my Internet to 150Mbps because I calculated my usage and discovered I was paying for speeds I very rarely really needed, MMORPG gaming is less than 1Mbps, streaming HD <10Mbps, streaming 4K <30Mbps (though I don’t do that), instead I only pay for Mullvad and cheaper Internet. I save a lot every month from that perspective.

    In addition I occasionally need Mullvad for other things than bittorrent, like to access websites in other countries/etc. It can be handy to have a VPN sometimes.


  • ProtonBadger@kbin.socialtoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    systemd does have one problem that also existed before: sometimes services come with buggy unit files (or copy/pasted from something else and modified), similar to how there were all kinds of buggy scripts before. Unit files are much simpler than scripts and it should be easier to get right but when the author sometimes doesn’t consider dependencies or test fail scenarios…



  • ProtonBadger@kbin.socialtoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    47
    arrow-down
    2
    ·
    1 year ago

    Just to avoid misunderstandings: it’s not a monotolithic blob, it is thought so because its first project was a system daemon that manages system services. It is described as “a software suite that provides an array of system components for Linux operating systems.”, it is highly modular and offer many optional components that each have their own purpose.