entwine

joined 3 months ago
[–] entwine@programming.dev -4 points 2 months ago (8 children)

If ever there was a justified case for sending a machine to the landfill, this one seems like a good candidate.

Why would you even want to use such a terrible machine? Is it nostalgia, ideals, masochism, a weird fetish, or something else? It definitely isn't money, as you can find something much better by going dumpster diving.

[–] entwine@programming.dev 19 points 2 months ago

Seems like he has an attitude/maturity problem, as he took the criticisms very personally. This isn't the type of person you'd ever want to work with, and certainly not the type of person you should trust with your data.

[–] entwine@programming.dev 1 points 2 months ago

I'm not trying to pick a fight or anything, just doing my part to prevent the spread of disinformation and ignorance on the internet. The second paragraph in your comment shows you don't understand these technologies at all, and I feel compelled to point it out for the benefit of people reading it, so they don't come away misinformed.

There are no abstractions here. Containers use kernel features called "namespaces" and "cgroups" to isolate system resources and implement sand boxing. There's no abstraction layer in the software engineering sense. You might be confused because containers look like virtual machines (which is by design), but they're not that at all, they're regular native system processes that just aren't allowed to see each other. There's nothing about this that is precluded by "cobbled together e-waste", except maybe if you can't install a modern-ish Linux kernel for some reason.

For some perspective, the exact same containerization technology is deployed in production on millions of Linux servers around the world every day. Every wasted second in those environment costs money, and they wouldn't be used if they were "wasteful" or inefficient.

There's a lot of misinfo online about Flatpaks and their disk usage. Yes, they include all their dependencies, but so do a lot of other devs who ship software on Linux (and some don't even bother to statically link them) outside of a system package manager. The name for that is "vendored" libraries. Flatpaks however implement deduplication.

For anyone on the fence who is reading this, some important perspective to have is that, like many old communities, Linux has people who are stubborn/resistant to change. Sometimes that's a good polocy, sometimes it's not. In this case, it certainly is not. Look at the growing success of immutable distros (like Steam OS) for proof of that. Android and iOS have successfully deployed a similar model since day one. Linux can't offer a stable API like win32 for various reasons, but it can do Flatpaks, which comes with the added benefit of secure sandboxing (which win32 lacks). It makes life easier for users, and makes it easier for devs to port their software to Linux.

It is the future.

[–] entwine@programming.dev -2 points 2 months ago (2 children)

Don't knock it till you've tried it. History has shown that a system package manager is a very poor solution for distributing software. Anyone who disagrees has never been involved in shipping and/or supporting software on Linux. Nix tries to solve this one way, immutable distros solve it another (IMO much simpler) way.

You can still install software using a traditional package manager via podman or docker. Toolbox and Distrobox streamline this for the common shell use-case by automatically doing things like mounting your home directory, using host networking, etc so it looks/acts like a regular shell. Anything you install in the container works exactly as it would on the host, except you can completely wreck it without breaking your host (just don't rm -rf your home directory, or anything shared)

Immutability is the future of the Linux desktop.

[–] entwine@programming.dev 3 points 2 months ago

I said you won't be able to break it, but an update can. Bazzite is an open source project with limited resources, and shit happens from time to time.

However, in cases like that you can always fix it by either doing a rollback (one liner: sudo rpm-ostree rollback), or by simply choosing the previous working version in grub while the machine is booting using the arrow keys.

[–] entwine@programming.dev 7 points 2 months ago (5 children)

use Bazzite, or any other distro that calls itself "immutable". That's Linux speak for "it just works, and you won't be able to break it even if you try". There are other immutable distros, but Bazzite is the one most likely to have everything you need out of the box.

Also, look at flathub.org and check if the software you need is on there. If it is, then congrats, you're on the easy path. If not, you might need to use the command line to install what you need from another source.

[–] entwine@programming.dev 1 points 2 months ago

If any platform actually needs age verification, it's Roblox. Fuck this "estimation" bullshit.

[–] entwine@programming.dev 8 points 2 months ago

lmao this is a targeted campaign to fuck with you. Look at people in your circle of family/friends/acquaintances/enemies and you'll find your suspect. Real viruses don't do anything as remotely entertaining as this, they just steal your passwords/crypto/etc, ransomware your files, or turn your PC into a botnet for internet spam or mining.

Download a fresh install of debian, flash it onto a usb, and do a reinstall. Use different root/user passwords that you're certain nobody knows, and ensure you lock the computer whenever you step away. Also, obviously, be careful with what software you're installing.

[–] entwine@programming.dev 1 points 2 months ago

Lol imagine getting filtered this hard, and publicly posting it. Some people have a humiliation fetish I guess.

[–] entwine@programming.dev 6 points 2 months ago

MSVC redistributable dependencies are also a problem on Windows. If you try to run an app built with a version of the MSVC runtime that's not installed on Windows, you'll get an error telling you to install it. Microsoft doesn't ship all possible versions of that with Windows, so users are on the hook to install it themselves (if it's a big publisher though, they'll typically include it as part of a installation wizard, and Steam handles it automatically behind the scenes).

make sure it’s compatible with other software you have

Not sure what you mean by this, as wine software is contained within a wine prefix. If you have dependency conflicts within a wine prefix, you can just create a separate one. Apps like Lutris make this easy to do via a GUI, and they even have community sourced installer scripts for well-known software that automates installing dependencies (like MSVC, fonts, or other bullshit you'd normally have to get through something like wine-tricks).

[–] entwine@programming.dev -3 points 2 months ago (1 children)

he will become hostile and defend his position until you either leave or he bans you from any community he has control over. I’ve been down that road a couple times.

Just proceed with caution.

So you hold a grudge because they banned you for something, and now you're passive-aggressively spreading FUD, even as you recognize its superior security. What do you even mean by proceeding with caution? Be careful you don't get banned from a chat server, or something more vague and nefarious? This kind of petty mud slinging is the bane of open source software's existence everywhere.

Best secure Android experience. Certainly not the best from a usability standpoint, but I digress

Unrelated to the above, but what do you mean by this? Graphene is by far the most usable custom ROM I have ever used. Everything just works out of the box, including Google Play and banking apps (at least the ones I use) without compromising on privacy or security. The only times I've encountered a broken app, I could always fix them by disabling the hardened allocator for that app in the app info dialog, which does technically compromise security a little, but is a low risk trade off in most cases.

[–] entwine@programming.dev 5 points 2 months ago (3 children)

Definitely GrapheneOS. It's the best Android experience you can have right now, hands down. Better than stock Android, and it may not be around forever. Take advantage while you can. $500 is a small price to pay for the peace of mind.

view more: ‹ prev next ›