• 19 Posts
  • 773 Comments
Joined 2 years ago
cake
Cake day: March 19th, 2024

help-circle
  • I’ve never daily driven it as my main machine but I’ve used it as an auxiliary driver for a more high-security machine. Afaik things like gaming are sort of a no-go on Qubes still.

    Qubes does not just do sandboxing. It runs all user programs in VMs, which adds non-negligible overhead and makes it an unsuitable OS for many more lightweight systems like laptops. And even if your PC can run Qubes without issue, you may not want that additional overhead if you want to do anything computationally intensive.



  • Never used Snapchat but there’s a lot of porn bots on social media. Not really sure where they come from but I guess it must be profitable and some gullible and horny people are falling for them because the bots haven’t gone away. It is very unlikely that a real woman would just be messaging random accounts with unsolicited nudes.

    Unfortunately your nieces are probably getting similar bot spam. I don’t think it’s demographically targeted at all; they just seem to message everyone. I’ve gotten them as a woman on social media too (albeit a gay one, but I don’t think these bots are targeted at gay women lol, I think they’re targeting men). It might be worth trying to introduce your nieces to some fun hobbies so they don’t feel the need to spend so much time on Snapchat, but I get that it’s a social thing too and it’s hard to opt out if all the other kids are on it.



  • I self-host on a VPS, so my off-site copy is the VPS, and my on-site copy is the emails downloaded to my email clients.

    I figure that Proton or Tuta are probably still safer than Google.

    Define “safer”. If you are receiving unencrypted emails (which is the case in the vast majority of cases), there is nothing stopping Proton or Tuta from reading them. Fundamentally, if something arrives at a server unencrypted, the server can read it—nothing can be done about that.

    If you’re exchanging e2ee emails, then it doesn’t matter if you use Google, because the body of the email can’t be read by Google. A lot of metadata is required to be unencrypted though (this is the case for Proton and Tuta too).

    I don’t really see the benefit to using an email service like Proton or Tuta from a perspective of meaningful data privacy. If it were between e.g. Proton and Google I’d probably pick Proton to avoid my emails being used to serve me ads from Google, but I wouldn’t have any illusions about Proton being able to read unencrypted incoming mail.


  • Tbh for email I’d say don’t bother with privacy as it wasn’t meant to be private, as Dessalines said. If you care about data sovereignty (which is different to privacy, though often hand-in-hand), you can self-host email—it’s not as hard as it’s reputed to be. I’ve self-hosted my main email address for a couple years now and not had major hiccups. For the most part, after initial setup, it just runs. And if you’re daunted by configuring it, there are out-of-the-box solutions like Mailcow you can use. I’d only really recommend it if you already have a VPS/home lab/etc where you already self-host things.





  • communism@lemmy.mltoPrivacy@lemmy.mlSignal in 2026?
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    2 months ago

    As per usual, the answer is “depends on your threat model”. For a lot of sensitive communications, the centralised design and therefore ability to correlate metadata is a no-go. But if you’re just using it e.g. as a WhatsApp replacement to message your friends, it’s fine. It’s still the most polished and normie-friendly e2ee foss messenger.







  • What happens if someone refuses to do any chores in a shared household? There are already plenty of situations where people do work for free because it’s in your own interests. In groups like households people take turns taking out the bins and cleaning. In a communist society people will take turns doing the necessary work. If someone refuses, maybe something is wrong in their life, and they need help. At the end of the day, there’s no economic coercion in a classless society. If one in a million people don’t work for no understandable reason (disability, depression, personal issues, etc) then let them. What else are you going to do? Work or starve? Incarceration? The point of the universal emancipation that communism brings is to do away with those evils.


  • communism@lemmy.mltoAsklemmy@lemmy.mlWhy is all of Lemmy politics?
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    2 months ago

    Depends on what you define as “politics” but aside from “everything is politics”, my Lemmy feed is mostly tech stuff. Just subscribe to communities that fit your interests. That being said, many interests will be under-represented on Lemmy as I think the user base skews either technical or political or both.


  • I don’t agree. LLMs are by design probabilistic. Chainsaws aren’t designed to be probabilistic, and any functionality that is probabilistic (aside from philosophical questions about what it is possible to be certain about, YKWIM) is aimed to be minimised. You’re supposed to be able to give the same model the same prompt twice and get two different answers. You’re not meant to be able to use a chainsaw the same way on the same object and have it cut significantly differently. You’re inherently leaving much more to chance by using LLMs to generate code, and creating more work for yourself as you have to review LLM code, which is generally lower quality than human-written code.


  • Not comparable at all. Power tools work deterministically. A powered chainsaw is not going to have a 0.1% chance of chopping a completely different tree on the other side of the forest. Of course accidents happen; your hand can slip. But a proper comparison would be if you got a computer to look at a large number of powered chainsaws and then generate its own in CAD based on what it’s seen, and then you use that generated power tool. Which, for something as potentially dangerous as a powered chainsaw, you most likely wouldn’t want to do, and would want to have careful human oversight over every part of design.