• 1 Post
  • 25 Comments
Joined 2 года назад
cake
Cake day: 6 июля 2023 г.

help-circle

  • I completely agree, I guess what they call “privacy win” is that this feature can now work without storing data on Google (highlighted by me):

    Based on Google’s email, it seems the company will allow Gemini to access messages, WhatsApp, and control device system settings without requiring that you enable the Gemini Apps Activity setting for your account. This setting saves your Gemini history to your Google account, potentially allowing for better personalization.

    Previously, if you had this setting disabled for your Google account, you weren’t able to use the Messages, Phone, Utilities, or WhatsApp extensions in Gemini (via 9to5Google). Once this change rolls out to your account, you will be able to access these features without having to save your Gemini history on Google’s servers.

    When they say

    potentially allowing for better personalization

    they sound like the companies trying to sell you these features without mentioning the privacy implications of said features. :/


  • In #1 when you say the monitor displays the DE, is the Dock visible? If not, it could be that you’re trying to interact with the DE but the dock and application launcher is on the laptop display.

    I didn’t have to change any config values and it works. The only other thing I can think of is that I have Gnome Tweaks installed and the ‘Suspend when laptop lid is closed’ is disabled in the ‘General’ tab.

    Another thing to try is to see what Pop!_OS outputs in the /var/log/syslog file when this happens. What I would suggest you do is:

    1. open the terminal app
    2. type sudo /var/log/syslog -f (this will start writing all sorts of messages to the screen)
    3. do your step #1 (when it becomes unresponsive)
    4. open the lid again so the system becomes reponsive
    5. press Ctrl + c to stop outputting the contents of the systog file.

    Scroll up and see if there’s any error, warning or something to that affect in the log related to power management, displays or the desktop environment.

    And one more thing which is probably obvious: make sure your system is up do date (both the operating system and the BIOS).













  • Hungarian. I’ve just tested it again, but I’m still not happy with the results.

    Also, it always seems to suggest the word you’re translating in the “Alternatives” section for some reason. So, for instance, if I translate “moron” or “baffling”, DeepL thinks “moron” and “baffling” are valid alternatives. They’re not, these are neither Hungarian words nor English ones that a Hungarian would use.


  • But for quality, nuance, and privacy, DeepL is unmatched.

    As much as I’d like this to be true, I have to disagree. Perhaps the quality of the translation depends on the language you translate from / to, but the results I got for my native language ranged from not very good to absolute rubbish.

    What’s even more frustrating is that there’s no (easy) way for me to report such bad results so the developers could fix them. :/




  • I agree with using open source software, but the source code of said chat apps is just one part of the equation.

    AFAIK cryptography implementation relies on the operating system / firmware the app is running on (they tend to be closed source). Most implementations rely on random generators provided be the operating system. Doesn’t really matter how good the encryption implementation is in the chat app if the software it relies on is compromised - see book I recommended above (The hacker and the state).