Mike Reed has created a Raspberry Pi cluster using over 30 boards total for his students to connect to during class.
Cluster of 32 Raspberry Pis Powers Coding Class : Read more
Cluster of 32 Raspberry Pis Powers Coding Class : Read more
The scheduled forum maintenance has now been completed. If you spot any issues, please report them here in this thread. Thank you!
Logo was a waste of time, for me. They never connected it to real programming or algorithms, so it ended up being pointless.Hello World - Reminds me of fun times learning using Apple Logo.
It also provides a degree of isolation for the students; should one student generate problems on their node other students remain unaffected. In addition, it simplifies how the teacher addresses problems; a student with a question has a known environment for the teacher to locate and examine.One Pi per student might be simple, but it's also a bit boring and more expensive than it really needs to be, if they don't need to run interactive graphical programs on them (which they probably do).
Well, Pi runs Linux. Linux provides a wealth of mechanisms to reduce friction between users.It also provides a degree of isolation for the students; should one student generate problems on their node other students remain unaffected.
You mean by connecting to their desktop session? I guess that's simpler than having the teacher connect to their terminal device, assuming those might be personal devices the teacher doesn't control.In addition, it simplifies how the teacher addresses problems; a student with a question has a known environment for the teacher to locate and examine.
https://en.m.wikipedia.org/wiki/Turtle_(robot) it was based around the turtle robot. I always loved it at school when they brought that thing out and had it scooting around the classroom where you'd program it on the computer at the time!I also didn't get why they called the cursor a "turtle". That was just confusing, for little kids, as it looked nothing like one - it was just an isosceles triangle.
Even more so when they're using an iMac + iPad to access a rPi. Seems a bit overkill considering the amount of computing power they've got on their desks to then just use it to remote into a raspberry Pi!In a wealthy American school district, perhaps the cost of a Pi per student isn't significant, but you can't argue the same is true around the world.
That doesn't help, when you've never seen nor heard of such a robot.https://en.m.wikipedia.org/wiki/Turtle_(robot) it was based around the turtle robot.
My dream would be to do something like using GlusterFS to create a distributed filesystem across them, so you have a large, scalable, fault-tolerant filesystem that's accessible from all the nodes.If you're using this setup like a mainframe I wonder if there is OS that lends itself to handling concurrent users? It seems like a waste to make a cluster where ratio of devices to students is still 1:1