Location>code7788 >text

Musk: Education is about solving problems, not teaching tools.

Popularity:598 ℃/2024-07-28 14:53:18

1. Musk: Education is about solving problems, not teaching tools.

[3,4,6]

2. God's way of teaching

I understand it to be like a game, getting constant feedback from the environment, having fun, fixing deficiencies, rather than wasting your willpower on tools and principles.

Learning by doing is something we are born with

For example, when we learn to speak, we don't learn pinyin first, or learn to walk, or learn the principles of mechanics first, but we just imitate and learn as we speak. Without realizing it, everyone can talk and walk, and we're doing pretty well.

It's God's way of teaching.

The world has been learning for a long time.

Because since civilization and rationality, human learning has gradually shifted to principle- and foundation-oriented systematic learning, which seems to be efficient, but often focuses too much on input and practice and neglects output and feedback, making the learning process painful and uninteresting. [2]

3. Status of education

I think back to the education around me that was basically teaching tools and principles, in terms ofArtificial learning systems Inside listening to a teacher talk about what he's been talking about for 10 years.

History.

It is important to analyze and reflect with historical rationality, rather than remembering what happened in 1991 [5].

English.

You should communicate, read, write, and not focus on grammar and words.

Science (biology/chemistry/physics).

The spirit of inquiry and experimentation should be cultivated rather than memorization of concepts and definitions.

4. Computer specialization

A computer curriculum system map, basically most of the domestic computer faculties and departments of the curriculum is based on this map to do some revisions, much the same:

[7]

4 years full of tools and principles.

90% of the students I see, even after 4 years of hard work, can't write a single project.

Students who joined the Lab in their freshman year were able to work on a graduation-level project within 6 months [8].

I see that 90% of the students on the honor wall are from the lab.

Here are some of the training programs, self-study [9].

  • Preparation, Including Science, GhatGPT, Copilot, Google SearchDaily output blogs
  • Programming language (golang) 3 days, go through it, all code needs to be hand-tappedOutput Blog
  • Data Structures Algorithms, Sword Offer, At Least One Question A Day,Output Blog
  • For weekly project assignments, here are examples.
    1. Multi-threaded sequential printing
    2. cpu, memory performance monitoring graph (similar to AliCloud server performance monitoring page)
    3. Hand rubbed RPC communication demo
    4. Hand-written file-based MQ demo
    5. Student Course Selection System
    6. Multi-level caching scheme
    7. High Concurrency Chat Room
    8. Hand rubbed web framework demo
    9. Hand rubbed kv storage demo
  • Sophomore year, interviewing for internships, and reviewing each interview, digging deeper into what you don't know, and outputting a "resume story."

5. Applications

5.1 Resume stories rather than rote memorization

For example, computer science majors looking for a job.

2 Species Ideas.

  1. Operating Systems, Computer Networks, Data Structures Algorithms, Database Libraries... Read a book to learn the basics
  2. Constant internships, constant interviews, problems encountered, questions asked as a breakthrough point, each point to dig deeper into the "resume story" (for example, the average score of the online explanation of this knowledge is not 60, you need to output an article of 70-80)

I'll go with method 2.

5.2 Outputs, not just inputs

Whether they are in school or in the workforce, all of them think that as long as they work hard to input, keep learning, and keep reading books, they will surely be able to learn, however, the reality always disappoints them.

They never seem to consider that as soon asoutputsSomething in exchange forsend back information, motivate yourself in another way.

Maybe.Because of the time spent in the man-made learning system.Some people have a hard time believing that the "skip the principles, go straight to practice" approach is effective, and they believe that this approach is nothing more than an oddity, and that strong perseverance and cognition are the right way to learn.

Suggest that they go and output something, either by speaking, writing, or sharing the video ...... Be sure to output

Because you can't just learn and learn without producing anything, because learning without feedback is not only painful, but nine times out of ten it will fail.

That's what the big boys have been saying, and I'm getting to know what they're talking about.

  • Feynman Learning Method
  • Teaching is the best way to learn.
  • Output pushes input
  • ...

That's why I'm writing this article

6. References

  1. How can you find pleasure in learning through positive feedback?/p/103700441
  2. Cognitive Awakening - Section 6 Feedback: it's time to show you what real learning is all about/web/reader/6a732ce07201202c6a7b30a
  3. elon musk global conference: /watch?v=s5o5m7LP6YY&ab_channel=electronmediagroup
  4. [complete and fine-tuned] Elon Musk's latest May live conversation with the President of the Milken Institute [in Chinese and English]./video/BV1Qm421H7sz
  5. Elon Musk says education is so stupid now, it's an era behind :/p/708885464
  6. Screenshot Stitching Tool./
  7. University Computing Curriculum./zonkidd/articles/
  8. 4 years of university./#/throught/chance
  9. /go-tutorial/
  10. golang: /go/