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.
My 5820k does 4.3 @ 1.27vcore. Definitely not a great chip, but not horrible either. I haven't tried going further, but I will likely need 1.35 or more to get it stable at 4.4 and I don't feel like going over 1.3. It already gets uncomfortably hot during small FFTs.
I used prime95 for...
I read this as "take the existing difference between a fx8320 and a 4790k and add to that an additional 5-10% for Skylake. Perhaps he could have written it nicer, but he's technically not wrong.
This guy compares the sound of keyboards with MX Blue, MX Brown, and MX Black switches: https://www.youtube.com/watch?v=lFkl1Vet1eU
Also, there's a "dampener" that you can buy for any cherry switch which can make even MX Blues make much less noise.
The company responsible for the video...
Started playing this again this week and got my first look at late act 1/act 2. Game looks fantastic and is very addicting. I gave them money way back even before the kickstarter, in the hope that I would eventually get a sequel to Titan Quest. I remember not being very optimistic, but the...
You guys should really consider testing other games besides first person shooters, which are traditionally GPU limited and graphically intensive. I play MMO games (SW:TOR) a lot and I can attest to the SIGNIFICANT improvement in fps and reduction in stuttering that an SSD provided.
I...
For those complaining about eclipse, seriously, try intellij. It's worth the full $200 license price IMO, though they do have a fairly fleshed out free edition for basic java work.
(No I don't work for Jetbrains, just a recovering eclipse user)
Yeah you're right about official forums being bad, but there are occasional gems in there, you just have to deal with a lot of trash. :)
I have a sorc healer myself (imp sage equivalent) at 53. Most of the changes were to resource management there as well, mostly making it easier when using...
Just started playing again myself. Liking the changes and Makeb a lot so far, though I've yet to get to 55.
It's funny that all you read on the official forums is bitching about how much the game changed in 2.0. Well that's exactly what drew me back into the game!
Hope they can improve the character models and/or allow zooming in a scene. I liked what I saw in the environment, but the models seemed not much different from what I remember in icewind dale. If they can give the same level of detail to the models that's in the environment, that would be...
Not quite. As seen in Devman's example, in pass by value, the object pointed to by the reference can not be changed by the callee in a way that is seen by the calling method. In c++, with pass by reference, this is indeed possible. Again, I do not regularly program in c++, apologies...