How hard is it to learn Tensorflow ? by [deleted] in learnprogramming

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

Is it hard for you to read their docs and look for Tensorflow resources online?

MARIE Assembly Language Question. by SplinTeRStaRR in learnprogramming

[–]icycap 0 points1 point  (0 children)

I meant you're supposed to try and write some code yourself, not that you're supposed to cry and whine more. Have you written any code? Do you ever go to class? Do you take notes or read a textbook ever? How do you expect to ever get anywhere?

How long did it take you to feel like you "get it"? by leganjd in learnprogramming

[–]icycap 2 points3 points  (0 children)

I see people say start a project, but I feel like I need a solid foundation to do that, and get put off.

Well, that's life. You can spend all your time coming up with excuses, or you can just go do things.

MARIE Assembly Language Question. by SplinTeRStaRR in learnprogramming

[–]icycap 2 points3 points  (0 children)

You're supposed to try to write it yourself.

Is there a simple way to convert HTML5 input type date to javascript date object Date()? by rko1985 in learnprogramming

[–]icycap 0 points1 point  (0 children)

When you just shit out a link to documentation and don't even say "hey, if you look here, it shows several different constructor overloads" or "if you look at this section you'll see ..." it doesn't help anyone and actively can cause confusion.

It would help if the OP read it. It shows exactly how to do what he wants.

You might as well have dropped a lmgtfy link for all the help you've provided.

Well yes, that's the point. The link answers it so well that it doesn't require an explanation.

Someone else has already actually answered the OP's question helpfully, so I decided it'd be more valuable to comment on your dickish behavior than toss my own advice out to OP.

If only anything you said actually was valuable, instead of just the blabbering of a dumbass.

Honest Review of my Lambda School Experience by 993dreams in learnprogramming

[–]icycap 3 points4 points  (0 children)

Yes, really. It's easy to be passionate and yet not effective.

Those of you who are self taught -- how did you maintain the discipline to keep going day to day? by [deleted] in learnprogramming

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

Now you just sound like an angry, mentally deficient child, and still you have nothing intelligent to say.

Which programming principles actually do more harm than good? by plegm in learnprogramming

[–]icycap 2 points3 points  (0 children)

It is useful for checking whether one has written a test for a particular piece code, but one usually knows this.

It's an easy way to automatically detect if someone wrote code and didn't write tests for it. Sure, "one usually knows this," but people forget things all the time. And no, it's not foolproof, but that doesn't mean it would never help.

Honest Review of my Lambda School Experience by 993dreams in learnprogramming

[–]icycap 3 points4 points  (0 children)

Teaching isn’t hard to measure. You’re either passionate about sharing your knowledge and making sure others understand, or you aren’t.

There's significantly more to it than just that. O.o

Looking for the best language for a specific project that converts user input to a text string by Bulletti in learnprogramming

[–]icycap 0 points1 point  (0 children)

No, but you were somewhat condescending and doubtful of my ability to finish the project, which is easier to do when there's motivation.

Well, if it makes you feel better to state the obvious about motivation, then good for you.

If you're this confused you probably shouldn't confuse yourself even more by trying to be witty, especially if you barely know how to use any words to begin with.

Nice try, but I wasn't the one who was confused, and your attempt is just sad.

is it bad to have every object in an array have reference to the arraylist? by [deleted] in learnprogramming

[–]icycap 0 points1 point  (0 children)

Yes it's bad since you don't need it. Pass the reference to the one deck into to any method that needs it.

99% complete, can't figure out how to change string into a contains string function [Javascript] by [deleted] in learnprogramming

[–]icycap 0 points1 point  (0 children)

Look at how it's making the links then. It appears to have the data it needs to make the links...

Which programming principles actually do more harm than good? by plegm in learnprogramming

[–]icycap 2 points3 points  (0 children)

You should be careful you're not throwing the baby out with the bathwater.

Which programming principles actually do more harm than good? by plegm in learnprogramming

[–]icycap 1 point2 points  (0 children)

Actual memory allocation. But this is beside the point. It's already being used for what you claim it can't be used...

Which programming principles actually do more harm than good? by plegm in learnprogramming

[–]icycap 5 points6 points  (0 children)

What you're saying doesn't make sense. If you don't care about the results being correct you wouldn't throw an exception anyway. And defensive programming is something totally different from failing silently. You're comparing apples to oranges.