Hacker News new | ask | show | jobs
by whywhywhywhy 556 days ago
It's because in reality it just doesn't work that way, the reality of what education really needs is ways to collaborate on documents and sync those back to teachers, ways to broadcast or watch recordings of lessons and most of all reliability and control. In reality these needs are better served by Chromebooks or Android tablets. The fact that the Pi is a real computer and runs the real version of Python on a real OS while meaning a lot to the "maker movement" and hoddyist hackers it means nothing in the reality of teaching a child how code works which would probably be done more successfully in a web app and a web based Python interpreter or the wider reality of using a computer for work outside of code (most of the curriculum).

Personally I wish the world was different and those things mattered but in the reality of education it doesn't and as time goes on it feels more and more like the education manifesto of Pi feels opposite of reality. Take this like from their release:

"during the early days of the COVID pandemic, when we worked with the Raspberry Pi Foundation to deliver thousands of Raspberry Pi 4 Desktop Kits and monitors to young people studying from home in the UK"

Like what use would that have been? The systems can't run Zoom, not powerful enough to handle Google Meet, they can't handle videostreams competently enough for a conference, they don't have a microphone, don't have a camera like how would this have helped anyone learn during COVID when the main requirement was video conferencing.

2 comments

>Like what use would that have been?

Advertising, PR, virtue signaling and maybe getting some kids into some embedded linux development who will then grow up and use the Pi in commercial products at work.

Win on all fronts for the RPi corpora-, sorry I meant foundation.

You have a very myopic view, intentionally or not.
Maybe you can detail and clarify my view on why you think that is?
Yeah that quote is a bit nuts.

The reality is that the pi isn't a general educational product - it's a computing educational product. And that is fine. If a kid wants to learn about programming, about what goes on under the hood, it's a fine addition to their locked down school Chromebook.

>about what goes on under the hood

But you can do that on a regular laptop/computer running Linux sine that's what RPi also runs. You don't need an additional RPi to learn what's under the hood of a device running Linux.

And that gets really, really complicated when you have 1 teacher and 200 students to teach that week, each with a different hardware configuration, differing skill levels, devices in various states of repair, etc.

RPi is pretty much the cheapest way to get a brand new, standardized device into the hands of each of 200 students, then give the same curriculum to each student that will work the same, with predictable errors the teacher is going to be more ready to troubleshoot, instead of trying to figure out why some kid's PC segfaults because of an error on a Broadcom device that was only available on devices manufactured in May of 2014 (but sold in September of 2017, the ones manufactured 05/2014 but sold before 9/2017 are perfectly fine) when he tries to use any function using sin in Python (but the libc one works just fine).

Schools have historically paid a premium for this, like the Basic Stamp, which was really just a PIC microcontroller preflashed with some other stuff on the PCB to help it run, and sold at a crazy markup, but was well integrated into a standard curriculum that gave every student the same starting point and something that a teacher could easily help hundreds of students with. It's also kind of why Arduino became so popular -- did the same thing, but a fraction of the cost.

One good reason is that you can try stuff that would screw your laptop. Whereas with a pi it's just flashing the card again.

I used to work for a company that sold pi kits for schools, you could let 7-9 year olds try stuff that teachers and parents would not let them do to a laptop. Totally breaking a computer and fixing it again is a great experience, but not one you want to have on your primary machine