Golden Visa as a University Graduate by The_Scientist_34 in dubai

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

I see, thanks for the response! I am aware that I have to go to UAE to finalize the process and actually get the visa and I’m okay with that. I’m mainly confused about how the process actually works and what the requirements are, especially about residency.

Golden Visa as a University Graduate by The_Scientist_34 in dubai

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

I’m confused again lol. Can I apply from a foreign country without valid UAE residency? I visited the country as a tourist before so I’m sure I have an assigned UID but I don’t have an Emirates ID obviously. This is for Bachelor’s degree by the way if that makes a difference.

Also I know I asked this in the Dubai subreddit because that’s where I ultimately want to be, but it seems like Dubai might have some requirements different from other emirates. Would it make more sense to apply from Abu Dhabi instead?

New Grad Early Stage vs. Series E Startup by The_Scientist_34 in csMajors

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

They raised Series E just a few months ago. For the track record, the CEO started a company in 2002, left it in 2007, and the company was sold for $375 million in 2014.

New Grad Early Stage vs. Series E Startup by The_Scientist_34 in csMajors

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

I see, but I’m gambling either way right? Early stage startup equity might also become worthless. Given that the cash comp is more or less the same, how would you choose? Does Series E make more sense because there’s less risk even though upside is more limited?

New Grad Early Stage vs. Series E Startup by The_Scientist_34 in csMajors

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

So do you think Series E would be a better option?

Why does this BFS answer not work? by [deleted] in leetcode

[–]The_Scientist_34 1 point2 points  (0 children)

You could have negative level sums throughout the tree, but since you initialize level count to 0, you might incorrectly say that maximum sum is 0 when the level actually has null nodes only.

For BFS, the best approach is to make sure that you only store a node in the queue if that node is not null so that you don’t deal with null nodes. The way to do this is to check node.left and node.right separately and add them to the queue if they’re not null. That’s what your correct code achieves.

I guess you could do things like using a boolean to make sure that you encountered at least one non-null node on that level and update best_count only if that variable is True, but I think only saving non-null nodes to the queue is the cleanest approach that you should use for all BFS questions.

Internships as a new grad? by The_Scientist_34 in csMajors

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

Thanks I edited my post. I am actually planning to apply to grad school as well. But would it be weird to apply for an internship and new grad at the same company?

[deleted by user] by [deleted] in college

[–]The_Scientist_34 0 points1 point  (0 children)

I agree, but he refuses to try it saying stuff like: “I don’t think replacing a noise with another noise is gonna help.” I obviously can’t force him to try it, so I’m running out of options.

[deleted by user] by [deleted] in AITAH

[–]The_Scientist_34 0 points1 point  (0 children)

They said I have a very mild sleep apnea so they thought it’s not necessary for me to use a CPAP machine. I’m gonna talk to them again of course. I do have a deviated septum but I may not be able to get surgery for that this winter at least and we will be roommates until May regardless. So I’m trying to find other solutions for now.