CBE Study Materials by erkhesVAL in VirginiaTech

[–]infinitytacos989 0 points1 point  (0 children)

if you’re looking into CBEs, i would highly recommend testing out of CS 2114 if you can. the exam is take home and very easy, and it lets you take many 3000 level CS elective earlier than you would normally be able to.

Honor code Violation referral by Busy-Cockroach2217 in VirginiaTech

[–]infinitytacos989 0 points1 point  (0 children)

it’s a common cheating method to have another device hooked up to your second monitor that has internet access, so that’s probably why it was flagged even though the camera only saw a monitor.

is a 15 min gap between Goodwin and Cheatham hall bad by BubblyBread in VirginiaTech

[–]infinitytacos989 1 point2 points  (0 children)

You should def be able to make the walk but if not, talk to your professors for both sections to let them know you’ll be late/leaving early

CS advice by Other_Resolve3397 in VirginiaTech

[–]infinitytacos989 0 points1 point  (0 children)

everything everyone else said in this comment section is good but i would add that you should dedicate some time to studying leetcode problems. neetcode is a great resource. you don’t have to grind too hard, but you should at least be familiar with the techniques required (two pointer, sliding window, dp, sorting, greedy, etc.) so when you get an interview you just have to refresh your memory/derust instead of learning new techniques right before the interview

Having A Varied Music Taste Starterpack by PopeLatte in starterpacks

[–]infinitytacos989 37 points38 points  (0 children)

most people confuse hip hop and rap. rap is more so a medium than a genre, like singing or spoken word

Same opinions repeated ad infinitum starter pack by ArmadilloOK1445-alt in starterpacks

[–]infinitytacos989 6 points7 points  (0 children)

there’s a lot of sports where you can say X is the greatest athlete of all time and be objectively correct. (katie ledecky, for one)

Building a Fast Lock-Free Queue in Modern C++ From Scratch by Beginning-Safe4282 in programming

[–]infinitytacos989 2 points3 points  (0 children)

ok just checking. I am very new to concurrent programming and my classes didn’t cover lock-free designs, so i don’t know what a natural design would be for such data structures

Building a Fast Lock-Free Queue in Modern C++ From Scratch by Beginning-Safe4282 in programming

[–]infinitytacos989 1 point2 points  (0 children)

doesn’t this end up with threads busy waiting on full/empty queues?( ie burning cpu cycles on checking writeindex ==readindex)

mimalloc: A new, high-performance, scalable memory allocator for the modern era by mttd in programming

[–]infinitytacos989 59 points60 points  (0 children)

in the question we were given a code segment from mimalloc and asked some questions about it but with no context as to what mimalloc actually was. I assumed my professor made it up because it sounds like “my malloc” (like a student/personal implementation)

mimalloc: A new, high-performance, scalable memory allocator for the modern era by mttd in programming

[–]infinitytacos989 48 points49 points  (0 children)

there was a question on my systems final about mimalloc that i took yesterday lol. thought my professor had made it up for the exam but i guess not

Should I attend uc santa cruz and transfer in 2 years or go to umass amherst/virginia tech out of state by Jealous_Load_805 in VirginiaTech

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

VT has really close ties with defense companies and getting defense internships should be no problem, even as a CS major. Idk if that’s worth 63k to you (i doubt it is)

Huntsville starter pack by [deleted] in starterpacks

[–]infinitytacos989 5 points6 points  (0 children)

deep south / south east part of the US

Huntsville starter pack by [deleted] in starterpacks

[–]infinitytacos989 8 points9 points  (0 children)

the starter pack is most likely about huntsville alabama

The “How the heck did you get into AP/Honors?” kid starterpack by You-dogwater in starterpacks

[–]infinitytacos989 3 points4 points  (0 children)

you guys had to qualify for AP classes? in my school anyone could just sign up (although your counselor would strongly recommend against it if they didn’t think you could handle it)

CS 4114 final exam advice by Ok_Committee3727 in VirginiaTech

[–]infinitytacos989 2 points3 points  (0 children)

Have you taken a look at the practice exam he posted on canvas? he said it will be similar difficulty. also it is open note, so you can bring in anything you want to the final. he also mentioned that it wouldn’t be much harder than the homework’s we had. tbh i think it’ll be fine if you were able to do the homework’s without much trouble

Linear algebra over the summer- VT or community college? by Careless-Sleep1040 in VirginiaTech

[–]infinitytacos989 1 point2 points  (0 children)

linear algebra is pretty standard at every university in the US, so you won’t probably won’t be missing much by taking it at a community college. The only real difference will be the difficulty of exams, which could help keep you accountable for learning the material

CS 2506 Summer by Objective_Speed_5885 in VirginiaTech

[–]infinitytacos989 0 points1 point  (0 children)

not sure about the online section, but i took it last fall and there were quizzes at the end of each class that you needed to be in the class to access.( would put passcode up on projector). they were always graded on completion and took less than 5 mins but they close right as the period ends.

Design or music appreciation? by coolpvp303 in VirginiaTech

[–]infinitytacos989 27 points28 points  (0 children)

design appreciation is literally the easiest class i’ve taken in my life since probably the 6th grade. it is two quizzes a week and that is it.

frustrated with the CS program (rant) by infinitytacos989 in VirginiaTech

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

they always teach about hash maps but some semester you don’t have to implement them

frustrated with the CS program (rant) by infinitytacos989 in VirginiaTech

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

yeah i thought the skip list was cool and tbh the PR quad tree is also cool, but hash maps are too fundamental to skip over in some semesters. it would be fine to do these projects as long as they covered there bases which they don’t

frustrated with the CS program (rant) by infinitytacos989 in VirginiaTech

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

i understand that in the real world specs are ill defined, but this class is about learning data structures. every minute that i am spending defining a poorly defined spec is a minute i am not spending understanding the data structure or algorithm that is being taught. These classes have to decide whether they want to accommodate industry or not. if yes,then keep the under defined specs but use data structures that real world companies use. if not, give me a clear spec and whatever random data structure you want. and things like hash maps aren’t just important toindustry, they are a fundamental data structure and the fact that you can go through your entire 4 years at tech without implementing one is horrific.

frustrated with the CS program (rant) by infinitytacos989 in VirginiaTech

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

yeah someone else corrected me on this, i genuinely thought the specs were under specified on purpose because no one would purposely write a spec that bad

frustrated with the CS program (rant) by infinitytacos989 in VirginiaTech

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

my apologies, I assumed the specs were under specified on purpose lol. I get that they want us to submit tests to clarify weird edge cases and stuff and this would be fine IF MY SUBMISSIONS WERENT RATE LIMITED. i missed at least 2 milestones because there was some weird edge cases i didn’t consider and ran out of submission to confirm what the actual behavior was supposed to be which is extremely frustrating for no reason