<?xml version="1.0" encoding="iso-8859-1"?>

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<title type="text">Old GNU Thing</title>
<subtitle type="html"><![CDATA[
Anton Oussik's blog
]]></subtitle>
<id>http://oussik.com/blog/index.atom</id>
<link rel="alternate" type="text/html" href="http://oussik.com/blog" />
<link rel="self" type="text/xml" href="http://oussik.com/blog/index.atom" />

<author>
<name>Anton Oussik</name>
<uri>http://oussik.com/blog/index.atom</uri>
<email>antonoussik@gmail.com</email>
</author>
<rights>Copyright 2007 Anton Oussik</rights>
<generator uri="http://pyblosxom.sourceforge.net/" version="1.3.2 2/13/2006">
PyBlosxom http://pyblosxom.sourceforge.net/ 1.3.2 2/13/2006
</generator>

<updated>2008-07-27T10:47:19Z</updated>
<!-- icon?  logo?  -->

<entry>
<title type="html">I still have a blog!</title>
<category term="/var" />
<id>http://oussik.com/blog/2008/07/27/ooh_a_blog</id>
<updated>2008-07-27T10:47:19Z</updated>
<published>2008-07-27T10:47:19Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/var/ooh_a_blog" />
<content type="html">
&lt;p&gt;
What do you know, I still have a blog, despite not posting to it in a little under a year.
Since the last post I moved to London, got a job, and became British.
&lt;/p&gt;
&lt;p&gt;
Currently I am living with acehole and fred. fred lives in the living room, but it&apos;s OK as
he moved in with an xbox, Rock Band, and a sizable amount of alcohols, many of which have
already been consumed. He also brought the entire Next Generation with him. Energize!
&lt;/p&gt;
&lt;p&gt;
In a week I am going to go to Ukraine to see the family.
&lt;/p&gt;
&lt;p&gt;
Also I&apos;m just starting the process of getting a new computer.
&lt;/p&gt;
&lt;p&gt;
Now that I remember about this blog again, I plan to post to it more in the coming weeks. Yay.
&lt;/p&gt;

</content>
</entry>

<entry>
<title type="html">Portsmouth</title>
<category term="/portsmouth" />
<id>http://oussik.com/blog/2007/08/31/portsmouth</id>
<updated>2007-08-31T14:05:53Z</updated>
<published>2007-08-31T14:05:53Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/portsmouth/portsmouth" />
<content type="html">
&lt;p&gt;
Last weekend Dan (acehole), Caroline, and I went on a trip to
the &lt;a href=&quot;http://www.historicdockyard.co.uk/&quot;&gt;Portsmouth Historic 
Dockyard&lt;/a&gt;. Amongst other things we went on HMS Warrior, which I had 
not been on before. We also went up into that &lt;a 
href=&quot;http://en.wikipedia.org/wiki/Spinnaker_Tower&quot;&gt;tall 
concrete tower thing&lt;/a&gt; they built recently.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://oussik.com/galleries/portsmouth.html&quot;&gt;Photo Gallery&lt;/a&gt;
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Freenet</title>
<category term="/p2p" />
<id>http://oussik.com/blog/2007/08/15/freenet</id>
<updated>2007-08-15T16:41:01Z</updated>
<published>2007-08-15T16:41:01Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/p2p/freenet" />
<content type="html">
&lt;p&gt;
Recently I have tried using &lt;a href=&quot;http://freenetproject.org/&quot;&gt;Freenet&lt;/a&gt;,
an anonymising encrypting p2p network.
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://oussik.com/freenet-entry.png&quot; alt=&quot;Freenet entry point&quot;/&gt;&lt;/p&gt;
&lt;p&gt;
Freenet is a network that has been in development for a number of years,
but is still not very complete, despite having most of its core functionality
implemented and working. In that respect the project is similar to Hurd.
Freenet has one full-time paid developer working for the project,
which means it is in constant development (and hence constant improvement?).
Having not used real world anonymising p2p networks before
this was a learning experience for me.
&lt;/p&gt;

