Anecdotes ahoy

Published March 24, 2013
Advertisement
[color=rgb(51,51,51)][font=Georgia]


A smorgasbord of anecdotes carefully compiled just for you, dear reader. This is #2 in a series of three posts which were originally one, before I decided I just had too dang much to say.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


OpenStack

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


I spent a few weeks at work building a fully operational [s]death star[/s] OpenStack cluster. What does that mean? Basically, we have our own little private version of Amazon Web Services. We can create virtual machines, virtual hard drives, even virtual IP addresses, all with just a few clicks. It also includes an S3-alike called Swift.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


I worked purely on the software side, but the hardware is pretty cool too. Here's a pic that I hopefully will not get in trouble for posting. It's just too awesome not to brag about.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


3nPF5mZl.jpg

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


I used JuJu to deploy everything, which took care of most of the boring work of installing operating systems and configuring the software. There were still some kinks that I had to iron out manually. I only had to blow away everything and start over three or four times.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


Every node in the cluster is monitored by Ganglia, which records CPU, disk, network, memory, even VM statistics. I highly recommend it; I even got it recording the datacenter temperature from a USB sensor with relatively little hassle.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


There's also a Nagios server that periodically checks on the Ganglia metrics. We can set a threshold on any metric recorded by Ganglia and have Nagios send us an email when the threshold is exceeded. The only thing still missing is a GSM modem to allow Nagios to send us text messages if the internet connection dies.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


Each day, a cron job on each of the three critical machines in the cluster fires up and rsyncs its entire hard disk on to an external RAID machine. I also set up a Nagios alert that fires if a backup fails or misses a day.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


Teaching

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


For some time now I've felt a tug in the back of my mind calling me to teach. WARNING: religion-speak ahead. In Christianity-land we call this "being led by the Spirit". For those unfamiliar with the lingo, it usually means "I want to do this thing, and it feels right, and there's nothing stopping me, so I'm pretty sure it's Spirit-led." (Side note: Christians spend way too much time trying to "discern God's will for my life." Just do your best, people.) (Side side note: I'm not cynical at all.)

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


So one day on my lunch break, I walked into my old middle/high school and said, "I'd like to teach a computer science class." They said, "can you start in a few weeks?"

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


In a few weeks I'm starting a teaching "trial run". It's a short, simple class, once a week for six weeks, mostly just to get kids excited about CS. If all goes well, Lord willing I'll probably start a more in-depth class next year. And oh man do I have some crazy ideas.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


I was intrigued by an article on flipped classrooms, which go like this: watch lectures on YouTube at home, and do all your homework in class. Backward from the usual pattern. Here's why:

[/font][/color]

  • Lecturing is probably the least efficient form of teaching you could come up with, but it's often the only practical option for uploading information into people's brains. Recording the lectures on video at least mitigates some of the problems by allowing students to pause, fast-forward, or skip the entire lecture.
  • As a student, I never thought of good questions in class. They always came later that night (much later) when I pulled out the homework and hit a brick wall. By devoting the whole class period to homework, the teacher can maximize the time they have to answer questions.
  • The flipped classroom motivates students to participate in class, since they're already stuck there and it's in their best interest to finish their work quickly while they have access to the teacher.
  • I always studied alone, but most students work better in groups. This teaching model obviously encourages lots of collaboration.
[color=rgb(51,51,51)][font=Georgia]


This is all theory for me right now, but I'll let you know what I've learned a month or two from now. It's all very scary and new. Kids are going to be harder to program than computers, I think.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


New Apartment

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


All I have to say is this:

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


inXkZF4l.jpg

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


Much more is happening. The next post will cover everything in Lemma. The project that simply will not die.

[/font][/color]
[color=rgb(51,51,51)][font=Georgia]


Mirrored on my blog

[/font][/color]
3 likes 6 comments

Comments

jjd

That cluster is freaking awesome! Definitely brag-worthy :)

Good luck with the teaching. Have you taught much before?

March 24, 2013 06:58 PM
evanofsky

Isn't it? My boss built the hardware. Those are Ikea shelves, haha.

I teach five-year-olds at church and I had some experience in high school working with middle-schoolers, but I've never taught in a real school environment. This school is real small anyway, so hopefully it will be a good learning experience.

Nice avatar, btw. I'm at 35% pre-loading Infinite right now. :) I'd upvote you, but ratings have been broken for me for awhile.

March 24, 2013 09:06 PM
jjd

Thanks! I created the telekinesis plasmid for bioshock so I have a particular fondness for it. Definitely looking forward to seeming what the irrational team have put together for bioshock infinite.

March 25, 2013 12:04 AM
evanofsky

I had no idea! That's awesome, telekinesis was the best. Big fan! :P

March 25, 2013 01:14 PM
Michael Tanczos

Some advice for teaching (I'm a high school programming teacher).. the best teaching works in cycles where you provide the information you want them to know, they have some time to experiment/play with it in a controlled fashion, then they demonstrate to you what they learned. This literally should be what you do every 1-2 lessons. Lecture is okay but it doesn't engage the student on many levels. There are plenty of teaching methods that will put more of a burden on the student.. http://olc.spsd.sk.ca/DE/PD/instr/intera.html

Just use varying methods as much as possible.. I always like it when you flip things around and let the students try their hand at teaching a concept.

March 29, 2013 03:21 AM
evanofsky

Thanks for the advice. That's exactly what I want to do! And thanks for that link, I glanced over it but I'll definitely take a deeper look into it this weekend.

March 29, 2013 05:47 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement