What if there were a service to convert ticktock videos into Lemmy posts? Would that be a good thing?
CubitOom
After reading https://www.federalreserve.gov/faqs/about_14986.htm, it seems you are right from an official standpoint. Since the board is "appointed by the President and confirmed by the Senate" and how together the fed and "Congress sets the goals for monetary policy".
Although a lot of the other justifications for it being a government agency seems to follow some flimsy logic.
I guess it's not entirely a private entity since it has those 2 government approval requirements. But at the same time they seem to operate as one and are given a lot of freedom.
It's not like congress or the president approved of the recent interest rate increases. Which directly increased the cost of paying off the national debt. There is clearly some balancing happening.
Which coincidentally, is not part of the federal government.
Did anyone else just hear the twin peaks theme music in their heads?
I make my own tofo, with help from my soy milk machine which is composed mostly of...wait let me check...plastic and acrylic...damn.
I would say that if you are going to host it at home then kubenetes is more complex. Bare metal kubernetes control plane management has some pitfalls. But if you were to use a cloud provider like linode or digital ocean and use their kubernetes service, then only real extra complexity is learning how to manage Kubernetes which is minimal.
There is a decent hardware investment needed to run kubernetes if you want it to be fully HA (which I would argue means it needs to be a minimum of 2 clusters of 3 nodes each on different continents) but you could run a single node cluster with autoscaling at a cloud provider if you don't need HA. I will say it's nice not to have to worry about a service failing periodically as it will just transfer to another node in a few seconds automatically.
With a basic understanding of how k8s works and an already running cluster, all one needs to know is how to run a service as a docker file to have it also run in k8s
Well the kubernetes API has all the necessary parts built in mostly, although sometimes you may want to install a custom resource which often comes with complex service installs.
But I think the biggest strength of kubernetes is all the foss projects that are available for it. Specifically external-dns, cert-manager, and istio. These are separate projects and will have to be installed after the cluster is up.
You can also look at the cloud native computing foundation's list of projects. It's a good list of things that work well.
Caution, not all cloud providers support istio. I know that Google's GKS doesn't, they make you use their own fork of it
I would also recommend you avoid helm if possible as it obfuscates what the cluster is doing and might make learning harder. Try to just stick to using kubectl if possible.
I have heard good things about nomad too but I have yet to try it.
You should try out all the options you listed and the other recommendations and find what works best for you.
I personally use Kubernetes. It can be overwhelming but if you're willing to learn some new jargon then try a managed kubernetes cluster. Like AKS or digital ocean kubernetes. I would avoid managing a kubernetes cluster yourself.
Kubernetes gets a lot of flack for being overly complicated but what is being overlooked with that statement is all the things that kubernetes does for you.
If you can spin up kubernetes with cert-manager, external-dns, and an ingress controller like istio then you got a whole automated data center for your docker containers.
Checkout ollama.
There's a lot of models you can pull from the official library.
Using ollama, you can also run external gguf models found on places like huggingface if you use a modelfile with something as simple as
echo "FROM ~/Documents/ollama/models/$model_filepath" >| ~/Documents/ollama/modelfiles/$model_name.modelfile
Not hotdog
I offer a 6th option: Mike Wazowski