<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>KYRIAKOS ANASTASAKIS - ΚΥΡΙΑΚΟΣ ΑΝΑΣΤΑΣΑΚΗΣ &#187; Personal</title>
	<atom:link href="http://kyriakos.anastasakis.net/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyriakos.anastasakis.net</link>
	<description></description>
	<lastBuildDate>Wed, 14 Oct 2009 20:03:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>That&#8217;s interesting&#8230;</title>
		<link>http://kyriakos.anastasakis.net/2009/04/23/thats-interesting/</link>
		<comments>http://kyriakos.anastasakis.net/2009/04/23/thats-interesting/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:16:30 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/?p=165</guid>
		<description><![CDATA[We had a storm a few months ago and before the storm a number of lightnings struck the area close to where I live. I recorder a video of the lightnings and I noticed something weird&#8230;
The first image shows the view from our house. The second and third images show two lightnings. The third image [...]]]></description>
			<content:encoded><![CDATA[<p>We had a storm a few months ago and before the storm a number of lightnings struck the area close to where I live. I recorder a video of the lightnings and I noticed something weird&#8230;</p>
<p>The first image shows the view from our house. The second and third images show two lightnings. The third image is quite interesting, because the closest building on that image is around 20 meters away from where I was standing; and the lightning trajectory appears all the way to the bottom of the picture. It&#8217;s been ages since I last studied physics, so even if I knew how to explain how this happened, I have now forgotten! My thoughts so far:</p>
<ul>
<li>either the lightning struck less than 20 meters away from where I was. It doesn&#8217;t seem likely, because I assume I would have felt it striking so close. Moreover the clouds where the lightning started its trip [sic] appear to be far away close to the mountains.</li>
<li>or the camera was able to capture the trajectory of the lightning behind the trees and buildings!</li>
<li>or&#8230;</li>
</ul>
<div id="attachment_166" class="wp-caption alignleft" style="width: 160px"><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/view.jpeg"><img class="size-thumbnail wp-image-166" title="Image1" src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/view-150x150.jpg" alt="Image1" width="150" height="150" /></a><p class="wp-caption-text">Image1</p></div>
<div id="attachment_168" class="wp-caption alignleft" style="width: 160px"><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/lightning2.jpg"><img class="size-thumbnail wp-image-168" title="Image2" src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/lightning2-150x150.jpg" alt="Image2" width="150" height="150" /></a><p class="wp-caption-text">Image2</p></div>
<div id="attachment_167" class="wp-caption alignleft" style="width: 160px"><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/lightning1.jpeg"><img class="size-thumbnail wp-image-167" title="Image3" src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2009/04/lightning1-150x150.jpg" alt="Image3" width="150" height="150" /></a><p class="wp-caption-text">Image3</p></div>
<p>&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2009/04/23/thats-interesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception using XMLConfiguration</title>
		<link>http://kyriakos.anastasakis.net/2009/02/23/exception-using-xmlconfiguration/</link>
		<comments>http://kyriakos.anastasakis.net/2009/02/23/exception-using-xmlconfiguration/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:01:36 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[UML2Alloy]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/?p=157</guid>
		<description><![CDATA[I tried using the Apache XMLConfiguration to save the settings of an application I am developing to XML format. When I used it with Java 1.5 it all worked perfectly; however if I tried using it with Java 1.6 I was getting the following exception.

Exception in thread "main" java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.setDocumentInfo(Unknown Source)
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(Unknown Source)
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(Unknown [...]]]></description>
			<content:encoded><![CDATA[<p>I tried using the <a href="http://commons.apache.org/configuration/" target="_blank">Apache XMLConfiguration</a> to save the settings of an application I am developing to XML format. When I used it with Java 1.5 it all worked perfectly; however if I tried using it with Java 1.6 I was getting the following exception.</p>
<p><span style="font-family: Courier; font-size:small;"><code><br />
Exception in thread "main" java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.setDocumentInfo(Unknown Source)<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(Unknown Source)<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(Unknown Source)<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(Unknown Source)<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)<br />
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)<br />
at org.apache.commons.configuration.XMLConfiguration.save(XMLConfiguration.java:880)<br />
at org.apache.commons.configuration.AbstractHierarchicalFileConfiguration$FileConfigurationDelegate.save(AbstractHierarchicalFileConfiguration.java:454)<br />
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:546)<br />
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:513)<br />
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:491)<br />
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:403)<br />
at org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.save(AbstractHierarchicalFileConfiguration.java:199)<br />
</code></span></p>
<p>After doing some search on google I found that this can be a problem with the xerces XML library (xercesImpl.jar). Checking the 3rd party libraries I am using in my project, I found a library that was using and distributing an earlier version of xercesImpl.jar.</p>
<p>I downloaded the latest version (2.91) of xercesImpl.jar from the Apache xerces project (<a href="http://xerces.apache.org/mirrors.cgi#binary" target="_blank">http://xerces.apache.org/mirrors.cgi#binary</a>) and replaced in the 3rd party library I was using the xercesImpl.jar file with the one I downloaded. Now everything seems to work fine, even in Java 1.6.  <img src='http://kyriakos.anastasakis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2009/02/23/exception-using-xmlconfiguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAP(Yet Another Post) on iPhone Annoyances</title>
		<link>http://kyriakos.anastasakis.net/2008/06/13/yapyet-another-post-on-iphone-annoyances/</link>
		<comments>http://kyriakos.anastasakis.net/2008/06/13/yapyet-another-post-on-iphone-annoyances/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 14:25:08 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone annoyances]]></category>
		<category><![CDATA[iphone applications]]></category>
		<category><![CDATA[iphone issues]]></category>
		<category><![CDATA[iphone review]]></category>
		<category><![CDATA[nokia 6210]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/?p=65</guid>
		<description><![CDATA[YAP (Yet Another Post) on iPhone Annoyances
A couple of months ago I decided to become the proud owner of an iphone. The one I got is the UK version with the 1.1.4 firmware. I am also still using my old (really old) nokia 6210, which is an (almost) 8-year old phone. I became annoyed that [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: center;">YAP (Yet Another Post) on iPhone Annoyances</h3>
<p>A couple of months ago I decided to become the proud owner of an iphone. The one I got is the UK version with the 1.1.4 firmware. I am also still using my old (really old) nokia 6210, which is an (almost) 8-year old phone. I became annoyed that my 8-year old phone has certain simple features the iphone doesn&#8217;t have. So:</p>
<p>Things nokia 6210 can do, but the current version of Iphone (firmware 1.1.4) can&#8217;t (at least without installing any additional packages):</p>
<ol>
<li>View how many characters you have typed in your SMS message. This is really important..<span id="more-65"></span> I tend to send 2 or 3 sms messages just for having one or two characters more. If I knew, I could have deleted a space or omitted a comma/dot,etc&#8230;</li>
<li>Forwarding SMS messages.</li>
<li>View a specific SMS message, without the whole conversation (the conversation mode that Iphone shows SMS by default is really nice, but if I need to show a specific SMS message to a friend, (s)he needs to see the whole conversation!). Not very convenient..</li>
<li>Turn on SMS delivery reports (certain carriers provide the ability to obtain a report by entering a special character sequence at the beginning of the SMS, but it&#8217;s a pain to type it in every time).</li>
<li>File SMS messages under different folders.</li>
<li>Specify the voicemail number. It does not automatically pick up the voicemail number of my Greek carrier (yes&#8230; I know iphone wasn&#8217;t supposed to work in Greece in the first place, but still) and I have to dial the number of my voicemail every time I want to check for new voicemail.</li>
<li>By default when you receive an SMS, a preview of the text appears automatically on the screen. So, if you are out for lunch or whatever and you leave your phone on the table, all your friends (well&#8230; not only friends) can see a preview of the message you have received. It is possible to disable the preview, but that means that you have to enter a 4 digit keycode every time your phone locks. What&#8217;s more even with the preview disabled, it still shows automatically the number of the person who texted you!</li>
<li>List of incoming/outgoing/missed calls, with the duration of each call and more details&#8230; A solution is to install the <em>iLog</em> application.</li>
<li>No voice dial. The <em>VoiceDial</em> application can be installed to enable this functionality.</li>
<li>Lack of ring profiles. Nokia had a nice &#8220;pager&#8221; profile, which means that even though the phone was on, both the ring volume and the vibration were off.  So when I go to bed I set it to the &#8220;pager&#8221; profile and even if someone calls me at 3am, it doesn&#8217;t vibrate to wake me up (don&#8217;t laugh!).  I also have different profiles. One for a meetings (the ring volume is off), one for the office (where the ring volume is on, but very low and one for outdoors when the ring volume is on maximum). But with the iphone, I always need to play with the volume control from place to place.</li>
<li>The alarm does not work when the iphone is switched off! (Yes, I discovered this one the hard way! Luckily it wasn&#8217;t an important meeting.)</li>
<li>(Added on 13-Jun-08). When I am on the move (i.e. walking) I can easily type on the nokia 6210.  The phone fits in my palm nicely and since it has an actual keyboard, after a while you are used to it and can type without even having to look at the screen after each letter you type. On the other hand, when I want to type an sms on the iphone I need both hands (maybe my palm is too small!) and I need to look on the screen all the time, because -obviously- there&#8217;s no way to tell which letter you are typing, unless you actually see it.</li>
</ol>
<p>I will be updating the list&#8230; I am sure it will get quite lengthy&#8230;</p>
<p>Now, for more annoyances, which are not so much related to the main phone functionality (i.e. making/receiving calls, contacts management, sms), but to the functionality of the other features of the phone.</p>
<ol>
<li>The build in camera application is too primitive (no zoom, no nothing). A solution is to get the <em>CameraPro </em>application.</li>
<li>The usual complaint: No GPS. Even though the <em>LocateMe</em> application can be considered as a substitute, it needs Wifi to operate and is quite buggy (when I am in Greece it shows I am right in the middle of the Atlantic ocean!)</li>
<li>No built-in application for video recording.  The <em>VideoRecorder</em> application is a nice alternative.</li>
<li>No built-in application for IM.  <em>Fring</em> is an excellent alternative.</li>
<li>No bluetooth sync.</li>
<li>By default EDGE is enabled. If your carrier (as in my case) does not require any credentials to connect to the EDGE network and there&#8217;s no wifi coverage in the area, when you try to access the internet iphone will shamelessly (instead of seamlessly as advertised), make sure to add a few pounds on your phone bill without notifying you.</li>
<li>I bought the iphone when I started migrating to linux. Well&#8230; officially no linux application is supported. To use iphone as a PDA (i.e. for calendar and contacts management), not only did I have to keep windows and itunes, I also had to buy office 2007! (thank god I am still considered a student and paid only ~£40).  Yes, I have PAID and installed office JUST to be able to sync my pc with the iphone, since I normally use thuderbird and openoffice!</li>
</ol>
<p>The feature I liked so far the best? VPN support&#8230; My e-mail password is transferred encrypted over the wifi network, which means less chances for someone to intercept the password.</p>
<p>Initial post: 13/06/2008</p>
<p>Updates to follow for sure <img src='http://kyriakos.anastasakis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2008/06/13/yapyet-another-post-on-iphone-annoyances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What the deuce do you want?</title>
		<link>http://kyriakos.anastasakis.net/2008/05/18/what-the-deuce-do-you-want/</link>
		<comments>http://kyriakos.anastasakis.net/2008/05/18/what-the-deuce-do-you-want/#comments</comments>
		<pubDate>Sun, 18 May 2008 14:21:05 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[kitten]]></category>
		<category><![CDATA[pissed off cat]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/?p=61</guid>
		<description><![CDATA[I recently went back home for a few days. A neighbour&#8217;s cat had given birth to four little kittens. Once I woke them up and one of them was really pissed off. I have never seen so much anger and a look of annoyance in a cat before! (S)He looks like he is saying: &#8220;why [...]]]></description>
			<content:encoded><![CDATA[<p>I recently went back home for a few days. A neighbour&#8217;s cat had given birth to four little kittens. Once I woke them up and one of them was really pissed off. I have never seen so much anger and a look of annoyance in a cat before! (S)He looks like he is saying: &#8220;why did you wake me up you*&amp;%$?&#8221;. By the way, from another picture, it seems that this particular kitten has a mustache!</p>
<p><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/05/img_0020.jpg"><img class="size-medium wp-image-62" title="ungry cat" src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/05/img_0020-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/05/img_0023.jpg"><img class="alignnone size-medium wp-image-63" title="mustache" src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/05/img_0023-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2008/05/18/what-the-deuce-do-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So much for AI</title>
		<link>http://kyriakos.anastasakis.net/2008/03/07/so-much-for-ai/</link>
		<comments>http://kyriakos.anastasakis.net/2008/03/07/so-much-for-ai/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 21:45:42 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[last.fm]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2008/03/07/so-much-for-ai/</guid>
		<description><![CDATA[For the past 3 hours I have been cleaning up my desk and sorting out the papers I had printed out (yes, when I talk about spring cleaning, I really mean it)! Anyway, I was listening to last.fm, while cleaning up. I asked it to play similar artists to Mikis Theodorakis, who is an excellent [...]]]></description>
			<content:encoded><![CDATA[<p>For the past 3 hours I have been cleaning up my desk and sorting out the papers I had printed out (yes, when I talk about spring cleaning, I really mean it)! Anyway, I was listening to last.fm, while cleaning up. I asked it to play similar artists to Mikis Theodorakis, who is an excellent Greek composer of hmmmm&#8230; &#8220;<em>metasymphonic music</em>&#8221; (the term is borrowed from Wikipedia).  After a couple of songs of similar to Miki&#8217;s music, last.fm decided to play a necromantia song! Necromantia is a Greek black metal group. What is the similarity between &#8220;<em>metasymphonic </em>music&#8221; and black metal? Well both artists are Greek, but apart from that.. none I would dare to say!Last.fm FAQ on the &#8220;similar artists&#8221; functionality says:</p>
<blockquote><p><em>The list of artists which you may see on an artist page as being &#8220;similar&#8221; is based exactly on our user&#8217;s listening habits. If a lot of users listen to Artist X, but also Artist Y and Z &#8211; Y and Z artists will become similar to X.</em></p>
<p><em>With a few added constants and other functions thrown into the equation to help make it more accurate, you&#8217;ll find that&#8217;s how Similar Artists are made.</em></p></blockquote>
<p>The screencap follows:</p>
<p style="text-align: center"><a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/03/theodorakis_necromantia.jpg" title="Theodorakis_Necromantia"><img src="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/03/theodorakis_necromantia.thumbnail.jpg" alt="Theodorakis_Necromantia" height="133" width="176" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2008/03/07/so-much-for-ai/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hard disk spring cleaning</title>
		<link>http://kyriakos.anastasakis.net/2008/02/28/hard-disk-spring-cleaning/</link>
		<comments>http://kyriakos.anastasakis.net/2008/02/28/hard-disk-spring-cleaning/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 22:53:31 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[My Homepage]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2008/02/28/hard-disk-spring-cleaning/</guid>
		<description><![CDATA[It is time for spring cleaning my hard disk at home. I am sorting/deleting files that I no longer use. I will post here files that I do not need now, but might need in the future.
So&#8230; I found a small linux shell script  that individually compiles every java file in a directory and all [...]]]></description>
			<content:encoded><![CDATA[<p>It is time for spring cleaning my hard disk at home. I am sorting/deleting files that I no longer use. I will post here files that I do not need now, but might need in the future.</p>
<p>So&#8230; I found a small linux shell script  that individually compiles every java file in a directory and all its subdirectories. The code is:</p>
<p><em>#!/bin/bash</p>
<p>for d in `ls`<br />
do<br />
javac $d/*.java &gt; $d/compile.txt</p>
<p>done<br />
</em></p>
<p>The text file can be found here:  <a href="http://kyriakos.anastasakis.net/blog/wp-content/uploads/2008/02/batchcompile" title="batchcompile">batchcompile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2008/02/28/hard-disk-spring-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple program for subversion statistics (subvstats)</title>
		<link>http://kyriakos.anastasakis.net/2006/07/02/subvstats/</link>
		<comments>http://kyriakos.anastasakis.net/2006/07/02/subvstats/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 01:30:00 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[My Programs]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[subvstats]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2006/07/02/a-simple-program-for-subversion-statistics-subvstats/</guid>
		<description><![CDATA[Today I finished a beta version of a simple java program that collects the statistics from a subversion repository. I have created a website for the program: http://www.freewebs.com/subvstats/
It currently works by checking the whole history of the repository, finding how many lines have been added/removed in each file by using the &#8220;svn diff&#8221; command and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finished a beta version of a simple java program that collects the statistics from a subversion repository. I have created a website for the program: <a href="http://www.freewebs.com/subvstats/">http://www.freewebs.com/subvstats/</a></p>
<p>It currently works by checking the whole history of the repository, finding how many lines have been added/removed in each file by using the &#8220;svn diff&#8221; command and creating an HTML report.<br />
A sample of the report can be found here: <a href="http://www.freewebs.com/subvstats/samplereport.html">http://www.freewebs.com/subvstats/samplereport.html</a></p>
<p>The program should work for relatively small repositories. As soon as I have time I will document it more and generate more statistics. And yes, I am thinking of making it opensource, but not in its current state. I first need to find some time to document the code properly and have a stable version.</p>
<p>Keywords: Subversion, statistics, package, tool, program, software, java, subvstats.</p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2006/07/02/subvstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird files (advertismen.com and pushowXX.dll)</title>
		<link>http://kyriakos.anastasakis.net/2006/04/17/weird-files-advertismencom-and-pushowxxdll/</link>
		<comments>http://kyriakos.anastasakis.net/2006/04/17/weird-files-advertismencom-and-pushowxxdll/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 10:58:00 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2006/04/17/weird-files-advertismencom-and-pushowxxdll/</guid>
		<description><![CDATA[Last night I found on a P2P network an exe file that was supposed to be a screensaver. Well&#8230;yes I did double click! It gave me a usual &#8220;do you want to proceed with the installation?&#8221; window and I said yes! Well&#8230; that was it! It finished the installation, but I could not find any [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I found on a P2P network an exe file that was supposed to be a screensaver. Well&#8230;yes I did double click! It gave me a usual &#8220;do you want to proceed with the installation?&#8221; window and I said yes! Well&#8230; that was it! It finished the installation, but I could not find any new screen saver on the control panel or anywhere else. Weird isn&#8217;t it?</p>
<p>Now, I downloaded a trial version of Ashampoo Uninstaller platinum to see the changes the installation made to my system. I installed Ashampoo and run the &#8220;screensaver&#8221; installer again. This time I noticed that somewhere in the text of the terms and conditions a company named &#8220;ADVERTISMEN.COM&#8221; appeared. Tried to google it but wasn&#8217;t lucky. I also did a DSN lookup of the url and found out that the domain name was registered on the 5th of April of 2006. Is it a new spyware?</p>
<p>Well, after the installation was finished, Ashampoo generated a log file, which showed that the install.exe had installed two files in the windows/system32 folder. The files were called pushow67.dll and pushow55.dll. I used DLL Export Viewer to find out that they exposed one interface called &#8220;Uninstall&#8221;. It also created a registry key under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ called &#8220;UninstallString&#8221; with value: rundll32.exe C:\WINNT\system32\pushow55.dll Uninstall</p>
<p>It also created another key under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows called AppInit_DLLs. The value was pushow55.dll.</p>
<p>All this is weird! I deleted the files and the registry entries, run ad-aware and spybot and they didn&#8217;t find anything. Finally I logged to my online banking system (didn&#8217;t enter my real credentials though) running Etheral. After inspecting the packets I didn&#8217;t find anything alarming.</p>
<p>Well&#8230; I am not sure if it is a new spyware, Trojan or something, but I know I should have thought twice before running that bloody exe file. Now I just hope I have cleaned my system from whatever it was!</p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2006/04/17/weird-files-advertismencom-and-pushowxxdll/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>At last a new monitor!</title>
		<link>http://kyriakos.anastasakis.net/2005/12/20/at-last-a-new-monitor/</link>
		<comments>http://kyriakos.anastasakis.net/2005/12/20/at-last-a-new-monitor/#comments</comments>
		<pubDate>Tue, 20 Dec 2005 09:09:00 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2005/12/20/at-last-a-new-monitor/</guid>
		<description><![CDATA[Well&#8230; I am so excited! It&#8217;s 9:00 am and I am typing into my blog. I got a new 19&#8221; monitor, which I am now using as an external monitor for my laptop.
My laptop&#8217;s lcd screen got completely screwed up over the last days. It&#8217;s full of blank horizontal lines. After a quick market research [...]]]></description>
			<content:encoded><![CDATA[<p>Well&#8230; I am so excited! It&#8217;s 9:00 am and I am typing into my blog. I got a new 19&#8221; monitor, which I am now using as an external monitor for my laptop.</p>
<p>My laptop&#8217;s lcd screen got completely screwed up over the last days. It&#8217;s full of blank horizontal lines. After a quick market research it seems that a new one (even a used one) would have cost me around Â£200, which is quite a lot for a 15&#8221; lcd screen. So&#8230; I decided to get a new external 19&#8221; monitor to use with my laptop for Â£175.</p>
<p>I got a Yusmart 198QP LCD monitor. It&#8217;s&#8230; big! It&#8217;s a wonder how both the monitor and the laptop fit on my tiny desk. I got two pictures, one of the desk and one of the monitor. The quality of the picture is acceptable and I can now have 1280&#215;1024 resolution, which means I can see more text while I type (or program).</p>
<p>At last I can now work from home! (Well&#8230; the desk is still too small and the house does not inspire me to study, but I have that option when I want to program, check or type emails etc).</p>
<p style="text-align: center"><a href="http://photos1.blogger.com/blogger/2758/804/1600/new_monitor_1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img src="http://photos1.blogger.com/blogger/2758/804/320/new_monitor_1.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer" border="0" /></a><br />
<span style="font-style: italic">My desk with both the monitor and the laptop.</span></p>
<p style="text-align: center"><a href="http://photos1.blogger.com/blogger/2758/804/1600/new_monitor_2.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img src="http://photos1.blogger.com/blogger/2758/804/320/new_monitor_2.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer" border="0" /></a><span style="font-style: italic">The new monitor!</span></p>
<p style="text-align: left">The only problem I am having is that it has around 20 cm depth, which means that it&#8217;s too close to my eyes when I sit on the chair to type. I will see if I find a solution to that problem soon.Regarding the rest of the news these days&#8230; I will post an update!</p>
<p><a href="http://photos1.blogger.com/blogger/2758/804/1600/new_monitor_1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2005/12/20/at-last-a-new-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow!!</title>
		<link>http://kyriakos.anastasakis.net/2005/10/17/wow/</link>
		<comments>http://kyriakos.anastasakis.net/2005/10/17/wow/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 19:06:00 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2005/10/17/wow/</guid>
		<description><![CDATA[Things back home are getting a bit rough! They had two 6R earthquakes (one at 8:45 in the morning and another one at around noon), but I just read on naftemporiki that a possible bird flu incident has appeared at Aignousa. I suppose it&#8217;s a bit too much news for a day.
Yesterday we were supposed [...]]]></description>
			<content:encoded><![CDATA[<p>Things back home are getting a bit rough! They had two 6R earthquakes (one at 8:45 in the morning and another one at around noon), but I just read on naftemporiki that a possible bird flu incident has appeared at Aignousa. I suppose it&#8217;s a bit too much news for a day.</p>
<p>Yesterday we were supposed to play basketball for the IMS league but the medics did not even show up, so we just trained for a while! It was really fun!</p>
<p>I also established a rough timetable for each day of the week and try to follow it. It seemed to work well today, though I had a rather big break after 16:00. Tomorrow the whole day is assigned to demonstrating tasks. We have a meeting at 10 in the morning and then lab sessions. I am planning to go to the city centre to watch Panathinaikos against Barcelona. It should be a nice game and if we lose by less than 5 goals&#8230; I am happy!</p>
<p>Researchwise I have started writing rigorous transformation rules from OCL to Alloy in the ATL language. I am going to define the rules for a very small subset of OCL initially and then implement them to a tool. Right now I am just too tired to write about anything! Going home to relax.</p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2005/10/17/wow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
