Off Topic > Off Topic
[MEGATHREAD] Personal Computer - Updated builds thanks to Logical Increments
DJ Charizard:
--- Quote from: suburb on January 03, 2016, 08:12:10 PM ---"Customer has indicated item is working"
Well, at least they weren't wrong on the first part
--- End quote ---
How the forget do you bend a laptop like that? Like jesus
espio100:
--- Quote from: Dragonoid.Slayer on January 03, 2016, 07:27:53 PM ---Thank you very much, I will run this build through some other sources to make sure this is good. But regardless, thank you.
--- End quote ---
Maybe find a better i3 for $115 since its 15 bucks away from 500.
espio100:
http://pcpartpicker.com/p/9L3Gyc
Or
http://pcpartpicker.com/p/mjBnbv
??
suburb:
Frankly second build is better but look at cases via newegg or some sort and majority of the time the fans cases come with such as Fractal work just fine. I've learned from personal experience buying fans besides the ones that come in the case make not a single difference, generally just two fans, one for intake and one for exhaust in the top back works well enough in combination with your GPU+CPU heat-sink since you're not water-cooling.
Also weird how your GPU's are two different prices but it appears your second one is a "gaming" version which means it has a higher clock out of box
Pecon:
--- Quote from: Becquerel on January 04, 2016, 01:45:15 AM ---Anyone here extremely experience with Javascript?
If so, I got a question for you that Ive had since I started learning the language.
You know how to create an object using a constructor is
--- Code: ---var object = new Object();
--- End code ---
?
I was wondering if its possible to add arguments into the parenthesis of the object constructor. Thanks!
--- End quote ---
I don't know how it exactly applies to javascript, but in C++/Java when you instantiate an object the data which goes into those parentheses is the arguments to the object's class's constructor method. So in order to know what you can put into there, you have to know the definition of that class's constructor method.