

I’m not a Tor user, so please forgive my ignorance. Why would you say the browser being outdated means you were being tracked?
I’m not a Tor user, so please forgive my ignorance. Why would you say the browser being outdated means you were being tracked?
I don’t get that at all. To me it feels like there’s so much progress happening right now.
COVID really did destroy the flow of time for me.
The fucking Okta verify app and its “cannot find trusted route to whatever” error popup that covers the approve button that cannot be dismissed except for just waiting for it to go away. Love that.
Oh! I finally got tired of swiping away the “setup express login” or whatever they call it and set it up. It’s not any fucking faster! In fact, it’s slower! It’s the same process, but now I have to also use my fingerprint at the end. And there’s enough of a lag that I often forget I have to do that so I’m starting at the login screen waiting for the approval to go through.
And, I have to use the thing twice to get on GitHub or the corporate VPN. It is so fucking tedious and stupid.
I was born in the early 80s and I’m firmly a 90s kid.
That’s what Distrobox is for. It’s super useful.
Have you looked at any of the Universal Blue OSs based off of Silverblue? You can rebase to them extremely easily and try them out with no risk.
All of Linux requires specialized knowledge. Immutable just takes different knowledge.
The real kicker with that is just that you can’t always just follow instructions you find online. Usually you can, as long as you’re doing them in a Distrobox, though.
I went with immutable as a newbie, and I think it’s great. It feels like getting in on the ground floor of the future.
Debian sounds like a great fit for you. But it’s good to know that Universal Blue has a lot of tools available for installing and tinkering that many just don’t know about. They are extremely powerful OSs.
Who knows. People are passionate about Linux. And downvoting takes no effort. And people downvote stuff randomly.
And Homebrew. I’m a developer and I’ve done all my work just with Homebrew.
You have to reboot machines to run secure kernel code. High uptime means running outdated, vulnerable system code.
Did you ever try using Distrobox? That’s the recommended way if installing random apps.
These distros are great for beginners or less technically savvy. They’re really just harder for people who have been using Linux forever and are very accustomed to the old ways.
Immutable are the ultimate tinkerer’s distros. It’s just a different way of tinkering. True tinkering in immutable means creating your own image from the base image and that allows you to add or remove packages, change configs, services, etc.
Example: you create your own image. You decide you want to try something, but you’re being cautious. So you create a new image based on your first with your changes. You try it out and you don’t like it or it doesn’t work for some reason, you can just revert back to you other image.
Another thing worth mentioning, with these distros, you can switch between images at will. I’m new to Linux as my daily driver desktop OS, and I’ve rebased three times. It’s really cool to be able to do that.
You can install packages in immutable distros. It’s just not as easy and recommended as a last resort.
With Universal Blue (Bazzite, Bluefin, Aurora) you can install packages with “layering”. It’s basically modifying the image by adding packages on top of what is shipped by the distro, and those packages get added each time the image is updated.
The better, more involved solution is to create your own image from the base image. That gives you a lot more control. You can even remove packages from the base image.
Hopefully you’ve had time to read some ify the replies from the folks behind Bazzite.
I would argue that it’s not bad marketing because no one is marketing it. Universal Blue, and by extension Bazzite, is a purely FOSS, community run endeavor.
Just because cloud became an over used buzzword by tech vulture capitalists, doesn’t mean it doesn’t apply to what they’re doing, and it doesn’t mean that it’s suspicious.
Universal Blue is built by good folks making good shit.
Oh hey Jorge! 👋
Please speak out acronyms once. I have no idea what ADP is.
Giants: Citizen Kabuto.
Black & White (with VR support).
Shattered Galaxy.
Crystalis.
There’s a good deal of misinformation here. The main part being disk space. While it is true that flatpak apps will take up more space, it’s not nearly as bad as you think it is. There is a lot of really good optimization going on under the hood that you don’t see. Dependencies are de duplicated. I’m no expert on it, but I believe that dependencies also have delta changes from one version to the next.
Regarding apps not supporting building of the source, you should get over that or do the work of supporting it yourself. Open source is a hard, usually thankless job.