Skip Navigation
Jump
TitanFall 2 at 3$
  • The desktop app is called "EA App" not "EA Play" which is where the confusion is coming from. "EA Play" is the game subscription service that's like gamepass.

    1
  • Jump
    *Permanently Deleted*
  • I had the exact same issue as you in Apex Legends, and I was able to find a workaround. Basically, nvidia reflex didn't work with dx11 (DXVK) at all, but forcing the game into dx12 (VKD3D) mode worked without issue.

    To enable, you just need to set this in your launch options.

    %command% -anticheat_settings=SettingsDX12.json

    Also, you may need to set the nvapi environmental variable, but I'm pretty sure nvapi is already enabled in proton for Apex Legends.

    I recommend using proton experimental as it uses an up-to-date version of dxvk-nvapi

    0
  • Jump
    McDonald’s earnings, revenue miss estimates as consumer pullback worsens
  • From the article:

    “Industry traffic has declined in major markets like the U.S., Australia, Canada, and Germany. In several markets, we also continue to be negatively impacted by the war in the Middle East,” McDonald’s CEO Chris Kempczinski said on the company’s earnings call.

    So it does seem to be working to some extent.

    38
  • Jump
    what're some of your gaming hot takes? In regards to opinions about certain characters or plot points, etc.
  • Honestly, good take. I think Starfield is overhated. It definitely isn't Bethesda's best work, but it has its strengths. I just wish they had someone actually advocating for QoL and immersion, like letting you navigate more without the map in ships and masking the warp loading screen better.

    2
  • Jump
    This week in KDE: DMA fence deadlines and lots of bug-fixing
  • Plasma 6 is currently in beta, so it really isn't meant to be used for anything other than testing. I have it installed on arch, and honestly it's good enough for my use with wayland, but you will definitely will run into issues. I also use Nvidia, though, so I'd probably have more issues than you will.

    Overall, I only recommend it right now if you can roll back or if it isn't that big of a deal if your install breaks.

    4
  • Jump
    Respect to anyone still managing a library of mp3s
  • Plex does support FLAC. It's transcoding to reduce data usage. You always have the option of playing the original, I'm doing it right now.

    13
  • Jump
    We have successfully completed our migration to RAM-only VPN infrastructure - Mullvad VPN
  • The IP address that a request is coming from can absolutely cause captchas to be triggered. If the host is seeing a lot of bot activity from your IP, it'll do that. That and blacklisting is why Mullvad rotates IPs.

    4
  • Jump
    We have successfully completed our migration to RAM-only VPN infrastructure - Mullvad VPN
  • PIA and Mullvad should have equal speeds because they both have 10gbps servers and wireguard. Both PIA and Mullvad use ram-only servers exclusively. As for search engine captchas, I never get them with Mullvad. The main issue with PIA is that they were bought by a questionable company that previously developed adware. You can read about that here. Personally, I would never use a privacy tool that is owned by an ad company, even if they claim to have changed. I used them up until the acquisition, then switched and have been extremely happy with Mullvad.

    57
  • Jump
    What's the worst example of not "reading the room" you ever witnesses?
  • The English were the ones that created the term soccer. It grew in popularity in America as soccer, then eventually fell out of popularity in Britain. In fact, a lot of the differences between words in the US and Britain are that Brits started using a different version of the word and Americans kept using the old one. Not all, but a lot.

    Source: https://time.com/5335799/soccer-word-origin-england/

    11
  • Jump
    Nexus Mods Fine With Bigots Leaving Over Removed Starfield ‘Pronoun’ Mod
  • People are welcome to mod games in whatever way they want, but Nexusmods has zero obligation to host anything, let alone content that violates their TOS.

    22
  • Jump
    Whats your preferred codec?
  • The purpose of the comment is to demonstrate banding. The only reason I marked it in bits is to show how banding can be reduced in video encodes by increasing the bit depth, not the specifics depths itself, it's not a technical write-up.

    9
  • Jump
    Whats your preferred codec?
  • Banding is that annoying color gradient you see sometimes in dark scenes.

    Example

    On the left is 8 bit and on the right is 10 bit.

    12
  • Jump
    Whats your preferred codec?
  • HEVC 10 bit in order to reduce banding for animation, especially during dark scenes. I know H264 Hi10 exists, but it has poor hardware support, so using HEVC 10 bit is the best option (I don't own a single streaming device that supports HW accelerated Hi10, besides my PC). Also, an added benefit is reduced file size. I find that doing my own encodes is very rarely worth it, but when I do, I use FFmpeg in the CLI and not tdarr.

    17