Skip to main content

Seat 14C

I have found a writing competition that is open to anyone [http://seat14c.com/]

I thought that I would share my first couple of paragraphs with everyone, so here goes:

====================

I was dozing when we went through the turbulence, I've been through a lot worse before. I hardly notice it any more. it's just part of air travel. I did wake up though, so I asked for a cup of tea and went back to reading my book.

This was the last leg of my round the world trip. I had started in London, traveled around europe, then on to asia and australia. Now I'm off to travel across America for a few weeks, then back home and back to my final year of college.

it was night as we approached our destination. I was surprised that I couldn't see many lights on the ground. It was a little after that that the captain announced that he had been told to descend quickly and warned us make sure we were seated and had our seat belts on. While the flight attendants were  walking the aisles making sure that people were belted up, the plane seemed to start diving towards the ground. I looked out the window and saw a fighter jet along side us. it seemed to be tracking our descent.

The captain came over the tannoy again "please don't worry about the planes following us down. they are just there to help us with our descent". So at least this descent was intentional. I'm sure I wasn't the only one thinking we might be crashing, we were descending so fast.

I was surprised how close the jets were to us. any closer and I'd have to give up my seat to the pilot. Normally it takes a while to actually get on the ground once we start approaching an airport, but today we must have been given priority as we just continued to descend and I saw some lights ahead of us. I could just make out the airport and landing strip, but everything seemed a bit dimmer than I remembered.

It seemed like we were only a few hundred feet from the runway when the escort jets finally pulled away. It was as though they were making sure we actually landed and didn't fly off. The landing was a bit rough, we hit the tarmac quite hard and the captain applied the brakes much harder than I've felt before. I was pushed forward into my seat belt. it seemed to all be a bit rushed and as we taxied to the gate there were lots of military vehicles on the ground. when the steps were in place and the door opened, an armed military figure entered the plane and ordered everyone to leave quickly. we all grabbed our bags and got off the plane.

====================

This is the first rough draft and hasn't been edited at all yet. before I submit this (by August 24th) I will edit it quite a few times.

Comments

Popular posts from this blog

Windows Subsystem for Linux Internals

Background Windows Subsystem for Linux was developed by Microsoft to enable command line programs compiled for the Linux operating system to be executed on Windows. To explain the architecture I would like to show the evolution of OS design and how that has enabled this subsystem to be built. Dark Ages (or Back in the Day) Microsoft's MS-DOS was quite primitive in its design (compared to today's OS's). It is a single user OS that can execute one process at a time. DOS had an application programming interface to allow user programs to access some hardware in a device independent way, but only for character-based applications. This allowed applications to display graphical elements emulated with text characters as these screenshots of Microsoft word for DOS show: This is Microsoft Word version 1. To use these programs you had to remember key combinations to bring up the menus and used the cursor keys to navigate around the screen. If the a...

I'm a Triathlete (again)

So, I've finally done it. I'm a Triathlete again. First a bit of background. In the 90's I used to work at Xerox in Hertfordshire. I used to run with the work club some lunchtimes, swim with friends on the other lunchtimes and cycle to work some days. Xerox had a small gym on site with a resident fitness instructor. Approximately every six months I would have a fitness test to see if I was getting fitter. it was a stationary bike test and they measured fat percent and blood pressure (probably a bit more, but it was a long time ago now). During one of these fitness tests the instructor asked what exercise I did, and told him, and he suggested that I have a go at triathlons. So I looked for magazines (This was actually before Google. Yes there was a time before Google existed). I found a magazine called "220 Triathlon" and read through it to learn more about triathlon and look for races. I'm not sure how I found out about it, but I was told about the ...

Creating a Watch Face for Android Wear OS 2

Step 1 - Setup my watch for development I have wanted to create a watch face for android wear for a while, but as no new watches were being released my old Moto 360 watch running wear os 1.0 got out of date and I stopped using it. For Christmas 2018 I got a new wear os watch running wear os 2.2 (android os 8.0.0). it has a round 400 x 400 screen and I decided to finally get round to creating myself a custom watch face for it. The first thing I do with all my android devices is to enable developer options. if you don't know how to do that then you can find the method using a google search. I won't give it hear as it opens up all sorts of options that could make android become slow/unusable. Once I had developer options enabled, I turned on USB debugging. This watch (as opposed to my old Moto 360) has a USB connection to the computer, so I don't have to use WiFi debugging (which has to be set up for each debugging session). now on to the watch face creation. St...