<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Thesis Procrastination</title>
	
	<link>http://thesisprocrastination.com</link>
	<description>Sharing my opinons on life, the universe and everything while putting off more worthwhile endeavours.</description>
	<lastBuildDate>Fri, 29 May 2009 22:46:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/thesisprocrastination" type="application/rss+xml" /><item>
		<title>Student stupidity (part 1)</title>
		<link>http://thesisprocrastination.com/2009/05/30/student-stupidity-part-1/</link>
		<comments>http://thesisprocrastination.com/2009/05/30/student-stupidity-part-1/#comments</comments>
		<pubDate>Fri, 29 May 2009 22:46:38 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[students]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/30/student-stupidity-part-1/</guid>
		<description><![CDATA[I’ve had a very busy time over the past two weeks with my students having a major website development assignment due.&#160;&#160; Out of a class of 88, I’ve had around 12-15 students coming to see me nearly every day.
 
 There are two or three who come more than once a day.&#160; These are the [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve had a very busy time over the past two weeks with my students having a major website development assignment due.&#160;&#160; Out of a class of 88, I’ve had around 12-15 students coming to see me nearly every day.</p>
<p> <span id="more-413"></span>
<p> There are two or three who come more than once a day.&#160; These are the very bottom students in my course.&#160; One of them is a repeater from last year.&#160; They come with the most basic questions about things that I have showed them and explained in class and that they have practiced in labs.&#160;&#160; It’s pretty damning when in Week 11 of their second programming course, when told that in order to insert a record into the database they need to call the Insert method (something which is itself so blindingly obvious they shouldn’t need to be told), they reply ‘How do I call a method?’.&#160;&#160; How can you get past the stage 1 course without knowing how to call a method?</p>
<p>There are several others who insist on doing things differently to the way I taught them.&#160; One of the requirements is for a persistent to-do list, that users can log back into and update at any time.&#160; A student implemented this by storing all the information in a cookie and then asked me if it was acceptable.&#160;&#160; Excluding issues of cookie size, I explained that it didn’t really meet the persistence requirement, as the user could only retrieve their items if they logged in from the same browser on the same computer and if they didn’t have a plug-in that deleted cookies on logout.&#160;&#160; She got a bit huffy at that and made a big production of saying how she’d have to go and re-implement everything based on the lab ‘on top of all the work I’ve already done’.</p>
<p>I also have students who are trying to take the easy way out but in the process are making things more difficult for themselves.&#160; I told them they should use strongly typed DataSets for their database connections.&#160; You can generate all of the SQL queries you need to connect to the database very easily.&#160; Basic select, insert, update an delete are created for you, and you can modify these for other scenarios either by direct editing or using a query builder.&#160; Then, most binding can be done without procedural code.&#160; Things like inserting, deleting in code only require two lines of code.&#160;&#160;&#160; However, quite a few of these students seemed to think this was too much effort, and decided to try and find the code on the internet. As a result I have students coming to see me with three screenfuls of code that is trying to load data from a database and create a grid, and they tell me they’ve spent hours getting it to work and it just doesn’t.&#160;&#160; I ask them why they didn’t do it the way I showed them, and usually do it in front of them in about two minutes.&#160; They mutter something about thinking it would be easier their way.&#160; </p>
<p>I console myself with the fact that the majority of the class have actually figured out how to do it properly with little interaction with me.&#160; The lectures &amp; labs gave them all the tools they needed – they just had to apply it to a different situation. Most of them seem to have done that very well.&#160; It’s just because I’m constantly interacting with the C students that I start despairing about either my teaching ability or the quality of the students (depending on the mood I’m in).</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/30/student-stupidity-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Giving to charity (part 2)</title>
		<link>http://thesisprocrastination.com/2009/05/23/giving-to-charity-part-2/</link>
		<comments>http://thesisprocrastination.com/2009/05/23/giving-to-charity-part-2/#comments</comments>
		<pubDate>Sat, 23 May 2009 10:08:32 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[charity]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/23/giving-to-charity-part-2/</guid>
		<description><![CDATA[If we just consider the poorest developing countries, what is the best kind of assistance we could give them?&#160; Malaria nets? Drinking water?&#160; Measles vaccines?&#160; Antibiotics?&#160;&#160; Food?&#160; Or birth control?
 
The problems faced in developing countries are quite different from most of the western world.&#160;&#160; More than half of the people born in the poorest [...]]]></description>
			<content:encoded><![CDATA[<p>If we just consider the poorest developing countries, what is the best kind of assistance we could give them?&#160; Malaria nets? Drinking water?&#160; Measles vaccines?&#160; Antibiotics?&#160;&#160; Food?&#160; Or birth control?</p>
<p> <span id="more-412"></span>
<p>The problems faced in developing countries are quite different from most of the western world.&#160;&#160; More than half of the people born in the poorest countries will die before the age of 5.&#160; The root cause of most of these deaths is poverty.&#160; Most people do not even have clean water to drink or adequate shelter, never mind things like vaccinations, antibiotics and medical care.&#160;&#160; Malnutrition is&#160; a huge problem, with the WHO pinpointing it as the single gravest threat to public health.&#160; Malnutrition is the biggest contributing factor to child mortality.</p>
<p>There are many charities working on various health problems faced in developing countries: providing measles vaccinations, malaria nets, cheap antibiotics and anti-retrovirals.&#160; Other groups try to provide clean water and sewerage systems to try and reduce water-borne infectious diseases, or to provide medical clinics with trained doctors and nurses to try to improve public heath.&#160; Other charities take an education approach, particularly health education.&#160; With low literacy rates impeding the transmission of information, many segments of the population in developing countries don’t know basic useful information like mosquitoes cause malaria, or washing hands before handling food cuts down on food-borne illnesses, or that HIV is sexually transmitted.</p>
<p>But what if these groups succeed?&#160; What if we vaccinate against all the infectious diseases, eliminate malaria, get HIV under control and reduce the incidence of water-borne diseases?&#160; What if most of those children who currently die before the age of 5 survive until adulthood?&#160;&#160; If malnutrition is currently such a big problem, how much worse will it get if we find solutions to all the other causes of death?&#160; How will we feed everyone?</p>
<p>There is an oft-repeated statistic about how the world’s annual food production is sufficient to feed the entire world.&#160; However, the world has not solved the systemic logistical problem of distributing that food so that everyone gets it.&#160; If we solve (or even partially solve) the other health issues without making enough progress on the hunger front, things are just going to get worse rather than better.</p>
<p>Solving the hunger problem helps the other health issues as well, since malnutrition makes people more susceptible to diseases.&#160; But there are two ways to solve the hunger problem. One is to improve the quantity/distribution of food.&#160; The other is to reduce the number of people.</p>
<p>Now, I’m not talking about killing people, or even letting people die.&#160; But what about preventing so many people being born in the first place.&#160; For instance, in the Democratic Republic of the Congo, the average woman has more than 6 children, and 3 of them die before the age of five.&#160;&#160; There is a 10% HIV rate in the Congo, with HIV now being one of the leading causes of death of people who reach adulthood.&#160;&#160; I’m sure that at least some of the women, if they had the knowledge and access to them, would choose to use condoms both to prevent HIV infections and to prevent pregnancy.&#160; If you can’t even feed the children you currently have, wouldn’t you choose to not get pregnant again, given that the chances are high that the result of the pregnancy will be that you have to watch your child die?</p>
<p>To follow this line of thought to its conclusion, the two best forms of charity we can give to developing countries are:</p>
<ol>
<li>Supporting the distribution of condoms and education people about their use</li>
<li>Supporting the systematic improvement in food production and distribution (rather than one-off transfers of food aid)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/23/giving-to-charity-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Giving to charity (part 1)</title>
		<link>http://thesisprocrastination.com/2009/05/17/giving-to-charity-part-1/</link>
		<comments>http://thesisprocrastination.com/2009/05/17/giving-to-charity-part-1/#comments</comments>
		<pubDate>Sun, 17 May 2009 00:15:04 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[charity]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/17/giving-to-charity-part-1/</guid>
		<description><![CDATA[Everyone knows that donating money to charity is a good thing.&#160; But which charity?&#160; How do you decide which charities to give money to?
 
Some charities operate locally, some nationally and some internationally.&#160; The adage ‘charity begins at home’ would suggest starting with local charities.&#160; But even the worst-off people in New Zealand have a [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that donating money to charity is a good thing.&#160; But which charity?&#160; How do you decide which charities to give money to?</p>
<p> <span id="more-411"></span>
<p>Some charities operate locally, some nationally and some internationally.&#160; The adage ‘charity begins at home’ would suggest starting with local charities.&#160; But even the worst-off people in New Zealand have a standard of living that is astronomically higher than millions of people in third world countries.&#160; The same amount of money could potentially make a much larger difference overseas.&#160;&#160;&#160; </p>
<p>And then there is the question of what type of charity to give to.&#160; Charities usually work in a small niche:</p>
<ul>
<li>Health:&#160; breast cancer, child cancer, cancer, heart disease, asthma, haemophilia, MS, deafness, blindness, diabetes, AIDS,&#160; Alzheimer&#8217;s, arthritis as well as various hospitals and hospices</li>
<li>Victims of crime: Sexual Abuse Help, Rape Crisis, Victim Support</li>
<li>Children: Kids First, Starship, Barnados, Make A Wish, Books in Homes, Plunket, La Leche League</li>
<li>Old people: Grey Power, Age Concern, Meals on Wheels </li>
<li>Animals: Anti-vivisection, SPCA, Project Jonah, and various specific charities devoted to helping particular endangered species </li>
<li>Human rights: Amnesty International, Doctors without Borders, Human Rights Watch</li>
<li>Social stuff: Rescue helicopter, St John Ambulance, Surf Lifesaving, Coastguard, Search &amp; Rescue, Citizens Advice Bureau, Habitat for Humanity, Safer Streets, Youth Suicide prevention</li>
<li>Poverty: World Vision, Unicef, Make Poverty History, TearFund, Christian Children’s Fund, Oxfam, Red Cross</li>
<li>Environmental: Greenpeace, Sea Shepherd, WWF, Royal Forest &amp; Bird Protection Society</li>
</ul>
<p>While obviously all of these charities do good work and are important to the people they affect, there is clearly a big difference in the type of impact they can make.&#160; $2000 given to the Make A Wish foundation can help a terminally ill child (who has had the best medical care available) go to Disneyland before they die.&#160;&#160; It could provide a tenth of the cost of training a guide dog so a blind person can have independence and a higher quality of life.&#160;&#160; But that same amount of money spent on vaccines, antibiotics, malaria nets or even food, could probably save the lives of multiple people.</p>
<p>The effectiveness of the charity should be a consideration.&#160; Some charities spend most of the money they raise on administration and fundraising costs, with very little of the money actually being put to a useful purpose.&#160; These costs are necessary to enable the charity to do anything, but ideally, I’d want most of the money to actually be used to do good.</p>
<p>My final consideration are the ‘side effects’ of the charity.&#160; For instance, PETA funds the Animal Liberation Front, which is committed to using violence to advance the cause of animal liberation.&#160; Greenpeace sometimes goes over the line with dangerous and violent tactics to stop whaling and logging operations.&#160; And many charities provide services with religious overtones.&#160; The help they give people comes with the attached string of having to convert to a different religion.&#160; And even where that isn’t required, many are doing immense harm by spreading misinformation about HIV and condom use and by preventing access to any form of birth control.</p>
<p>How do you balance all these tensions?&#160; Which charities do you support?</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/17/giving-to-charity-part-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Double blind reviewing</title>
		<link>http://thesisprocrastination.com/2009/05/16/double-blind-reviewing/</link>
		<comments>http://thesisprocrastination.com/2009/05/16/double-blind-reviewing/#comments</comments>
		<pubDate>Sat, 16 May 2009 00:38:00 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[peer review]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/17/double-blind-reviewing/</guid>
		<description><![CDATA[I&#8217;ve attended a few academic conferences now, but this is the first time I&#8217;ve been part of the organizing committee on any of them.&#160; Part of my responsibility is to help coordinate the double-blind peer reviewing process, and it’s been quite an eye-opener for me.
 
When an academic submits a conference paper, it is anonymized.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve attended a few academic conferences now, but this is the first time I&#8217;ve been part of the organizing committee on any of them.&#160; Part of my responsibility is to help coordinate the double-blind peer reviewing process, and it’s been quite an eye-opener for me.</p>
<p> <span id="more-409"></span>
<p>When an academic submits a conference paper, it is anonymized.&#160; They don&#8217;t put their name on it, and they are supposed to remove anything that might identify them.&#160; The programme chair (or track chair in a larger multi-track conference) sends out the papers to be reviewed.&#160; The reviewers are recruited from anyone who has submitted a paper this year, was accepted last year, and any colleagues or students of the organizer.&#160;&#160; Each paper is reviewed by three or more reviewers, who submit comments about the paper to go to the authors and make a recommendation about whether the paper should be accepted.&#160;&#160; The programme chair then assesses all the reviews and decides who gets accepted and who doesn&#8217;t.&#160; Regardless of whether they were accepted, the authors get to see what the reviewers wrote, but they never find out who their reviewers were.</p>
<p>For CHINZ 2009, we have now received all the reviews and are in the process of deciding who gets accepted and who doesn&#8217;t.&#160; When there is unanimous agreement from the reviews to either accept or reject, the decision is easy.&#160; The more difficult cases fall into two categories.&#160; The first is when all of the reviewers rated a paper as fairly average.&#160; Because the ratings are a fairly coarse scale, it&#8217;s hard to determine where to draw the line.&#160;&#160; We can only accept a finite number of papers, and trying to find a clear separation between the ones we accept and the ones we reject is not always easy.</p>
<p>The other difficult cases are whether the reviewers wildly diverge.&#160; For instance, two reviews say the paper is a &#8216;Clear accept&#8217; while the third says it is a &#8216;Clear reject&#8217; or vice versa.&#160; In those cases, we have to look at the reviews and decide how much weight to accord each reviewer.&#160; Sometimes a reviewer might not be very familiar with the topic and therefore have low confidence in their review and so you can put less emphasis on their recommendation.&#160; And some people just seem to be either excessively harsh or excessively generous.&#160; One person recommended every paper they reviewed as a ‘clear accept’, even when the other reviewers thought it was a load of rubbish.</p>
<p>It never really occurred to me that the people making these kind of margin calls were just academics like me.&#160; I guess like many other things in life, I’ve always thought the people making the decisions were vastly more knowledgeable than myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/16/double-blind-reviewing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Yo estudio español</title>
		<link>http://thesisprocrastination.com/2009/05/14/yo-estudio-espaol/</link>
		<comments>http://thesisprocrastination.com/2009/05/14/yo-estudio-espaol/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:41:16 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Alcohol]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Relaxation]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[spanish]]></category>
		<category><![CDATA[tequila]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/14/yo-estudio-espaol/</guid>
		<description><![CDATA[I’ve been taking Spanish classes every Monday night for the past three months.&#160; Tonight I started the level 2 intensive course – 2 hours every Monday and Thursday for the next six weeks.&#160;&#160; Back when I signed up, I figured that I’d be over the busy part of the semester by now.&#160; Look how well [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been taking Spanish classes every Monday night for the past three months.&#160; Tonight I started the level 2 intensive course – 2 hours every Monday and Thursday for the next six weeks.&#160;&#160; Back when I signed up, I figured that I’d be over the busy part of the semester by now.&#160; Look how well that prediction turned out.</p>
<p>Tonight’s class seems a huge step up from the previous level.&#160; The tutor spoke in Spanish almost the entire time, and there were lots of things that other students seemed to know that I’d never come across before (like words for animals and fabrics).&#160; However, I’m not too badly off – there were a few others there who seemed to know even less than I do.</p>
<p>Tonight was mostly about reviewing the basics – greetings, numbers and letters, introductions and basic personal information, the verb ‘to be’ and conjugations for a few of the most common regular and irregular verbs.&#160; At one point, we were going around the class describing our personalities and one guy says ‘Soy caliente’.&#160; Caliente means hot in Spanish.&#160; He was trying to say he’s hot-headed and impulsive but we laughed a bit because we thought he was saying that he’s hot (as in attractive).&#160; Turns out that if you use caliente in that context, it actually means ‘I’m horny’.&#160; The tutor was too embarrassed to translate it out loud but he wrote some of the letters on the board until we got the idea.</p>
<p>Then he was talking about how someone would refer to themselves as being hot, as in attractive, and made me rate the guy as to how attractive he was, asking if he was a 60 or an 85 and saying he wouldn’t move on with the class until I’d given him a rating.&#160;&#160; I said cien (100) and everyone laughed and the guy made a great show of thanking me.&#160; When it came my turn, I described myself as optimistic, and everyone laughed when the tutor said that my rating the guy 100 was an example of that.</p>
<p>We have to do a regular writing exercise to practice our sentence composition skills.&#160; Currently we only know how to speak in present tense, so we have to keep a diary describing our daily activities in present tense only.&#160; Here’s my first week’s exercise (I have no guarantee that this is in any way correct):</p>
<p>Yo vivo en un apartamento en el centro.&#160; Me levanto a las siete y media todos los días.&#160; Mi trabajo es muy cerca de mi apartamento.&#160; Por la mañana enseño en la universidad.&#160; Hay ochenta y ocho estudiantes in mi clase.&#160; Por la tarde trabajo en mi computadora.&#160; Por la noche, mis amigos y yo bebemos tequila.</p>
<p>My intended translation is this:</p>
<p>I live in an apartment in the city centre.&#160; I get up at 7:30 every day. My work is very close to my apartment.&#160; In the morning I teach in the university.&#160; There are 88 students in my class.&#160; In the afternoon, I work at my computer.&#160; In the evening, my friends and I drink tequila.</p>
<p>My love of tequila is a running joke in the Spanish class, and the tutor makes frequent reference to it.&#160; Another student is travelling to South America to meet girls, and so the tutor often makes reference to him being sad because he’s single and mentioning him finding a girlfriend.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/14/yo-estudio-espaol/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://thesisprocrastination.com/2009/05/13/windows-live-writer/</link>
		<comments>http://thesisprocrastination.com/2009/05/13/windows-live-writer/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:38:01 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/13/windows-live-writer/</guid>
		<description><![CDATA[Whenever I’ve installed MSN Messenger, I’ve always unselected all the other stuff that comes along with it: email client, writing client, photo manager, toolbar etc.&#160; I figured my needs were already taken care of in those areas.&#160; But recently a colleague raved about Windows Live Writer, so tonight I downloaded it and gave it a [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I’ve installed MSN Messenger, I’ve always unselected all the other stuff that comes along with it: email client, writing client, photo manager, toolbar etc.&#160; I figured my needs were already taken care of in those areas.&#160; But recently a colleague raved about Windows Live Writer, so tonight I downloaded it and gave it a try.</p>
<p> <span id="more-407"></span>
<p>(And in light of yesterday’s post, if you’re wondering how I could possibly find time, it’s because I finished all my overdue marking about 9pm tonight and just couldn’t face doing any more coding stuff today.)</p>
<p>So far, it seems pretty good.&#160; It’s picked up all my categories and tags from Wordpress, and even has a perfect preview with all of my blog styles.&#160; It has spell-check just like in Word, and I can easily switch to HTML view if I want to do anything a bit unusual.&#160; The HTML it generates looks very nice and clean – it’s definitely not the hideous mess that is WordHTML.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="live-writer_500" border="0" alt="live-writer_500" src="http://thesisprocrastination.com/blog/wp-content/uploads/2009/05/livewriter-500.png" width="504" height="391" /> </p>
<p>I inserted the image above in Live Writer. It gave me the options of showing a thumbnail and linking to the full version or just showing the image.&#160; There were also a range of image effects available – hopefully it magically displays with a drop shadow.</p>
<p>Anyway, this is my first test post with Live Writer, but so far, I’m surprisingly impressed.&#160; I’ll stick with it for a bit and see how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/13/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too busy to breathe</title>
		<link>http://thesisprocrastination.com/2009/05/13/too-busy-to-breathe/</link>
		<comments>http://thesisprocrastination.com/2009/05/13/too-busy-to-breathe/#comments</comments>
		<pubDate>Tue, 12 May 2009 12:13:42 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/2009/05/13/too-busy-to-breathe/</guid>
		<description><![CDATA[This has been a crazy semester for me.  I&#8217;m redeveloping both of my courses, which is a bigger challenge than I thought it would be.  I&#8217;m teaching some new technologies that I haven&#8217;t used before, so there&#8217;s a lot of learning involved before I can even start preparing lecture and lab materials.  [...]]]></description>
			<content:encoded><![CDATA[<p>This has been a crazy semester for me.  I&#8217;m redeveloping both of my courses, which is a bigger challenge than I thought it would be.  I&#8217;m teaching some new technologies that I haven&#8217;t used before, so there&#8217;s a lot of learning involved before I can even start preparing lecture and lab materials.    I barely get time to do the other things that I&#8217;m now responsible for at work, let alone any kind of social activities.   My car seriously needs a mechanic but I just haven&#8217;t had time to take it.  I have a serious issue with the radiator or radiator hoses which means I need to pour about a 3L bottle of water into it every day or two.  Fortunately I&#8217;m only doing short trips so it doesn&#8217;t have time to heat up much, but the noise it&#8217;s making is quite unsettling.</p>
<p>At the moment, I&#8217;m working between 12 and 16 hours a day.   A fairly typical day has me arriving at work about 8:30am and getting get home around 10pm.  Weekends I usually average about 6-8 hours a day.  I haven&#8217;t been to the gym in months and I haven&#8217;t cooked a meal in months.   It&#8217;s not a very healthy (or cheap) way to live.<br />
We are currently in Week 9 of the semester and I have lectures prepared for tomorrow.  Tomorrow when I&#8217;m not lecturing, I&#8217;ll prepare lectures for Wednesday and labs for Friday.  On Thursday, I&#8217;ll prepare Friday&#8217;s lectures. On the weekend, I&#8217;ll make the two tests my students just sat and the assignment they handed in two weeks ago.<br />
With a bit of luck, things will improve.<br />
At any rate, I only have 3 and a half weeks left to survive this semester.   And never again will I redesign two courses at once.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/05/13/too-busy-to-breathe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bad bad blogger!</title>
		<link>http://thesisprocrastination.com/2009/04/21/bad-bad-blogger/</link>
		<comments>http://thesisprocrastination.com/2009/04/21/bad-bad-blogger/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 07:06:58 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/?p=403</guid>
		<description><![CDATA[I can&#8217;t believe it has been over two months since I last posted.  Naughty me.
Well, here&#8217;s my list of excuses:
I&#8217;ve been redeveloping both of my courses this semester.  My windows applications development course has changed from VB, Windows Forms 2.0 and ADO.NET 2.0 to C#, WPF and the entity framework.  That&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe it has been over two months since I last posted.  Naughty me.</p>
<p>Well, here&#8217;s my list of excuses:</p>
<p>I&#8217;ve been redeveloping both of my courses this semester.  My windows applications development course has changed from VB, Windows Forms 2.0 and ADO.NET 2.0 to C#, WPF and the entity framework.  That&#8217;s a lot of new stuff for me to master.    Also, my web applications development course has been upgraded to include more web design content and also to use the ASP.NET entity framework.</p>
<p>I&#8217;ve started writing not one, but two textbooks &#8211; one for each of the courses I teach.  They&#8217;ve both got about 10 chapters each so far.  I&#8217;ve been giving them out to the students as notes as I finish each chapter.</p>
<p>	I&#8217;ve been helping to organize <a href="http://www.cs.auckland.ac.nz/research/conferences/chinz09/">a conference</a>, which turns out to me more work than I thought it was going to be.</p>
<p>	I&#8217;ve been working on getting some conference papers submitted, and have more upcoming deadlines for that.</p>
<p>	I&#8217;ve been invited onto the curriculum committee in my department, and we are reviewing and revising our entire curriculum, which is a lot of work</p>
<p>	I&#8217;ve been taking introductory spanish classes.<br />
	I&#8217;ve been doing social stuff, like inviting people over and going to hens nights and weddings and suchlike.</p>
<p>	And, saving the best for last, I <strong>submitted my thesis</strong>!  I handed it in to the graduate center on Thursday morning.  It has now been sent out to the (anonymous) examiners, and I&#8217;ll get called in for the oral examination in July.  Until then, I don&#8217;t have to worry about it at all!</p>
<p>I&#8217;m sure I&#8217;ll find plenty of other things to procrastinate about now though, starting with the conference paper I have to submit in two weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/04/21/bad-bad-blogger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Answers In Genesis</title>
		<link>http://thesisprocrastination.com/2009/02/05/answers-in-genesis/</link>
		<comments>http://thesisprocrastination.com/2009/02/05/answers-in-genesis/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:31:54 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/?p=398</guid>
		<description><![CDATA[Whenever I&#8217;m feeling particularly masochistic, I read websites like answersingenesis.org, a young earth creationist fundamentalist christian apologetics site.  I highly recommend their article called &#8216;What’s the best “proof” of creation?&#8216;.  It is aimed at christians, teaching them the best way to argue with and convert evolutionists.

They start off with some useful information about [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I&#8217;m feeling particularly masochistic, I read websites like <a href="http://www.answersingenesis.org">answersingenesis.org</a>, a young earth creationist fundamentalist christian apologetics site.  I highly recommend their article called &#8216;<a href="http://www.answersingenesis.org/articles/wow/best-proof-of-creation">What’s the best “proof” of creation?</a>&#8216;.  It is aimed at christians, teaching them the best way to argue with and convert evolutionists.<br />
<span id="more-398"></span><br />
They start off with some useful information about which arguments not to use &#8211; specifically a few famous ones that are fairly widely known to be hoaxes or lies.  Then they explain that the difference between creationists and evolutionists is not in the facts, but in the interpretation of the facts &#8211; a very useful perspective on the issue.</p>
<p>Next they advice the wannabe apologist never to agree to debate terms that leave the bible out of the discussion.  They liken this to a soldier agreeing to fight without weapons or body armour, a tacit admission that in fact there is no evidence for creation to be found outside the bible.</p>
<p>The main body of the article details how creationists should argue with evolutionists by reinterpreting any facts in a way that is consistent with the bible, giving a few examples of how to do they.   It laments the fact that some christians have been led away from young earth creationism by blindly accepting secular interpretations of evidence rather than reinterpreting everything in the light of the bible.  &#8220;<em>If only they would start with the presupposition that God’s Word is true, they would find that they could then correctly interpret the evidence of the present and show overwhelmingly that observational science repeatedly confirms such interpretations.</em>&#8221;</p>
<p>They finish with a summary of the process of<br />
&#8220;<em>The next time evolutionists use what seem to be convincing facts for evolution, try to determine the presuppositions they have used to interpret these facts. Then, beginning with the big picture of history from the Bible, look at the same facts through these biblical glasses and interpret them differently. Next, using the real science of the present that an evolutionist also uses, see if that science, when properly understood, confirms (by being consistent with) the interpretation based on the Bible. You will find over and over again that the Bible is confirmed by real science.</em>&#8221;</p>
<p>Or, put another way:<br />
1. Evolutionists present some facts<br />
2. Get the bible<br />
3. Using the bible, reinterpret the facts in a way that is consistent with the bible<br />
4. Show that the reinterpreted facts are consistent with the bible<br />
5. Conclude that the bible is true</p>
<p>Nowhere did they actually provide any proof of creation whatsoever.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/02/05/answers-in-genesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a new PC</title>
		<link>http://thesisprocrastination.com/2009/01/17/choosing-a-new-pc/</link>
		<comments>http://thesisprocrastination.com/2009/01/17/choosing-a-new-pc/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 08:26:46 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://thesisprocrastination.com/?p=385</guid>
		<description><![CDATA[My current PC is nearly 3 years old now and is getting a bit past its use-by date.   I&#8217;m planning on buying or building myself a new PC over the next couple of months.
Here are my current system spec:

Cheap mid-tower black case with blue LED case fan
Pentium 4 CPU, 3.0Ghz with Zalman AlCu Blue [...]]]></description>
			<content:encoded><![CDATA[<p>My current PC is nearly 3 years old now and is getting a bit past its use-by date.   I&#8217;m planning on buying or building myself a new PC over the next couple of months.<span id="more-385"></span></p>
<p>Here are my current system spec:</p>
<ul>
<li>Cheap mid-tower black case with blue LED case fan</li>
<li>Pentium 4 CPU, 3.0Ghz with Zalman AlCu Blue LED flower CPU fan</li>
<li>CoolerMaster Real Power 450W power supply (with blue LED)</li>
<li>1GB RAM</li>
<li>2x 160GB Seagate Barracuda HDD</li>
<li>GeForce FX5200 GPU with 128MB</li>
<li>Leadtek WinFast PVR2000 Tv Tuner Card</li>
<li>CD Writer</li>
<li>DVD Writer</li>
</ul>
<p>It&#8217;s not bad for my normal everyday stuff (30+ browsing tabs, multiple msn windows, a couple of notepad instances, maybe a Word or Excel or MS Money or so), but sometimes has trouble playing higher quality videos and some games, and it takes ages to compile a Visual Studio application.   Plus, it&#8217;s too noisy to sleep in the same room with it on.</p>
<p>I have upgraded my monitor to a Dell UltraSharp 22inch already, and have awesome Altec Lansing speakers and a Microsoft Natural Multimedia Keyboard, so basically all I need is a completely new box.  The only thing in the new system that I would consider keeping is the power supply, DVD writer and perhaps the TV tuner card.  Everything else needs an upgrade.  However, I&#8217;m probably going to sell it, so it will be easier to leave it intact and buy an entirely new system.</p>
<p>My primary considerations are that I want a PC that is <strong>quiet </strong>and fast.  Even though I upgraded my current CPU fan, power supply and case fan with quietness in mind, the cheap case with lack of soft hard drive mounting means that there is quite a bit of vibration noise.   Now that I have the computer in my bedroom, quietness is a priority.</p>
<p>Obviously, price is also a factor.  I was kinda hoping for around about $1200 or so, no more than that.  However, my first wishlist was significantly higher than that&#8230;</p>
<p>Higher-spec system (with indicative pricing from <a href="http://www.pricespy.co.nz">PriceSpy</a>):</p>
<ul>
<li><a href="http://www.antec.com/usa/productDetails.php?lan=us&amp;id=81820">Antec P182</a> Quiet ATX Mid Tower Case, Black ($300)</li>
<li><a href="http://www.zalman.co.kr/Eng/product/Product_Read.asp?idx=195">Zalman ZM500-HP</a>, Ultra-Quiet, 500W ATX PSU, Active PFC, SLI Ready modular Power Supply ($140)</li>
<li><a href="http://processorfinder.intel.com/details.aspx?sSpec=SLAPL">Intel Core 2 Duo E8400</a> 3.0Ghz, 1333Mhz FSB, Socket 775 ($340)</li>
<li><a href="http://www.asus.com/products.aspx?l1=3&amp;l2=11&amp;l3=709&amp;l4=0&amp;model=2429&amp;modelmenu=1">Asus P5Q SE/R Motherboard</a>, Socket 775, 1600MHz FSB, 4xDIMM DDR2, PCIe-16, 3xPCI, 2xPCIe-1, 12xUSB2, Audio, ATA, RAID, ATX ($200)</li>
<li><a href="http://www.gigabyte.com.tw/Products/VGA/Products_Overview.aspx?ProductID=2785">Gigabyte GV-NX96T512HP</a> NVidia GeForce 9600GT Heat Pipe Turbo Force 512MB DDR3 PCI-E ($260)</li>
<li><a href="http://newgskill.web-bi.net/bbs/view.php?id=g_ddr2&amp;page=1&amp;sn1=&amp;divpage=1&amp;category=1&amp;sn=off&amp;ss=on&amp;sc=on&amp;select_arrange=headnum&amp;desc=asc&amp;no=115">G.Skill 2&#215;2GB</a> DDR2-1066 8500 ($135)</li>
<li><a href="http://www.wdc.com/en/products/products.asp?driveid=499">Western Digital VelociRaptor WD1500HLFS</a> Hard Disk Drive, 150GB, 10000rpm, 16384KB Cache, SATA-2 ($335)</li>
<li><a href="http://www.wdc.com/en/products/Products.asp?DriveID=336">Western Digital Caviar Green WD10EACS</a> Hard Disk Drive, 1000GB, 7200rpm, 16384KB Cache, SATA-2 ($200)</li>
<li><a href="http://www.asus.com/products.aspx?l1=6&amp;l2=35&amp;l3=0&amp;l4=0&amp;model=2311&amp;modelmenu=1">Asus DRW-20B1LT</a> DVD Writer, DVD 16R/20W/8RW, CD 40R/48W/32RW, Internal, SATA, Black, Retail, LightScribe ($45)</li>
</ul>
<p><strong>Total cost: $1,955</strong></p>
<p>Lower-spec system (with indicative pricing from <a href="http://www.pricespy.co.nz">PriceSpy</a>):</p>
<ul>
<li><a href="http://www.antec.com/usa/productDetails.php?lan=us&amp;id=81820">Antec SOLO</a> Quiet ATX Mid Tower Case, Silver/Black ($160)</li>
<li><a href="http://www.antec.com/usa/productDetails.php?lan=us&amp;id=28500">Antec NeoPower 500</a>, 500W ATX PSU, Active PFC, SLI Ready, Gun Metal Grey, Retail   ($130)</li>
<li><a href="http://products.amd.com/en-us/DesktopCPUDetail.aspx?id=34&amp;f1=AMD+Athlon™+X2+Dual-Core&amp;f2=6000%2b&amp;f3=3000&amp;f4=1024&amp;f5=AM2&amp;f6=F3&amp;f7=90nm+SOI&amp;f8=125+W&amp;f9=2000&amp;f10=No">AMD Athlon 64 X2 6000+</a> 3.0 GHz, Socket AM2, Retail pack with fan  ($195)</li>
<li><a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2722">Gigabyte GA-MA770-DS3</a> Motherboard, Socket AM2+, 2000MHz FSB, 4xDIMM, DDR2, PCIe-16, 2xPCI, 4xPCIe-1, 10xUSB2 ($155)</li>
<li><a href="http://www.galaxytech.com/Product_Details.asp?id=179&amp;class1=1&amp;class2=56">Galaxy GF9600GT</a> Silent Heatpipe with XTREME Tuner Video Card, GeForce 9600 GT, 512MB, DDR3, PCIe-16, TV out, DVI, HDTV, SLI ready, Silent Heatpipe  ($209)</li>
<li><a href="http://www.corsair.com/products/xms2/default.aspx">Corsair XMS2, TWIN2X4096-6400C5</a>, 2&#215;2GB, DDR2-800, PC2-6400, CL5, DIMM ($122)</li>
<li><a href="http://www.wdc.com/en/products/products.asp?driveid=499">Western Digital VelociRaptor WD750HLFS</a> Hard Disk Drive, 75GB, 10000rpm, 16384KB Cache, SATA-2 ($235)</li>
<li>[No second hard drive - will keep my old 160GB for now and upgrade later]</li>
<li><a href="http://www.asus.com/products.aspx?l1=6&amp;l2=35&amp;l3=0&amp;l4=0&amp;model=2311&amp;modelmenu=1">Asus DRW-20B1LT</a> DVD Writer, DVD 16R/20W/8RW, CD 40R/48W/32RW, Internal, SATA, Black, Retail, LightScribe ($45)</li>
</ul>
<p><strong>Total Cost: $1,251</strong></p>
<p>I know the 10,000rpm VelociRaptor drive is a bit pricey, but by all accounts, <a href="http://www.codinghorror.com/blog/archives/000800.html"></a>having a fast drive as a boot drive makes a huge difference.  It doesn&#8217;t actually need to be big as it will just house the OS and apps, all data will be on a second drive, so my compromise is a smaller drive rather than switch to a cheaper 7,200rmp drive.</p>
<p>As an alternative to building my own, I can get a Dell Inspiron Desktop with the Intel E8400 2.2GHz Core 2 Duo processor, 4GB Ram, 250GB HDD, DVD burner &amp; ATI Radeon HD 4670 512MB GPU for about $1400.  It comes with an unnecessary version of Vista, and I&#8217;d want to put a VelociRaptor drive in it for an extra $230.</p>
<p>Does anyone who knows something about this want to comment on these systems?  Are my specs OK?  Which things should I compromise on and which should I go with the higher spec?  Is the Intel really $200 better than AMD? Should I bother building my own at all?</p>
]]></content:encoded>
			<wfw:commentRss>http://thesisprocrastination.com/2009/01/17/choosing-a-new-pc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
