[object Object]

  • 2 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: September 22nd, 2024

help-circle

  • I don’t quite see how AI assisted searching would be different in terms of privacy from normal search engine from the searcher’s perspective. Biggest issue with AI in the context of privacy is that it gets trained on a lot of personal data and can also be used to deanonymise when used against others. The only kind of information you would give away to the third party uniquely in AI search engine (I think) would be your speech pattern if you are having a conversation with it instead of simply typing in keywords. Duck.AI claims to ensure your data is not used to train the AI, but there’s no way to verify if the AI provider is holding up that promise. Still it’s a good choice since you don’t have to log in.

    Accuracy is not very relevant in privacy, so it would depend almost solely on what you choose as your provider.

    If I were to use one, I would choose whichever you can use without logging in, and gives reasonably accurate information.



  • [object Object]@sh.itjust.workstoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 month ago
    • Games, though it’s more of a game company issue. I like Apex Legends.

    • Microsoft Office stuff. Every now and then I need to make a presentation, and LibreOffice Impress to Microsoft PowerPoint isn’t that good. I resort to Google Slides for now.

    • Cursor trails. I tried making it myself until I stumbled on the concept of hardware cursor. I still want to do it, but man, putting an image where your pointer is at is harder than I thought. So much more if you’re on Wayland apparently.

    • (Lack of) general ecosystem fragmentation. I still don’t understand why I can’t paste image that is clearly present in both xclip and wl-paste over Remmina. It does work if I open LibreOffice Draw, paste it there, then copy it back, and paste it in Remmina. Emacs on Xorg is blurry and requires xwayland-satellite but smooth, and Emacs GTK is sharp but stuttery.



  • Their website (https://coveryourtracks.eff.org/learn) do mention the concern you have; Blocking trackers means you are a user with a very specific privacy settings. I suppose it would be like going around with a full face mask; You are technically private, but you are uniquely identifiable unless someone else does that. I also get “Uniquely Identifiable” on my personalised browser, but nothing like it when I try it out on newly installed Mullvad browser with no changes.

    Not that I know much about how Tor traffic is identified, but Tor bridges seems like a potential solution? I would dig into that a bit more.


  • True, but I think that’s the best you can get. Lemmy itself isn’t very thriving compared to Reddit in the first place. It would have been a lot better if multiple communities could share a post cross-instance, but we don’t have that.

    Come to think of it, does Lemmy support flares? I think having a flare for niche stuff would help a lot in terms of discoverability without splitting the community.


  • I don’t think any form of rework on voting system would work; everyone has their own criteria, and it won’t always make sense to everyone. Preventing upvotes/downvotes would just be a hindrance, and it also opens up a way to manipulate votes to however mods want.

    One solution would be to have a community dedicated to discussions so that they have a chance to appear at the top.






  • I don’t think Lemmy ever claimed they’re decentralised, because it has a specific meaning that sets itself apart from being federated, and Lemmy certainly isn’t decentralised.

    The whole freedom of federation comes from the fact that if you don’t like something, you’re free to set up your own stuff and do it there. In practice, it doesn’t work that well as advertised especially for something like Lemmy, which creates an additional layer of isolation (communities) within itself, but it requires a large group of people in a single community to work. I think Lemmy needs a way to '“merge” communities across instance.








  • I don’t think I’ve seen a single distro that ships Korean support right off the bat, except HarmoniKR. Because of the way Korean works, it’s not just the keyboard layout support you need. To list the things you need to do:

    • Install Fcitx5.
    • Install Korean Fcitx5 input method. Probably named something like fcitx-hangul. Without it, Hangul keyboard will not appear in Fcitx.
    • Check what 한/영 key really does. This is necessary because depending on the hardware, it either emits Hangul key, or Right Alt. If it emits Hangul, then you can skip this. If not, make sure you remap Right Alt to Hangul, because then the key triggers Alt action every time language is swapped. Those usually steal input, so it is really annoying.
    • Add both Hangul keyboard (not Korean) and English keyboard in Fcitx5 config. Korean keyboard does not enter Korean characters. It’s the Hangul keyboard that actually enters Korean characters. It probably corresponds to Korean keyboard’s English input. It should look something like this.
    • Add Hangul key as Enumerate Input Method Forward option in Fcitx config under Global Options tab.

    I will attach my files in ~/.config/fcitx5. These two should go under that directory, and not ~/.config/fcitx.

    ~/.config/fcitx5/config
    [Hotkey]
    # Trigger Input Method
    TriggerKeys=
    # Enumerate when press trigger key repeatedly
    EnumerateWithTriggerKeys=True
    # Temporally switch between first and current Input Method
    AltTriggerKeys=
    # Enumerate Input Method Backward
    EnumerateBackwardKeys=
    # Skip first input method while enumerating
    EnumerateSkipFirst=False
    # Enumerate Input Method Group Backward
    EnumerateGroupBackwardKeys=
    # Time limit in milliseconds for triggering modifier key shortcuts
    ModifierOnlyKeyTimeout=250
    
    [Hotkey/EnumerateForwardKeys]
    0=Hangul
    
    [Hotkey/EnumerateGroupForwardKeys]
    0=Control+Alt+Hangul
    
    [Hotkey/ActivateKeys]
    0=Hangul_Hanja
    
    [Hotkey/DeactivateKeys]
    0=Hangul_Romaja
    
    [Hotkey/PrevPage]
    0=Up
    
    [Hotkey/NextPage]
    0=Down
    
    [Hotkey/PrevCandidate]
    0=Shift+Tab
    
    [Hotkey/NextCandidate]
    0=Tab
    
    [Hotkey/TogglePreedit]
    0=Control+Alt+P
    
    [Behavior]
    # Active By Default
    ActiveByDefault=False
    # Reset state on Focus In
    resetStateWhenFocusIn=No
    # Share Input State
    ShareInputState=No
    # Show preedit in application
    PreeditEnabledByDefault=True
    # Show Input Method Information when switch input method
    ShowInputMethodInformation=True
    # Show Input Method Information when changing focus
    showInputMethodInformationWhenFocusIn=True
    # Show compact input method information
    CompactInputMethodInformation=True
    # Show first input method information
    ShowFirstInputMethodInformation=True
    # Default page size
    DefaultPageSize=5
    # Override Xkb Option
    OverrideXkbOption=False
    # Custom Xkb Option
    CustomXkbOption=
    # Force Enabled Addons
    EnabledAddons=
    # Force Disabled Addons
    DisabledAddons=
    # Preload input method to be used by default
    PreloadInputMethod=True
    # Allow input method in the password field
    AllowInputMethodForPassword=False
    # Show preedit text when typing password
    ShowPreeditForPassword=False
    # Interval of saving user data in minutes
    AutoSavePeriod=30
    
    ~/.config/fcitx5/profile

    It contains Japanese group, you can safely delete that. I just don’t know what it looks like if I delete it.

    [Groups/0]
    # Group Name
    Name=日本語
    # Layout
    Default Layout=us
    # Default Input Method
    DefaultIM=mozc
    
    [Groups/0/Items/0]
    # Name
    Name=keyboard-us
    # Layout
    Layout=
    
    [Groups/0/Items/1]
    # Name
    Name=mozc
    # Layout
    Layout=
    
    [Groups/1]
    # Group Name
    Name=한국어
    # Layout
    Default Layout=us
    # Default Input Method
    DefaultIM=hangul
    
    [Groups/1/Items/0]
    # Name
    Name=keyboard-us
    # Layout
    Layout=
    
    [Groups/1/Items/1]
    # Name
    Name=hangul
    # Layout
    Layout=
    
    [GroupOrder]
    0=한국어
    1=日本語