• 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.

Recent content by khaki

  1. K

    Have I bought the most unlucky Haswell-E CPUs in a row?

    Input is set to 1.92v in the bios and LLC is set to Level 1.
  2. K

    Have I bought the most unlucky Haswell-E CPUs in a row?

    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...
  3. K

    Will Skylake be a big leap forward?

    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.
  4. K

    Best Non-Mechanical Keyboard?

    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...
  5. K

    Grim Dawn Alpha starts tomorrow

    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...
  6. K

    HDD vs. SSD Real World Gaming Performance @ [H]

    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...
  7. K

    IDE's or editors?

    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)
  8. K

    2013 PC Gamer Top 100 (of all time)

    sim city 4 over baldur's gate 2?? I love me some sim city but... wow.
  9. K

    Windows 8.1 Lets You Lock Folders With Your Fingerprint

    This feature alone might make me upgrade finally from Windows 7.
  10. K

    The Top 10 Programming Skills That Will Get You Hired

    Agree 100%. What a useless list. They basically took the top 10 programming languages, and called it "IT Top 10 Job Skills List".
  11. K

    Official [H] Star Wars:The Old Republic Thread

    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...
  12. K

    Official [H] Star Wars:The Old Republic Thread

    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!
  13. K

    Obsidian's Project Eternity First Look

    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...
  14. K

    ArrayList to take in a datafile not working??

    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...
  15. K

    ArrayList to take in a datafile not working??

    Arrays in Java are also technically pass-by-value. Basically you are just passing a pointer.
Back
Top