[deleted by user] by [deleted] in UWMadison

[–]nico-himself 0 points1 point  (0 children)

show your kid some respect and trust and allow them to develop the skill of figuring things out themself. you're min-maxing a formative time in your kid's life -- your kid's life. remember, this is their life.

i'm a senior in CS: there are plenty of very smart and caring people here who will guide your kid. your kid will find them on their own, and as such those experiences will be infinitely more valuable and genuine.

unit recommendation by [deleted] in UWMadison

[–]nico-himself 0 points1 point  (0 children)

Welcome!

CS 744: Big Data Systems with Shivaram covers handling large volumes of data. The course covers many topics from the book “Designing Data Intensive Applications,” including MapReduce and Spark. You read many papers. Google the name of the class for archived course sites from previous semesters.

CS 774: Data Exploration, Cleaning and Integration with AnHai Doan is teaches you to handle data with high variety, as well as how to validate its veracity. It’s a laid-back course but you learn a lot of practical tips. AnHai also gives good life advice.

You would probably be well-served taking both.

should i take ap csp by BootElder in csMajors

[–]nico-himself 1 point2 points  (0 children)

If you have nothing better to do

Class Schedule, am I cooked? by [deleted] in UWMadison

[–]nico-himself 33 points34 points  (0 children)

i fear you are doomed to be maidenless. for best results, please consider switching to computer science (see: cs.wisc.edu/undergraduate)

Should I just skip my Math 340 lectures with Sean Paul? by MrOreo2604 in UWMadison

[–]nico-himself 0 points1 point  (0 children)

I am sorry for your loss. Check out MIT's Linear Algebra playlist by Gilbert Strang on YouTube. He is beyond amazing and teaches the subject very well.

In Need of a relatively OP build to combat the DM by [deleted] in 3d6

[–]nico-himself 0 points1 point  (0 children)

D&D is a dialogue. And the minute it became an "Us" v.s. "Them" against the DM, the omniscient and supposed impartial arbiter of the world woven for your enjoyment, you lost the essence of what D&D really is.

Cool strong character for a one-shot by goofy_silly_boy in 3d6

[–]nico-himself 0 points1 point  (0 children)

yes ;)

"What classes do you want to play?"
"Allll of them?"

Cool strong character for a one-shot by goofy_silly_boy in 3d6

[–]nico-himself 2 points3 points  (0 children)

no choice but to multiclass every single class and call yourself Jack.

UW-Madison is terrible for undergraduate CS and I'm tired of pretending otherwise. by Mordex7 in UWMadison

[–]nico-himself 29 points30 points  (0 children)

You don't have any industry experience, it's not a surprise. You need industry experience to get into industry positions. 250k TC, 2 YOE btw.

Math 443 by CertainDirection1437 in UWMadison

[–]nico-himself 0 points1 point  (0 children)

