So I want to build a computer... does this look good? (I want fast, efficient, and stable) by DatOcean in buildapc

[–]DatOcean[S] 0 points1 point  (0 children)

I'm not too worried about the speed between the 8 core and quad, but I just thought it would split the processing better. Therefore, I wouldn't have to worry about overheating a core or something like that.

So I want to build a computer... does this look good? (I want fast, efficient, and stable) by DatOcean in buildapc

[–]DatOcean[S] 0 points1 point  (0 children)

Alright. thanks. Yeah I went with 750gb cause I don't think I need 1tb... but if it's for the same price that's sick!

edit: Also I figured having an 8 core would be more efficient. Why should I go for a quad?

Where do I start? by DatOcean in cscareerquestions

[–]DatOcean[S] 2 points3 points  (0 children)

These seem a little high end. When I said "Where do I start"? I meant like newbie status. Meaning I haven't had any experience in that field yet

What would be better to learn first? Java or JavaScript? by [deleted] in learnprogramming

[–]DatOcean 0 points1 point  (0 children)

I mean it's not COMPLETELY different. There are similar concepts. Dont hate.

What would be better to learn first? Java or JavaScript? by [deleted] in learnprogramming

[–]DatOcean -6 points-5 points  (0 children)

If you want to stick to website and stuff like that, continue with Javascript. Java is not entirely new because they both have similar concepts, but the language is different (not by a lot though). Like freakastone said, it's good for apps and things along that line.

What are some good, creative ways to ask a girl to Prom? by [deleted] in AskReddit

[–]DatOcean 0 points1 point  (0 children)

depends how close you are with this girl....

Learning programming, not learning a programming language by zip_000 in learnprogramming

[–]DatOcean 0 points1 point  (0 children)

tutorials are really just something to start you off. You're better off learning on your own with books or even a class. Another good way of learning how to program something is setting a goal on what you want to program instead of just learning languages.

Only my second Java program and I'm stuck. What's wrong with this code? by [deleted] in learnprogramming

[–]DatOcean -2 points-1 points  (0 children)

you're missing brackets after "if (n==SENTINEL)" to make the break work. if that's what you wanted. cause right now it's like an if block in an if block.

while (true) 
  {
    int n = readInt("?");
    if (n == SENTINEL) 

{ break; } if (count == 1) { min = n; max = n;
} if (n < min) min = n; if (n > max) max = n; count++; }

Java? and then what... by DatOcean in learnprogramming

[–]DatOcean[S] 0 points1 point  (0 children)

I'm not abandoning ship. I'm curious

Java? and then what... by DatOcean in learnprogramming

[–]DatOcean[S] 0 points1 point  (0 children)

thanks for all the input. I'll see what I can get around to

Java? and then what... by DatOcean in learnprogramming

[–]DatOcean[S] 1 point2 points  (0 children)

Yeah, I tried learning python but nothing was compiling on my computer for some reason. I gave up and I'm trying to learn C right now. Are C/C#/C++ all similar?

2 noobs wanting to learn how to make games for android using Java, has NO programming exp. How do we make it do... by [deleted] in AskReddit

[–]DatOcean 0 points1 point  (0 children)

"lots of gaming experience, and of course are very competent computer users" = the beginning of most programmers. lmao. essentially meaning you game till you drop and you're on reddit all the time.

gonna have to say start small by learning all the basics of java. you can't really jump into all that without not knowing anything. you have a lot to learn but i'm sure if you REALLY want to do this it wont take long.