• 0 Posts
  • 19 Comments
Joined 8 months ago
cake
Cake day: November 7th, 2023

help-circle

  • if Strix Halo is a real product (mega APU with 40 CU igpu, basically 6700 XT CU count, but modern rnda) when accounting for the nerf of switching to system ram over graphics ram performance, youd get ~PS5 performance at a 100W cpu.

    you’d need to probably sit down at least 3 AMD gpu generations to bring that power consumption down to 30W where it would more practically be seen on handhelds. AMD gpu generations are roughly 25% generation over generation given same CU count. Id reckon 2028 at the earliest where it would be physically viable. (wont be cheap, would be like 1000$+ device)





  • i wouldnt say im an expert at it as ive only had my media server for a month now, but how i approached making it user friendly was buying a domain name, and using a cloudflare tunnel to link your ip addresses/port to a subdomain.domain combination.

    e.g i have overseer accessible by overseerr.domainname.extention and have it linked to the servers ipadress and port number. if i wanted to add another one, i would for example add a new subdomain and do the same (e.g plex.domainname.extention and point it to the correct ip/port combo)

    although this has the cost of owning a domain, it doesnt require you to open a port so its better for security reasons





  • buying tech products by brand allows brands to sell you a shitty product at premium price points. companies will always shit out bad eggs at times, and its your job to know which product line are bad and not let brand loyalty bypass that.

    at the bare minimum, if you are buying by brand, buy it solely based on customer support, as some companies are significantly better at that than others, which is an objective trait.










  • Windows doesnt blankent statement run every game faster than linux as native sometimes isnt the fastest method.

    Take for example, dx11 and older games. They lack a asynchronous shader cache which heavily helps minimum framerates and 1% lows. Because of older api games going through the dxvk translation process, games them would have a working cache and bypass some inherent problems with a game. MMOs like Final Fantasy 14 and guild wars 2 gain benefits, even single player games like FF7R translating from DX11 > Vulkan performed better than the DX12 native.

    Elden Ring was one of the first games to show this problem and was documented. When Elden Ring launched, it effectively had shader cache broken, causing microstutters. Users on Linux, especially the steam deck, did not receive that problem because Vulkan already fixed the probelm without the devs needing to fix it.