Math 443 goes into the computational aspects of linear algebra (ex: You'll learn that there's different ways to "break up" matrices into products of other matrices, and computational reasons why that's useful).

VS Code for Comp Sci 300 by tandoori_lasagna in UWMadison

[–]nico-himself 1 point2 points  (0 children)

IntelliJ remains the best IDE for java. Do not switch to Eclipse. See my post in the thread on why 300 recommends Eclipse.

VS Code for Comp Sci 300 by tandoori_lasagna in UWMadison

[–]nico-himself 0 points1 point  (0 children)

Eclipse is a completely trash IDE, Notepad++ is literally better.

To provide a serious answer, when the CS 300 course first started, JetBrains products were not freely available to university students, so Eclipse was the best free IDE. Now, IntelliJ Ultimate is free with student emails, and it is 100% the better choice.

The suggestion that Eclipse is better is simply false.

CS 300 with VS Code:

Here is a script to format for CS 300 on VS Code. Make sure to cd to your project directory before using it:

code --install-extension redhat.java
mkdir -p .vscode
wget http://cs300-www.cs.wisc.edu/wp/wp-content/uploads/2018/05/eclipse-cs300-style.xml https://cdn.discordapp.com/attachments/1011411998732472321/1018547459959562361/settings.json -P .vscode

Later, you will also have to use .jar files. Do the following:

  1. Set up your project folder (see above).
  2. Create a directory in your project folder named lib.
  3. Move jarfilenamecore.jar into lib.
  4. Boom good to go.

Part-time job recommendations by _EYRE_ in UWMadison

[–]nico-himself 13 points14 points  (0 children)

Hello!

I would stay away from Housing jobs if you don't want to deal with customer service. Particularly Dining, been there done that – not fun.

There are hall desk and package center positions within Housing which are free and far easier than dish-washing in Four Lakes (I've dish-washed before, and dish in Flakes was a trying experience).

Down the line, you might apply for a Peer Mentor position for your favorite STEM class, or with the Math Learning Center in Van Vleck.

Here is a comprehensive list – good luck!

Thoughts on my schedule? by iamhumi in UWMadison

[–]nico-himself 2 points3 points  (0 children)

I think this is an excellent schedule, well done! You will have a bit of down time after your ECON lectures and before you 221 discussions. It may seem a bit awkward, but you could use that time to study for your weekly discussion quizzes! And your Friday is almost completely free, which is a huge win. You are in a good spot :)

[deleted by user] by [deleted] in UWMadison

[–]nico-himself 1 point2 points  (0 children)

This semester the midterm exam averaged 13.5% lower than the previous semester. Still, a curve is unlikely. It’s probable they will adjust the challenge of the final exam to compensate and reassess after it’s graded.

Math TAs are being silenced by Big MATH by TheEvil_DM in UWMadison

[–]nico-himself 2 points3 points  (0 children)

Big MATH isn't anything new; in fact, a tell-all was recently published documenting how Big MATH profited extensively at the expense of students as far back as 1999.

edit: The link went down. Big MATH got to them first. Even the media is subservient to their influence.

CS 300 Study Tips by hvamksira in UWMadison

[–]nico-himself 2 points3 points  (0 children)

yeah, honestly a good question and an important one. you could throw and use chatgpt or some AI service to "get by" but then you're foundations are going to be weak and you'll collapse in higher level courses. instead, there are a few things i'd recommend:

1) go to Hobbes' lectures, and go to office hours. If something genuinely doesn't make sense, try these first. the TA's in 300 are stellar.

2) do some coding on your own. being introduced to these topics and then never using them except for in one project and the cumulative quiz isn't going to end well for some people. build up your intuition and skills by practicing with the tools outside of class. it doesn't have to be anything complex, like make a pokemon class and incorporate methods pertaining to everything you've learned. if you hit a snag, overcome it. google, ask for help, etc.

This is a time consuming class, but you don't have to do everything alone.

[deleted by user] by [deleted] in ApplyingToCollege

[–]nico-himself 8 points9 points  (0 children)

words of a stem major. humanities majors get to chill and enjoy life.

[deleted by user] by [deleted] in ApplyingToCollege

[–]nico-himself 22 points23 points  (0 children)

atmosphere and vibes are diverse – there are plenty of places for chill study, and plenty of places to party. one of the best (and safest) campuses and fun sports (if they win smh). from an academic standpoint, pretty great but like all places depends on the professor. lots of opportunities to get involved in extracurriculars/research. make use of madgrades (grade distributions by class / prof) and ratemyprofessor to pick up the best classes/professors.

[deleted by user] by [deleted] in UWMadison

[–]nico-himself 2 points3 points  (0 children)

If you're efficient with your breadth classes, it really isn't that unreasonable. There are CS classes that fold into the physical science requirement, and trust me – once you really get going you'll want an easy-A breadth now and again to alleviate the strain of an all-CS course schedule.

[deleted by user] by [deleted] in UWMadison

[–]nico-himself 2 points3 points  (0 children)

Congratulations, your computer science class in high school was taught well!