Choosing to love Jesus makes that man happy, and that’s great as long as he doesn’t try to ruin other people’s fun. Why is that so hard for some people to understand? Just live your own life and leave other people alone.
Hi, I’m Shauna! I’m a 37 year old transgender woman from Ontario, Canada. I’m also a Linux enthusiast, and a Web Developer by trade. Huge Star Trek fan, huge Soulsborne fan, and all-around huge nerd.
Choosing to love Jesus makes that man happy, and that’s great as long as he doesn’t try to ruin other people’s fun. Why is that so hard for some people to understand? Just live your own life and leave other people alone.
If you have an unusual setup, it can be annoying trying to give programs permissions and sometimes it just outright doesn’t work. For example, I mainly game on a laptop which has a pretty small hard drive, so I tend to put most of my games on an external hard drive. Flatpak really doesn’t play well with that.
Yeah, I’m saying that I agree that version numbers are harmful to mass adoption and I go on to explain that it’s not really a version number at least in Ubuntu, but a “YY.MM” formatted date. I think making that more clear would help people that are unfamiliar with versioning and development.
Anyone coming from a development background will entirely get the idea of stable releases. 23.10 or 24.04 are just rolling releases of a stable distro. It’s the production ready version. You can choose to opt-in to the development updates at the risk that your system might be slightly more unstable, but that’s not a decision that a casual user should consider.
The version numbers on Ubuntu specifically, are just dates. 23.10 is the stable release from October, 2023. That’s all it is and there’s really no point in thinking about it deeper than that. It’s a date, not really a version number.
My partner likes to listen to lofi music. Lately she’s been obsessed with Baldur’s Gate 3 so she plays a youtube video that’s 10 hours of the “down by the river” song and a campfire sound from BG3. We’ve also done a 10 hour Star Trek TNG bridge noises video before for awhile lol
I’ve watched Sabine for awhile, she’s a really great science reporter who keeps things simple and pretty brief. Just a note though, I feel like she sometimes takes very skeptical and conservative views on some subjects where she doesn’t really have any expertise. It also makes me kind of uncomfortable how she seems to be obsessed with Elon Musk, she mentions him in basically every video.
Despite all that, she’s pretty great, check her out, just keep in mind she talks about a lot of things she isn’t an expert in.
I just started using Proton, but I don’t think any of their apps are available for Linux natively, which is disappointing. I mostly use Proton apps inside Ferdium which I find useful for combining all of my productivity apps and Ferdium basically just keeps a website loaded, and websites are always cross platform compatible. I would love to know if there’s a timeline for Linux apps in mind.
It’s definitely an edge case by say you’re in ~/ and you run a script like ./code/script.sh then it thinks the current working direct is ~/ rather than what is probably intended which is ~/code/. If your bash script uses full paths like /home/$USER/code/ then it will still run correctly regardless of the current working directory that the scrip was run from.
YouTube throttles some of the more popular instances. Find a less popular one. I was also finding that thumbnails and subtitles weren’t loading on some instances. After switching to a fairly obscure one, everything works. You could also try piped which I find generally works better and I like the interface better.
I wonder if others have some favourite posters that you they quite often?
For me, it’s @Stamets and ThePicardManuever but I’ve noticed a couple other prominent posters lately although their names haven’t stuck for me just yet.
Gitlab is quite good and used by a lot of open source developers.
In most European countries you need a 4 year university degree in criminology to become a cop. They have the same standards for average police officers as we in North America have for Federal law enforcement. So while it’s certainly true that some European countries have shitty cops, the ones with stricter barriers to entry have slightly less shitty cops.
Here’s an interactive map although it does seem to be missing a fair bit of data for Europe. The USA has the most abysmal Police training time at just 500 hours of training between being a civilian and being a Police officer.
edit: lol whoops I never actually posted the link earlier. Here it is: https://worldpopulationreview.com/country-rankings/police-training-requirements-by-country
I don’t think it has to do with being female or anime. I think OP is saying that they’re either a transgender woman or a femboy who is still in the closet
You need to learn bash scripting. Also, there are a few default files that the .bashrc uses which can be helpful to compartmentalize the custom things you do to it so that it’s easier to undo if you screw something up. To do that, just add this to the bottom of your .bashrc
if [ -f ~/.bash_custom ]; then
. ~/.bash_custom
fi
What that will do is check if the .bash_custom file exists and then run the .bash_custom file in your home directory and apply anything in there. Also, you can call the file whatever you like, but bash does have some defaults that it will check for and run them without editing the .bashrc at all. It’s kind of hard to find a list of the the files that it automatically checks for, but I know that .bash_aliases is one of them, and I think it checks .bash_commands as well, but I’m not entirely sure. Either way, you can force it to check your custom one by using the code above.
Then you can create the file and add any custom things in there that you like. For example, I like to frequently update through the terminal but running sudo apt update && sudo apt upgrade && sudo apt autoremove && flatpak upgrade
was a bit tedious and I wanted a bit less feedback so I made a custom alias for my personal use.
alias update='echo "Updating packages..."; sudo apt update -y &> /dev/null; echo "Packages updated."; echo "Upgrading packages..."; sudo apt upgrade -y &> /dev/null; echo "Packages upgraded."; echo "Cleaning up packges..."; sudo apt autoremove -y &> /dev/null; echo "Packages cleaned up."; echo "Updating flatpaks..."; flatpak update -y &> /dev/null; echo "Flatpaks updated."'
Which hides most of the text from updating and just gives me feedback on what it’s currently doing if I don’t really care to know all of the details. So now I just run update
in the terminal and plug in my password and it updates and upgrades everything in a human readable way.
There’s a lot that can be done with bash scripting, like editing files, iterating over files and directories, setting environment variables. It’s basically a full programming language so the limits are mostly your imagination.
Do you think using a custom ssh key directory would prevent these malicious apps from working correctly or is there some environment variable that always points to the ssh key folder or I guess they could just run a search on the system for any files like *.pub. Are there any safety procedures that one can take to circumvent these kinds of attacks?
This feels like a great application of AI to root around through the code of packages in these repos and find ones that access the ssh key directory at all to be looked at more thoroughly by a human.
Guys, it’s not one or the other. We can have trees and algae tanks. Trees can still offer all of the benefits they do like shade and beauty while algae tanks can be used to increase fresh oxygen. Algae is much better at absorbing CO2 than trees and providing clean air which is a big problem in a busy city.
TLDW: James Somerton is a gay man and a YouTube content “creator” who has recently been outed as a plagiarist by Hbomberguy and Todd In The Shadows. He primarily steals content from other lesser known queer content creators which just makes his plagiarism all the more insidious.
He has also strangely been proven to be guilty of spreading pseudohistory in which he changes details of historic events.
He has also been accused of a Patreon scam by making a (now deleted) video pleading with his subscribers on YouTube that he can’t make ends meet and he’ll have to stop making videos if he doesn’t get more Patreon subscribers. He got 1200 new patrons from that video. He apparently immediately purchased an $8000 camera afterwards which people describe as a “bizarre purchase” for someone who was just in financial dire straits. Also, there was no evidence of him having suffered a drop in subscribers that he claimed was the reason for his financial situation.
He has also been accused by YouTuber and Nebula creator Jessie Gender of transphobia. She says that James Somerton has gone out of his way to erase any queer content creators who were not cisgender gay men, and that he intentionally misgenders other transgender content creators constantly.
It seems like the inciting incident for all of these YouTube and Nebula content creators to go after him was James’ application to become a Nebula content creator. I suppose they started gathering evidence to provide against his membership and they ended up finding so much that they created these videos and levied formal accusations.
Here’s a slightly more in-depth read from Wikitubia for anyone interested in reading further: https://youtube.fandom.com/wiki/James_Somerton#Controversies
You’re right, my mistake. I was thinking of Existential Nihilism which is a school of thought within Nihilism, but is different in it’s interpretation as I described in my original post.
Existential nihilism is the philosophical theory that life has no objective meaning or purpose… The inherent meaninglessness of life is largely explored in the philosophical school of existentialism, where one can potentially create their own subjective “meaning” or “purpose”.
… Friedrich Nietzsche further expanded on these ideas, and … has become a major figure in existential nihilism.
There are also some quotes of note in the main Nihilism Wikipedia article
Nietzsche distinguishes a morality that is strong or healthy, meaning that the person in question is aware that he constructs it himself, from weak morality, where the interpretation is projected on to something external.
As such, the self-dissolution of Christianity constitutes yet another form of nihilism. Because Christianity was an interpretation that posited itself as the interpretation, Nietzsche states that this dissolution leads beyond skepticism to a distrust of all meaning.
I think Absurdism is more what people are generally describing when they use the term Nihilism in popular culture. Here are a couple of excerpts from the same Existential Nihilism Wikipedia article I linked.
The supposed conflict between our desire for meaning and the reality of a meaningless world is explored in the philosophical school of absurdism.
With Kierkegaard, the concept of absurdism was developed, which explains the concept of humans trying to find meaning in a meaningless world.
Are you using the dedicated GPU as your primary GPU or the integrated GPU? I’ve found using the dGPU as the primary can sometimes lead to suspend/resume issues.