• 3 Posts
  • 169 Comments
Joined 2 years ago
cake
Cake day: April 27th, 2024

help-circle


  • Okay, you know what… That’s actually better than what I said. Defeat acknowledged.

    (However, it still seems a bit silly to me. name="value" will prompt you to enter set name "value", with your exact name/value prefilled. As far as I know, it really is just syntax substitution; or am I wrong here? Are there semantic differences that can’t be translated?)


  • find modules/nixvim/ -name "*.nix" -type f -exec cat {} + | wc -l
    3890
    

    I’d say I’ve spent enough time configuring neovim 😄

    (Btw, highly recommend configuring neovim through nixvim if you’re already using nix. Incredibly stable. I had to fix one plugin or another all the time with plain nvim. Now, literally never. Plus, nix run github:<username>/<repo>#nvim on any nix-enabled system, and get dropped into your exact config, keybinds, theme, plugins and all. I’ve set it up to expose language-enabled variants by appending e.g. .go or .python to that command.)

    (Sorry my comments tend to go off-topic)




  • It’s just a helper. It’s a way for your calendar to ask “uhhh… Should I already know of any calendars…?” and the service going “oh actually yeah, the user configured their email account, hold on, here’s the corresponding calendar”.

    That’s just basic functionality. Maybe what’s tripping you up is that it’s a separate service? Because I assume you have nothing against inputting your email into a mail client and a calendar separately.

    If so, then for one, it’s not really a difference if the mail app stores this into or the service does; and second, it’s a good thing to have this standardized into a single purpose built service, rather than having each app reimplement this stuff.

    CPU and RAM usage is so negligible it’s laughable.

    IDK.

    It seems like you read something about personal data in the service description and just jumped to the conclusion that this is something nefarious.


  • How exactly is it bloatware though? Not a KDE user myself, just had a look at the wiki. Seems it’s just a convenience utility to allow you to not have to enter the same things into multiple applications?

    This is VERY different from pre-installed apps in your start menu that collect and sell info about you…

    Yeah, thinking more about it, I don’t think the term “bloatware” (as it is commonly used) applies here at all.

    How do I completely disable it forever?

    To answer your question: sudo systemctl mask <servicename>.service

    The much more common disable just disables autostart; masking will point the service file at /dev/null, which makes it impossible to load or start the service, even when other services or apps (like the clock widget someone mentioned in the comments) request it.