←back to thread

359 points FromTheArchives | 1 comments | | HN request time: 0s | source
Show context
Imnimo ◴[] No.45293673[source]
I looked at the example for computer science basics for a 7th grader interested in food. Explanations include:

"a list can be used for a recipe"

"a set can be used to list all the unique ingredients you need to buy for a week's meals"

"a map can be used for a cookbook"

"a priority queue can be used to manage orders in a busy restaurant kitchen"

"a food-pairing graph can show which ingredients taste good together"

Maybe I'm over-estimating the taste of 7th graders, but I feel like I would get sick of this really quickly.

replies(12): >>45293709 #>>45293849 #>>45294241 #>>45294326 #>>45295433 #>>45295632 #>>45295729 #>>45295945 #>>45296066 #>>45297739 #>>45300529 #>>45301902 #
joshvm ◴[] No.45294241[source]
I'm sure computer science has improved in high school over the last (gulp) 20 years, but when I did variations of IT and programming lessons before university, it was bad. This was peak "you must Microsoft Office"-era. I've been involved in outreach for almost as long at this point. A lot of kids ask sensible questions like 'when do I ever need to use trig in real life?', because the examples in lessons and exams are so divorced from reality that it feels pointless.

I do think there is pedagogical value in showing where these concepts can be used practically and the advantage of LLMs is that you can transform the examples to what you're actually interested in. For example the Red Blob Games series on A* pathfinding are really good at showing how Dijkstra and graph traversal algorithms work, for a use-case (video games) that is appealing to a lot of nerdy people.

replies(5): >>45295848 #>>45295955 #>>45296330 #>>45299215 #>>45301424 #
locococo ◴[] No.45295955[source]
All the text books I've ever seen had practical examples in them. Like determining the height of a tree or a house simply based on trigonometry.

Your suggestion is interesting but I am not convinced that a student would be helped by aligning the examples with their interests. I could see a student asking how trig relates to computer games and the example the LLM generates becoming much more involved.

I see no problem with the examples being boring. The people that developed these techniques had such fundamental problems to solve and the wonder to me is the human mind that came up with these methods.

All this to say, maybe we lack appreciation for the fundamental sciences that underpin every aspect of our modern lives.

replies(2): >>45296441 #>>45298379 #
1. lelanthran ◴[] No.45298379[source]
> I see no problem with the examples being boring.

I'm in agreement with this point; the examples are boring, but that's not really relevant. After all, we're mostly talking about Maths ITT, not history or social sciences.

1. Some foundational study is needed before you get to the really interesting problems at a higher grade/level/school/university.

2. Who cares if they are boring? A spectacular facility to learn Maths which is demonstrated by high marks indicates better abstract reasoning skills, making it easier for specific trades to decide who is more suitable.

3. How will the kids know whether they like Maths or not if they skip trig in high school?

(Sidenote: Am I the only one who finds trig easy and everything else in Maths hard?)