&lt;p&gt;
To get started with Freenet I needed to download the
&lt;a href=&quot;http://freenetproject.org/download.html&quot;&gt;installer&lt;/a&gt;.
The installer is a Java program that downloads the latest versions of
various things that come with Freenet, decompresses everything into the
place specified, and starts everything up. It requires Sun Java 1.5+ to work.
&lt;/p&gt;

&lt;p&gt;
When configuring Freenet the default store size is set to 1GB. This is a very
conservative value, since it pretty much defines how much you will be
sharing with others or (when new data comes along old data gets discarded).
Hard drive space is cheap, so setting the value higher, like 10GB or even 20GB
is a good boost to the network. Of course, since the network is encrypted and
anonymising you have no idea what is being shared in the 10GB or 20GB.
However the algorithm used by Freenet means you will end up with the most
commonly requested information, and over time your node will also specialise
on content that is close to each other in the keyspace.
&lt;/p&gt;

&lt;p&gt;
Another important configuration option is
&lt;a href=&quot;http://en.wikipedia.org/wiki/Darknet&quot;&gt;darknet&lt;/a&gt; vs. opennet.
Darknet is the default setting, and it is the most secure setting. When configured
to use darknet, the node will only connect to trusted peers, forming a F2F
network. Opennet on the other hand is less secure, as it allows the node to
connect to untrusted nodes, which can potentially surround you and hence
work out what you transmit. Freenet also provides you with a third option:
darknet where you go on IRC and ask people to be your friend. This is a
great options since it combines the inconvenience of having no friends
with inconvenience of not knowing the few friends you find. You also get
the added disadvantage of revealing your IP address to the whole IRC
channel, so now everyone who cares knows who you are and who your friends
are. This is exactly what I did, and before long I had my 5 references,
out of which 3 managed to connect.
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://oussik.com/freenet-friends.png&quot; alt=&quot;Freenet friends list&quot;/&gt;&lt;/p&gt;
&lt;p&gt;
Once connected to Freenet I could start browsing the Freesites. Freesites
are very similar to normal websites, except they exist as resources on
Freenet, and link to each other by resource addresses. Since all the
data on Freenet is static, currently it is impossible to make dynamic
pages, and so there are no search engines or any interactive sites,
just static content. There is one &quot;entry page&quot;, which indexes other pages,
and by browsing it a person can explore the linked areas of Freenet.
I suspect the majority of pages on Freenet are unlinked and are not
reachable unless you know the resource address, which is a long
random string, so hiding information on Freenet is very easy.
&lt;/p&gt;
&lt;p&gt;
So, my first impression of Freenet was &quot;web of 20 years ago&quot;. There is basic
html on websites, it is slow, small, one page indexes all other pages, Usenet
is still alive, it is completely cut off from the rest of the world, only
used by geeks and social outcasts, and is generally a group of masochists
trying to pass messages to each other making it as difficult for themselves
as they can manage.
&lt;/p&gt;

&lt;p&gt;
Content-wise there did not seem to be very much to browse on the indexed Freeweb.
The index contained some religious sites, links to sites that claimed to contain
pornography, both legal and morally dubious, guides to terrorism, and some Flogs
(blogs on Freenet). It took me all of 15 minutes to browse through the entirety
of Freeweb avoiding links to anything I did not have any intention of seeing. This
is in part due to all pages predating version 1010 of Freenet not being accessible
any more, due to weak encryption they use.
&lt;/p&gt;

