the Coding & Social Lounge
(formerly known as the CAVE)
The Coding & Social Lounge CSL, formerly known as the CAVE, is a vibrant hub for Computer Science students. Located on the second floor of the Hill Center Annex in Room 252, it is part of the Computer Science Instructional Labs and was designed to foster a collaborative atmosphere for group projects.
At the CSL, students can hang out between classes, meet other students in CS, and receive tutoring for most CS classes. The CSL is also the meeting location for many of the CS clubs.
Mission Statement:
- We gather all students at Rutgers who are interested in pursuing a journey in Computer Science or in related fields
- to create learning and career opportunities between peers, meet new friends who share similar interests, create a 3rd place for students to break away from daily responsibilities
- so that people feel prepared for their next life journey and can rely on a community of peers after graduation
While anyone is in the CSL, they are held accountable to the CSL Code of Conduct.
Violators will be warned and further action may be taken if necessary.
The CSL is maintained and run by our terrific iLab Assistants. The iLab Assistants are in charge of maintaining the CSL and enforcing all of the above, such as the mission statement and everything under What To Do in CSL.
Say hello and get to know our current 2024 Roster of iLabs Assistants:
- CSL Manager:
- Rushd Syed
- iLabs Assistant:
- Austin Zhang
- Bhavesh Narala
- Elian Deogracia-Brito
- Kareem Jackson
- Mary Buist
- Neha Jeyaram
- Nicole Le
- Rahulraj Rajesh
- Sanvi Patel
- Shatakshi Ranjan
- Sibi Tiruchirapalli
- Seima Azizie
If you’re interested in working at the CSL as an iLab assistant, applications typically come out in Spring semester. Check the CSL for announcements when the application process will begin.
CSL hours for Fall and Spring semesters:
- Sun
- 3 pm – 11 pm
- Mon – Thu
- 1 pm – 11 pm
- Fri
- 1 pm – 6 pm
- Sat
- Closed
Tutoring Options
Tutoring is available whenever the CSL is open! Check out the “Hours of Operation” tab for current hours.
Tutoring Guidelines
- A tutor’s core responsibility: To answer specific questions that help clarify students’ code logic or understanding of a specific lecture topic. The tutors are NOT to fix, debug, or write any code into any student’s assignment(s).
- Tutoring expectations: Tutors expect students to explain (in plain English) what they are trying to accomplish with a certain piece of code. Then, the tutor can advise the student on whether or not the code achieves what it’s intended to do.
- Tutors can conditionally deny support: If the student cannot explain their code logic in plain English OR the student is simply regurgitating code, THEN the tutor does not need to offer any help until the student is able to do either the former or latter.
- Tutors are here to assist those genuinely putting effort into their coursework. If you demonstrate a commitment to completing the assignments honestly, our tutors are more than willing to provide support. However, assistance will not be extended to those attempting to cheat their way through the course via AI chatbots or other methods.
// TL;DR Tutoring Guidelines while ( student.askingQuestions() ) { if ( student.cannotExplainInPlainEnglish() || student.isRegurgitatingCode() ) tutor.denyHelp(); else tutor.answerQuestions(); }
The CSL’s biggest goal is to create a 3rd place for students.
Check out this Wikipedia article on 3rd places for more information. As summarized in the article, “your third place is where you relax in public, where you encounter familiar faces and make new acquaintances.”
Below is a summary of core components of a 3rd place and relevant to the CSL:
- Neutral ground – all are able to come and go as they please
- Leveled environment – one’s background and status do not matter. There are no prerequisites to come.
- Accessibility and accommodation – basic space needs are fulfilled and the space is consistently, readily accessible
- The mood is playful – The tone of conversation and activities in third places are never marked with tension or hostility. Instead, third places have a playful nature, where witty conversation and frivolous banter are not only common, but highly valued.
- A home away from home – Occupants of third places will often have the same feelings of warmth, possession, and belonging as they would in their own homes. They feel a piece of themselves is rooted in the space, and gain spiritual regeneration by spending time there.
In addition to being a 3rd place for many individual students, many clubs make use of the CSL as a meeting place.
Below are the current hours that clubs meet in the CSL for Fall 2024:
- RUSEC – Tuesdays 7pm -9pm
- RUSLUG – Tuesdays 9pm -11pm
- USACS – Thursdays 7pm -9pm
- Hacker Hour – Mondays 7pm – 9pm
- WiCS – Wednesdays 7pm -9pm
In addition to socializing, the CSL is used for various academic reasons:
- Get tutoring – While the CSL is open, the iLabs Assistants are available to answer basic questions from earlier classes in the CS major, such as CS111, CS112, CS205, and CS211.
- Use iLab machines – the physical iLab machines are available in the CSL and the 2 rooms adjacent. These useful machines to work on class assignments or for general use.
- Collaborate with peers – The CSL has whiteboards all throughout where you and friends or group mates can collaborate together by teaching each other concepts, do interview prep, and much more.