

No. With Unix-style tools, bare terminal is always more powerful than any GUI. It’s just that a lot of people don’t want to invest their time into reading manuals and actually understanding how it all works.
No. With Unix-style tools, bare terminal is always more powerful than any GUI. It’s just that a lot of people don’t want to invest their time into reading manuals and actually understanding how it all works.
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.
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.
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.
The guy has a history of making something that looks good and then selling it to governments. I’m surprised people took the bait for the second time.
That’s some good data! I’m mostly interested in filtering by Linux support and latency/accuracy measurements. Some of them are very helpful, thank you!
You can add mpv to FreeTube as an external player. With yt-dlp, it supports playing YouTube videos directly and in any quality. It also has a plugin for SponsorBlock integration.
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.
It’s just a domain name, it has nothing to do with sites being safe. Just as any other site, they may be malicious, may be not, depends on who runs the site.
You misspelled “StarCraft 1” so bad.
You can play HotS without Battle.net, you’ll just have to input your credentials manually whenever you start the game. Alternatively, contrary to Steam, you can just kill Battle.net after it has updated and launched the game.
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.
Not to invalidate the point made, but…
While Japanese indeed uses question marks, you can get screwed if you think that every sentence without a question mark at the end is not a question. For example, this is a grammatically correct question:
それは質問ですか。
rand()
generates a number from 0 to a constant defined in stdlib, which usually corresponds to the architechture of your compiler. So, for 32 bit systems (assuming all the software in the line is 32 bit, too) it will be 2^31-1 = 2 147 483 647, as 1 bit in integers is reserved for negative numbers and 1 number is 0.
Though, by design it is guaranteed to be at least 32767, which is a value for 16 bit integers.
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.
BitTorrent breaks your data in blocks, each block is hashed, their sizes are known. Assuming you got your
.torrent
file from a legitimate source, it’s practically impossible to receive something else, as long as your client does all the checks properly.In theory, it is possible to write malware that will collide hashes with some other content, but considering you are restricted to the size of the actual content, it’s extremely unlikely that out of all the millions of
.torrent
s we created so far we can find even one for which it is possible.And even if you win this absolutely bizzare lottery, you’ll be competing with legitimate peers for serving the blocks. If at least one block that you care about is not served by you, the recepient will just get corrupted content that won’t be dangerous in any way. In other words, you need to have so much bandwidth, that you serve everything before anyone else can serve even one significant block. At which point you will probably have to spend a lot more money on that than you’ll ever get from whatever malware you are trying to serve.