ScreaminOctopus

joined 2 years ago
[–] ScreaminOctopus 1 points 9 months ago (1 children)

DLSS is way too good. All the "fair" benchmarks don't take upscaling into account, where Nvidia is lightyears ahead.

[–] ScreaminOctopus 3 points 9 months ago

It's so rare that a game that even needs a better card comes up it'd be hard to justify a new card even if prices were normal. I feel like I play maybe one game a year that makes me consider upgrading.

[–] ScreaminOctopus 3 points 9 months ago

I really don't understand all these articles either, I've been playing a lot of recent games and IMO this is one of the best years for gaming in nearly a decade. Tekken 8, Helldivers, animal well, and lethal company are all very recent games I've had a blast with this year. Maybe it feels bad because of consolidation under Sony and Microsoft, but I feel like nearly all the buyouts I've seen have been studios that were on life support creatively, if not monetarily. ActiBliz hadn't released anything other than trendchasing crap and COD installments since overwatch, which went to shit long before OW2. The last good game Bethesda publiahed was prey and you've gotta go even further back for a good first party title.

[–] ScreaminOctopus 2 points 9 months ago

To change what exactly? The normal stuff like updates, WiFi, software installs, and removable drives are handled by the GUI on major distros for pretty much as long as I can remember. I know if you want to swap the side of the close button on windows in GNOME that requires a bit of digging, but more likely than not an average user is going to take that as is. It's not like they can change it on other OS anyway.

[–] ScreaminOctopus 4 points 9 months ago (3 children)

Mullvad (and every other decent VPN) supports WireGuard and OpenVPN configurations that will be supported on any distro through the network settings without the need for additional software. It's also pretty likely the mullvad client will be in the software center of whatever distro you're using

[–] ScreaminOctopus 2 points 9 months ago (1 children)

NFS is generally the way network storage appliances are accessed on Linux. If you're using a computer you know you're going to be accessing files on in the long term it's generally the way to go since it's a simple, robust, high performance protocol that's used by pros and amateurs alike. SSHFS is an abuse of the ssh protocol that allows you to mount a directory on any computer you can get an ssh connection to. You can think of it like VSCode remote editing, but it'll work with any editor or other program.

You should be able to set up NFS with write caching, etc that will allow it to be more similar in performance to a local filesystem. Note that you may not want write caching specifically if you're going to suddenly disconnect your laptop from the network without unmounting the share first. Your actual performance might not be the same, especially for large transfers, due to the throughput of your network and connection quality. In my general experience sshfs is kind of slow especially when accessing many different small files, and NFS is usually much faster.

[–] ScreaminOctopus 2 points 9 months ago

If you're on Linux I'd recommend using btrfs, or bcachefs with snapshots. It's basically like time machine on MacOS. That way if you accidentally delete something you can still recover it.

[–] ScreaminOctopus 2 points 9 months ago

This will have an impact on companies issuing Android phones to employees, which may be required to use an actively supported device for security reasons.

[–] ScreaminOctopus 1 points 9 months ago

IMO the syntax is fine except for the borrow checker shit that just looks arcane. The fact that everything cargo drags in is statically linked really turns me off the language for anything serious. It's really unfortunate because I'd otherwise put some time into learning it, but it seems like the rust foundation is fine with this (ridiculous IMO) workflow.

[–] ScreaminOctopus 18 points 9 months ago (5 children)

Tbf, does anyone actually "like" C++?

[–] ScreaminOctopus 5 points 9 months ago

It's that + content drops being tied to in game story\metagame elements, and much better communication with the community than the previous game.

[–] ScreaminOctopus 8 points 9 months ago

Yeah, for this reason I would pretty much never encourage exceptions in Python over some other form of error handling. It's so frustrating when called code throws some random exceptions that are completely undocumented. This is one of the few things Java got (sort of) right

view more: ‹ prev next ›