

Go with pangolin. You can easily host the control layer either on a cheap vps or your own internet exposed server. Same features as tailscale although with a bit more complexity.
Go with pangolin. You can easily host the control layer either on a cheap vps or your own internet exposed server. Same features as tailscale although with a bit more complexity.
Yeah, that is the kind of concern for the service developer or a very opinionated sys admin. For self-hosting, few people will reach the workload where such a decision has any material or measurable impact.
That would be super rad. But it is also the kind of things that only a tiny group of people like us enjoy tinkering with. The average computer user has no interest whatsoever on being a sysadmin. If the service is offered and neatly package, they will use and enjoy it. But Nix manages to be even more user hostile than old package manamegement style.
I was mostly joking, of course. I appreciate the use case. It’s just that 99% of people are spinning new machines once every decade. Having a reproducible setup is something of interest for a very narrow band of system managers.
I truly believe that for those who are spinning new hardware every day and need an ideal setup every time, a system image is far more practical. With much more robust tooling available. I’ve read other replies and for them all, I notice that using Universal Blue to package and deploy a system image would take a tiny fraction of the time it takes just learning Nix basic syntax. It’s so niche it seems almost not worth any of the effort to learn.
And your extraordinary result after all that is… exactly what you would’ve gotten in a few minutes downloading another distro.
You just described SVN. It’s what we used before the invention of git. And is still used today for team projects that use complex file formats, like images, binary blobs, 3d models, that sort of stuff. It will work with any files.
There aren’t less laptops and desktops. Sure, there are more smartphones and tablets, and laptops are being used more than desktops. But desktop, keyboards, laptops, mice, monitors, etc. Manufacturing hasn’t slowed down, it keeps accelerating steadily. IT spending has grown year over year steadily for more than a decade. Last year alone there were more than 240 million desktops shipped, a growth from the previous year. The AI bubble caused a spike in PC production that had been previously declining slowly.
The problem is that on Linux it competes with bash and dozens of way better terminals.
We have swarm migration season. Picture thousands of paper wasp all flying through open wide savannas in stereotypical black clouds of murder. There’s no staying away. If they come, you wait.
Curiously, in my country we are taught that for wasps and hornets you must stay silent and wait still until they leave. Like dealing with a blind predator.
People are using NAS for things they aren’t meant to do. They are a storage service and aren’t supposed to be anything else. In a typical data center model, NAS servers are intermediate storage. Meant for fast data transfers, massive storage capabilities and redundant disk fault tolerance. We are talking hundreds of hard drives and hundred gigabit connection speeds inside the data center. This is expensive to run, so they are also very energy efficient, meant to keep the least amount of required disks spinning at any given moment.
They are not for video rendering, data wrangling, calculations or hosting dozens of docker containers. That’s what servers are for.
Servers have the processing power and host the actual services. They then request data from a NAS as needed. For example, a web service with tons of images and video will only have the site logic and UI images on the server itself. The content, video and images, will be on the NAS. The server will have a temporary cache where it will copy the most frequently accessed content and new content on demand. Any format conversion, video encoding, etc. Will be done by the server, not the NAS.
Now, on self-hosting of course, anything goes and they are just computers at the end of the day. But if a machine was purpose made for being a NAS server, it won’t have the most powerful processor, and that’s by design. They will have, however, an insane amount of sata, PCI-e channels and drive bays. And a ton of sophisticated hardware for data redundancy, hotswap capacity and high speed networks that is less frequent in servers.
Beware, Gnucash is meant to be pro level accounting software. Is not a simple ledger or a tech/crypto gateway. I also use it for my personal life, but there’s like 30% of features I don’t use because they’re business accounting stuff I don’t need. It predates the cloud, it cares not for the latest trends, it crunches numbers and spits out reports. That’s part of what I like about it. It is not simple but it also isn’t bloated.
On the contrary. It relies on the premise of segregating binaries, config and data. But since it is only running one app, then it is a bare minimum version of it. Most containers systems include elements that also deduplicate common required binaries. So, the containers are usually very small and efficient. While a traditional system’s libraries could balloon to dozens of gigabytes, pieces of which are only used at a time by different software. Containers can be made headless and barebones very easily. Cutting the fat, and leaving only the most essential libraries. Fitting in very tiny and underpowered hardware applications without losing functionality or performance.
Don’t be afraid of it, it’s like Lego but for software.
Immutables are absolutely viable for tinkering. The most customized system I’ve ever had was an immutable distro, and I could tinker with 100% confidence that I would never lose the system.
Depends on the country the computer is being sold in. Microsoft has different pricing structures per country and the OEM selling the computer pays down the line based on sales numbers. That’s the main way MS Windows makes money. The price of Windows has always been part of the computer’s price. It’s a tiny minority of users who pay directly to MS for a windows license. Even businesses prefer the computer to come preinstalled with the OS.
No, you don’t get a cheaper computer if windows is cheaper in your country, final numbers are decided at the accounting level, not the point of sale. But, if they don’t have to pay MS anything, they can offer a cheaper laptop for you, the end user.
I’m not ranting. I just stated something I did, and I am in full right to do. It’s my feed. I don’t have to see or interact with someone I don’t want to. And you lot are not helping. In mental health crisis social networks are a liability, not an asset. You’re a bunch of hypocrites who extracted entertainment from someone’s else struggling then want to claim moral superiority because I was rude. They needed IRL support, not a bunch of randos from the internet prying in their private life for emotional leeching.
Setting healthy boundaries is always perceived as rude by those unaware of the trespassing, yes. I like the quiet, I prefer the quiet.
No, because I blocked them.
Downvote away if you want. But they had became a nuisance in the comment sections. My feed is extremely peaceful and less toxic ever since I can’t read their replies.
They already did all the incluing exposition they could. Only infodumping was left to do (the examples I gave). They actually did infodump at the intro of the first movie. They could’ve cut more plot points. But people would’ve complained it wasn’t loyal to the book even more, as they did at the time. Unless you turn it into a dozens of episodes over 9 seasons series, you won’t have time to convey the passing of time. Then you run the risk of it being boring. What we got was already a miracle. Look at what they did with The Hobbit, they butchered it for exposition.
I also tried tailscale in a docker container as a subnet handler and realized I was out of my depth. Net engineering is abstract and hard. There’s a reason there are pros making bank just doing that for big corps.
Followed a way simpler setup. Now tailscale runs on the server bare metal and podman handles the routing automatically. I just use the magicDNS address given by tailscale and everything just works as intended. All my services are available, and apps run no issue, no matter where I am as long as I’m connected to tailscale. I will make the setup more complex as I learn more and acquire the need for more features. But so far this has met all my expectations.