&lt;p&gt;
Next I decided to create my own Freesite. There is a tool for Freenet called
&lt;a href=&quot;http://freenetproject.org/jsite.html&quot;&gt;jSite&lt;/a&gt;
made just for that purpose. Uploading a site to Freenet turned out as easy as putting together
a small html page, together with any images and CSS files it wanted to use, adding it
to a jSite project, and clicking &quot;Upload&quot;. Few seconds later it was up and accessible from
Firefox. Considering how easy it is to put up websites I am surprised there are so few up
there.
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://oussik.com/freenet-jsite.png&quot; alt=&quot;Freenet jSite tool&quot;/&gt;&lt;/p&gt;
&lt;p&gt;
Another program that works with Freenet is Frost. Frost is a newsgroups-like program,
with message boards and discussions on a range of topics. People can also post
files to message boards, which can be searched and downloaded using a built-in
download manager. I found the messages to propagate rather slowly, but that may
be more to do with my slowish Internet connection.
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://oussik.com/freenet-frost.png&quot; alt=&quot;Frost program for Freenet&quot;/&gt;&lt;/p&gt;
&lt;p&gt;
The range of Frost boards in use reflects the wide user base of Freenet. There are boards
for a wide range of dubious topics, from assassination boards to several boards
that claim to specialise in discussion and distribution of illegal images of
child abuse. Side by side there are boards for animal rights activists and boards
claiming to contain animal pornography. Here you will also find 
your usual boards dealing with more
traditional topics such as politics, movies, music, and computer cracking.
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://oussik.com/freenet-boards.png&quot; alt=&quot;Freenet boards list&quot;/&gt;&lt;/p&gt;
&lt;p&gt;
Unfortunately Freenet makes it very hard to prevent spam, and spammers use that
to spam all the public message boards. Frost allows users to rate different identities,
ignoring messages from &quot;bad&quot; identities, but that does not work, as spammers
can just use a new identity for each message. Since it is impossible (or very hard)
to track down the source of spam, or to tell the difference between spam and
legit newbies, there is currently no good solution to the problem. The
spam itself does not offer anything or advertise anything. It is simply an AI
trying to waste time and annoy users away from Freenet. This
problem will definitely need to be addressed before they make a 1.0 release.
&lt;/p&gt;

&lt;p&gt;
Considering the algorithm used to transmit information the throughput is surprisingly
good. Of course it does not come close to direct download networks, but then
performance and ease of use are not design goals of the project. Some sort of
event subscription mechanism would be beneficial on the network, as it would allow
things like dynamic sites and live chat to be implemented.
&lt;/p&gt;

&lt;p&gt;
Overall Freenet seems like a good tool if you want to transmit information
anonymously and securely, not caring much about performance. Friends who
know each other can form their own darknets, or if they want they can merely
create their own keyed message boards, and keep their conversations secret
and private. UDP NAT traversal seems to be working well too, and I have
noticed next to no disruption to any other Internet activities; my ping time
to google went up from 32ms to 45ms whilst running a node. As long as
you are using Sun Java VM the node stays up very well, but it may be a
good idea to adjust the size of memory available to the VM to 512MB.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Soapboxes</title>
<category term="/var" />
<id>http://oussik.com/blog/2007/07/12/soapbox</id>
<updated>2007-07-12T22:48:15Z</updated>
<published>2007-07-12T22:48:15Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/var/soapbox" />
<content type="html">
&lt;p&gt;
It&apos;s been a while since my last post, and the last 24 hours have been eventful enough to 
justify a post.
&lt;/p&gt;

&lt;p&gt;
Last night I went up to London to see
&lt;a href=&quot;http://en.wikipedia.org/wiki/Converge_(band)&quot;&gt;Converge&lt;/a&gt;.
It was very much a last minute thing, and I would not say their style is quite up 
my street, but seeing them live was still very enjoyable, and I even got out without any
long term injuries. Kerrang gave their Brighton performance KKKKK, and showed a picture of 
the singer topless with the fans. Electric Ballroom had barriers (which they did apologise 
for, but nevertheless), so that was not really possible. Perhaps the Brighton 
people are more receptive ;-) . Towards the end I ended up closer to the speakers than I 
intended, which resulted in ringy ears.
&lt;/p&gt;

