- 0 Posts
- 132 Comments
You do have a choice, it just happens to be rather desynchronized. It happens at the voting booth.
Overcooked (4-player)
Lovers in a dangerous space time (4-player)
Death squared (2-4 player)
Toybox Turbos (4-player)
Trine (3-player)
Keep Talking and Nobody Explodes (infinite player)
Magicka (4-player)
The various Jackbox Party Packs (players depends on which game. Most support 4 players, some up to 100 players, each player must have a phone to play on)
Worms W.M.D (6-player)
Untitled Goose Game (2-player)
- FrederikNJS@lemm.eetoNot The Onion@lemmy.world•Danes launch bid to 'buy California' after Trump's Greenland threatsEnglish1·5 months ago
According to the whois data, the site is registered to someone in Reykjavik, Iceland… Not that that necessarily is correct.
- FrederikNJS@lemm.eetoTechnology@lemmy.world•US Bill proposed to jail people who download DeepseekEnglish1·5 months ago
You are correct. And yes that is kinda the whole point of the distilled models.
- FrederikNJS@lemm.eetoTechnology@lemmy.world•US Bill proposed to jail people who download DeepseekEnglish5·5 months ago
32b is still distilled. The full one is 671b.
- FrederikNJS@lemm.eetoSelfhosted@lemmy.world•What to do if your podman leaks an IP addressEnglish1·6 months ago
Agreed, Talos or k3s are great for home clusters
- FrederikNJS@lemm.eetoLinux Gaming@lemmy.world•Microsoft should be terrified of SteamOSEnglish4·6 months ago
This would imply that you have at least two machines. In that case they could just install Linux in the other machine to try it out.
Foa people dabbling in Linux for the first time, with the anxiety of losing their data, it certainly sound like they don’t have 2 machines to run syncthing. Otherwise, why wouldn’t they just copy all their important data to the other machine to avoid the data loss risk?
And sure if that is the case Syncthing is a good solution, but it doesn’t sound applicable in this situation.
- FrederikNJS@lemm.eetoUkraine@sopuli.xyz•Syria Received 500 Tons of Flour Under the UN Program "Grain from Ukraine" – First Time Since Assad Regime Fell1·6 months ago
A LOT of toothpaste…
Yeah, it demotivated me too with the limited lives… If you still want Duolingo, I can mention that it has regional pricing, so you only need a VPN server in India to get it much much cheaper.
But it’s understandable if you don’t want to support those kinds of business practices in any way.
- FrederikNJS@lemm.eetoNews@lemmy.world•Two North Korean soldiers captured alive by Ukraine for the first time, Zelensky says7·6 months ago
Quite a lot of young women jumped on the grey hair trend where I live. But of course it might not have been a trend where you live.
Here’s a bunch of examples: https://www.latest-hairstyles.com/color/silver.html
- FrederikNJS@lemm.eetoNews@lemmy.world•Two North Korean soldiers captured alive by Ukraine for the first time, Zelensky says311·6 months ago
You are aware that there were an almost global trend in 2024 of dying your hair grey, even for young women, right?
- FrederikNJS@lemm.eetoSelfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English2·6 months ago
My home Kubernetes cluster started out on a Core i7-920 with 8 GB of memory.
Upgraded to 16 GB memory
Upgraded to a Core i5-2400S
Upgraded to a Core i7-3770
Upgraded to 32 GB memory
Recently Upgraded to a Core i5-7600K
I think I’ll stay with that for rather long…
I did however add 2 Intel NUCs (gen 6 and gen 8) to the cluster to have a distributed control plane and some distributed storage.
- FrederikNJS@lemm.eetoLinux@lemmy.ml•Which default software do you replace after you install your distro?22·6 months ago
Systemd?
My team is constantly looking for new technologies to make sure we’re not turning ourselves into dinosaurs. We all know that Kubernetes won’t last forever, something better will come along some day.
That being said I don’t really see the full value of Triton or Xen with unikernels… They might have a bit less performance overhead if used correctly, but then again Kubernetes on bare metal also has very little overhead.
Kubernetes is certainly comes with a learning curve, and you need to know how to manage it, but once you have Kubernetes there’s a ton of nifty benefits that appear due to the thriving community.
Need to autoscale based on some kind of queue? Just install the Keda helm chart
Running in the cloud and want the cluster to autoscale the nodes? Just install cluster-autoscaler helm chart
Want to pick up all of your logs and ship them somewhere? Just install the promtail helm chart
Need a deployment tool? Just install the ArgoCD helm chart
Need your secrets injected from some secret management solution? Just install the external-secrets helm chart
Need to vulnerability scan all the images you are using in your cluster? Just install the trivy-operator helm chart
Need a full monitoring stack? Just install the kube-prometheus-stack helm chart
Need a logging solution? Just install the loki helm chart
Need certificates? Just install the cert-manager helm chart
The true benefit of Kubernetes isn’t Kubernetes itself, but all the it’s and pieces the community has made to add value to Kubernetes.
Apology accepted, and thank you for not name calling.
And yeah, if you can save the ops team salaries by picking Heroku, then it certainly might offset the costs.
When you talk about Triton, do you mean this? Because funnily enough one of their bigger features seems to be that you can run Kubernetes on top of it. It looks pretty cool though, but I must say it was quite hard to find proper info on it.
Triton also seem to push for containerization quite heavily, and especially Docker… So when you talk about Triton are you suggesting to use the Infrastructure Containers or Virtual Machines instead?
I’m not quite sure what you are getting at… Are you implying that I’m autistic because I only have 10 pods in a Kubernetes cluster?
Presently our clusters run roughly 1400 pods, and at this scale there certainly are benefits to using something like Kubernetes.
If your project is small enough to make sense on Heroku, then that’s awesome, but at some point Heroku stops making sense… both for managing at scale, and costs. Heroku already seems to be 2-4x as expensive as AWS on-demand. Presently we’re investigating moving out of AWS and into a datacenter, as it seems that we can reduce our costs by at least an order of magnitude.
The right tool for the right job.
I agree that many small businesses jump to Kube too early. If your entire app is a monolith and maybe a few supplementary services, then Kube is massive overkill.
But many people also tend to overlook all of the other benefits that suddenly become very easy to add when you already have Kube, such as a common way to collect logs and metrics, injecting instrumentation, autoscaling, automated certificate handling, automated DNS management, encrypting internal network traffic, deployment tools that practically works out of the box, and of course immutable declarative deployments.
Of course you can build all of this yourself, when you need it, but once you have the foundation up and running, it becomes quite easy to just add a helm chart and suddenly have a new capability.
In my opinion, when the company it big enough to need a dedicated ops team, then it’s big enough to benefit from Kube.
On slow terminals k9s can be rather sluggish when scrolling through the lists
I agree with you, with the caveat that back in the days there was a very clear quality gap between open-source software and proprietary software.