TwilightKiddy

joined 1 year ago
[–] TwilightKiddy@programming.dev 6 points 12 hours ago (5 children)

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".

[–] TwilightKiddy@programming.dev 68 points 13 hours ago (10 children)

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.

[–] TwilightKiddy@programming.dev 8 points 2 weeks ago (5 children)

How would one go about using that sink?

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.

[–] TwilightKiddy@programming.dev 4 points 3 weeks ago (2 children)

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.

[–] TwilightKiddy@programming.dev 13 points 1 month ago

May I introduce you to our Savior Helix?

[–] TwilightKiddy@programming.dev 4 points 1 month ago (1 children)

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.

[–] TwilightKiddy@programming.dev 5 points 1 month ago (3 children)

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.

[–] TwilightKiddy@programming.dev 4 points 1 month ago (1 children)

Huh. I'm not that old, but now it makes sense why it gives the "ancient tech in a candywrap" vibe. I like the thing, though.

Not every distribution of Android have this, but it's Android we are speaking about. There is a ton of good open source apps that do just that.

[–] TwilightKiddy@programming.dev 27 points 1 month ago (6 children)

Try MusicBrainz Picard. I've had good experience with their recognition quality.

And here I thought people write "1st" because they are lazy and want to press 3 keys instead of 5.

 

I'm looking for a website that aggregates specs for gamepads/controllers.

For example, for VR headsets we have VRcompare.

Does anything similar exist for gamepads?

 
view more: next ›