&lt;p&gt;
This morning found me still in London, so I went to see the new Harry Potter movie,
&lt;a href=&quot;http://www.imdb.com/title/tt0373889/&quot;&gt;Order of the Phoenix&lt;/a&gt;.
As far as Harry Potter movies go it did not disappoint. The biggest 
thing I found wrong with it was the age of the actors - they were supposed to be in their 
GCSE year, but appeared to be of university-going age. The length of the film is over 
130min, but it felt slightly too short. As with the last film it seems the Order of the Phoenix 
assumes everyone watching has read the book, and so skips over much of the background story,
concentrating on main events. Overall I give this film 7/10.
&lt;/p&gt;

&lt;p&gt;
From the cinema I took Waterloo and City line to Waterloo, and wandered around the Millennium 
Bridge and St. Paul&apos;s area. I saw something that resembled synchronous scaffolding 
climbing: about ten people clinging onto some scaffolding, climbing around to form various 
patterns. Very random. 
&lt;/p&gt;

&lt;p&gt;
Finally I went to see some soapboxes, arranged in a maze, with lots of threads and comments 
on them. It looked as if someone took an on-line forum, tore it out of cyberspace, and 
placed it into a large room. It seems the aim was to encourage sensible discussion of 
interesting topics: there were 
many thought provoking questions dotted around the place. Most of the responses however did 
not rise above the average level you would expect from a web forum. One that is unmoderated.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Suffocation</title>
<category term="/var" />
<id>http://oussik.com/blog/2007/06/26/suffocation</id>
<updated>2007-06-26T07:16:50Z</updated>
<published>2007-06-26T07:16:50Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/var/suffocation" />
<content type="html">
&lt;p&gt;
Reading
&lt;a href=&quot;http://www.fredemmott.co.uk/blog_99&quot;&gt;Fred&apos;s earlier post&lt;/a&gt;
made me remember a bag acehole found warning potential users about
the dangers of suffocation.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://oussik.com/suffocation.jpg&quot;&gt;
&lt;img
  src=&quot;http://oussik.com/suffocation-thumb.jpg&quot;
  alt=&quot;Picture of a plastic bag with an amusing warning diagram.&quot;
  title=&quot;It is blu-tacked up on acehole&apos;s wall.&quot;
/&gt;
&lt;/a&gt;
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Coca-Cola workers may be going on strike</title>
<category term="/var" />
<id>http://oussik.com/blog/2007/06/20/coke-strike</id>
<updated>2007-06-19T23:25:09Z</updated>
<published>2007-06-19T23:25:09Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/var/coke-strike" />
<content type="html">
&lt;p&gt;
Writing about &lt;a 
href=&quot;http://news.bbc.co.uk/1/hi/england/bradford/6766457.stm&quot;&gt;
BBC article about a possible coke strike&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
This is a heads-up to all fellow coke users, 
you know who you are. Stocking up on coke is probably still a bit 
premature, but there is a slight chance that you
will have to switch to Pepsi unless you do.
&lt;/p&gt;
&lt;p&gt;
On the other side of the coin this may present itself as an opportunity 
to try out other colas. I will not risk Tesco Value cola, but that 
classic cola they sell at Costcutters is quite drinkable IME. &lt;br /&gt;
Have any of you tried other colas? How did you find them?
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Ekiga softphone gets a contact list</title>
<category term="/ekiga" />
<id>http://oussik.com/blog/2007/06/05/contact-list</id>
<updated>2007-06-05T18:09:36Z</updated>
<published>2007-06-05T18:09:36Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/ekiga/contact-list" />
<content type="html">
&lt;p&gt;
Development version of Ekiga Softphone now sports a dazzling new
contact list feature, which means there is a good chance I might
actually be persuaded to keep the app running whilst I get on with
my day to day things.
&lt;/p&gt;
&lt;img src=&quot;http://oussik.com/ekiga-cvs.png&quot; alt=&quot;screenshot&quot; title=&quot;Ekiga contact list&quot; /&gt;
&lt;p&gt;
As evident from the screenshot, it supports contact groups, and works
as you would expect. Unfortunately my contact list is rather bare at the moment,
as no one else seems to use voice and video to communicate? Anyone?
&lt;/p&gt;
&lt;p&gt;
If you run Ubuntu 7.04 you can try the cvs version by using the following magic
deb line:
&lt;/p&gt;
&lt;p&gt;
deb http://snapshots.ekiga.net/ubuntu feisty main
&lt;/p&gt;
&lt;p&gt;
Before trying also note that there is a 400MB/day leak in the current svn build, so YMMV.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">command-not-found</title>
<category term="/ubuntu" />
<id>http://oussik.com/blog/2007/05/21/command-not-found</id>
<updated>2007-05-21T15:30:34Z</updated>
<published>2007-05-21T15:30:34Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/ubuntu/command-not-found" />
<content type="html">
&lt;p&gt;
I just discovered a really cool new feature in Fiesty. It is called
command-not-found, and it displays the package the command is in if you try to 
run a program that is not installed. If the program is provided by more than one 
package it gives a list of packages that provide the command.
&lt;/p&gt;
&lt;img src=&quot;http://oussik.com/suggestions.png&quot; alt=&quot;screenshot&quot; title=&quot;command-not-found&quot; /&gt;
</content>
</entry>

