Teaching programming part 2

Ok here’s my favorite program to play with for teaching children their first lesson // Simulate the world being destroyed (or prospering) using System; namespace worldsim { class MainClass { public static void Main(string[] args) { // Number of life forms on Earth int people = 400; int animals = 300; int plants = 500;… Continue reading Teaching programming part 2

The unbreakable Linux Desktop

A common need I find myself fulling is setting up a desktop that lasts forever without maintenance.  Ubuntu Linux doesn’t suffer from outside attacks generally (virus’s and such) but a 6 year old user is another story.  What we need is a desktop that limits user access while still allowing users to save documents and… Continue reading The unbreakable Linux Desktop