• 1 Post
  • 88 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle


  • Looks great, well done.

    Personally, the deb-related annoyance that I have encountered most often in recent years is that there is an APT repo but I have to jump thru hoops to add it. An example is signal-desktop, where the handy one-click installation goes like this:

    # 1. Install our official public software signing key:
    wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
    cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
    
    # 2. Add our repository to your list of repositories:
    echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |\
      sudo tee /etc/apt/sources.list.d/signal-xenial.list
    
    # 3. Update your package database and install Signal:
    sudo apt update && sudo apt install signal-desktop
    

    Why does Debian-Ubuntu not provide a simple command for this? Yes there is add-apt-repository but for some reason it doesn’t deal with keys. I’ve had to deal with this PITA on multiple occasions, what’s up with this?




  • This is a good question. Phone numbers are increasingly used as de-facto ID numbers, everywhere in the world. That’s because, unlike email, they cost money, and in most jurisdictions you can’t even get one anymore without presenting real ID. So: if you have a second phone number, you can effectively have a second persona for any site or app that requires phone-number ID. Seriously, at this rate, it’s going to be all of them.

    IMO the best use-case for this is to quarantine your contact list. That is, keep a separate number for social networks and messaging. The number you give to your in-person contacts will be instantly shared with all their cloud services, whether you like it or not. This is what allows Big Tech to triangulate and discover exactly who you know and therefore who you are. If the cloud services cannot trace a number back to any phone ID in their own books, then they can’t do much with it and you will remain at least something of a mystery to them.


  • I wish I could wall myself off from

    Well this is at least honest!

    Perhaps it’s a personality thing. Perhaps generational. Technically I’m a member of a minority community but I’ve never defined myself by that, and “hate” in the contemporary sense (I think its meaning has drifted unhelpfully) is not something that especially bothers me. My experience is that most people are well-meaning, so I tend to be intrigued by the question of why they think the things they do.

    Anyway, this is not a debate with a single correct answer. It is of course your right to shut out whoever you want, I won’t question that.




  • Assuming that “bigots” is not a synonym for “anyone I disagree with”, then fair enough.

    My underlying point is that technology is making it very easy to wall ourselves off into comfortable echo chambers. Some are even calling that “safety”. From my understanding of history, this looks like an obviously slippery and dangerous slope to be on.

    But if are talking about what most of your fellow citizens would also identify as “bigots”, then fair enough.


  • Sort of. Essentially I am saying that in a democracy we need to talk to each other, and sticking one’s fingers in one’s ears and chanting “lalalala I can’t hear you” seems like a poor way to go about that. These people can vote too. Like it or not, you have an interest in understanding what makes them tick and what might help them to see the world in a way more conducive to you.









  • Useful to know, thanks.

    For the record, I once had a bad experience with the Debian installer’s version. That is why I will not be trying Debian again. Installation is a moment of vulnerability, when you don’t have ready access to your data, or the network, and this is one extra factor. IMO it really is non-negotiable for a distro to provide a bulletproof installation experience.


  • To add to the comments, most distros do not offer FDE by default when installing. You have to jump thru hoops. No idea why this is still the case given how many consumer computers are laptops these days, it seems crazy.

    The big exception seems to be PopOS, an Ubuntu derivative which is intended for laptops. FDE by default so it must be pretty easy to get that up and running.

    Ubuntu itself has a solid FDE option on install, too. It sets up the LVM configuration as already described, no expertise needed. And IME works very reliably.