<entry>
<title type="html">Ubuntu</title>
<category term="/ubuntu" />
<id>http://oussik.com/blog/2007/05/18/ubuntu</id>
<updated>2007-05-18T11:49:55Z</updated>
<published>2007-05-18T11:49:55Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/ubuntu/ubuntu" />
<content type="html">
&lt;p&gt;
On Tuesday I said a warm goodbye to Slackware 11, and installed Ubuntu on my laptop. Having not used Ubuntu in two years, I decided to give it a quick review.
&lt;/p&gt;

&lt;p&gt;The livecd booted without any problems, and soon I found myself in GNOME. I was pleasantly surprised by the hardware detection capabilities of the Ubuntu stock kernel - it found my wireless card, my SD reader, and something even configured my funny case buttons that control the volume, etc. The install process went just as smoothly. The installer asked some very basic questions and I had Ubuntu on my hard drive in no time.
&lt;/p&gt;

&lt;p&gt;
Upon rebooting I discovered that the /etc/apt/sources.list did not need modifying by hand to get universe and multiverse packages, and all the special codecs, java, and flash could be installed by simply going to Applications-&gt;Add/Remove... . Installing the nVidia binary graphics drivers was just as easy, they got installed automatically when went to System-&gt;Preferences-&gt;Desktop Effects (which also gave me a shiny cube to play about with).
&lt;/p&gt;

&lt;p&gt;
Another thing I like about GNOME is the funny little power graph it can draw, displaying the laptop&apos;s power use over time when I run on battery.
&lt;/p&gt;

&lt;img src=&quot;http://oussik.com/ubuntu.png&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;

&lt;p&gt;
Despite the mostly positive experience, there is still plenty of room for improvement on Ubuntu&apos;s behalf. After installing the binary nVidia driver the text no longer fits into gdm&apos;s text boxes. I have so far sustained one X crash, which seems to have been brought down by a screen saver, and two GNOME crashes, which I think can be blamed on applets in the gnome-panel misbehaving.
&lt;/p&gt;

&lt;p&gt;
Another quirk about Ubuntu I do not like is the lack of header files in normal packages. If I install a library I expect to be able compile things against it. Instead Ubuntu installed me a C compiler, but did not include any C library headers. How that can be considered as &quot;useful&quot; I can not say.
&lt;/p&gt;

&lt;p&gt;
Also, by default the network interface names are not deterministic. This can cause problems when you have scripts that rely on eth0 being the wired interface and eth1 being the wireless interface for instance. To work around that, a simple udev modification is needed:
&lt;/p&gt;
&lt;/p&gt;
First create a file called /etc/udev/rules.d/10-ifaddresses.rules 
&lt;/p&gt;
&lt;p&gt;
Then add the following lines into it, replacing my MAC addresses with the ones in your cards (obtainable from ifconfig):
&lt;/p&gt;
&lt;p&gt;
KERNEL==&quot;eth*&quot;, SYSFS{address}==&quot;00:12:3f:e9:1f:dc&quot;, NAME=&quot;eth0&quot;&lt;br /&gt;
KERNEL==&quot;eth*&quot;, SYSFS{address}==&quot;00:13:ce:50:32:32&quot;, NAME=&quot;eth1&quot;
&lt;/p&gt;

