

As a hopeless Gentoo user myself, I must warn you: it’s very addictive and it will become your one and only hobby, whether you like it or not.
As a hopeless Gentoo user myself, I must warn you: it’s very addictive and it will become your one and only hobby, whether you like it or not.
For the love of all that’s saint, can we please stop recommending Manjaro to people, especially newbies?
It’s not really a preference thing, Manjaro team did plenty of questionable stuff with it, as in DDoSing AUR, mind you, twice, or letting their server certificates expire, also more than once.
It also routinely shows more stability issues that led to the infamous “I swear to god, if it’s Manjaro again…” in AUR discussions. Apart from AUR problems, they also shipped alpha quality things to their users, like this and this.
I’ve used Manjaro myself for around a month. If you are treating it as a regular Arch installation, you will break it.
If you want something up to date, but more stable than Arch, just use Fedora. If you insist on it being Arch-based, use something like CachyOS. Or you can read the wiki and install Arch itself. Arch is a DIY distro, after all.
That’s a completely different tool, though, no? I just do this for determining when I need to clean up:
df -hx tmpfs
Gives me enough information for this purpose and, again, does not require any additional software, df
is part of coreutils
.
I call this part “shut up, tin can, I know what I’m doing”.
Sometimes you just don’t care about these 42 files find
couldn’t access. If I don’t have permissions to read them, I’m not interested!
Yea, I love du -hd 1 | sort -h
when cleaning up. I absolutely love that I don’t need any extra software to quickly locate whatever takes up space. I can do this on any machine without installing anything extra.
Inconsolata LGC with nerd-fonts. I edit all my text and code in Helix, a TUI editor, and having proper support for Cyrillic and Greek is important for me. Also, I like how it looks.
That depends on what your goals are. And with Gentoo you can have a lot more elaborate goals than with other distros. Mine, for example, was to get rid of initramfs. I spent a week compiling and recompiling the kernel with different configurations before I was able to see a TTY for the first time.
Of course you can grab your distribution kernel and get default and perfectly safe use flags for everything, but, I would still be an Arch user if that was my jam.
I switched from Arch to Gentoo, for me it’s just the next step of taking advantage of every last bit of my hardware. But unless you are seriously invested, I would never recommend Gentoo to someone. If you just want something that’s up to date, go with Fedora. If you have some spare time, go with Arch. If you have no hobbies at all, go with Gentoo.
I wouldn’t recommend vanilla Arch only because of the installation process. CachyOS that simplifies it is an extremely good pick for a person who already knows what a computer is, but wants to try a proper OS.
Arch mostly got it’s reputation in the early days. Today some things are a lot easier to do on Arch than on other distros, especially because AUR exists. Also, it built one of the best wikis over all that time.
That’s why we disable it and move everything that the program needs access to manually into the prefix, right?
I love my Gentoo, I’m a bit obsessed with optimizing everything I can. And I can’t really do any of that with immutable distos. I’m contemplating very hard on using NixOS for my server, though.
uninstalls the kernel package
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.
Might be just your OS language? It’s pretty easy to detect with JS and many websites rely on it to supply the most relevant page.
The company’s CEO is Pavel Durov, the very clown who built russian alternative to Facebook, VKontakte, and then practically sold it to russian government with all it’s users. And russian government, being itself, repressed anyone who liked “wrong” stuff there. So, Durov being no stranger to selling things to governments, in my opinion, deserves zero trust.
You don’t need to check female port orientation, it’s always the same, pins inside the port are looking at the board the connector is soldered to. Of course, unless manufacturer decided to do something funny, but no standard is protected from that.
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.
This one is one of my favourite JS quirks:
Helix? 😢