Oh, but it does. It helps soooo much. Something about the pinpoint pressure in just the right spot just hits so good… But you can’t just keep biting it forever, and generally the itch comes back again soon after.
- 0 Posts
- 7 Comments
thejml@lemm.eeto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish6·8 days agoTailscale/headscale/wire guard is different from a normal vpn setup.
VPN: you tunnel into a remote network and all your connections flow through as if you’re on that remote network.
Tailscale: your devices each run the daemon and basically create a separate, encrypted, dedicated overlay network between them no matter where they are or what network they are on. You can make an exit node where network traffic can exit the overlay network to the local network for a specific cidr, but without that, you’re only devices on the network are the devices connected to the overlay. I can setup a set of severs to be on the Tailscale overlay and only on that network, and it will only serve data with the devices also on the overlay network, and they can be distributed anywhere without any crazy router configuration or port forwarding or NAT or whatever.
Honestly, that sounds like a keepalived replacement or equivalent. I went with keepalived because I’m also using the IP for the proxmox cluster itself so it had to be outside kube, but the idea is the same. If all you’re using the IP for is kube, go with kube-vip! But let us know how it works!
You’ll want to look into “keepalived” to setup a shared IP across all worker nodes in the cluster and either directly forward, or setup haproxy on each to do the forwarding from that keepalived IP to the ingresses.
I’m running 6 kube nodes (running Talos) running in a 3node proxmox cluster. Both haproxy and keepalived run on the 3 nodes to manage the IP and route traffic to the appropriate backend. Haproxy just allows me to migrate nodes and still have traffic hit an ingress kube node.
Keepalived manages which node is the active node and therefore listens to the IP based on backend communication and a simple local script to catch when nodes can’t serve traffic.
thejml@lemm.eeto Nintendo@lemmy.world•Nintendo Switch 2 Comes With a Below-Average Display and Disappointing HDR Support, New In-Depth Analysis RevealsEnglish205·12 days agoI feel like people always miss the point of a Nintendo console. While it’d be cool to have HDR and OLED and such, it’s not really a big deal. It doesn’t really impact my ability to have fun with Mario Kart or Party. It doesn’t change my enjoyment of animal crossing, etc.
I’ve got a PS5 hooked to a 4k HDR 120hz screen, and enjoy the performance and graphical fidelity regularly, and there are some games I’m still picking a switch up to play. Heck, I still play on a Wii fairly frequently. The controllers, game types/styles, game quality, accessibility, replayability, etc.
thejml@lemm.eeto World News@lemmy.world•Japan's annual births fall to record low as country's 'silent emergency' deepensEnglish394·13 days agoIt should never be just “we want to have a child so we will”. That’s self centered, short sighted and irresponsible.
Anyone looking to have children should think through at the minimum:
- do we have the money to raise a child?
- who will be able to raise and care for them
- will the child have the ability to grow and succeed in the environment we’re bringing them into?
- will the above to be to the standard we would want for the child?
To bring a child into a bad environment, with no time or money to spend on the child, is to bring the child into this world setup for failure and would only put a drain on the system, the resources, the climate, the relatives, etc.
People are choosing (in Japan and elsewhere around the world) to not have children because of the less than favorable conditions outlined above, and many others.
Reading the Docs, it seems like PodMan is the replacement for docker. You could try containerd/nerdctl, but podman is likely the best way for you. RHEL10 docs even say it supports the older docker config options