ShaunaTheDead

joined 6 months ago
[–] [email protected] 46 points 1 month ago (3 children)

Mind blown the first time I realized those weird bugs on the left are baby Ladybugs!

[–] [email protected] 2 points 1 month ago

This tip is super useful to me because not everyone is using a PC. On a PC sure, I would use the Home and End keys all the time. Now I'm using a laptop as my main computer and the Home and End keys are in a weird position that even to this day, 4ish years of laptop use, I still have to actually look at the keys to find them.

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago)

My favorite tips are:

You can filter the output of a command. Most commands return parameters like (output, error) so you can filter them by number like 1>/dev/null will filter the output and only show the errors, and 2>/dev/null will filter the errors and only show the output. Also if you want a command to run silently but it doesn't have it's own built-in quiet mode you can add &>/dev/null which will filter everything.

Bash (and other shell's I assume) can be fully customized. In addition to the .bashrc file in your home directory, there are also a few common files that bash will look for like .bash_aliases, .bash_commands, .bash_profile or you can create your own and just add to the end of the .bashrc file ./YOUR_CUSTOM_BASH_FILE_NAME

Inside that file you can add any custom commands you want to run for every bash shell like aliases and what not.

I personally often use a simple update command like so alias up='sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y' which just makes running updates, upgrades, and clean-up so much easier. Just type up and enter your password. I have previously added in things like &>/dev/null to quiet the commands and echo Fetching updates... to make some commands quieter but still give some simple feedback.

There's also the basics of moving around a terminal command as others have pointed out. The easiest and the one I use the most is if you hold CTRL+LEFT_ARROW the cursor will move entire words instead of one character at a time. Very helpful if you need to change something in the middle of a command.

[–] [email protected] 5 points 2 months ago

Current Linux market share worldwide for desktops is at ~4%. There's also ~2% ChromeOS which is Linux based so I don't know why it's listed separately. As well as ~6% other which is probably Linux with privacy settings turned on.

If we go back 5 years in Linux desktop usage, the high end is including the "Other" category.

2019: ~2% to ~9% 2020: ~2.5% to ~5% 2021: ~3.5% to ~11.5% 2022: ~4.5% to ~10.5% 2023: ~6.5% to ~10% 2024: ~6% to ~12%

There is definitely a growing trend, the user base has grown somewhere between 33% and 300% depending on whether you include the "Other" category, which I personally think is a pretty safe assumption since for most PC users if it's not Windows or Os X, it's Linux.

Here's where I got the data from: https://gs.statcounter.com/os-market-share/desktop/worldwide

[–] [email protected] 1 points 2 months ago (2 children)

The teacher's meaning is clear, which is the purpose of language. Mickey's just being a grammar nazi.

[–] [email protected] 20 points 2 months ago (2 children)

I do find that everything related to Python is especially badly documented and/or maintained. Maybe I'm just not looking the in right place though? I don't generally use Python as my primary language.

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago)

Usually API docs are tucked away inside a "developer dashboard" or whatever they decided to call it. So I think you can assume at least moderate API and web development knowlege and programming skills.

[–] [email protected] 47 points 3 months ago* (last edited 3 months ago) (2 children)

It's getting better, but I really don't appreciate how many people seem to think that "drag queen" and "being a transgender person" is interchangeable and exactly the same.

For clarity for anyone who isn't sure, drag queens are performers who often (but not always) identify as gay men in their day to day lives. A drag queen is a caricature of a woman, a massive exaggeration for entertainment purposes. Drag queens are like clowns, and clowns don't go around in their day to day life identifying as a clown. It's a job, a gig, a temporary identity for entertainment purposes.

Transgender people have gender dysphoria that is so unbearable that they have no choice but to bear all of the negative things that come with coming out as transgender in order for them to have some tiny speck of hope at being happy and comfortable in their own bodies. Transgender people, unlike drag queens, always do identify with their chosen gender representation.

[–] [email protected] 35 points 3 months ago

And for many (mostly) gay men the AIDS epidemic was devastating. You don't see a lot of old gay men for that reason.

[–] [email protected] 10 points 5 months ago

LTS just means Long Term Support in case you weren't aware. It means no new development is happening, but security exploits will be patched as soon as they arise.

If you just want stability, LTS is the way to go. If you want all the cutting edge bells and whistles and are okay with potentially some instability (but probably not much) then use the latest version.

If your device isn't connected to the internet during general use then I wouldn't worry too much about updating anything. Security fixes aren't important if there's no way to connect to your device.

[–] [email protected] 10 points 5 months ago (2 children)

Large scale nuclear power plants take hundreds of millions or billions of dollars of investment and loads of time to build. It's more likely that any nuclear revolution is going to come in the form of smaller scale micro reactors.

[–] [email protected] 3 points 5 months ago (1 children)

I believe there are loads of renewable projects that are ready to connect to the grid but the grid isn't ready for them. A big part of the problem is the aging infrastructure of the electrical grid can't handle all these new projects. It really needs to be updated, ASAP! I remember Obama talking about renewing the power grid in the USA like 10+ years ago but it never went anywhere unfortunately.

view more: ‹ prev next ›