• 5 Posts
  • 100 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.





  • This is getting off topic from the original post, but I did hear an interview on NPR of a few ways to lift the 2 party system. The only one that I can remember now is that each state would need to pass a law to allow the state to split theIR electoral votes. IIRC, Maine and Oklahoma(?) do this. The result is that if a state has 5 electoral votes, they would split the electoral votes amongst the candidates. If I remember the example right, Maine sent 2 votes for Trump, 2 for Harris and 1for someone else.

    Initially, this would weaken the state’s country-wide impact, but as more states vote in such a system, it would allow independent candidates to secure a foothold. I imagine that if all states did this, the net effect would be to have the 2 parties that we currently have soften their stance on things in order to secure votes that would normally have been lost to the independent.


  • I very much enjoy online shopping and am not nostalgic for driving all over town to find a part or thing only to settle for something that’s a partial match for what I want and much more than I wanted to spend. If a local retailer happens to have what I am looking for, I’m more than happy to purchase it in store, but almost always know exactly where it is in the store and how many are in stock.





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