GnuLinuxDude

joined 2 years ago
[–] GnuLinuxDude@lemmy.ml 1 points 4 minutes ago

You should encourage them to pirate any JK Rowling-associated content, then, if these people cannot be assed to read different books by different authors. Though obviously you're 100% correct in that she's already fabulously rich and a boycott of her works will not materially harm her. Also, she still has devoted bigoted fans who love being paypiggies, so a boycott is impossible.

[–] GnuLinuxDude@lemmy.ml 9 points 2 days ago (1 children)

Death cult mentality. Holding the entire planet hostage for their own gain. These people deserve a penalty of a certain kind.

[–] GnuLinuxDude@lemmy.ml 25 points 2 days ago (15 children)

the number of times i've seen a scratched lib turn fash surprised me... at first.

[–] GnuLinuxDude@lemmy.ml 4 points 2 days ago

If Trump is walking the "way way worse" path on Palestine it's only because Biden laid the path down for him in the first place.

[–] GnuLinuxDude@lemmy.ml 16 points 2 days ago

hey man remember when the democrats were in the house and senate and obama was president and they dismantled ACORN? haha damn that's wild, bro.

[–] GnuLinuxDude@lemmy.ml 4 points 3 days ago* (last edited 3 days ago)

I use Bazzite on my Steam Deck because I wanted to get LUKS encryption for the hard drive (and otherwise do not wish to manually maintain the computer). I cannot take what is effectively a general purpose PC out and about without encryption. Especially not with the current political climate in my country (USA).

From dealing with SteamOS, I am already familiar enough with how to set up a full dev environment on the immutable distros. So while that is not a challenge for me, it is still a hassle to deal with. I'd rather just directly install my libraries and binaries rather than do workarounds in containers (and then remember the containers).

I think we'll truly be in the immutable desktop distro future when I can do something like install the base distro image AND simply dnf install something (e.g. nvidia-vaapi-driver or gcc) on top without having to layer it with rpm-ostree. That is, my dnf installs should transparently live on top of the base distro, and that way my base system will never break even if something on top of it does. The problem with layering with rpm-ostree is you are running the risk of a future failed upgrade. It would be like if your MacBook said "sorry, you installed a weird XCode library and therefore we cannot upgrade the OS" -- and that should obviously never happen. Restoring my computer to a base state could be as simple as dnf remove * or a GUI option to "Revert to base + keep user files" and that should leave me with a functioning basic system.

Anyway, even though I only use an immutable distro on one device I do see it as the future of Linux desktop computing. I am not up-to-date with the development efforts, but I think we'll eventually reach a day when using and configuring it, even for advanced users, will be no more difficult than traditional distros. Maybe by 2030 that will be the case.

I made my remarks w.r.t. rpm-ostree and the Fedora family of distros because that's what I use. Obviously the other immutable distros have their own versions of these tools and their own versions of solving the problems related to them.

[–] GnuLinuxDude@lemmy.ml 13 points 3 days ago

Elbakyan is an immeasurably more virtuous, noble and honorable person than these Dylla and Greco worms.

[–] GnuLinuxDude@lemmy.ml 14 points 1 week ago* (last edited 1 week ago)

Well that would simply be a continuation of their actual objective of annexing the entirety of the Gaza strip, so... yeah.

[–] GnuLinuxDude@lemmy.ml 88 points 1 week ago

Alternate headline: How one man spammed Wikipedia

[–] GnuLinuxDude@lemmy.ml 4 points 1 week ago

I think 10 years ago this would've been unpopular, but today maybe not so much:

systemd is great software. I don't use distros that refuse to ship it. Especially the init system. Thanks, Lennart!

[–] GnuLinuxDude@lemmy.ml 15 points 1 week ago (3 children)

Did they rewrite the headline after you posted? It reads now:

European Union to boost PA funding with $1.8 billion over three years

[–] GnuLinuxDude@lemmy.ml 13 points 1 week ago (1 children)

Between Steam promoting Linux and GOG promoting DRM-free software, I will never purchase from another storefront that doesn't even pretend to do something good for the broader community (Origin, Uplay, Microsoft Battle.Net, iOS App Store, etc).

 

I disable animations either through Gnome's accessibility setting or KDE's slider to instant. I find that Gnome's animations are just too slow by default and KDE's tend to be janky. So while I want my window manager to have instant animations, I don't need my applications to do so.

Is it possible to disable the animations from the DE's settings but to keep them like normal in Firefox? Example: when I press ctrl+t it's OK if the new tab has an animation when it's created in the browser's UI.

 

I would love a program where I can browse the world and see countries, cities, oceans, all fully labeled (preferably in English which I speak, but a dual English+local native script would also be good). It would be all the nicer if there were stats and facts and some representative photos and stuff to learn a little about different places, without needing to dive into a full Wikipedia article.

Basically, what I'm hoping for is like a modern MS Encarta Atlas, but offline and good.

As for web options, Google Maps, unfortunately, works really well. But I despise Google. OpenStreetMaps doesn't have all that extra data, it is just a map. What are the options available, if any?

 

When I first set up my web server I don't think Caddy was really a sensible choice. It was still immature (The big "version 2" rewrite was in beta). But it's about five years from when that happened, so I decided to give Caddy a try.

Wow! My config shrank to about 25% from what it was with Nginx. It's also a lot less stuff to deal with, especially from a personal hosting perspective. As much as I like self-hosting, I'm not like "into" configuring web servers. Caddy made this very easy.

I thought the automatic HTTPS feature was overrated until I used it. The fact is it works effortlessly. I do not need to add paths to certificate files in my config anymore. That's great. But what's even better is I do not need to bother with my server notes to once again figure out how to correctly use Certbot when I want to create new certs for subdomains, since Caddy will do it automatically.

I've been annoyed with my Nginx config for a while, and kept wishing to find the motivation to streamline it. It started simple, but as I added things to it over the years the complexity in the config file blossomed. But the thing that tipped me over to trying Caddy was seeing the difference between the Nginx and Caddy configurations necessary for Jellyfin. Seriously. Look at what's necessary for Nginx.

https://jellyfin.org/docs/general/networking/nginx/#https-config-example

In Caddy that became

jellyfin.example.com {
  reverse_proxy internal.jellyfin.host:8096
}

I thought no way this would work. But it did. First try. So, consider this a field report from a happy Caddy convert, and if you're not using it yet for self-hosting maybe it can simplify things for you, too. It made me happy enough to write about it.

view more: next β€Ί