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

  1. L

    Calling people who use MySQL Professionally.

    mikeblas has it right on the money. Mysql is a general purpose tool and every installation is as unique as a snowflake. I have seen everything from dual 500mhz Pentiums with 512M of ram and up used in enterprise. Get to know the features and use them and be sure that no matter what you know...
  2. L

    Business Card Job Title

    "The Brain"
  3. L

    getting better... upgrading yourself from intermediate to senior php programmer

    Senior level is not something you learn from a book. It's not a technical thing. The first time I got "promoted" to senior level I asked my boss why, this was about 10 years ago. He said that he could put his trust in me that he could give me a project and I could get it done. He elaborated that...
  4. L

    C program to invoke commands and retrieve responses from windows command prompt

    Expect is a language to to exactly this. http://docs.activestate.com/activetcl/8.5/expect4win/
  5. L

    Robot Identifies Human Flesh As Bacon

    I burnt my leg on my motorcycles exhaust pipe once. The burn was so fast and clean I did not feel it for a little while. I remember standing there wondering why I was smelling bacon. Since then I have found out that pigs are so closely related to humans that their organs may be swapped. It has...
  6. L

    GTX 480 SLI PCIe Bandwidth Perf. - x16/x16 vs. x4/x4 @ [H]

    The amount of data sent to the card is independent of the resolution the frames are rendered at. You send the data to render the scene then it is rendered at the chosen resolution. Cranking the res or the AA does not tax the bus. Seriously Brent, I thought you would know better. Actually on...
  7. L

    Who is sick of 3D?

    3D is neat and sometimes annoying. I find it detracts from immersion as I am constantly annoyed by the fact that I have no choice in what my eyes focus on. I call gimmick used to sell new stuff to people who do not need it.
  8. L

    CS grad to software developer

    Practicing through projects is very important. There is an art to software development that is developed through practice. It might not seem like you are learning very much but you do learn. It is a slow process and that is why it seems as though you are not learning much. Do not get to...
  9. L

    Programming Language Advice

    For audio work you will be doing signal processing in real time. Digital signal processing (DSP) is what it is called. You really do not want or need a new generation programming language like C# or Java. In fact, regarding the previous two, if you learn one you almost learn the other...
  10. L

    Firefox Gains 30M Users in Eight Weeks

    Come on guys read the article before posting comments. The numbers are not based on downloads. They are based on requests for updates from people actually running the browser with a factor to account for people who use FF but where not using it that day. Would love to see how they came up with...
  11. L

    Intel Core i7 Full System Drawing @ [H]

    Posting to be eligible.
  12. L

    bitmap to hex

    You could convert it to a 256 color indexed image then save it as a .xpm with Gimp. Then you would have a header file, xpm is just a header file, that you could include in your C++ program. Then it should be pretty straight forward to convert it to a 256 color bw image in hex. Personally I would...
  13. L

    192GB of Ram?

    Silly me missing the original post. I would have to say that support for that much memory is geared towards the server market. Though it may be hard I cannot see a practical or economical purpose for that much memory on a desktop.
  14. L

    192GB of Ram?

    A terminal server with many thin clients all running firefox and open office would be the purpose of such a quantity of RAM.
Back
Top