I've discovered that there are serious holes in my knowledge of German regarding the future tense (or tenses?) and prepositions. I came to this conclusion after attempting to write a text message that seemed to be mostly future tense and prepositions.
Tuesday, January 10, 2012
Wednesday, January 04, 2012
Social Media Exhaustion
Several years ago, when Twitter was new and fresh, I decided I didn't want to join because I didn't see a need for it. I regret that decision now because I have joined, and my preferred usernames were taken, which may not have been the case had I joined all those years ago. I joined it mainly for the puns, but I've stayed for the made-up stats, random trivia, and useless banalities.
I hope there aren't any new social media on the horizon. I don't know how I'd keep up with it all.
It's been a while
My last post was in november. I completely missed december altogether. I'll try to use this more this year. Maybe it could be a resolution or something.
Wednesday, November 16, 2011
Should I be driving automatic cars?
Thursday, November 10, 2011
Polar Bear
function polarbear
% plots a polar bear in Matlab
function ec(h,k,a,b,ang)
% (h,k) is the center of the ellipse or circle
xp=a*cos(ang);
yp=b*sin(ang);
plot(h+xp,k+yp,'LineWidth',3,'Color','blue');hold on
end
% First plot curves that use theta between 0 and 2pi
ang=0:0.01:2*pi;
ec(5,0,2,2,ang),ec(-5,0,2,2,ang) % plot the feet
ec(2,0,1,1,ang),ec(-2,0,1,1,ang) % plot the hands
ec(0,9,4,3,ang) % plot the head
ec(1,10,0.25,0.25,ang),ec(-1,10,0.25,0.25,ang) % plot the eyes
ec(0,8,1,0.5,ang) % plot the nose
% Plot remaining curves for specific theta
ang=0:0.01:pi/2+3*pi/180; ec(5,0,2,5,ang) % plot the right legs
ang=pi/2-3*pi/180:0.01:pi; ec(-5,0,2,5,ang) % plot the left legs
ang1=pi:0.01:240*pi/180; ang2=-60*pi/180:0.01:0; ec(0,4,3,3.60,ang1),ec(0,4,3,3.60,ang2) % plot the arms
ang1=-24*pi/180:0.01:45*pi/180; ang2=pi-45*pi/180:0.01:pi+24*pi/180; ang3=254*pi/180:0.01:286*pi/180; ec(0,4,5,5,ang1),ec(0,4,5,5,ang2),ec(0,4,5,5,ang3) % plot the body
ang=0:0.01:155*pi/180; ec(2,11,1,2,ang) % plot the right inside ear
ang=26*pi/180:0.01:pi; ec(-2,11,1,2,ang) % plot the left inside ear
ang=-5*pi/180:0.01:156*pi/180; ec(2,11,1.25,2.25,ang) % plot the right outside ear
ang=25*pi/180:0.01:185*pi/180; ec(-2,11,1.25,2.25,ang) % plot the left outside ear
ang=pi/4:0.01:pi/2; ec(1,10,1,1,ang) % plot the right eyebrow
ang=pi/2:0.01:135*pi/180; ec(-1,10,1,1,ang) % plot the left eyebrow
ang=119*pi/180:0.01:2*pi+61*pi/180; ec(0,7,2,1,ang) % plot the mouth
ang=200*pi/180:0.01:320*pi/180; ec(0.75,8,0.75,1.5,ang) % plot the right smile
ang=220*pi/180:0.01:340*pi/180; ec(-0.75,8,0.75,1.5,ang) % plot the left smile
end
Bookmarking
I'm currently sat on a bus, on my way home, and I've just witnessed a woman fold over the corner of the page in the book she was reading. I wanted to tell her to refrain from such ghastly book defacing, but I restrained myself, and instead I'm just ranting on my blog. Books deserve better treatment.
Thursday, October 20, 2011
Nuts with extras
I felt a bit peckish so I wandered over to the fruit cart thingo at uni and bought a small plastic container of cashews. After eating all of them, I noticed a small insect in the bottom of the container. I didn't ask for cashews with insect when I bought them, it was just a free added surprise. I didn't eat the insect, in case you were wondering.
In other news, I wasn't shortlisted for the dsto job that had a ludicrously long set of selection criteria that took ages to complete. How annoying. This means I'm going to be unemployed, at least initially, when I graduate. I hope it doesn't take too long to find a job, and I'd consider implementing a time limit in this country, except that foreign economies aren't going very well and it might be hard to find a job in europe.
Wednesday, September 28, 2011
Friday, September 16, 2011
Swipe card
My swipe card has locked me out of the lab I work in because I left the lab to get lunch but the card decided to stay on my desk in the lab. Very inconvenient, especially as most of the other people I know who use the same lab don't seem to be around at the moment.

