- Joined
- Mar 30, 2023
What the fuck is in america around lethbridge? Reserves?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What the fuck is in america around lethbridge? Reserves?
eh, shit is so stagnated lately that it be easy bet they will just make it work with pcie 5.0 and touchup a little from 8700G, the vram and L3 cache being absolute shit doesn't make it any appealing, i mean, the 5500 X3D wasn't appealing for me here but it didn't stop retards from forking out nearly 80% of a monkeyzillian minimum wage to buy that piece of shit since they still fell for the 5700X3D meme instead of picking the non-cucked 5800X3D.Talk of an 8000G refresh which would suck and be booooring.
Careful where you point that thing.Mike Hawk point?
I bet a 5500X3D games 85-90% as fast as 5800X3D.eh, shit is so stagnated lately that it be easy bet they will just make it work with pcie 5.0 and touchup a little from 8700G, the vram and L3 cache being absolute shit doesn't make it any appealing, i mean, the 5500 X3D wasn't appealing for me here but it didn't stop retards from forking out nearly 80% of a monkeyzillian minimum wage to buy that piece of shit since they still fell for the 5700X3D meme instead of picking the non-cucked 5800X3D.
ze only comparishuns are against 5700, i think 5800 comparison still underway.I bet a 5500X3D games 85-90% as fast as 5800X3D.
For the moment at least. Good way to locate the Brazilians among us.Isn't the 5500x3d a south american exclusive?
Wetback bait.For the moment at least. Good way to locate the Brazilians among us.
welp, GG's everyone, i guess we have to rely on intel for gpu's in the future until the AI garbage sorts itself out.AMD Is Reportedly Looking to Introduce a Dedicated Discrete NPU, Similar to Gaming GPUs But Targeted Towards AI Performance On PCs; Taking Edge AI to New Levels
Doesn't upscaling increase the VRAM usage?Upscaling doesn't help it,
I've started to come to like the blackout builds a lot more than excessive lighting. But I personally still really like the look of those ringlight fans like the Fractal Momentum 14's on their new Epoch and Meshify 3 Ambiance cases.I just built my zero RGB build
action=accept in-interface-list=LAN
rule right before "drop everything else", then all the LAN devices can communicate with each other but everything else will be thrown out. However drop everything else alone won't be enough to block WAN access by default so an extra set of filters needs to be made to block WAN connections on all interfaces, and then allow them on LAN.add action=drop chain=forward comment="Drop invalid" connection-state=invalid
add action=fasttrack-connection chain=forward comment="FastTrack established,related" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment="Accept established,related" connection-state=established,related
add action=drop chain=forward comment="Block addresses from Internet" out-interface-list=WAN src-address-list=blocked_internet
add action=accept chain=forward comment="Allow LAN Internet access" in-interface-list=LAN out-interface-list=WAN
add action=drop chain=forward comment="Block Internet access for everything else" out-interface-list=WAN
add action=accept chain=forward comment="Accept LAN traffic" in-interface-list=LAN
add action=drop chain=forward comment="Drop everything else"