SymbolicLink

joined 2 years ago
[–] SymbolicLink@lemmy.ca 4 points 2 years ago* (last edited 2 years ago)

Yeah same in my apartment. Bins are filled with incorrect items, and clearly dirty. I bring all my organized and clean recycling but know deep down its just going to a landfill or be burned.

On top of that, the bin categories are weird and it's really confusing. IE there is a bin that says "Bottles and Cans", and another that says "Paper and Cardboard". What about other plastics?

People will do whatever is easiest, even if they are decent people. We need better policies and systems to ~~force~~ incentivize people to follow the rules.

Edit: typos

[–] SymbolicLink@lemmy.ca 4 points 2 years ago

Yeah honestly can they open up more "Beer Store"-style recycling drop offs? That way they could not process the useless/dirty stuff and keep the good stuff?

Maybe give out like 1 cent per X grams of plastic to incentivize people?

That or we can go full Taiwan and basically force people/companies to do things properly.

[–] SymbolicLink@lemmy.ca 2 points 2 years ago

In a way, but chroot only isolates file systems (process only has access to an isolated "root" which isn't the actual host's root). Rootless Podman/Docker goes a few steps beyond and utilizes cgroups, and user namespaces to isolate not only file systems, but also processes and networking.

Here is a high level overview.

And another one from Dan Walsh.

[–] SymbolicLink@lemmy.ca 18 points 2 years ago (2 children)

From a user perspective, Distrobox is a tool that lets you "spin up any distro inside your terminal".

You can basically create a mini Linux environment of any distro that you can access through the terminal. You can set it to share your home folder, our create a new home folder just for that mini environment.

Behind the scenes Distrobox is creating and managing containers through Podman or Docker. You could technically achieve the same thing by manually setting up Podman containers, Distrobox just makes it very easy to create and maintain those containers with the correct permissions. It also has useful tools where you could install an app in a Distrobox container, but then add that app to your host OS app list.

This makes it especially useful for immutable OSs. Instead of adding packages to your base OS, which should be kept as minimal as possible, you can just install them in a Distrobox, so your host's root filesystem is unaffected.

[–] SymbolicLink@lemmy.ca 2 points 2 years ago (1 children)

Silverblue + ZFS would be a match made in heaven, unfortunately Fedora makes it really hard to do ZFS reliably, too many kernel updates that break ZFS. This would be an even bigger nightmare on Silverblue given the distribution model.

If only ZFS was part of the Linux kernel 😑. maybe one day

[–] SymbolicLink@lemmy.ca 19 points 2 years ago (1 children)

From my limited understanding and Wikipedia-ing I can tell a tale:


Back in the olden times (before the 1980s), some lawyers were soooo special, good, and smart, that the big boss (government) would give them ⭐ Gold Stars ⭐ (King's Counsel designation) so that they could tell everyone far and wide that they were special, good, and smart. So good that the 👑 King or Queen 👑 would trust them.

Mr. Dougie in 2023 thought "Oh, that's fun! Let me do that again and give out gold stars to some great lawyers!". To figure out who the best, smartest lawyers were, it would be good to talk to some other smart lawyers, maybe some big boss judges, or the lowly / peasant community.

But instead of doing that, Mr. Dougie and his buddies released a list of lawyers who were going to get gold stars on a website. Some of the lawyers in the list were good friends with Mr. Dougie or people Mr. Dougie knew.

Reporters who care about what the big boss (government) does were confused and asked Mr. Dougie, "Hey, we noticed that you gave out some gold stars - and some of those people are your friends! Do they really deserve these gold stars? How did you figure out who was going to get these super special stars? 🤔 Also, why are you giving out gold stars to laywers anyway? No one else gets gold stars 😡".

Mr. Dougie replied, "Ooooops 🤪. Next time we give out gold stars I'll definitely explain to everyone how we give out these stars. But trust me this list is 100% amazing and these people are the smartest, best lawyers in all of Ontarioland. That's a Dougie Guarantee ™️ "

...

And that is the end of another chapter in "Mr. Dougie and the Quest to Trample our Democracy"


Sorry if that was patronizing LMAO was just bored and have too much time on my hands. If anyone knows more about this and any broader implications I would love to know tbh.

[–] SymbolicLink@lemmy.ca 7 points 2 years ago* (last edited 2 years ago)

Disagree, no matter the level of detail, having "yes" automatically selected is an assumption. What purpose would it have other than hoping people will just select the defaults and ignore it?

Having it as a default guarantees it doesn’t scare non-power users away from it. It’s not about just having people clicking next and accepting it without consent.

Scare away from what? Data collection? I mean even in that wording you are saying there is something to be scared of. It should be up the user. If you are saying "non-power users won't fully understand what is being collected and might get scared away if it isn't the default option" then that is even worse TBH. Preying on people not fully understanding what's going on.

[–] SymbolicLink@lemmy.ca 9 points 2 years ago

Having the default box being "on" is only for the purpose of hoping people click through without realizing.

There is literally no other argument here. "Consent" is: "Hey do you want this, yes or no?". Not "We are assuming yes unless you explicitly tell us otherwise".

[–] SymbolicLink@lemmy.ca 8 points 2 years ago* (last edited 2 years ago)

Reading through the post it looks like the project leads (Fedora council members) are arguing in favour of "opt-out" and the larger community is arguing in favour or either opt-in or a middle ground where the user has to select an option with no default.

Honestly it seems like the Fedora team is arguing that there are only two options: opt-out, or nothing at all. This isn't true and people are commenting with more reasonable alternatives.

I know its not in development yet, but if the Fedora council members are saying "opt-out or nothing", not a good look TBH given this initial community response.

[–] SymbolicLink@lemmy.ca 4 points 2 years ago

Yeah "corporate owned" is intentionally vague and just stirs up confusion IMO.

Canadian media and the general public need to start calling a spade a spade and use words like "monopoly" and "oligopoly" instead.

Toronto Star is a "corporation" that is being bought by PostMedia (another "corporation"), centralizing more of our media landscape and bringing us closer to a "monopoly".

Par for the course in Canada unfortunately.

[–] SymbolicLink@lemmy.ca 6 points 2 years ago* (last edited 2 years ago) (3 children)

I daily drive Fedora Silverblue on my laptop and distrobox has been great.

I have layered only two packages: USB Guard and Distrobox. I run syncthing in a rootless podman container, and the rest goes through Distrobox.

I was even able to setup ProtonVPN in distrobox and it functions as if it was directly installed on the host (just need to map your home folder and some permissions).

I hope that immutable becomes either the standard or at least all major distros start offering it as an alternative. Makes everything foolproof and makes me much more willing to try new packages and tools because I can always just roll back.

The only thing that would really make it perfect is if files in /etc/ where also handled in a similar manner. IE: Can make changes to configuration files, and easily roll back to defaults at any time.

[–] SymbolicLink@lemmy.ca 1 points 2 years ago

I don’t think it will have any impact tbh

Historically the flow of code has pretty much been:

  1. Fedora
  2. CentOS stream (as of a couple years ago)
  3. RHEL
  4. ~~CentOS~~ Rocky Linux / Alma Linux

I think there’s been discussion on what will happen with Rocky/Alma, but nothing should change with Fedora.

view more: ‹ prev next ›