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

  1. M

    .NET Error?

    make sure you have a "using System.Collections.Generic;" statement in the file giving the error (and that looks like a runtime error to me, my guess is that someone it trying to reflect into a key value pair from inside an app domain w/ no assemblies loaded)
  2. M

    Another C# Generic List Question

    List<string> foo and MyList foo are not the same type even if mylist inherits List<string> if your return type was InfoList (the child type) and you're returning a List<info> (the base type) you will need to explicitly cast it. if your method return type was a List<Info> (the base type)...
  3. M

    Protect .NET source code by obfuscating it???

    write your assemblies the way you normally would, then encrypt the resulted dll, embed that in another dll, load the original from a resource. decrypt, and invoke through reflection. thats a pretty safe way to go about it, but will add a slight performance and dependency hit. otherwise...
  4. M

    AMD Stock Heatsink

    mine came w/ the 4 pipe version. when my old cheap wc kit broke, I used it until my new wc setup came in, and it kept the temps at about 15 degrees under melting point (not good). dunno how the other fan compares, but I wouldn't use it as my standard cooling system.
  5. M

    FS xfx 6600 agp & PCI SATA2 controller

    (really old thread) bump. still have the controller if anyone's interested.
  6. M

    FS: Mobo/Ram/CPU/PSU/Graphics Card

    I looked, I'll bump (I'm in dallas too. tollway and bush). /me don't need anything, just browsing.
  7. M

    CS:S help

    its always strange to find random ppl talking about my app. bindmaker only creates binds that you can do for yourself in the game console. one of these days I'll get around to making a decent version of the app.
  8. M

    water cooling problem

    how much was your swiftech setup (and what parts are you using)? my radiator is inside the case, I wonder if it would be better to move that ouside.
  9. M

    water cooling problem

    well, when I use the cool n quiet functionality (it drops my clock down to like 1.5 when idle) the cpu stays around average of 37° (same as system temps. which is where i'd like for its upper bounds to be), but when it jumps up to 2.6 it causes a laggy feel in games. when I set it on stock...
  10. M

    water cooling problem

    well, I just dropped 4.5k on this system, and I'm sure I'd have trouble getting a kitchen pass for another grand at the moment. reviews I read showed that this system can cool things much more than what's happening at the moment, so I'm at an impasse. I'm not opposed to the diy system (although...
  11. M

    water cooling problem

    the system came w/ the case I bought. I've tried to seat it as best I can. links to better cooling systems are welcome. thanks.
  12. M

    water cooling problem

    I have the new Tt bigwater system. but my temps run from ~32-50 (depending on if I use the quiet cooling or overclock). currently i'm oc'd w/ the fx-60 @ 2.8 @ idle temps sit at 47c. any tips or things to check to help drop this down. thanks.
Back
Top