Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CM
Posts
2
Comments
78
Joined
2 yr. ago

  • "they put ads in the terminal" isn't really accurate.

    Their "ubuntu-advantage-tools" adds information to one of their other products to the output of apt. You can easily get rid of that by uninstalling/replacing "ubuntu-advantage-tools". It's definitely not like they are selling ad space in your terminal to third parties.

  • Sure, but what about your chromium builds? (as mentioned in my post, replacing the firefox snap with a firefox deb is easy enough on Ubuntu, chromium is the more difficult one to deal with)

  • Mint would be based on Ubuntu 22.04, but I'd like to have something more up-to-date. I believe all other .deb based distros have the same issue that they are not as up-to-date as Ubuntu 23.04?

  • Not sure if they have only just added a clarification, but it now says

    Notwithstanding the above, Zoom will not use audio, video or chat Customer Content to train our artificial intelligence models without your consent.

  • They are seriously suffering from NIH (not invented here) syndrome. So, you can theoretically build your own Telegram client, but you can't re-use any standard components to do so. WhatsApp on the other hand doesn't open their clients, but under the hood they are just using mostly standard components (Noise protocol, modified XMPP protocol, Signal protocol), so it's not actually that difficult to build your own WhatsApp client by just piecing together these components.

  • In my case my main bank works exactly the same through the app than the browser mobile version

    Main issue is that the two-factor authenticator app is usually only available for Android/iOS (some are still supporting SMS, but they are trying to phase that out)

    WhatsApp

    Their web app now actually works almost stand-alone. And as projects like yowsup have shown, it's also possible to create your own stand-alone WhatsApp client (it's only a matter of doing the work).

  • I wonder if that could easily be fixed by just filtering the output of df to not show virtual disks (df already has an -l option to only show local disks, so would expect that changing df could be relatively easy).

    Note: I am not saying that I like snaps...