Hacker News new | ask | show | jobs
by hashmap 36 days ago
> I have been stuck on problems that I figured out the next day. Many times. But that was when I was new to the topic, at the beginning of the course.

Maybe it has been a while since you have worked on something difficult, then? Difficult for you, I mean. Maybe the difficult things are now easy.

> If you need unlimited time to write the proof, then you haven’t studied the material yet, and should be expected to perform poorly on the exam.

I mean, maybe. I remember some classes and exams where I had simply never seen the topic before, and the problem relied on having picked up on metapatterns that weren't explicitly taught during the class and applying them in novel ways on the spot. Though my guess was that at least some of those problems were markers for "if you can one-shot this, we want to know".

> If you’re hiring and looking for someone with a minimum of 1 year of React experience then you shouldn’t expect the person to take a full day to do basic tasks with React.

If you're talking about the basics, then yeah I would agree. I guess I don't really know what counts as a synthesis problem in this context, and if we were looking at specific examples it would be more obvious why one might be fair and another might not be. I've heard that line about TAs being touted as being able to solve the tests in just a few minutes, yet somehow unsolvable problems fell through the cracks to the students in the same class more than once in mine.

1 comments

If you're talking about the basics, then yeah I would agree.

That's the crux of it, really. For a lot of students, the kind of proofs we do in undergrad pure math courses are very difficult. For a math professor? They're extremely basic.

There are levels to this. If a typical high school math student is at level 2 or level 3 (of math ability), a 3rd year pure math course may be at level 10, but the professor teaching the course is at level 100. Okay, so these are made up numbers, but I hope they help to illustrate.

For someone who has never tried to write a computer program in their life, writing Fizzbuzz may be quite difficult. For a working lead developer with 10 years of experience? Quite basic.