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

  1. N

    Anyone still use CCleaner and similar applications?

    It seems like It can make old, bloated systems snappier after the first time you run it, thats about it.
  2. N

    Gaming keyboards around $40-70

    If you can get a full backlit mechanical for $70 I'd be impressed. Aren't those only tenkeyless though? If I would have known about those I would have looked at them when I bought my keyboard. I can also vouch for the logitech G110. I have it and I like it.
  3. N

    Anyone still use CCleaner and similar applications?

    Yes, I even have the portable versions on my flash drive! :D
  4. N

    Using symbolic links with games?

    This year was the first time I actually had a gaming computer, and the first time I ever bought anything from the Steam summer sale. I bought plenty of games, one of them being GTA IV mostly because of All the amazing graphics mods I've seen on youtube, and I also have plenty of friends who play...
  5. N

    Which programming language should I learn?

    Because I'm confused and annoyed with making amateur mistakes... It's bound to happen. The machine is only doing what I told it to :p Its going pretty well though, I've progressed to importing modules.
  6. N

    Which programming language should I learn?

    I spoke too soon...I figured it out instantly after posting this of course.
  7. N

    Which programming language should I learn?

    I've gotten myself confused again... The aim here is to convert english to pig latin. Focus on the else statement- I have to remove the first letter from the word, move it to the end and then attach the 'ay' suffix. pyg = 'ay' original = raw_input('Enter a word:') if len(original) > 0 and...
  8. N

    Which programming language should I learn?

    I don't know what greater_less_equal_5(3) does because they said not to worry about because I haven't gotten that far :rolleyes: I figure I just couldn't get it because I was doing this at 2:30 in the morning... Thanks to eof I've got it. I didn't realize I made answer into a string.
  9. N

    Which programming language should I learn?

    Hmm... I'm a bit stuck on the Codecademy python tutorials. I'm not sure if I'm missing something in plain sight or what... Instructions On line 4, fill in the if statement to check if answer is greater than 5. On line 6, fill in the elif so that the function outputs -1 if answer is less...
  10. N

    Which programming language should I learn?

    I put aside my bigger is better mentality (thinking python 3 is better than 2) Because there are far more resources that work well for me that use python 2. You all say it will be easy to adapt as well which is nice. Yes, I found I would be more interested in .NET the hard way.
  11. N

    Which programming language should I learn?

    The syntax. I"m extremely confused because I switched from 2.7 to 3.3 without even understanding it. Retaining what I'm reading is also a huge issue for me. I'll have to give it a day or two and see what happens. This is python 2.5.4 unfortunately.
  12. N

    Which programming language should I learn?

    I've been trying to get the basics of python for two days now and am having a difficult time. It doesn't help that I was initially using Codecademy then switched over to the book "A Byte of Python" because they use different versions of Python. A Byte of Python doesn't really have many exercises...
  13. N

    Which programming language should I learn?

    So my decision to start with python has been made, then to move onto the next language is the issue. It seems like C# might be the best bet, but what if I want to move on from there? I'd have to learn another language?
  14. N

    Which programming language should I learn?

    I figured each individual has different needs and desires, which Is why I say it. I tried getting as much info as possible into my original post, and by doing this I forgot to add some things. Everything I'll be doing is just for recreation. I have very little experience with programming. The...
  15. N

    Which programming language should I learn?

    I'm sure you all have answered a plethora of questions similar to this but everybody's case is unique. I want to be able to write scripts, make GUI applications, and Make GUI and Non-GUI applications for the Raspberry Pi. The majority of the work I will be doing is for windows, and I want the...
Back
Top