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

help-circle

  • 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 heard something on a radio show during Covid on how to talk to people who have “gone down the rabbit hole”. It was discussing MAGA as a cult. The guest on the show was a woman who was raised in a cult in the 70’s and she “got out” and spent her time talking with others in the cult to help them to break free. I can’t find a reference to the show, but I think it was Carrie Miller hosting.

    My takeaway was that you can’t come at people and tell them that everything they know is wrong and you will show them the way. They’ll fight you. You need to deprogram them similarly to how they were programmed into the cult. Small bits, here and there to slowly guide them to questioning their beliefs. Once that happens, show them how to research and seek out information and let them know that they will be safe.

    If someone found a link to the podcast/radio show, I’d be super happy.





  • 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.





  • 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.