• 5 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • Consumer reports recently added a privacy rating to their car ratings. I glanced at it a little last year. I think it rated if you could opt out and the reach of the sharing.

    I do have to say that I’m generally disappointed with the discussion on this topic every tine it comes up. The majority of responses go contrast to the question. “Don’t buy a car” or “fix up a junker” are generally not helpful if you’ve already decided that your top priority is to have a newer car. Another thread actually recommended to move to another country where you could walk everywhere. Seriously.

    Most often a car purchase is a complex decision making process where you need to weigh multiple, often conflicting priorities where privacy is only one aspect. I get the impression that if people followed the advice of the majority of these comments, they’d be living in a tent off grid, hunting for food to stay alive, but living their privacy dream.



  • There are individual solutions, but of limited success. The most effective method is policy change and the most effective way to change policy is with a collection of people.

    Form a concerned community member group, grow the group, approach local politicians and city council members, requesting change.

    Check out the deflock and EFF web sites for inspiration.

    This is the hardest but most effective method. I was able to change a speed limit in the neighborhood and close a road that was being abused as a traffic light bypass by bringing concerned community members together.


  • I’ve been trying to learn K8s and more recently the Gateway API. The struggles are that most Helm charts don’t know Gateway (most are barely Ingressroute) and I’m trying to find a solution to one service affecting the other gateways.when a service cannot find a pod, the httproute fails and when one route fails, the ingress fails. It’s a weird cascading problem.

    Right now, I’m considering adding a secondary service to each gateway that resolves to a static error page. I haven’t looked into it yet; it cane to me in the brief moment of clarity before I fell asleep last night.

    Also, I may be doing everything wrong, but I am learning and learning is fun.


  • I researched this a little while ago. The new protocol is licensed by Google and has not been released to the public. Also, unless everyone in the middle supports the protocol, messages are routed through Google’s network.

    I settled on Signal for people who will switch and SMS for the rest. I do plug Signal when I can, like sending images between Apple & Android are degraded, but not on Signal.




  • You’re both right. I’d do the same to jump ship before the enshitification sets in. Often, I’ve seen how innocuous policy and feature changes creep in and before you know it, the switching costs are too high.

    I had an app on my phone and one day they removed the export function. I only used it for backing up my data but when they raised rates and started slamming with ads, I wanted to leave but could not take my data with me. I ended to just uninstalling and starring over elsewhere.

    Also, this is exactly what happened to reddit. They cut the api first so it was harder to take your communities and saved stuff with you.



  • I’ve been using Noscript on firefox for a while. It basically blocks any JavaScript (and other stuff) unless you specifically allow it. It’s not something that I would recommend for a casual user, because it breaks lots of sites. By using it, I’ve discovered how much nonessential stuff is jammed into your browser. Most of it is analytics and tracking. One home improvement store has over 25 scripts when less than a quarter are needed for a functioning site.

    Some of the biggest offenders: offenders:

    • home improvement stores
    • car dealerships
    • some big box retailers

    Also, a shoutout to decentraleyes, a plugin to use local copies of JavaScript code so that it’s not downloaded (and reported back to) Google.





  • Those are some good points. I guess I was thinking about the hardware. At least where I do RAID, it’s on the controller, so that offloads much of the parity checking and such to the controller and not the CPU. It’s all probably negligible for the apps that I run, but my hardware is quite old, so maybe trying to squeeze all the performance I can is a worthwhile activity.


  • Generally, if a lower level can do a thing, I prefer to have the lower level do it. It’s not really a reason, just a rule of thumb. I like to think that the lower level is more efficient to do the thing.

    I use LVM snapshots to do my backups. I don’t have any other reason for it.

    That all being said, I’m using btrfs on one system and if I really like it, I may migrate to it. It does seem a whole lot simpler to have one thing to learn than all the layers.


  • I’ve got raid 6 at the base level and LVM for partitioning and ext4 filesystem for a k8s setup. Based on this, btrfs doesn’t provide me with any advantages that I don’t already have at a lower level.

    Additionaly, for my system, btrfs uses more bits per file or something such that I was running out of disk space vs ext4. Yeah, I can go buy more disks, but I like to think that I’m running at peak efficiency, using all the bits, with no waste.