&lt;p&gt;
There is no good reason this file can not be auto-generated by Ubuntu, so I consider having to do that myself to be a flaw in Ubuntu.
&lt;/p&gt;

&lt;p&gt;
Finally, there is no good GNOME/Ubuntu GUI for setting up a NAT between two interfaces. iptables commands to achieve the effect are not complex, but still require a text editor and a rough idea of what you are doing. There is also no standard place for such a script to go that I could find, so I ended up using /etc/init.d/firewall, which is by my guess the Debian equivalent place of Slackware&apos;s /etc/rc.d/rc.firewall .
&lt;/p&gt;

</content>
</entry>

<entry>
<title type="html">Book review: The Dispossessed</title>
<category term="/books" />
<id>http://oussik.com/blog/2007/05/05/the_dispossessed</id>
<updated>2007-05-05T19:25:46Z</updated>
<published>2007-05-05T19:25:46Z</published>
<link rel="alternate" type="text/html" href="http://oussik.com/blog/books/the_dispossessed" />
<content type="html">
&lt;div class=&quot;review&quot;&gt;
&lt;a href=&quot;http://www.amazon.co.uk/dp/0586042199/&quot;&gt;
&lt;img src=&quot;http://g-ec2.images-amazon.com/images/I/41E1XFJHS3L._AA240_.jpg&quot;
    alt=&quot;Book cover&quot;
    title=&quot;This book on Amazon&quot;
/&gt;
&lt;/a&gt;
&lt;dl&gt;
&lt;dt&gt;Title:&lt;/dt&gt;
    &lt;dd&gt;
    &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Dispossessed&quot;
        title=&quot;Wikipedia article&quot;&gt;The Dispossessed&lt;/a&gt;
    &lt;/dd&gt;

&lt;dt&gt;Author:&lt;/dt&gt;
    &lt;dd&gt;
    &lt;a href=&quot;http://en.wikipedia.org/wiki/Ursula_K._Le_Guin&quot;
        title=&quot;Wikipedia article&quot;&gt;Ursula K. Le Guin&lt;/a&gt;
    &lt;/dd&gt;

&lt;dt&gt;ISBN:&lt;/dt&gt;
    &lt;dd&gt;
    0586042199
    &lt;/dd&gt;

&lt;dt&gt;Rating:&lt;/dt&gt;
    &lt;dd&gt;
    &lt;img src=&quot;http://oussik.com/star.png&quot; alt=&quot;Star&quot; title=&quot;4/5&quot; /&gt;
    &lt;img src=&quot;http://oussik.com/star.png&quot; alt=&quot;Star&quot; title=&quot;4/5&quot; /&gt;
    &lt;img src=&quot;http://oussik.com/star.png&quot; alt=&quot;Star&quot; title=&quot;4/5&quot; /&gt;
    &lt;img src=&quot;http://oussik.com/star.png&quot; alt=&quot;Star&quot; title=&quot;4/5&quot; /&gt;
    &lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;

&lt;p&gt;
The book is not very typical of sci-fi works out there. Its main purpose is to 
draw a comparison between a Utopian anarchist society and a capitalist society. 
It does so by picking up a character to follow (a physicist named Shevek), and 
placing the him into both societies, observing both the reactions of the 
character to the society and of the society to the character. In doing so, the 
book makes some interesting points and observations, which make the book worth 
reading. I can not say I agree with all the points expressed in the book, but 
they are all expressed well enough to understand the messages the book tries to 
convey.
&lt;/p&gt;
&lt;p&gt;
Only four stars because she could have developed the storyline a bit more.
&lt;/p&gt;
</content>
</entry>
</feed>
