Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 26 additions & 11 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ export default function HomePage({ setScore } : { setScore: (score: number) => v
"Skipped every lecture after week 1",
"Submitted the wrong assignment document",
"Failed an exam",
"Failed a course",
"Failed a course or withdrew from a course to avoid failing",
"Emailed a professor for an extension",
"Been denied an extension",
"Cried over an assignment/exam",
"Sacrificed one course's exam to study for another's",
"Joined an didn't drop out of the Honors College",
"Used ChatGPT on an assignment",
"Still does assignments on FLIP",
"Used ChatGPT to respond to a discussion board post of someone who was also using ChatGPT",
"Spent money on an LLM",
"Went 2 days in a row without showering",
"Went 3+ days in a row without showering",
"Went 2+ days in a row without showering",
"Went 2+ days in a row without deoderant",
"Attended a <a href='https://beaverhacks.org/' target='_blank' rel='noopener noreferrer' class='text-link'>BeaverHacks</a> hackathon",
"Attended a hackathon outside of Oregon",
"Inducted into the Hess Hall of Fame",
"Placed in a hackathon",
"Attended a computer science club meeting",
"Attended an <a href='https://acm.oregonstate.edu' target='_blank' rel='noopener noreferrer' class='text-link'>ACM</a> club meeting (shameless plug)",
Expand All @@ -34,19 +36,22 @@ export default function HomePage({ setScore } : { setScore: (score: number) => v
"Pulled 2+ all-nighters in a row",
"Spent the night in Kelley",
"Bought a Subway sandwich after 2am",
"Studied on the library 6th floor",
"Went to Riva's between the hours of midnight to 4am",
"Know who the library girl is",
"Left the library at 12am",
"Got an interview from a career fair",
"Applied to 50+ internships",
"Applied to 100+ internships",
"Got an internship",
"Have access to a www group on FLIP",
"Got a j*b offer",
"Did an unpaid internship",
"Failed an OA",
"Failed a technical interview question",
"Didn't have to take Operating Systems II",
"Took a class with Hess",
"Delayed taking a course to take it with a specific professor",
"Went to a club meeting only for the food",
"Waited for the exact moment registration opened so you could get a spot in a Hess class before the section filled up",
"Took CS 162 as a freshman",
"Fell asleep in class",
"Fork bombed the OS1 or flip server",
Expand All @@ -56,37 +61,44 @@ export default function HomePage({ setScore } : { setScore: (score: number) => v
"Moved seats because of someone's B.O.",
"Drank 400+ mg of caffeine in one day",
"Made 500+ connections on LinkedIn",
"Did/went to an exam, class, or assignment, while intoxicated",
"Made a LinkedIn post",
"Commented on a LinkedIn post",
"Watched a LinkedIn reel",
"Visited the roof of Kelley",
"Maintained a 4.0",
"Joined a club officer board",
"Completed LeetCode's 'Two Sum'",
"Used all bonus days in a Mike Bailey course",
"Bought LeetCode Premium",
"Completed 100+ LeetCode problems",
"Completed a LeetCode hard (without looking at the solution)",
"Coded outside",
"Coded at Dixon",
"Shitty capstone project",
"Coded inebriated",
"Coded on a Friday night",
"Coded in high school",
"Coded on your phone",
"Capstone project involving AI, blockchain, big data, machine learning, VR, 5G, or cybersecurity",
"Had to get glasses mid-degree",
"Grew a beard",
"Played Minecraft while in class",
"Took a class with Yeongjin",
"Been mock interviewed",
"Mock interviewed someone",
"Owned an RGB keyboard",
"Used a personal mouse in class",
"Stuttered while talking to someone",
"Put 'REST' or 'RESTful API' on your resume",
"Chegg subscription",
"Built a personal website",
"Raised your hand in class",
"Raised your hand in class only to have the professor not notice you",
"Had the dawgs out in class",
"Ate a whole meal in class",
"Solved a LeetCode problem in class",
"Used a physical computer science textbook",
"Completed a RateMyProfessor review while in class",
"Contributed to an open source project",
"Built a PC",
"Study break with the Dean",
"Built a Chrome Extension",
"Built a ChatGPT wrapper",
"Overengineered a project",
Expand All @@ -96,11 +108,14 @@ export default function HomePage({ setScore } : { setScore: (score: number) => v
"Caused a massive merge conflict",
"Had a GitHub commit streak of 100+ days",
"Made a computer science reference IRL",
"Still uses MobaXterm",
"Lost hours of work because you forgot to push",
"Forget how to exit Vim",
"Pushed an API key to GitHub",
"Never attended a party",
"Became a TA for your favorite professor",
"Never went on a date",
"Took CS160 or CS161",
"Took CS161 with Kishore Bhamidipati",
"Replied to a Stack Overflow question",
"Completed Advent of Code",
"Been on a first name basis with a professor",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ResultsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export default function ResultsPage({ score }: { score: number }) {
<Footer/>
</div>
)
}
}