Well, it has been outlawed by China’s government since they didn’t like that the religion actively promoted civil political engagement and simply doing good.
Well, it has been outlawed by China’s government since they didn’t like that the religion actively promoted civil political engagement and simply doing good.
Occasionally find myself envying people with faith and wonder how my life is different than theirs.
The thing is, there’s nothing stopping you from having faith. But do keep in mind that you want to have faith in something that is not shitty.
https://en.wikipedia.org/wiki/Falun_Gong this one seems nice. Promotes meditation, physical exercise, as well as peaceful civil involvement in society helping others and doing good, which will help you reach spiritual enlightenment.
So while I personally like and prefer having a yawning void where some other people have faith, I generally recommend this religion to people who prefer having faith. If this one isn’t to your liking, perhaps research what other non-shitty options are there.
And as a general pro tip when going with the faith option: please, no fanaticism.
Edit: I’ve read some more on this, and this religion has some shitty postulations too. Well, keep looking out.
Is there a way to check all my upvotes?
Not via lemmy web interface AFAIK.
I found a meme i like earlier and upvoted it but now i cant find it.
There’s an option in settings that toggles displaying “seen” (interacted with) posts.
KDE Neon: https://neon.kde.org/ , straight from KDE devs.
Clicking on the extension in the browser bar shows menu that can be used to access/create rules, but I’m using Firefox.
Nice.
How is this not a solved problem?
Tradeoffs I’d imagine. Lemmy devs need to prioritize between lots of things that absolutely need to be addressed first (like the recent vulnerabilities), and as a result relatively “minor” issues like this gets stuck on the sidelines. In addition to that, “beauty is in the eye of beholder”, so spending development time on this stuff when it might not even be acceptable to people is… well, wasteful.
That being said, the code is open source, so anyone can help and contribute improvements/fixes.
Am I the only person who cares about seeing the image at a larger resolution?
Definitely not. I didn’t quite realize just how much of a difference this would make, but now that I’ve added it to CSS overrides it does make a huge difference. Thanks for pointing it out.
Eh. Mozilla insists that you have to jump through loops and hoops just to be able to install whatever addons you please on mobile Firefox. For teh “better user experience” or whatever.
https://www.androidpolice.com/install-add-on-extension-mozilla-firefox-android/ if you wish to try.
For images inside comments (also can break sidebar):
.md-div img { max-height: unset; }
This will allow maximum expansion, but will somewhat break display of the sidebar:
.col-lg-9, .col-md-8 {
width: unset;
}
.container-lg, .container-md, .container-sm, .container {
max-width: unset;
}
.offset-sm-3 {
margin-left: unset;
}
I’ve only tested with a few !pics@lemmy.world posts, and couldn’t quickly find whether this would affect images in comments.
You could add .img-expanded { max-height: unset; }
as a rule for your lemmy instance in the Stylus addon for browser. This will remove the height limiter for images.
You’re missing the point.
Bash is the ducktape of programming languages.
What you’re proposing is creating a Frankendebian, which Debian explicitly warns against doing. The proper way of getting security patches from unstable would be to pull the source debs and compile it yourself against the current Debian testing base.
This lane of thinking however seems to be completely misguided when it comes to the target audience here, that is, a user who is not even experienced with Linux in general enough to know about various rolling release distros. Telling a user this inexperienced to go with either of those is in bad taste at the very least.
Just keep in mind that you will not be receiving speedy security updates, and in some cases you will need to wait for quite a while before packages you have will be updated (weeks, maybe longer).
If you want a proper rolling release distro that is not Arch/Gentoo/Void/Nix/GuixSD, you could go for openSUSE, which provides a rolling release distro with a system rollback feature by default. Nice, easy to use GUIs for whatever you need. Although openSUSE also is sometimes a bit slow with the security updates for some packages, it’s nowhere near as slow as Debian testing.
What you’re trying to use is “hardware” RAID. Using hardware RAID is generally a bad idea. If you’re using Linux, use software RAID instead.
Also consider using Btrfs, it will make having a RAID setup even easier.
Another method that we will leverage is pay-per-use public cloud instances. With this, anyone can spin up RHEL images in the cloud and thus obtain the source code for all packages and errata.
Nice. Red Hat gets paid (lets remember that they do contribute significantly to the FOSS, they should be getting paid for their work), and RHEL clones do have a way forward. Sounds like a win-win.
I have tried to learn Linux for ages, and have experimented with installing Arch and Ubuntu.
There’s your problem. Try Linux Mint.
Is it an unrealistic goal to want to eventually run a computer with coreboot and a more cybersecurity heavy emphasis? I’m still a noob at this and any advice would be appreciated!
Don’t try to bite off more than you can chew. Start small and easy, with a beginner Linux distro, and once you’ve become really comfortable with that, you can try to move onto something less user friendly.
If you’re using a Debian based distro, you can search through contents of packages to see if there’s a conflict:
E.g.
apt-file search /usr/bin/sh