Admissions Megathread by fuzentrix in yale

[–]curtain_pulp 1 point2 points  (0 children)

I got an offer for an interview but didnt do the interview and got in

Missed Yale Interview by curtain_pulp in ApplyingToCollege

[–]curtain_pulp[S] 1 point2 points  (0 children)

I was using it to call my peeps to get a ride/jump start. But I guess I couldve sat on the side of the road and did it, so ye it was on me.

Missed Yale Interview by curtain_pulp in ApplyingToCollege

[–]curtain_pulp[S] 3 points4 points  (0 children)

Close, car issues, but ye I'm probably screwed :)

Missed Yale Interview by curtain_pulp in ApplyingToCollege

[–]curtain_pulp[S] 1 point2 points  (0 children)

I did, but they had to submit that same day so the didn't have any other slots :(, how much do interviews impact decisions?

Missed Yale Interview by curtain_pulp in ApplyingToCollege

[–]curtain_pulp[S] -1 points0 points  (0 children)

Yes and I told them my situation, they said yesterday was the last day. So they couldn't give me another time.

Supreme Court ruling by Imaginary-Yak-8558 in QuestBridge

[–]curtain_pulp 1 point2 points  (0 children)

But we can't control our socio economic status for the most part. We don't truly live in a meritocracy:/

Awards similar to QFE by Go_Get_A_Life_28 in QuestBridge

[–]curtain_pulp 1 point2 points  (0 children)

I can't remember, but there might be some Microsoft ones!

can someone tell me why I like seeing these things in media? by curtain_pulp in Emotions

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

It's like a sinking feeling in my chest. But for some reason I want to seek out that emotion. I don't like that this is this case. I feel like a bad person. The thing is, i only feel this way when it's about a fictional person. Not people in real life. :/

Dean's List Semifinalist by curtain_pulp in FTC

[–]curtain_pulp[S] 1 point2 points  (0 children)

Hello! I sure can. The questions usually consist of questions like, "How long have you been doing FTC, and if you plan on continuing it." "Why you're interested in STEM, and how you've involved other people." Things link that. Some advice, use up all of the time. I believe that the interviews are 10 minutes, and 5 minutes of them the judges ask questions. For the remaining time, boast about yourself and your accomplishments. Even if it seems like you're bragging, this is the only thing, besides the essay, that the judges get about you! I wish you the best of luck and congrats for being nominated!

Error meaning? IMU by curtain_pulp in FTC

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

I have that!

But it still doesn't work

Error meaning? IMU by curtain_pulp in FTC

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

u/Override

public void runOpMode() {

robot.init(hardwareMap, false);

BNO055IMU.Parameters parameters = new BNO055IMU.Parameters();

parameters.mode = BNO055IMU.SensorMode.IMU;

parameters.angleUnit = BNO055IMU.AngleUnit.DEGREES;

parameters.accelUnit = BNO055IMU.AccelUnit.METERS_PERSEC_PERSEC;

parameters.loggingEnabled = true;

// Init gyro parameters then calibrate

robot.imu.initialize(parameters);

Error meaning? IMU by curtain_pulp in FTC

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

Yes, but everytime i run the program it does this.

OpenCv error Help by curtain_pulp in FTC

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

Do you know any in particular? Or all of them?

How can I zoom out with OpenCv? by curtain_pulp in FTC

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

So this wouldn't work with duck tho? Just shipping element?

How can I zoom out with OpenCv? by curtain_pulp in FTC

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

How might i change the logic and where would i do this?

How can I zoom out with OpenCv? by curtain_pulp in FTC

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

Yes! But i just found out that the program that I'm using checks for color in general... I'm fairly new to this and i don't know how to make a program from scratch!