was not…
Waking up late
Sleeping early
And couple of other incidents
But..
Cleaning up some junk in my room
Wrapping some books with plastic cover
Playing the 3 Chopin’s funeral marches.
(and a tennis game and …. and …accident-less)
Time to Study now!
The course I’m in now is called ATT. Ammunition Technical Handling. On successful completion on the course we would be ATs (Ammo Technicians). So ATT can spells Ammo Tech Trainees if you would want to think in that way.
This post is not going to cover any details on what I’m going through, but rather a link to someone’s blog where described his life where he previously went through the same course.
His name is Patrick Lee from ATT-8, and his site link. Tts not a long time ago, and many things changed yet as much the same we are experiencing the same. The main page could be very long so you either go to his archives, or do a search for the term ammo on the main page.
The start of his story begins around Wednesday, August 25, 2004
Extracts
“ever since i got my new vocation. Ammo tech at School of Ammuination. ”
“i came to realise tt i will be dealing wif ammuination of the SAF wor.. haha.. highly secretive als eh… ”
“n 27 pple are the lucky few selected for tis vocation to be a ammo specs… ”
“and a special Ammo Tech badge eh… ”
“cookhouse food is definately better than the cookhouse in Tekong”
“i was very bz wif tests lah… ”
“need to go through 31 of them in 5 mths of training eh.. ”
“Heng got tips sia… bo sure to chui into pieces 1 wor.. ”
“15 chapters eh.. worst than poly… once learn liao then test… siong sia.. no time to study 1…”
That was the start of the rants, as it was after his first test only. you could on and learn more about his experiences.
As for me, I just hope to make it through well, gaining precious experiences, enjoying whatever time i have.
2 accidents and several near misses and fatal accidents in the past 2 days.
Not really accidents but 2 knocks. 1 yesterday and 1 today. Both hit pillars while I was starting the journey from 2 carparks in 2 vehicles. Small dents and scratches visible.
Near collisions occur from sliding cross lanes while I wasn’t “balancing” myself on the lane to some crazy driver dashing across the red light near missing me by inches as I make my turn into another lane.
I think I should take a break from driving for some time.
For singapore.
Something like Google Maps demostrate the power of aJAx.
Here’s a simple “ajax” map for Singapore’s Streetdirectory. Its far from working good (coded in a spur), but its nice to play with anyway. Alternatives could be coded in GreaseMonkey. Improvements could be done 1) Prefetching 2) Layering 3) and DHML dragging.
Here’s the code
<br />
<img alt="" id="streetimg" name="hi"/> <br />
<input type="button" onclick="clevel(1);" value="+"/> <input type="button" onclick="clevel(-1);" value="-"/> <input type="button" onclick="cy(1);" value="Up" title="Beginning"/> <input type="button" onclick="cx(-1);" value="<<" title="Previous"/> <input type="button" onclick="cx(1);" value="/>>" title="Next"/> <input type="button" onclick="cy(-1);" value="Down" title="End"/>
<script type="text/javascript">
var x,y, level, sizex, sizey, incr;
x = 15814;
y= 34552;
level = 2;
sizex = 350;
sizey = 350;
incr = sizex * 2;
var streetimg = document.getElementById("streetimg");
alert(streetimg);
//var streetimg = document.images.streetimg;
test = getImage2();
swap(test);
function getImage2(){
return getImage(x,y, level, sizex, sizey);
}
function getImage(x,y, level, sizex, sizey){
var preImage = new Image();
preImage.src = "http://www.streetdirectory.com.sg/genmapphp.cgi?x=" + x + "&y= " + y + "&level="+level+"&sizex="+sizex+"&sizey="+sizey;
//&iconlist=star1,x,y;
return preImage ;
}
function swap(nextImg){
streetimg.src = nextImg.src;
}
function clevel(changeLevel){
level += changeLevel;
swap(getImage2());
}
function cx(by){
x = x + by * incr * 7/level;
swap(getImage2());
}
function cy(by){
y = y + by * incr * 7/level;
swap(getImage2());
}
function prefetchs(){
fx(1);fx(-1);fy(1);fy(-1);
}
function fx(by){
x = x + by * 1000;
getImage2();
}
function fy(by){
y = y + by * sizey;
getImage2();
}
</script>
Today is smallest sister’s birthday.
Father and brother is not at home, so mom and us make do with a Sara Lee Baked Ice-cream Cheese Cake. 
Recent Comments