uninstalls the kernel package
uninstalls the kernel package
I would not recommend someone who does not know what they are doing replacing the DE, the process heavily varies depending on your current setup. If you want Ubuntu with KDE, just use Kubuntu.
SteamVR runs terribly on Linux, Monado/WiVRn is pretty playable.
I prefer to drag my friends toward games without integrated rootkits. Better for them, better for me. Thankfully, there are plenty of games to choose from today.
If something does not work, mostly it either has a kernel level anticheat or it’s Adobe. I just learned to live without these, I think it’s for the best. You can even do VR on Linux nowadays!
I’d say your best chance is just launching an Android version with a controller (I assume Android version supports controllers). It’s just that nobody on PC plays Bedrock. All the community content (mods, resource packs, custom tools) is for the original version, after all, and Bedrock is a walled garden.
If you confused period
and fax
intentionally, I commend the effort.
Considering vibe
is probalby float
, I doubt any exceptions can be thrown there, you can eliminate another useless scope.
Even if it’s not float
, I’d consider burning alive anyone who overrides an operator like this anyway.
Original, because sharing xkcd without alt text is a crime: https://xkcd.com/2501
Stuff like BSD, Minix, maybe some curios individuals on Solaris? For mobile, Symbian, Windows Mobile? Also, probably all that don’t report their OS in the user agent.
I know a couple of Japanese people running Linux on their desktops. So, I say the counting method is borked somewhere.
I only remember useful things. And I consider these useful because I did some low level graphics programmed once and had to use them in practice. Once you understand why these things exist, it becomes that much easier.
If someone didn’t learn enough trigonometry in school:
1+tan2c = cos2c/cos2c + sin2c/cos2c = (cos2c + sin2c)/cos2c = 1/cos2c;
sqrt(1/cos2c) = |sec c|
The reading of the answer is very similar to the word “sexy”, which makes the whole sentence a reference to the song “Sexy and I Know It” by LMFAO.
Well, on the side of easy ones there is “if the last digit is divisible by 2, whole number is divisible by 2”. Also works for 5. And if you take last 2 digits, it works for 4. And the legendary “if it ends with 0, it’s divisible by 10”.
The divisability rule for 7 is that the difference of doubled last digit of a number and the remaining part of that number is divisible by 7.
E.g. 299’999 → 29’999 - 18 = 29’981 → 2’998 - 2 = 2’996 → 299 - 12 = 287 → 28 - 14 = 14 → 14 mod 7 = 0.
It’s a very nasty divisibility rule. The one for 13 works in the same way, but instead of multiplying by 2, you multiply by 4. There are actually a couple of well-known rules for that, but these are the easiest to remember IMO.
Yea, knowing another Slavic language definitely makes it easier, with Polish, at least you don’t have to learn how to pronounce Ы from scratch. But one being west language and the other being east can also screw you over, because many things are similar, but not quite.
Be careful not to speak only with Ukranians, they, of course, have their quirks in speaking, like using soft Г which is prevalent in Ukranian, but never used in Russian and using за instead of про in some places, for “to speak about Russian language” they would say “говорить за русский язык” instead of “говорить про русский язык”. Of course, unless you are ok with picking up these quirks.
Props for trying your hand at Russian. Being a native speaker, only about a year ago did I realize how ridiculously complex the language is. From phonetics, to high context dependence, to word building and conjugation, I commend people who are tackling this abomination.
May I introduce you to our Savior Helix?
I’m not exactly sure how it works with flatpak versions, but for native Steam+Lutris, you install it with this and Lutris picks it up automatically, as far as I remember. Probably need to allow the flatpack to see the installation directory or put it in Lutris runners altogether instead of Steam directory.
Helix is very similar to Emacs and vim/nvim, but a lot easier to set up. Tried all of them but with Helix it just clicked for me.
Have been almost a year since I switched to Linux completely. I’m using CachyOS (an Arch derivative), so, you may have to adjust some things for your distro.
First of all, your driver setup varies heavily on what hardware you have, obviously. All AMD (both CPU and GPU) being the easiest for setup and laptops with Intel CPU + iGPU and Nvidia dGPU being notoriously hard to manage (it’s also my case, which sucks). Look up what you need for your specific hardware.
Next comes your display server and audio server. The bleeding edge here being Wayland + Pipewire.
Wayland can be a bit bitchy on Nvidia GPUs, but it got a lot better over the last years. To use Wayland your desktop environment has to support it. Check with your specific DE. I’m using KDE Plasma, been quite happy since the switch.
Pipewire is pretty easy to setup, just uninstall your old audio server, replace it with Pipewire and an adapter package for what you had (like pipewire-pulse for PulseAudio) and you are good to go. It’s very cool with tools like qpwgraph for audio management, easily the most mind-blowing thing I installed. Your friend came over and you want to send game audio both to your and their headphones? Easy. Been selling parts of my soul to get these sorts of setups on Windows for a long time.
Next, use native software where you can. You can replace Notepad++ with VSCodium or Helix (the learning curve for modal editors is steep, but it’s very worth it).
For Minecraft, TLauncher is… controversial to say the least, even for usage on Windows. Try PrismLauncher. Works great, allows to download modpacks from popular distributors and is pretty easy to trick into playing in offline mode without a Microsoft account, just look it up.
Next, the translation layer. I’m using Proton-GE for everything via Lutris. While, as per GE, it is not a supported use-case, it’s what I’ve got the best experience with so far.
As for dependecies, there is a good guide from GE for that.
Hopefully it helps in one way or the other. You can also experiment with distibution of your choice. There are some gaming-focused ones that come with driver installation tools to make it easier for you, don’t hesitate to dump everything and start from scratch with a fresh install while you are not that commited to one specific distro.
Unless your laptop uses some obscure networking hardware, should work out of the box. Never used Mint, but it looks like it uses NetworkManager by default, which I haven’t had any major issues with.