Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

CubitOom, to memes in You're tearing me apart!

What if there were a service to convert ticktock videos into Lemmy posts? Would that be a good thing?

CubitOom, to risa in It's big! It's heavy! It's wood!

Did anyone else just hear the twin peaks theme music in their heads?

CubitOom, (edited ) to selfhosted in Kubernetes? docker-compose? How should I organize my container services in 2024?

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.

CubitOom, to linuxmemes in The pain is felt on other planets as well...

Asking someone to quit emacs when they never tried before is a great method to generate random strings for a secure password.

CubitOom, to linuxmemes in The pain is felt on other planets as well...

You could always use emacs with evil-mode to have vim key bindings

CubitOom, to stallmanwasright in 'Our long-term objective is to make printing a subscription' says HP CEO gunning for 2024's Worst Person of the Year award

Yeah brother

CubitOom, to lemmyshitpost in What if

The language of love

CubitOom, to memes in You're tearing me apart!

There are a few reasons I can think of that Lemmy is a better platform than ticktock.

  • ticktock uses an algorithm to drive engagement and keep users on the platform for as long as possible, recommending posts that it thinks the user will like or hate. Lemmy doesn’t do this.
  • I’ve never actually used ticktock so I’m not sure if it’s possible to block content in the same way but the ability to block users, communities, and entire instances is I think one of Lemmy’s best features.
  • there are no ads on lemmy.

Now for the content in question, my understanding is that it’s entirely user generated. Just like Lemmy, reddit, YouTube, Etc. It’s not like the Chinese government is making American women film themselves dancing and then forcing them to post it on ticktock. That’s just what that person wanted to make and post and ticktocks algorithm is recommending it.

With that being said, there are potentially useful, funny, or important content that might be uploaded to ticktock by a user, the same way that girl dancing video was. If that happened, wouldn’t make sense to move that content to a platform without many of the down sides of the ticktock platform?

CubitOom, to memes in You're tearing me apart!

Wouldn’t it be more like having your family owned restaurant cook dishes using user posted recipes from food.com?

It’s user generated content in both analogies. It’s still valid content no matter which platform it was originally posted too.

If a Lemmy user posts a ticktock video to Lemmy then how would it be different then a Lemmy user posting a YouTube video to Lemmy?

CubitOom, to memes in You're tearing me apart!

I’m not asking if any platform is better than Lemmy.

I’m asking if it would be good to facilitate the ability to post the user generated content from a terrible platform to Lemmy.

CubitOom, (edited ) to selfhosted in Kubernetes? docker-compose? How should I organize my container services in 2024?

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.

CubitOom, to selfhosted in Kubernetes? docker-compose? How should I organize my container services in 2024?

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

CubitOom, to selfhosted in Kubernetes? docker-compose? How should I organize my container services in 2024?

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.

CubitOom, to selfhosted in Have you tried LocalGPT PrivateGPT or other similar alternatives to ChatGPT?

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


<span style="color:#323232;">echo "FROM ~/Documents/ollama/models/$model_filepath" >| ~/Documents/ollama/modelfiles/$model_name.modelfile
</span>
CubitOom, (edited ) to linux in How do I get Nviddia drivers to work in arch?

The best thing about arch is the wiki.

wiki.archlinux.org/title/NVIDIA

That said, on a laptop, you will likely need prime, optimus, or bumblebee depending on your CPU/GPU.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #