Sam

Sam’s interests

Summer 2014: Right now I am playing roller hockey and really like skating. I practice twice a week and have games on Saturdays. I am also working on JavaScript. Here is a program I just created last night:

3D shelf!!!!!!!!

Made using: Khan Academy Computer Science. Here’s the code I wrote myself:

var merock = 160;
var draw = function() {

stroke(255, 0, 255);
fill(255, 0, 0);

background(0, 0, 0);
text(“instructions: click to move!”, 121, 50);
quad(merock + 90, 150, 300, 200, 300, 300, merock + 90, 250);
quad(merock, 150, 200, 200, 200, 300, merock, 240);
quad(merock, 150, merock + 90, 150, 300, 200, 200, 200);
rect(200, 200, 100, 100);
if (mouseIsPressed && mouseButton === RIGHT) {
merock = merock + 10;
}
if (mouseIsPressed && mouseButton === LEFT) {
merock = merock – 10;
}

};

 

Winter 2013/14: Right now I am interested in a variety of things. For example, Minecraft (a video game), cubing, and speed stacking. I like playing football and basketball and sometimes soccer. I’m on a basketball team now and I practice every Wednesday.

Here are links to my YouTube Channels:

DominoDude1000

Bainbridge Island Mining Company

Working on cubing with a new Guhong (stickered cube). The stickerless ones are not used in competition because you can see ahead more easily - they cut the time needed quite a bit.

Working on cubing with a new Guhong (stickered cube). The stickerless ones are not used in competition because you can see ahead more easily – they cut the time needed quite a bit.

 

Sam had us in absolute stitches tonight with his salad dressing monologue! I had tears rolling down my cheeks!

Sam had us in absolute stitches tonight with his salad dressing monologue! I had tears rolling down my cheeks!

"Oh, these vegetables are really big. That tomato must be five feet tall. I wonder how big the vine was. Where did they come from? Maybe the forest? It is really rare to find vegetables just lying around in the forest. Oh! This says "valley." What is a valley? I this hump here. Wait, let's look over there. There's a hump there, too. And a space between. Oooh! I see a chicken salad. I wonder how many chickens that is. I wonder how many people that could feed." It went on and on for five minutes!

In a funny low voice: “Oh, these vegetables are really big. That tomato must be five feet tall. I wonder how big the vine was. Where did they come from? Maybe the forest? It is really rare to find vegetables just lying around in the forest. Oh! This says ‘valley.’ What is a valley? I see this hump here. Wait, let’s look over there. There’s a hump there, too. And a space between. Oooh! I see a chicken salad. I wonder how many chickens that is. I wonder how many people that could feed.” It went on and on for five minutes!

 

3 Comments

  1. Allison Krug 30 December, 2013

    That was SO funny! I am STILL laughing! You are hilarious. I said it was a great dinner, the hardest I’d laughed in a long time, and you said in all seriousness, “so, I enhanced it for you” and I lost it again!

  2. Gramma 31 December, 2013

    Wish I’d been there – I’m ready for a belly laugh! Always keep that camera ready to video your spontaneous comedian! Way-to-go, Sam!!!

  3. Allison Krug 31 December, 2013

    Yeah, woulda been fun to capture but also wonderful to just enjoy in the moment! My camera was only 5 steps away but I didn’t want to miss a thing!

Leave a Reply

Your email address will not be published.