𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 

Ceterum Lemmi necessitates reactiones

  • 16 Posts
  • 2.46K Comments
Joined 3 年前
cake
Cake day: 2022年8月26日

help-circle




  • Amazon has a non-existent customer support, so you may have limited options.

    If they had customer support, I’d suggest contacting them and tell them to either refund, or else you’d give them the ID immediately followed by a GDPR request to purge your data. That might have gotten some movement, because those GDPR requests have the force of law, and are also a fair PITA for Amazon. However, there’s no way to give them a shot across the bow. I think your options are:

    • process a charge-back, as someone else suggested, which might result in an Amazon ban
    • take the loss (that’s entirely your call, regardless of anyone else’s opinion)
    • give them the ID, get your refund
    • you can still initiate a GDPR purge request. I’m going to guess it’s going to result in a block, but maybe not. You might be able to recreate your account

    The happy news is that you are protected by GDPR. Many of us are not, and don’t even have the option to demand they purge the information.



  • OnlyOffice is a Russian company. Some people might care about the latter part.

    The connection between OnlyOffice and Russia has caused some controversy. The company has moved headquarters and attempted to hide its Russian ties through shell companies. The company develops its product in Russia and presents itself in the Russian market as a Russian company. For this reason some Ukrainian businesses have moved away from OnlyOffice.

    Wikipedia has more info (with references) for the curious.


  • Second this.

    • message delivery can be iffy
    • VoIP works well
    • you connect with people like a normal app that isn’t going to scare your family off, not trying to get them to put in GUIDS
    • it has all the creature comforts, attached/embedded photos, markup, attached files, attach pictures, share your location for 10 minutes (I’m on my way), history editing, deleting
    • it has concurrent multi device support, so you can get messages on your phone, tablet, and desktop at the same time
    • There’s a full desktop client (Electron, i think 🤮 but it works)
    • the dev team is small and they seem to like to work more on features than user issues. development is slow
    • multi-person groups work fine

    It’s still the best E2E messaging system I’ve found; the only one my mom, wife, and sisters-in-law reliably use.

    I just want them to focus on fixing the sketchy DHT that seems to cause every problem.




  • My recommendation is to put all of the variables in an environment file, and use systemd’s EnvironmentFile (in [Service] to point to it.

    One of my backup service files (I back up to disks and cloud) looks like this:

    [Unit]
    Description=Backup to MyUsbDrive
    Requires=media-MyUsbDrive.mount
    After=media-MyUsbDrive.mount
    
    [Service]
    EnvironmentFile=/etc/backup/environment
    Type=simple
    ExecStart=/usr/bin/restic backup --tag=prefailure-2 --files-from ${FILES} --exclude-file ${EXCLUDES} --one-file-system
    
    [Install]
    WantedBy=multi-user.timer
    

    FILES is a file containing files and directories to be backed up, and is defined in the environment file; so is EXCLUDES, but you could simply point restic at the directory you want to back up instead.

    My environment file looks essentially like

    RESTIC_REPOSITORY=/mnt/MyUsbDrive/backup
    RESTIC_PASSWORD=blahblahblah
    KEEP_DAILY=7
    KEEP_MONTHLY=3
    KEEP_YEARLY=2
    EXCLUDES=/etc/backup/excludes
    FILES=/etc/backup/files
    

    If you’re having trouble, start by looking at how you’re passing in the password, and whether it’s quoted properly. It’s been a couple of years since I had this issue, but at one point I know I had spaces in a passphrase and had quoted the variable, and the quotes were getting passed in verbatim.

    My VPS backups are more complex and get their passwords from a keystore, but for my desktop I keep it simple.







  • I like your take on it; the issue comes in that conflict where external labels don’t align with internal pronouns (or any other form of self-identity, such as identifying as a particular race despite genetic dominance). We want to respect people’s self-image, when we can, don’t we?

    For me, it’s the good faith test. It can be difficult, or impossible, to determine bad faith, but sometimes it’s obvious. Trans people usually seem sincere about their identities, so I take them at face value. A meat eater insisting they be called ‘vegan’ is just mocking self-identification and kicking back at the whole pronouns thing, for whatever reason. That’s not good faith; that’s being contrarian.

    That’s my line, until someone convinces me of a better one.