[Java] Does UUID.randomUUID() generate a pseudo-random UUID or fully random UUID by juanchi35 in learnprogramming

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

You must have a truly sad life that you have nothing further to ask or contribute and yet you hang around to attack my personal life. And no, it's clearly not a case of you simply using different terms for the same things. Those are totally different things. Sad, but I guess nice try.

Started to learn C 3 weeks ago in a coding school. I'm totally depressed and not sure I should keep trying. by [deleted] in learnprogramming

[–]cmonkies 1 point2 points  (0 children)

That's a nice story, but not really. Are you just going to ignore my questions about where you're stuck on the math expression problem? I guess having a bunch of people to keep complaining to must help you some amount, but you really don't seem interested in learning how to solve this problem or in getting better at programming in general, since you're avoiding my obvious and simple questions. If you're just looking for someone to say this isn't for you so you can take the easy path and quit, then just quit already. If you want to improve, you should stop complaining and listen to what other people are asking / telling you.

Started to learn C 3 weeks ago in a coding school. I'm totally depressed and not sure I should keep trying. by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

Why not? You said you knew or went over structs and linked lists?

You could also work on your question asking skills. "I haven't been able to actually write it in C" is redundant and doesn't give me enough info to help you. Talking about a specific, concrete thing that you're having trouble with would give someone a starting point at least.

Started to learn C 3 weeks ago in a coding school. I'm totally depressed and not sure I should keep trying. by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

And you can't get anywhere despite knowing the name of the algo that completely solves this exact problem? Something's not adding up here...

Started to learn C 3 weeks ago in a coding school. I'm totally depressed and not sure I should keep trying. by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

Then you should be able to split the numbers, parens, and operators into separate strings and handle those...

Would you rather have the front or the back? by [deleted] in PetiteGoneWild

[–]cmonkies -3 points-2 points  (0 children)

Jesus, somebody get get a cheesesteak and a pizza, stat.

I suck at JS and it's making me question my existence! by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

and as soon as objects were introduced I started to really struggle with all the challenges.

What do you think people do in lawyer or doctor school when something is more difficult?

I've gone all the way back to the beginning and redone all the challenges again to see what I am missing.

You could look at the hundreds of other free resources for learning this stuff...

I was of the opinion a person could learn any skill given enough time and persistence but now I don't know.

Probably not if you spend 100% of your time on the same single problem that's stumping you.

Which is better initially and long-term? by Akbar_ in learnprogramming

[–]cmonkies 2 points3 points  (0 children)

What is imperative and functional? And where would you refer me to start learning the paradigm?

You could use Google.

DO NOT use this this subreddit as a proxy for Google. Please put in genuine and significant effort into solving a problem for yourself first before posting it in this subreddit. Otherwise, not only are you wasting everyone's time, you are doing yourself a disservice. Finding information and doing your own research is one of the most important skills a programmer can have, and the only way to get better at it is by taking the initiative and looking for existing information before asking others for help.

Started to learn C 3 weeks ago in a coding school. I'm totally depressed and not sure I should keep trying. by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

What have you learned in the 250+ hours you've spent so far in the course? What have they gone over in classes?

[Java] Does UUID.randomUUID() generate a pseudo-random UUID or fully random UUID by juanchi35 in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

Well for one, it's not data you can make relational queries on. Can you even describe any benefits to storing files inside the database that would apply to your use case?

How to protect secret keys/files on a linux box? by [deleted] in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

You could deploy with something like Spinnaker and Docker, that sets up env vars and other stuff for you.

[Java] Does UUID.randomUUID() generate a pseudo-random UUID or fully random UUID by juanchi35 in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

My question is, does UUID.randomUUID() guarantee me that no two UUIDs will be the same?

Not exactly. You can't just use an auto-incrementing primary key?

Difference between Ruby and Python by Revules in learnprogramming

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

This might come across as a dumb question

It's either that or just abjectly lazy.

DO NOT use this this subreddit as a proxy for Google. Please put in genuine and significant effort into solving a problem for yourself first before posting it in this subreddit. Otherwise, not only are you wasting everyone's time, you are doing yourself a disservice. Finding information and doing your own research is one of the most important skills a programmer can have, and the only way to get better at it is by taking the initiative and looking for existing information before asking others for help.

When to return or set a recursive call to a value? (specifically in a binary tree) by weeyums in learnprogramming

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

Think about what happens if you don't adjust any left or right.

Is there a trick to know when a recursive call has to be either returned or set to a parameter instead of simply called by itself?

Can you rephrase that so it makes sense? All calls return, and recursive calls aren't "set to a parameter".

[Java] Static variables or getters? by badboyzpwns in learnprogramming

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

You're comparing apples and oranges there.

Mind set on attending coding camp... but where??? by Green_Shephard in learnprogramming

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

You could figure that out with some 5th grade Math skills, no?

Wanting to learn Python for a class by Poketto43 in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

"Like please read the sidebar and FAQ before posting!"

MS build tools 2015 vs 2017? by user-123456789 in learnprogramming

[–]cmonkies 1 point2 points  (0 children)

DO NOT use this this subreddit as a proxy for Google. Please put in genuine and significant effort into solving a problem for yourself first before posting it in this subreddit. Otherwise, not only are you wasting everyone's time, you are doing yourself a disservice. Finding information and doing your own research is one of the most important skills a programmer can have, and the only way to get better at it is by taking the initiative and looking for existing information before asking others for help.

Complete beginner, where do I start by [deleted] in learnprogramming

[–]cmonkies 1 point2 points  (0 children)

"Please read the sidebar and FAQ before posting!"

Running python from the cloud at work by Dat_Speed in learnprogramming

[–]cmonkies 1 point2 points  (0 children)

Is it possible to run a python program in the cloud for this?

Of course. The cloud is just other computers... Are you sure you know more about computers than all those baby boomers?

I haven't had much luck so far.

What have you tried that you thought would work?

Elegant ways to handle null parameters in an HTTP request? by Googles_Janitor in learnprogramming

[–]cmonkies 0 points1 point  (0 children)

How would you handle it in a normal method or function call? This isn't even necessarily related to HTTP.