Its called surveillance capitalism.
Microsoft is first and foremost a company that aims to profit on the data it can gather.
Its called surveillance capitalism.
Microsoft is first and foremost a company that aims to profit on the data it can gather.
If you are working on a pi, you have to pay attention to the architecture that a distro supports.
As someone that tends to learn most by doing. Most of these comments are excellent my only suggestion is to try it. Most Linux distros come with live images which you dont need to install to test out.
Just download the ISO and put it on a USB and then boot from the usb. You can even make a multiboot USB with ventoy.
Or you can use distrosea to demo a distro in a browser.
I also highly suggest using the arch wiki for research. It will probably go into much more depth than you need at first but it will also not dumb things down or over simplify things for you so you might actually learn. Take this doc on what a DE is for instance, https://wiki.archlinux.org/title/Desktop_environment
Thank you for both the correction and source. I will be using this in the future.
Someone please correct me if im wrong because I’m too lazy to look it up, but I was told goodwill is for profit.
After a man date, I like to do a man touch and man mount.
I’ve played this a lot with my daughter and while it has some great moments, the actual Lego building in this game is really wonky with a controller. It’s a bit easier with a keyboard and mouse bit it’s still leaves something to be desired.
The rest of the game is great though.
I was just talking to my friends about this and the related food theory video on pizza chains.
https://www.youtube.com/watch?v=TT4AffJJugs
I might also recommend instacart from a restaurant supply store like restaurant depot. You can find a lot of interesting things there in the frozen section.
You could probably make a new issue in a wishlust repo that uses markdown checkboxes or something similar. Would be good if you already host Gitea or another git sever.
As someone that just started modding and playing FNV for the first time about 2 weeks ago in linux, I must say this is one of the best mods for FNV and if you are planning to play the game I would highly recommend all the Viva New Vegas mods including the extended mods. With New Vegas Reloaded installed afterwards. Also I suggest you use a user generated preset for Reloaded. The Reloaded mod fixes a lot of issues I had with Viva New Vegas only and it adds many more features than I thought it would. It also seemed to have made the game run with less crashes too but I would still recommend CASM with MCM to improve the autosave functionality of the base game.
While I agree that the use of discord is mildy infuriating. I’d like to play some Devil’s avavodo for a moment as someone that uses git almost everyday and teaches trunk based development.
Not everyone knows how to use git. As a modding community they want outside contributions from anyone that is willing to put the time in and make as low as a barrier to entry as possible.
Most of these modders are using windows and even just installing git on windows isnt that easy for the average windows user. Infact i only just recently fugured out how to get mod organizer 2 working properly on linux so I could mod FNV using modorganizer2-linux-installer. For the average windows user, needing to make a git commit to contribute to a modding comunity would be more than mildly infuriating. So I especially see the user generated presets for this never leaving discord unless some kind of pipeline / serverless function was inplace that took the discord file uploads and did a git commit for the user.
Most of these builds are not plaintext and would not benifit from using git versioning. They should also probably make use of use git lfs considering their size which even less people understand how to use lfs compared to normal git.
I think the easiest solution is to try to copy both the stable and the nightly builds to their github on their own respective branches. And make set them as releases. Idealy this would be automated using guthub actions. This is not a trunk based development approach, but neither is having nightly builds and it would take time to change development philosophy.
The user generated presets however will take a bit more consideration before moving to github as anyone can upload them and they are made often. But this ultimately should also use github actions and be commited to a different repository possibly in the same organization (or what ever github calls it) as to keep a bit of distance from the official releases.
deleted by creator
You probably won’t be able to run an LTS kernel on a brand new PC that just hit the market. But using the most recent kernel for arch or a derivative like endevorOS should work after like a week maximum.
I did have an issue like this on Ubuntu and its what made me actually start distro hopping since it worked fine on fedora and Arch using the latest kernels.
I recommend adding ollama under the artificial intelligence tag.
Damn, the Talos principle was a good game
Yeah needed it for my monitor. I didn’t want to figure out USB passthrough so I just installed Windows on a > 50,000 powered on hours HDD and booted from that. Then once I was done I put it about as far away as I could from my PC.
You are right. But proxmox and many of the other suggestions aren’t vms either.
If you are dipping toes into containers with kvm and proxmox already, then perhaps you could jump into the deep end and look at kubernetes (k8s).
Even though you say you don’t need production quality. It actually does a lot for you and you just need to learn a single API framework which has really great documentation.
Personally, if I am choosing a new service to host. One of my first metrics in that decision is how well is it documented.
You could also go the simple route and use docker to make containers. However making your own containers is optional as most services have pre built ones that you can use.
You could even use auto scaling to run your cluster with just 1 node if you don’t need it to be highly available with a lot of 9s in uptime.
The trickiest thing with K8s is the networking, certs and DNS but there are services you can host to take care of that for you. I use istio for networking, cert-manager for certs and external-dns for DNS.
I would recommend trying out k8s first on a cloud provider like digital ocean or linode. Managing your own k8s control plane on bare metal has its own complications.
Use whatever you want for personal. But I would suggest trying to use containers for hosting if you haven’t already. It really blows the idea of needing a stable OS out of the water since you can just declare everything you want in a config file and tear down and spin up with the app you need ready in less than a minute.
You can use Ubuntu still of course in a container. But things get really interesting when you use smaller attack surface distros like Alpine, BusyBox, or even a distroless container.
Its not a complete list but check out https://distrosea.com/