The short answer is yes, but your question implies a fundamental misunderstanding of Bitcoin and blockchains. The coins do not exist "in your wallet" - the wallet just holds your keys that prove you own some of the coins visible to everybody on the public blockchain.
If you want a really great learning aid, search for "Island of Yap Blockchain" and read any of the million articles about it.
I was mostly concerned with making sure none of the preinstalled Windows Home bloatware would remain after an upgrade. I figured the safest way would be installing Professional right off the bat.
If you happened to buy a machine with an OEM Windows Home license baked into the motherboard and want to install retail Windows 11 Professional, this makes it extremely frustrating because you no longer get the choice of which version of Windows to use during the install process.
You need to add the EI.cfg and PID.cfg [0] files to the installer medium before booting it. Once you have those files present with the correct syntax, it will install the version you want, but I can't imagine a non-tech person being able to figure this out on his own.
Rider is also a bit different in how it handles Visual Studio solution / project files AFAIK. You can definitely rig up IntelliJ for e.g. Python development, but PyCharm is going to be a far better experience.
I pay for the All Products Pack purely out of convenience - If I wanted to spend a ton of time tweaking my IDE, I'd go back to Emacs!
I also used to do this when working on a big convoluted system. I had a conference room near my desk with all the walls completely covered in code. A big pack of multicolored highlighters is key.
I remember a whole bunch of light bulb moments when I showed other developers the "big picture". It's an awesome technique when you're forced to work on spaghetti!
What do you find lacking in Finder for browsing the filesystem? Also, Spotlight tends to work great for me whereas Windows search almost never finds what I want.
You also have the terminal, so you're free to `cd`, `find`, `locate`, etc...
Yeah, usually you call ulimit before calling the process. The new process inherits the limits. If you want to modify the limits of an _existing_ process, you can use prlimit.
If you want a really great learning aid, search for "Island of Yap Blockchain" and read any of the million articles about it.