Jump to content

Zeko369

Member
  • Posts

    36
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Zeko369's Achievements

  1. Their speed is about the same (actually I think that 850 is a bit faster) but the 860 will last you longer due to its rewriting capabilities.
  2. Works fine for me with this code from multiprocessing import Process import time def timer(): for x in range(5): time.sleep(1) print("x is: ", x) def printer(): while(1): print("printer") time.sleep(0.5) if __name__ == '__main__': Process(target=timer).start() Process(target=printer).start()
  3. from multiprocessing import Process import time def timer(): for x in range(5): time.sleep(1) print("x is: ", x) def printer(): print("printer") if __name__ == '__main__': Process(target=timer).start() Process(target=printer).start() Try this
  4. R7 1700 and a great cooler should allow you to pretty much match the performance of the 1700X for a lot less.
  5. There's also something called SqueezePlay, it's made specifically for audio. I used to use SoftSqueeze (the thing this replaced) and as far as I head this is really good. Look into it.
  6. To sync any kind of audio you can use team viewer or better Googles Remote desktop. But if you only want YouTube there is a great option called SyncVideo (http://sync-video.com/). It's mostly used for watching YouTube at the same time but can also be used for your purpose.
  7. I have g933 that I got for 120usd last black Friday and have been using them ever since. One of the best things about them is that they are SUPER COMFY I can easily war them for 5-9h a day. Also battery is quite good just turn of RGB.
  8. You can't connect Razer Core but it has gtx1050 which is good for some gaming (mostly esports games and older aaa on lower settings)
  9. Zeko369

    New IEMs

    Jaybird x3 are great for the ease of use(bt) but i tried friends IE80 and they were awesome. If you're looking for something audiophile IE80s are a great choice.
  10. Hadn't known you had a NAS, it's the best solution of them all.
  11. HDDs aren't expensive these days and I think you should go for a 2tb one
×