Ok but we can see it says Furry Fandom as the page you are on, there is no way we just like, ignore that - right?
Ok but we can see it says Furry Fandom as the page you are on, there is no way we just like, ignore that - right?
K8s has a mild solution to chicken and egg situations for nodes - the nodes support ‘static manifests’ which can be pods they know how to bring up before ever connecting to the API server. So you could have your wireguard peer be brought up this way. Downside is while those static manifests show up in k8s APIs, they aren’t fully manageable since they are defined by files on disk.
As a IBM developer - ouch man, that hurts. I guess I’ll just go back my job doing… nothing (actually sounds like a sweet job)
Make. An. Affordable. Car.
Why does every new ev for the US have to be mega deluxe luxury SUV? No one in the US is buying your affordable EV because you only sell them in Europe!
A year or two ago (whenever docker changed the business license of docker for Mac) I changed to podman and aliased docker=podman. It behaves the same, you would just about never know rootful podman vs docker.
Rootless podman is super cool and a much better security ideal - but comparing more apples to apples would be podman running as root vs docker.
Buildah lacks any sort of caching
… what? assuming you are using a Containerfile… what? It's… the same as docker on layer caching. The --cache-to and --cache-from flags are particularly sweet.
Nomad is a breath of fresh air after working with k8s professionally.
Don’t get me wrong, love k8s, but it’s a bit much (until you need it)
Ceph is excellent as a distributed storage solution - but should really have 4 machines with 2 or more drives each to reach a good level of redundancy - which is a bit much for most people on this sub.
One nice feature is it deals with heterogeneous drives well, like if you need to buy a bunch of used ones on eBay for cheap.
Probably not a good solution for your case because of the footprint - but good to be aware of it.
Ok that’s pretty cool (good bot)
How excellent for my MQTT behind nginx next to my pihole
:)
Nanopi R5C
Nanopi R5C. Cute little buggers too.
I have 2 pi4 4GB boards and was waiting forever to get a third to run RAFT based services across.
I gave up last year and bought 3 chinese boards at $60/ea with 2x 2.5Gb Ethernet each, emmc, and a m.2 slot - and they run at half the temp of the pi4 boards.
I never needed the wifi/bt and form-factor the pi boards offered anyway - really no reason to stay as long as you can find software that boots on other boards.
such a good game. I can’t wait to play the remake with my daughter this winter. I’d play the OG with her but her tolerance of 1990s graphics is… limited
Super Nintendo - I was in my mid teens and my mother coerced me into giving my Super Nintendo into my cousin, but I have regretted it ever since.
Coincidentally, Super Mario RPG remake is coming out in November and will probably make me feel fine again!
I run drone.io with gitea, it’s nice, doesn’t do much when it’s not working.
Gitea added their own CI tooling that is configured like GitHub actions as well - I haven’t tried it yet though.
Ceph (rbd,s3) on 4 poweredges.
Nomad, Consul servers running in a 3 node raft on some ARM SBCs.
Nomad clients on 2 poweredges and 3 arm SBCs running:
And that is just in the server room - I also have more like the 3d printer and CNC machine controllers etc.
Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled ‘linger’ mode.