Spyke

Replies

gaming

Comment on

Majority of gamers play with subtitles turned on

Reply in thread

This is why I think dynamic range compression should be a standard feature for TVs, phones, stereos, PCs and other consumer devices that output audio. Something to even out quiet dialogue and loud explosions would be a godsend for movie watchers everywhere.

I know Windows has a compressor of sorts built in, the audio equalization feature, and I wish there were a good equivalent for this on Linux.

Truth be told, with my auditory processing issues, I'd probably still be using subtitles in tandem with compression/equalization if it were an option. BUT, it'd still be nice to have for watching things late at night without waking other people up.

Comment on

Is is possible to make clicking on thread titles take you the link instead of the post?

It'd be nice to have that as an option to help ease in new users, though I personally prefer having the thread title take me to the thread and not the link.

Interestingly, when I started using Reddit years ago, I had a hard time adjusting to post titles taking me to their links and not their comment sections. I was used to how Slashdot did it, which is identical to how Kbin does it now. IMO, it feels nice going back to the Slashdot way of doing things.

linux

Comment on

Tips for a new Linux user

Don't start with Arch unless you're looking for a trial by fire. It's a distro intended for advanced users who already know a few things about Linux. I don't even use straight Arch, and I've been using Linux for years. I do use EndeavourOS as my daily driver though, and that's basically a pre-configured Arch with a GUI installer.

Ubuntu, or one of its variants like Kubuntu or Xubuntu, is a better pick for someone who's just starting out. Mint is supposed to be decent for new users too.

You made a wise choice picking a Radeon, btw. Nvidia support on Linux isn't the greatest. AMD, on the other hand, is nearly plug and play since the drivers are built into the kernel. You may or may not need to install extra drivers for proper Vulkan support though.

Another thing I should mention; if you decide to dual boot with Windows, it may seem like a smart idea to share your steamapps folder between OSes, but this doesn't usually work out well because of the way Proton uses symlinks. You're much better off having separate steamapps folders for each OS, even if it uses more disk space that way. (Proton is the compatibility tool Steam uses for running Windows-only games on Linux. It even works better than running Linux-native games in a lot of cases)

I mention the steamapps thing, because it's a common newbie mistake to try sharing a steamapps folder between Windows and Linux.

Linux is a pretty deep rabbit hole to dive into, and it's not for everyone. But don't let this discourage you; it can be rewarding if you're willing to learn how to use it.

Comment on

(Rumor) EVGA to withdraw from the Motherboard market ?

Reply in thread

Sounds like it was. From the article:

Update 07:45 UTC: We've heard from workers at EVGA Spain "it's just another day at the office". So maybe it was only Kingpin/the OC team in TW that has resigned, or the whole story is completely untrue.

Update 16:41 UTC: We just received the following statement from EVGA:

We saw those message and they are rumors.
Our Taiwan office is still operating and Kingpin is still with EVGA.
EVGA is still doing business and supporting its customers.
Thanks for reaching out

gaming

Comment on

Physical Editions of Starfield will not contain a game disc

I'd argue that "true" physical releases died after the PS2 generation, or maybe the 360/PS3 generation if you're being generous. When THPS5 shipped on a disc that only included the tutorial, that was an ugly turning point.

I'm not totally against digital distribution, because it can be quite convenient, and it's also allowed the indie scene to thrive. However, I also don't like the death of physical games, because it's terrible for preservation, and it takes control away from end users. As a PC player who hasn't owned a current gen console in years, I'm well aware of how much I'm at the mercy of digital distribution services like Steam.

linux

Comment on

Oh, my old nemesis, mounting secondary drives under Linux.

I've gotten used to adding extra drives in fstab, myself. I do wish adding permanent secondary drives was a more straightforward process though. I understand the Windows approach of making them instantly accessible has security implications, but I feel like that's something distros could implement as an optional setting.

I think little things like this hinder Linux adoption among end users. The purists may cry foul at this idea, but I think there should be more and better GUIs for system management tasks, so users don't have to use the terminal or muck around editing text files as much.

EDIT: Apparently gnome-disk-utility might be a solution if you're looking for something more straightforward than manually editing fstab. I don't know whether it can do permanent mounts or not though.

EDIT2: Turns out gnome-disk-utility can create fstab entries, but it can't remove them if you've used it to delete a partition.