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.
As some people poined out, I was talking about VK. A Russian social network that ended up in the claws of Russian government, which in turn ended up in massive political repressions of it’s userbase for posting “wrong” things.
He then made Telegram and used Russian government’s attempts to block it as a PR campaign. I guess that’s what made it so appealing at first, but now French government stepped in and we are going all over again.
Usually the methods are not shared because streaming services would go out of their way to break them. Just like Youtube breaks yt-dlp every now and then. But Youtube is too big to implement any serious protection, so, downloaders usually win. I heard Crunchyroll is ripped via their mobile app, albeit modified. But specifics are better left in the dark.
There is no single person responsible for Cyrillic script. It is mostly believed to be created by mixing and changing Greek and Glagolic scripts by the scholars of Preslav Literary School, which was indeed in Bulgaria. After a while, Peter the Great changed it a lot. And then Stalin stomped out almost all the deviations in the usage of the script.
The last part is mostly why it is considered Russian. A lot of languages suffered because of Moscow just forcing them to use the version of Cyrillic that Russians were using.
It’s a dead script that was not that common in the first place, in Kievan Rus’ it was even used as a form of encryption in XI—XVI centuries for how little spread it was. It is also very different from modern Cyrillic. So, saying “most Slavs don’t know how to read it” is a bit of an understatement. Noone knows how to read it, apart from some linguists and overzealous Witcher fans.
I’ve used VLC for an incredibly long time, until I found about mpv about two weeks ago. It’s both a lot lighter and packs a lot more utility. I can finally frame step backwards and see millisecond timestamps! The only downside is that you have to do a bit of tinkering with all the configs and plugins, but it’s so worth it.
Apple products are usually easy to use and hellishly restrictive, preventing the dum-dum user from breaking it. Phones that run under Android allow for much more customization and utility, to the point you can “soft lock” your OS.
Apple is less functional, easy to use, hard to break (software-wise, at least). Android is more functional, though requires skills to get to the functionality and not break anything.
Meaning those with the skills use Android. Thus, skill issue.
MOBA as a genre didn’t come from WC3. There were quite a lot of predecessors to DotA, both in WC3 itself and in first StarCraft, namely Aeon of Strife is believed to be the first popular MOBA custom map out there.
Blizzard didn’t decide that quirks of WC3 engine are dumb. Yes, they wanted to make a simpler MOBA, but the main reason for lack of funny stuff from WC3 is that they used Galaxy engine for the game, the same one StarCraft 2 was built upon.
And HotS feels less complex not because of Galaxy’s vs WC3’s quirks (the former has plenty, too), but because of lack of gold and shop, shared experience and an actual tutorial at the beginning of the game.
As far as I know, Minecraft itself is avaliable for download publicly, you don’t even need to patch it to play. You just need to supply it some fake account data and tell it to work offline.
No official servers support, of course, but that’s about it.
The funny thing is, this mechanism came from Mojang, and at this point they can’t even do anything about it. If they stop providing downloads without an account or implement some anti-piracy features, people will just use the latest official version and mod it. And it may be not even the latest one, there are tons of players on 1.7.10 and 1.12.2, just because modders love them.
Sure, they can try and push their Bedrock version… But nobody is playing on that piece of crap.
I believe you can remove (default) with -disposition:stream 0
so, if you have three subtitle tracks, all marked as default, and you want only second with that mark, you’d do something like this:
ffmpeg -i input.mkv -c copy -disposition:s:0 0 -disposition:s:2 0 output.mkv
And if you want to mark a stream as default, you do -disposition:stream default
.
I assume it creates some sort of save file in the current working directory?
You may try changing the working directory via batch script, if you’re on Windows.
Make a text file, name it something like launch.bat
(the actual name may be whatever you want, just make sure you leave the extention .bat
)
Paste this there:
@echo off
cd /d "%~dp0"
start "" "game.exe"
Be sure to replace game.exe
with your game’s .exe
filename. Don’t delete any double quotes, they are important.
Put this text file near .exe
file of your game, and make a shortcut of it to your desktop. You may rename a shortcut and choose an icon from your game’s .exe
file to make it pretty.
After that just launch the shortcut as you normally would. If I’m correct, the game should create it’s .bin
file in the script directory and not in your desktop.
Probably not, if we’re speaking about the next adapter in the line. They both use 4 pins, and there are no active conversion in the adapter itself, it just connects the pins like this:
USB ↔ PS/2
+5V ↔ +5V
D- ↔ D
D+ ↔ CLK
GND ↔ GND
So, as long as next adapter is not doing something funny with PS/2 signals, it should be ok for bare USB 2.0 connection.
Might depend on where you were learning.
On paper, when I was learning Descartes’ coordibate system, we used Y as up and X as left-right. And when it was time to plot in 3D, we used Z to “extend” the plane into yourself and away from yourself.
You just hold your sheet of paper perpendicular to the ground (or just use a whiteboard) and it all makes sense.
Except it’s a proprietary piece of junk stuck on USB 3.1 (and I love my thunderbolt connectors too much to let it slide), that can’t offer proper power delivery because of power pin literally burning out.
The only thing they did good is fixing the need to check cable orientation before inserting it (yes, you don’t have to try three times, you can just actually use your eyes, USB-A connector’s orientations can easily be told apart just by two square thingies on each of it’s sides).
But as USB-C came out two years later, it wiped the floor with lightning. Anyone saying otherwise is either insane, didn’t read the specs or purposefully misleading you. And only now Apple is switching over. Freaking 7 years later. Though, not because they realize how inferior their connector is, but because they were made to.
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.