Jump to content

Jerahmy

Member
  • Posts

    128
  • Joined

  • Last visited

Everything posted by Jerahmy

  1. I understand that. the stream is fine until it get to high encoding then it starts to freeze. Before that its fine and is smooth.
  2. When ever I try and stream The Division, I get a High Encoding message and the stream starts to freeze. I was wondering if there was a way to fix this. SPECS: CPU: I5-6600k (Not oc'ed) GPU: Gigabyte GTX 970 RAM: Crucial 8gb (DDR4) Rest you can see on my profile. Thanks, Jerahmy EDIT: I am using OBS
  3. What should I increase my fan curve to?
  4. Hello! I am wondering what the average temp should be for my CPU at 100% load. Currently I am performing 100% usage on my CPU and the Temp is <70Degrees(C). I also want to know what my max should be. Is this an okay temp under 100% load? My cooler is the CM Hyper 212 EVO. Thanks, Jerahmy
  5. Hello! I just got a CM Hyper 212 Evo. I want wanting to overclock my AMD FX-8350 (to a stable overclock). I am new to overclocking so I don't know too much about overclocking. Any and all help is welcome. Also, should I use a software to overclock my cpu or should I do it on the motherboard? (I will check replies when I wake up tomorrow) Thanks, Jerahmy
  6. Hello! Learn Python the Hard Way is wanting me to install Python 2 NOT Python 3. I was wondering if this is still a reliable source. I have heard that Python 2 is going obsolete and if I should learn from a different source? Thanks, Jerahmy
  7. Hello! I am am planning on getting an Intel i7 4790k and was wanting to know what a good motherboard would be. I have a GTX 970 for my gpu, so it would have to be capatible. Thanks, Jerahmy
  8. Calm down guys. No need to get into an argument over this. Everyone has their own opinion.
  9. I will keep this in mind if/when I am able to financially support myself. Thanks for the reply!
  10. I will check out said link. I will also be looking forward to a PM. Thanks for the reply!
  11. I wouldn't mind paying for a source (I.E. Lynda.com), but I am 15 and in highschool. I also don't have a job so there is no income for me to spend on the subscriptions. THat is why I am looking for a free source/website. Thanks for the reply!
  12. I should have stated, and will make an edit. I am looking for free website/sources to learn. Also, I already said I have been using Codeacademy and am not too pleased on how they are teaching it. Thanks for the reply!
  13. I should have stated, and will make an edit. I am looking for free website/sources to learn. Thanks for the reply!
  14. Hello! I have been "learning" Python using Codeacademy, but I feel like they aren't teaching me what I should know. The further I get into the more it seems like they didn't teach me previous lessons too well. They are having me do exercises that they briefly touch upon. Also I feel like they are not making me learn good habits. When i'm done with an exercise it looks like a complete and utter disorganized disaster. So, I was wondering what new/intermediate/pro programmers would recommend for people to use to learn a programming language. **EDIT** I am looking for free websites/sources. Thanks, Jerahmy
  15. Im not going to lie. I have no idea what you just said.
  16. Sorry, the input is "Charlie"
  17. The output needs to be harliecay. If it helps, im on Code-academy.
  18. I cannot figure out how the code needs to go. Can anyone help? I am making a pig latin translator. Instructions: Set new_word equal to the slice from the 1st index all the way to the end of new_word. Use[1:len(new_word)] to do this. pyg = 'ay' original = raw_input('Enter a word:') word = original.lower() first = word[0] new_word = word + first + pyg if len(original) > 0 and original.isalpha(): print original else: print 'empty'
  19. Hello! I cannot figure how to set this up to come out right. Can anyone help? On line 2, fill in the if statement to check if answer is greater than 5. On line 4, fill in the elif so that the function outputs -1 if answer is less than 5. def greater_less_equal_5(answer): if ____: return 1 elif ____: return -1 else: return 0 print greater_less_equal_5(4) print greater_less_equal_5(5) print greater_less_equal_5(6) Thanks, Jerahmy
  20. That isn't the correct link, that does not show your parts.
  21. I would get a GTX 980, just to be sure. Plus you wouldnt have to upgrade in the near furture. You can even OC it, so it preforms better.
  22. Hello! Is there anyway to do any degree of OC with an AMD FX-8350 w/ stock cooler? I don't have the extra money to go out and buy a new cooler. Thanks, Jerahmy
  23. You sir, are a god among men! Turning everything to ultra (Believe it or not) brought my FPS up from 25max to around 50-60FPS Thank you!
×