Party
like it's
1989.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
11 COMMENTS
RETRORATING: 11
FAVORITED 1 TIMES

Christmas 1985 Through My Gobots Camera Lens


On Christmas 1985, I received my first camera. It was a present from my Grandmother who most likely was made aware of the pile of toys my parents had already purchased and chose it out of practicality. But the camera she chose wasn't just any ordinary kids camera in that it cleverly disguised it's primary function. It was a Gobots camera that was "a real camera just like Mom's and Dad's!"


I was 9 years old and enamored with all the transforming robots of the time. However, Gobots were my favorites of the lot mainly because of their smaller size. I loved playing with Matchbox and Hot Wheels cars and Gobots could interact with them and hide in their midst. By 1985 I would have had a vast collection of Gobots including the Command Center so my new camera seemed tailor-made for me. Did it transform? No. Was it a Polaroid that instantly spit out pictures? No. None of that mattered to me. All I cared about were the stickers of Leader-1 and Cy-Kill on top and the logo on the front that stared down my subjects.


Christmas 1985 was the first time I could document the holiday from my own perspective and my new camera truly made it easy. I could load the 110 color film cartridges myself from the back and use the red slider at the bottom to scroll to the ready position. There was a small counter that kept track of how many pictures had been taken and even a slot for a tower flash cartridge when I needed it. That Christmas season I would use the camera to document most of the gifts I received as well as the Christmas trees of several friends and family members during visits.


Christmas 1985 was a great year for gifts. I received a diecast Voltron robot made by Matchbox which I still own to this day. The Gobots theme passed along to a jigsaw puzzle which I immediately put together for a photo op. My love of robots continued to be made evident because I also received a gold Magic Mike robot that talked, smoked, had flashing eyes, and bump-n-go movement (top of his head is shown in the headline image above.) As a huge fan of sticker books, I was excited to receive the Panini Masters of the Universe sticker book (showcased by my dad below.) I was also a huge Ghostbusters fan and received a light blue sweatshirt featuring the logo surrounded by the words "Back Off Man, I'm a Ghostbuster!" (I'm wearing it in the headline image.)


There were two things that I wouldn't realize until many years later about my Gobots camera. First, it would take some of the most treasured pictures of my childhood. My parents divorced in 1990 so seeing them smile during silly poses with my gifts is really heartwarming. Looking at these pictures now truly helps this time period to transcend later events in my memory that would cause our family to split. 

Second, my camera would still be taking pictures long after any traces of Gobots could be found in department stores. Both stickers on the camera would eventually peel and wear off making it quite generic in the years to come, but the residue left behind was enough to remind me of its heritage. It would travel with me to sites all around central Pennsylvania and one trip to Niagara Falls before being replaced by a newer model with a built-in flash in the early '90s. I have vivid memories of showing pictures taken from those trips to my Gram on visits and she would always be amazed that the kids camera she purchased years ago took surprisingly great pictures.

I have pictures of earlier Christmases in the late '70s that my parents took when I was just a toddler, but Christmas 1985 remains my favorite thanks to a handful of pictures taken by my mighty Gobots camera.
Digg Share
Looking for more from SockofFleagulls?
READ 205388 TIMES
The Not-So-Great Pumpkin

Halloween is upon us. How I love Halloween. Halloween is especially great when you’re in elementary school in the early nineties. Parading thr...

90's Vs: Goosebumps vs Are You Afraid of the Dark

Well it's that time of year again where ghosts, Ghouls, Spirits and everything else comes to haunt the world for one night out of the year. But before...

The Cereal Incident

Remember the days you could go to the grocer with your mother and rely on the cereal aisle to have box after box brandished with the words, and I’...

Houses of Haunt

In my experience, trick or treating is a spooktacular privilege reserved for children 12 and under. Though there are plenty of adults that would pro...

A Little Witchy

Scary costume choices for females are limited. There is not really much of a choice. Of course there is the classic witch, and maybe the Bride of Fra...

Retro Thrifting

I have a deep appreciation for the past. While I don't advocate spending all your time contemplating how superior Clarissa Explains It All was to Hann...

Hanson MMMBopped Their Way Into Our Lustful Hearts

If you were a heterosexual guy in the late 1990s, you know for a fact that it happened to you: you discovered that you were bisexual, albeit temporari...

Saloon Girl

When I was eleven and in sixth grade there was a strange limbo between sexy and scary. Back in 1995 sexy costumes were not like the ones today. Th...

Halloween Hallelujah!

Some kids live for presents under the tree on a cool, Christmas morning, others prefer the hunt for Easter eggs as Spring begins and of course the Jr...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=9168

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1262): CActiveRecord->update()
1257                 $ifFavorited = $ifAction = 0;
1258             }
1259 
1260             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1261             $article->reads += 1;
1262             $article->update();
1263         } else {
1264             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1265             exit();
1266         }
1267     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-07-21 11:48:58 Apache Yii Framework/1.1.11