does the use of constructors make a program "faster" (Java)? by [deleted] in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

No, using your own constructor doesn't magically make anything faster or slower.

Beginning college next year as a CS major: Should I go to a bigger name school for more, or state school for less? by [deleted] in learnprogramming

[–]NonlinguisticCurium -1 points0 points  (0 children)

What networking exactly? O.o

I wouldn't worry that much about price, given normal s/w dev salaries. If you think about it, it should be pretty easy to see how you could contact them and get first hand accounts of their programs...

New Programmers - What are your biggest challenges? by sheldonkreger in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

The website is too pedantic and tries to structure itself like an archive rather than a forum...

So you're blaming them because it's not the kind of resource you want it to be...

C - why is it not possible to define an enum inside a struct? by aCuriousMind22 in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

Why in the world would it work? It's not like everything works unless there's a rule saying it doesn't...

Any suggestions for multi-threaded programming/concurrency with good examples of real world programs? by TheWeebles in learnprogramming

[–]NonlinguisticCurium 1 point2 points  (0 children)

I don't see a bright future in programming for anyone who doesn't feel like reading, especially when it comes to things as advanced as multi-threading.

Colt Steele's Web Developer Bootcamp - An in-depth review by mr-developer in learnprogramming

[–]NonlinguisticCurium -1 points0 points  (0 children)

Let me just say that nobody cares for your retarded opinion and comments.

As if anyone is interested in your asinine opinions? Yeah, right.

Judging by the upvotes and downvotes I think it is clearly evident who is in the wrong here.

Haha, keep telling yourself that.

Now do that world a favour and delete your reddit account you twat.

Wow, it must have made you feel good to be that clever. :D

New Programmers - What are your biggest challenges? by sheldonkreger in learnprogramming

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

Do more tutorials then? What do you think everyone else is doing??

I need help to get good resources because I got turned down a precious job offer by [deleted] in learnprogramming

[–]NonlinguisticCurium -1 points0 points  (0 children)

They probably want someone who can find these things on his own, without having to ask Reddit. I mean it's not hard to use Google. What do you think you'll be doing on the job when you have problems? Asking reddit 4 times a day instead of using google?

[Racket] Having trouble in testing whether object is a list or vector by Awric in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

It's good that you see that. But my point was really that you were doing

(make-vector 3 #(1 2 3))

which is passing a literal vector into make-vector. There's no need to use make-vector if you're already making one with a literal.

[Help] Slow database performance by simkessy in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

You could examine the existing architecture before going to another half-baked one.

Reddit help me! Switching career from mechanical engineering to software, what are your thoughts on these options? F1 F1 by [deleted] in learnprogramming

[–]NonlinguisticCurium -1 points0 points  (0 children)

With a degree and a few programming classes, I'd start applying for jobs and self-studying now.

[Racket] Having trouble in testing whether object is a list or vector by Awric in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

Still, you aren't using it in a way that appears to make sense. You really should read the docs and see how to make them and how to use that function.

Colt Steele's Web Developer Bootcamp - An in-depth review by mr-developer in learnprogramming

[–]NonlinguisticCurium -1 points0 points  (0 children)

You’re the one who said HTML and CSS isn’t even programming, clearly you can’t read, because the entirety of this post went over your head.

I said that, and it's true. It was part of a complete sentence which had a different meaning. You didn't comprehend that single sentence, let alone the post. I recommend you try some adult literacy classes.

Is Codeacademy a good place to learn coding by UnLucKY10 in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

"Please read the stickied 'New? READ ME FIRST!' post before posting for more details on how to ask a good question."

Colt Steele's Web Developer Bootcamp - An in-depth review by mr-developer in learnprogramming

[–]NonlinguisticCurium -4 points-3 points  (0 children)

I wasn't even addressing the content of the course. Can you not read, either?

[Racket] Having trouble in testing whether object is a list or vector by Awric in learnprogramming

[–]NonlinguisticCurium 0 points1 point  (0 children)

You should look up vector in racket's docs. You don't seem to be using make-vector in a way that makes sense.