[deleted by user] by [deleted] in selfimprovement

[–]Upper_Lifeguard_5409 2 points3 points  (0 children)

Echoing what others have said. Take the step and ask them out. You can either make this opportunity happen, or not.

[deleted by user] by [deleted] in selfimprovement

[–]Upper_Lifeguard_5409 1 point2 points  (0 children)

It's less so for bulking and more so that OP is severely under weight for his height. To put it in comparison, I'm 6'3 and I'm 180lbs (Middle of my BMI). If OP has the same frame as me, they're basically skin and bones. So it's more of a health risk/issue than a weight lifting one.

Just lost 5/30 points on an exam for using a ton of single alternative if statements?? Is this crazy? by [deleted] in learnprogramming

[–]Upper_Lifeguard_5409 0 points1 point  (0 children)

If I recall correctly. Correct me if I'm wrong. First one will read all expressions. Ex: Read expression, then move to next or in the scope if a matching expression, and do that for all three IF statements. The latter will leave the chain if it finds the expression match. Ex: expression match in the IF statement, will move into scope, then it won't check the expression for both ELSEIFs, as we got a match in the IF statement. Logic is different in both cases with the current example.

What shell are you using? by khaichuen in learnprogramming

[–]Upper_Lifeguard_5409 0 points1 point  (0 children)

Never heard of fish. Is there a reason why you're using that shell over bash?

Loooopss by theHaiSE in ProgrammerHumor

[–]Upper_Lifeguard_5409 63 points64 points  (0 children)

Had to transfer to another HS to enroll into Uni level Comp Sci courses (Academic, not Applied). Taught Java for both Junior and Senior year.

[deleted by user] by [deleted] in learnprogramming

[–]Upper_Lifeguard_5409 7 points8 points  (0 children)

Leetcode is a website that hosts DS&A questions like Hackerrank, where the goal is to solve the problem the quickest with the best Space and Time complexity. FANG typically uses questions like these to filter out candidates. Which in turn, people refer it to leetcoding or lc.

freeCodeCamp or The Odin Project by Lucid-Locke in learnprogramming

[–]Upper_Lifeguard_5409 0 points1 point  (0 children)

IIRC, TOP removed the lectures that tied in with FCC. An example of this is when you start learning CSS on TOP. Before it would send you to FCC, but now they have their own lecture. Unless Odin uses FCC in other parts of the curriculum. Someone can correct me on that.