• 1 Post
  • 65 Comments
Joined 2 years ago
cake
Cake day: February 9th, 2025

help-circle

  • Quibblekrust@thelemmy.clubtomemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    29 days ago

    Fun fact: your “fun fact” is a myth. Artificial banana flavor is not “based off Gros Michael”. The flavoring is not some sort of recipe that was based off of anything. It’s a single chemical found in all bananas. It’s a coincidence that Gros Michael tastes more like fake banana flavoring than other bananas, but all bananas contain that same ester: isoamyl acetate. It’s just that Gros Michael has more of it.

    However, if you dig in to this tale a little it soon becomes clear that there is little or no verifiable source that artificial banana is based on Gros Michel. “It sounds very, very unlikely to me,” says synthetic organic chemist Derek Lowe.

    https://www.bbc.com/future/article/20140829-the-secrets-of-fake-flavours

    So please stop repeating this myth.

    In addition, you’re completely wrong about artificial vanilla flavor. It is the exact ester found in real vanilla, and it is by far the most dominant flavor in real vanilla. It tastes exactly like vanilla minus a few extra subtle notes.




  • Quibblekrust@thelemmy.clubtoLinux@lemmy.mlDisabling bloatware
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    It doesn’t sound like you understand what personal information is. It includes things like contacts, calendar, and emails.

    This back end service exists because, in the past, programs were all doing their own thing, but now KDE provides that information as a service. With a standard API. So you can have two programs installed that manage your contacts, and they’re both using the same list of contacts. Same with your calendar. Back in the day, if you used two different programs to store contacts, you would have two databases of contacts.

    Calling that bloatware is just stupid. It’s literally a core service that a useful operating system should provide.

    In addition, learn how to use a search engine instead of posting in the forum like this. It was trivial to find out how to disable it permanently. Trivial! Asking us to do your work for you and then tacking on a “conversation starter” at the end doesn’t make your post any more palatable.

    Here’s your answer:

    https://wiki.mageia.org/en/Archive:Speeding_up_KDE



  • There are two ways to do it with KeePass (or KeePassXC or KeePassDX):

    1. using the auto-type feature with a virtual keyboard
    2. Using it as the desktop’s “secrets provider”.

    When I asked if KeePassXC could work on Wayland, I meant, “does the auto-type feature work yet?” I actually have not looked into using KeePassXC as a secrets provider.

    The built-in AutoType feature uses a virtual keyboard to type passwords by switching to the target window and then typing them in as if it were you using a real keyboard. This works in Windows, Android, and X11 (insecurely), but not in Wayland.

    On a desktop PC, you can configure the auto-type sequence in an individual entry or on the folder it’s in. Then you press Ctrl-V with an entry selected, and KeePassXC will switch to the previous window and start typing like a keyboard. You control when it presses Tab to switch fields, when it types the username or password, and if it hits Enter to submit the login. Stuff like that.

    On Windows, the above is secure unless some random app comes to the front as soon as you press the AutoType hotkey. Other programs can’t read the keystrokes. On X11 this is insecure. Every program running on the computer can hear every keystroke from every keyboard (real or virtual). This is just one of the reasons why Wayland exists, to eliminate security holes like this, and why KeePassXC under Wayland can’t do auto-typing. (Yet)

    On Android, you use the KeePass virtual keyboard to AutoType entries. I personally use KeePassDX, but I’m sure there are other ones. Like all Android keyboards, it needs to be enabled in settings before you can use it. You either open KeePass, choose an entry, and then switch to the KeePass keyboard, or switch to the keyboard first, click one of the buttons, and KeePassDX will launch, and have you choose a key to load.

    Either way, the KeePass virtual keyboard presents you with buttons for username, password, or any other text fields, and you simply focus the field you want to be typed into, and press the appropriate button. It’s secure. Other apps can’t intercept the keystrokes. I would screen shot what the keyboard looks like, but I can’t do that because of the security settings. KeePassDX blocks screenshots by default, and that carries over to its virtual keyboard.

    The other option on Linux is you can configure KeePassXC to be the “secrets provider”. Then, when an application does the formal request for a stored secret on the system, KeePassXC provides it instead of KWallet or whatever your DE uses. I have never tried this out, and I don’t know how secure it is.













  • Does it actually list the packages that are suggested?

    If a package is recommended, it gets installed by default. They’re not strictly necessary for the core functionality of the main package, but they are commonly used by many users.

    On the other hand, suggested packages are like plugins. They won’t necessarily be important to most users, but some might find them handy. Things like alternate backends for specific use cases, or a plugin to enable a specific (and rarely used) service.

    I haven’t used apt in a while, but I don’t think there’s a way to automatically install all suggested packages. I think you just install them manually by copying and pasting the package names, and running additional apt install commands.

    But unless you know what specific usage you need before I probably wouldn’t bother.