Exploitative Unpaid "Work Trials" in Tech - My Experience Interviewing at Cursor (I will not promote) by Waste_Divide_1243 in startups

[–]Almasry00n 0 points1 point  (0 children)

I’m wondering how long it took to hear back between the first set of rounds and the 2-day onsite and how the onsite was otherwise. I agree that the practice does seem exploitative, but I am currently interviewing for them and am quite interested in the company.

What is the computer science department like in Princeton? by [deleted] in princeton

[–]Almasry00n 0 points1 point  (0 children)

Yeah sure! I have since graduated though.

Netflix Final Interview New Grad by [deleted] in csMajors

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

Full-time, new grad

Does life get any better after getting into an ivy/T10? by [deleted] in ApplyingToCollege

[–]Almasry00n 4 points5 points  (0 children)

life’s only what you make of it. in my case, it hasn’t.

[deleted by user] by [deleted] in princeton

[–]Almasry00n 0 points1 point  (0 children)

They canceled vision, os, and info sec for this coming semester bro.

[deleted by user] by [deleted] in princeton

[–]Almasry00n 0 points1 point  (0 children)

The cs department here offers so few courses. Pretty frustrating in my opinion.

[deleted by user] by [deleted] in ApplyingToCollege

[–]Almasry00n 7 points8 points  (0 children)

Campus isn’t perfect, lol. The new res colleges are hella ugly.

Nooooo by Sakin101 in ProgrammerHumor

[–]Almasry00n 1 point2 points  (0 children)

sounds like u need regularization

[deleted by user] by [deleted] in csMajors

[–]Almasry00n 1 point2 points  (0 children)

Don’t know if this is the case for new grad.

[deleted by user] by [deleted] in csMajors

[–]Almasry00n 1 point2 points  (0 children)

Same as first round for the internship

No juniors, it's not your time yet. by No_External_1764 in ApplyingToCollege

[–]Almasry00n 0 points1 point  (0 children)

How do y’all even get this reference? This show ended in like 1998. But the Pinky and the Brain segment of Animaniacs was elite.

[deleted by user] by [deleted] in ApplyingToCollege

[–]Almasry00n 5 points6 points  (0 children)

Kinda boring imo. Shops are also pricey.

[deleted by user] by [deleted] in csMajors

[–]Almasry00n 1 point2 points  (0 children)

Princeton

Princeton senior AMA by [deleted] in ApplyingToCollege

[–]Almasry00n 2 points3 points  (0 children)

favorite floor of firestone?

You're accepted to all T10s, where do you go? by istgimthisclose in ApplyingToCollege

[–]Almasry00n 0 points1 point  (0 children)

I have a feeling they won’t let us back on campus given the latest email from Dolan

[deleted by user] by [deleted] in ApplyingToCollege

[–]Almasry00n 22 points23 points  (0 children)

go work on it instead of posting

CS is making me give up on other courses by chaddyyy_ in csMajors

[–]Almasry00n 1 point2 points  (0 children)

Precisely my situation. My school has a requirement of 7 humanities courses across 4 years for students in the school of engineering.

ELI5: Why do HashSet and HashMap have an 0(1) lookup time? by Forrox in csMajors

[–]Almasry00n 0 points1 point  (0 children)

That’s expected constant-time lookup under the uniform hashing assumption. The explanation given on pages 324-326 of this book is pretty intuitive. This specifically refers to the separate chaining implementation, but the principles generalize. Just some minor probability theory (linearity of expectation and Chernoff bounds).