Good luck getting open source maintainers that aren’t woke. We’re all queer down here!
Good luck getting open source maintainers that aren’t woke. We’re all queer down here!
I don’t understand the appeal of foldable screen smart phones. Seems like nothing more than a gimmick to me.
If you open /usr/share/plasma/plasmoids/org.kde.plasma.icon/main.qml
and search for line
there’s a section called PlasmaExtras.ShadowedLabel
which seems to correspond with icon text and there’s a line maximumLineCount: 2
you could try reducing that to 1 and it might fix your issue.
It looks like KDE Plasma is based on QT6 and the icons I believe are a QT6 Label so you can also add some styling to it yourself. Here’s the documentation for it: https://doc.qt.io/qt-6/qml-qtquick-controls-label-members.html
There is a property called lineHeight
so you could just add that to the PlasmaExtras.ShadowedLabel
and see if that fixes it.
While the designs were clearly inspired by Pokemon, I don’t think Nintendo has any leg to stand on in this case. The connection is flimsy at best., but I’m not a lawyer so I dunno, maybe there’s some legal loophole that Nintendo is banking on.
If this case goes in Nintendo’s favour, it could open the door for other lawsuits like Stardew Valley could get sued for infringing on Nintendo’s Harvest Moon IP, for example. I know that’s ludicrous but who knows, the law goes in unexpected directions sometimes.
Why would they be hostile to that idea? It allows you to run the VPN only on your browser instead of your entire system which is sometimes preferable.
It’s quite good and also I like that they largely support Linux. They have phone apps, browser extensions, desktop apps, and even CLIs. They also have downloadable configurations for OpenVPN and WireGuard if you want to go that route. They’ve also got what I assume are fairly basic features of most VPNs like kill switching, private DNS servers, etc.
There’s quite a lot that can be gleaned from the depots for the game on steamdb: https://steamdb.info/app/1422450/depots/
I don’t know if this information is already public but here are a couple of quick inferences I made by looking a the files. I’m not overly familiar with Valve’s intellectual properties so I don’t recognize any specific characters or franchises.
There’s likely a hero named Yamato who has the abilities:
There’s a lot more hero information but that’s the top one in the depots.
The game might be called “Citadel”, or it may have just been called that internally at Valve. The reason I suspect that is because of there appears to be a game folder called “citadel” which appears to be the main game folder.
Writers of children’s names books are going to have a field day with the data from this study.
You should go for a distro that matches what you want out of your system. You want stable? Find some strong LTS distro like Ubuntu. You want ULTRA STABLE? Go for an immutable distro. Do you want to use your system for gaming? Go for a distro with wide gaming support, built-in drivers with options for proprietary drivers.
It’s less about what base distro you’re using and more about what you like about that particular flavor of distro.
For example, I use my PC for gaming mostly, but also coding. I switched from Pop! (Ubuntu based) to Garuda (Arch based) and I love it because it’s really good for gaming, comes with Mangohud, Gamemode, Steam, Heroic, controller drivers, graphics drivers, etc, all optionally pre-installed. I also really like KDE apps because they’re performant and slick so I got the Plasma version.
Anyway, yeah, focus less on “this distro is Arch based” and more on what each distro can provide you as far as your personal tastes.
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.
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.
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
I would argue that Bioshock is one of the few video game franchises that would probably do well in a non-interactive story medium. It’s a very story driven video game. As long as they trust the writers to respect the source material and come up with a compelling story, I think it could be great. There’s always a chance that it’s a disaster though.
I believe their reactions might be slightly different depending on the person, but if you simply asked them if it made the comment made them uncomfortable they’d say yes 100% of the time.
No, it’s about your relationship to that person. Are you on friendly terms? Are they comfortable around you? Do you have some kind of established rapport?
Or are you a complete stranger making a weird comment about another strangers physical appearance out of nowhere?
One place I worked at recently was still using Node version 8. Running npm install
would give me a mini heart attack… Like 400+ critical vulnerabilities, it was several thousand vulnerabilities all around.
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.
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.
I really think that consciousness is just a combination of Narrow AI – that is, AI that is only good at a very specialized task. For example, we have a part of our brains specifically to process the raw data from our eyes, that’s a Narrow AI designed for that express purpose. When you combine all of the AIs that would be necessary for sight, smell, taste, touch, etc, as well as maintaining bodily functions, immune system, and other autonomic systems, you’ve essentially got an AI that can run a body.
However, at the point, that body would rely purely on instinct and only react to it’s environment. Add one more layer of Narrow AI whose purpose is to extrapolate the given information and make educated guesses and you’ve got the potential for intelligence. Because now you’re not just reacting to the environment but you’re actively thinking of how you can use all of those other Narrow AI that control your body to shape your environment, which is the basis of intelligence.
Another thing that wasn’t mentioned in the video that Proton does is it also – sometimes, depending on the game – checks a list of known requirements for a game and installs them through winetricks, or makes other recommended changes to game files that are known to make the game work.
When Proton is updated and the patch notes mention that a game was fixed, it’s something to do with this part of the process. A certain library, or whatever was missing and Proton installs it for you behind the scenes.
It also runs WINE through Steam’s launcher (aka Steam Linux Runtime) which has some common redistributables (aka Steamworks SDK Redist) built right into it, and it also runs appropriate anti-cheat solutions (aka Proton EasyAntiCheat Runtime or Proton BattlEye Runtime).