

Dropping the Windows tax means being able to offer computers for cheaper prices, which is attractive to consumers. Several companies are offering Linux these days.
Dropping the Windows tax means being able to offer computers for cheaper prices, which is attractive to consumers. Several companies are offering Linux these days.
Linux is still not ready for mainstream consumers
Jorge Castro of Universal Blue likes to say that the average person doesn’t install operating systems, and I fully agree with him.
People rock what comes installed on their computer. Anyone who installs an OS them self is not an average user.
I think we’ll see the average user start to choose Linux as more and more manufacturers ditch the Windows tax and ship computers with Linux.
Check out Tailscale. It uses Wireguard under the hood, but it’s magic.
containers should be immutable and not be able to write to their internal filesystem
This doesn’t jive with my understanding. Containers cannot write to the image. The image is immutable. However, a running container can write to its filesystem, but those changes are ephemeral, and will disappear if the container stops.
Comments shouldn’t explain code. Code should explain code by being readable.
Comments are for whys. Why is the code doing the things it’s doing. Why is the code doing this strange thing here. Why does a thing need to be in this order. Why do I need to store this value here.
Stuff like that.
That was one of the things that drove me away from Windows. Coming to my desk in the morning to see my computer on not sleeping because it woke up to apply updates or some other shit pissed me off.
Just one of the many ways that with Windows, my computer didn’t feel like I was in control of it anymore.
With Linux, I’m in complete control and it feels so good. Also knowing that I’m not giving out data just by using my computer is great. And FOSS is just cool.
I agree. HDD to SSD was a huge leap. NVME was a small, sometimes noticable upgrade. Past that, I can’t tell a difference. And it’s hard to get excited about the hardware updates when the software can’t use it.
I have never once been about to tell a real world difference in SSD speeds. Until OS I/O code improves, faster SSDs don’t excite me.
Didn’t be so hard on yourself. You can also pester us about the status of Jira tickets.
Despite all of the evidence to the contrary, you chose to be confidently incorrect about this?
So, slightly tangential, but I have a failed home automation project this past week.
I have been using an unofficial integration for my mini-splits for a few years. The guy who wrote it likes to disappear for 6 months at a time and it seems like it may be abandoned. It finally stopped working after a home assistant update.
I had bought some ESP based replacement dongles about a year ago and decided to finally use them. Well, not all of the features worked, so I set about writing my own firmware.
That ended up working even less well. I wasted a lot of time and effort trying to get my firmware to work before giving up and just moving to the fork of the original Home Assistant integration for the official dongles.
I hate being beholden to third party stuff like this because I have robust automation setup for my mini-splits and updates can completely break them and be a massive pain to fix.
I’m not sad I tried and failed so much as I’m just sad it didn’t work. I may try again sometime in the future.
Wait. You want anti-corpo social media, but not anti-corpo discourse??
I have no horse in this race and tend to believe the poster, but those comments have no context and make no sense to me.
Escalator is smart, because if it breaks, you can still walk to space.
As an elder millennial: what?
No reason you can’t use NixOS in a VM on Proxmox.
My container host OS is another immutable, uCore, which I run in a VM on Proxmox.
I did this recently. Opendrive is free up to 5 gb and works with rclone. All I’m backing up is the config and data needed to recreate my containerized services. I’ve even had to recreate them from the backup, once.
This is why. Not because your phone is listening to you.
The N100 is such a little powerhouse and I’m sad they haven’t managed to produce anything better. All of the “upgrades” are either just not enough of an upgrade for the money, it just more power hungry.
The worst part about quadlets, IMO, is that they don’t use the same key words as podman run does. So turning a working podman container into a quadlet can be challenging.