Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
Was on fb, but I think this is it. IGN has a story up too.
https://www.gamesradar.com/games/pokemon/just-all-gone-pokemon-player-loses-20-years-worth-of-data-when-transferring-scarlet-save-file-to-switch-2-and-theyre-apparently-not-the-only-one/
It's a good card. Haven't played any AAA games, but it plays Saints Row: GooH smoothly (very low fps sometimes, but usually can't tell. May be a compat issue, running Linux). Best thing is it's quiet, and pretty low power, which is perfect for my hotbox chimney case. lol
Wouldn't really suprise me. I mean there may be more games than that on Steam which work on Apple hardware, but the OSX version may not be on Steam yet, among other reasons that list might be missing some games.
Yeah you won't see that if you are installing in mbr/bios mode. You need to install in efi mode to see an efi boot entry. If bios compatibility mode is working right that shouldn't be an issue, but clearly something isn't working right.
Servethehome says the gigaplus has about 130W budget for it's 8 ports. That's about 32W each if you use only 4 ports, but keep in mind long eth runs and damaged/low quality cables can increase the effective demand on the ports. And if you are chaining PoE switches, that will put a heavy load on...
Probably just need a new prescription for your glasses, and give your eyes a rest every now and then, and drink lots of water/electrolytes.
Astigmatism and other eye conditions, dehydration, and abnormal blood pressure/blood sugar can all cause eye strain and fuzzy/blurred vision. Take care of...
A 25mm fan could easily go 3500 rpm on 5v, 12v fans go as high as 10000 rpm at that size. Edit: DigiKey actually lists some 5v fans that go +12000 rpm.
Anyway, noise might be an issue if it's on a shelf or on the desk. If it's behind a TV or something which also makes noise, it may not be as...
Yeah, I'd gladly use lynx/elinks or similar browsers if websites worked with them. They support media elements fine, but there's so much javashit that most other functionality is broken.
I can appreciate the cool stuff that javascript allows, but I just wish it wasn't used for core website...
Fwiw, those appear to be "copper nickel plated" (iow, plated with a copper colored nickel, or maybe nickel-copper alloy coating). The base might be solid copper, but the wording makes it seem like the pipes, fins, and caps are not.
Not to say that it isn't a good heatsink and very good looking...
A bequiet Shadow Rock LP keeps my 8400F (basically same thing, but lower clock, two fewer cores and no 3d cache, 65W vs 120W) at around 50F under load with Thermal Grizzly PhaseSheet. That's a 120mm top-down cooler.
You might need twice the cooling since it has twice the TDP, if you wanted to...
Probably either clogged with mold or iced. If ice, it could thaw occasionally, which might explain the sudden unexplained frozen fluid emerging rarely in normal grace (or, SUFFERING for short).
Coming up on 2 years, my LG dual-inverter AC unit is still holding up. Just wish I didn't have to reset the filter every week or two without fail (quirk of the firmware/hardware, if it's on at all it counts toward runtime, and it has a non-adjustable filter reminder for 250 hrs).
They would support more memory still if registered DIMMs were supported. Maybe not as much as a full-blown server/workstation, but still more than standard desktop.
Installed Saint's Row: GooH to play around with.
Runs really well in Linux via Wine/gamescope. Get about 200fps max, but it dips down to 28-30 when on the ground looking in the distance (shoots up to 200 if you look up or down). You almost can't tell, though, it's really smooth.
Changing the...
probably nickel plated pot metal, or anodized alu if you are lucky. Either way, very likely to lose color on the threads, and they do like to crossthread, so be careful especially the first time using them -- the painted case threads don't help. And don't over tighten, as they are two bitches to...
Super Mario RPG (switch)
The remake is way easier, at least so far (just past the first boss now). I mean I still mess up the command actions, but now there are icons for most attacks when you are supposed to press A, and your allies (or toad) give you buffs if you execute well consistently...
Looks like it was a firmware bug, maybe. Checked dmesg, said failed to resize BAR. Checked efi, Resizable BAR was enabled...well I flipped the (ReBAR) switch off and on, and enabled IOMMU explicitly while I was in there, then rebooted. dmesg error gone now.
Get 122 avg in the 1080p gl test now...
Could be, not sure if there is any way to know for sure without debugging hardware or at least a serial console. All of that is pretty low-level hardware interaction, I know of it but not much about how to troubleshoot it.
The compat bios might set up some hardware (network card, sensors, etc) which may write to system memory. It may not be using the hardware, but after it is initialized it does whatever it wants, and sometimes that includes memory writes (or interrupts, which can cause issues too).
With compat...
You could redirect stderr to /dev/null to quiet errors from those commands, forget which is stderr though. Either "&> /dev/null" or "2> /dev/null" iirc.
The variables I believe are local, unless they are set using some shell builtin, iirc. So they may need to be set if they were previously set...