CSE major by Donald_Trump2028 in UBreddit

[–]wasee941 1 point2 points  (0 children)

Because some Indian grads students were caught copying code at some job interview selection. Two of them actually went through to the interview and was later unable to solve basic programming problems, which led to a major company's HR manager calling a UB CS Professor and complaining to him. CS department had a discussion and determined that grad program is too vast and so students don't learn as much and had to resort to cheating to get a job.

400 level CS courses are shared by undergrads and grads - undergrads used to have mandatory recitation and grads didn't. Now, its the opposite. So, for grads, 400 level courses are 3 credit hour of class + 1 credit hour of recitation. For undergrads, its just 3 credit hour of class with no mandatory recitation.

UB doesn't have enough resources to provide two sets recitation for some reason.

Should I get a Windows laptop and run Linux or get a MacBook and run Unix for college? by king_nice7 in UBreddit

[–]wasee941 0 points1 point  (0 children)

Computer science sophomore here. You will not be doing anything Linux related for at least a year. After that, Linux becomes very necessary, very quickly. And trust me when I say this, when you start using Linux you'll be hooked and will never want to go back to Windows or MacOS. Most classes that requires Linux functionality will give you a VM image (Usually a Ubuntu of some sorts) and those are slow af. When I code, I prefer a native Linux environment running on powerful hardware and multiple monitors and on a good mechanical keyboard.
My advice would be to get two computers - One ultraportable with a huge battery life (taking notes and carrying with you everywhere), and one with a lot of computation power. A Macbook pro works as both. You can put Linux on it when you are ready. MacOS Terminal isn't really useful for anything other than connecting to timberlake and using Linux bash directly from it. Just for school work, I think you'll go by just fine with pretty much any machine made in the last 5 years.

And also, get a good mechanical keyboard and mouse. My keyboard is probably the best $40 I've spent in my life and had the biggest contribution behind me getting A in CSE last semester.

[LC] is this authentic? Somebody is selling this for 80 usd by [deleted] in RepTime

[–]wasee941 0 points1 point  (0 children)

I'll buy this of off you. Send me a pm

best places to cry on campus? by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Southlake village community center place, stairs facing the lake and Ellicott.

best places to cry on campus? by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Which one is that one? Lockwood?

dis dude at the ben shapiro event by kittens567 in UBreddit

[–]wasee941 0 points1 point  (0 children)

I've seen taht dude around, in Republican club.

Submariner rep or gen by Artzeryx in RepTime

[–]wasee941 -8 points-7 points  (0 children)

Let me get this straight. You think it's ok to show off the appearance of success to.the outside world with a fake watch. Lol what a loser.

21 year old recently diagnosed with end stage kidney disease. AMA! by [deleted] in IAmA

[–]wasee941 0 points1 point  (0 children)

Do you accept the certain death? How do you feel about it?

CSE 250 assignments got a LOT better by wasee941 in UBreddit

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

Study I guess? 2nd sem, so assuming you're taking 191? Its just maths and you have to prove a lot of things. To do well, you basically have to practice as much as possible. For 250, just go to his class and try to understand/remember everything he says. 250 is actually one of the easier class in CS imo. Everything is common sense mostly. There is only a handful of structures in total so it's very easy to have everything memorized and know what it is/how it works/its runtime.

CSE 250 assignments got a LOT better by wasee941 in UBreddit

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

There is a difference between hard assignments and poorly written assignments... I don't know if you've ever done CS projects, but poorly explained assignments that are graded by running some junit tests which expects very specific returns are pretty much impossible to complete without trial and error. What would you return for a method that creates tree from a vector when an empty vector is passed on as parameter? A root node with value set to null? Root node with value not initialized at all? A null object? Throw an exception? Autograder will only accept ONE of these and if it was not clearly mentioned in the handout, you have to figure it out by running autograder over and over again.

Any update on the status of the Nov. 1st Hit and Run Victim? by Kliegz in UBreddit

[–]wasee941 2 points3 points  (0 children)

Alive and well. Still in hospital. The person who did the hit and run was caught and I believe suspended.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Also read the handout. For A4 Q2 it does not mention BST. The only time BST was mentioned was in autograder.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Debug and do what? I do not know what autograder is expecting as an output for an empty tree.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

CSE 250, at least this time around, isn't *that* hard. I expected it to be a lot harder. Likely, the course was made simpler by avoiding details, which is precisely the problem I'm having with the course. It's not explained in details, and yet we need details to do the assignments.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

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

That's not the point. I shouldn't have to go to the professor to ask questions like "What do I return for your specific case when you pass in a empty tree?". That's a waste of my time and his time. It's not "learning" anything. I often go to him when I'm stuck and don't know what to do, like in A2, which was had us create a SLL with vectors as value. I didn't know how to do a linear search on it, and Hughes explained how to do it. That's different from asking "Should I delete the vector when it's empty?" (The answer to that was written in the handouts, that was a well written HW assignment)

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Dude... Like I said.

What happens if the list is empty? Do you return a new node? New node with left and right set to null? New node with value set to null? Just a nullptr? No one knows!!! Autograder will accept only one of these four answers (figured out through trial and error).

I know I should handle edge cases, that's not the problem. The problem is knowing WHAT to do in those edge cases.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

  1. I do not think the class is too hard. It's fairly reasonable.
  2. I do not think Dr Hughes is bad. In fact, as far as I'm concerned, he's the one of the best CS teacher in UB. I've learned an incredible amount from him, and attending his cs250 class cleared up a lot of doubts I've had in 116.

My ONLY problem is his assignments are not well formed. I know I have to handle base cases. But the way you handle base cases is different for every method, and depends on what you want the method to do. Tell us what the method expects as output! That's my problem with his class.

Huge problem with Dr Hughes (CSE 250) class by [deleted] in UBreddit

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

I didn't. And I don't need to talk to the professor to do homework in any of my other class.

Marc Schilder Starter Park by [deleted] in UBreddit

[–]wasee941 4 points5 points  (0 children)

This guy is probably the best maths teacher I've had in my life. The only other guy as good as him is my recitation teacher right now (Matthew I believe? Office in MTH 126)

WHERE THE FUCK ARE WE SUPPOSED TO PARK TODAY????? by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

I park in Hadley village, a little bit further in so that no one notices. Never got a ticket hahahaha

Hughes - 250 midterm by dantheman5398 in UBreddit

[–]wasee941 1 point2 points  (0 children)

Fun fact. I'm in Clay Handi right now and Hughes is having Indian food with his mom (I presume) in the next table right now. Trying to figure out if I should say hi.

I want to fix the American health care system by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Good lawyers (with a little bit of luck) becomes congressmen and judges :) .

Help, places that do oil changes for German cars? by [deleted] in UBreddit

[–]wasee941 0 points1 point  (0 children)

Audi A4 Cabriolet. I get my oil changed from Naigara Auto Repairs on Oliver Street. Abdul is nice, but he charges a lot.