<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet Gentoo Summer of Code</title>
	<link>http://planet.gentoo.org/soc/</link>
	<language>en</language>
	<description>Planet Gentoo Summer of Code - http://planet.gentoo.org/soc/</description>

<item>
	<title>Rodrigo Lazo: A sad surprise while browsing the discussion group</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/57-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/57-A-sad-surprise-while-browsing-the-discussion-group.html</link>
	<description>I was browsing
the &lt;a href=&quot;http://groups.google.com/group/google-summer-of-code-discuss&quot;&gt;discussion
group&lt;/a&gt; when I found this
&lt;a href=&quot;http://groups.google.com/group/google-summer-of-code-discuss/browse_thread/thread/486853267d6ce4ce&quot;&gt;discussion&lt;/a&gt;. I
was shocked. That post was the summit of the peruvian mindset
problem. That guy was blaming Google of the lack of peruvian students
on Summer of Code!!. I'm the first peruvian student to be part of SoC,
and it &lt;strong&gt;never&lt;/strong&gt; crossed my mind that my proposal could
be rejected because of my nationality.
&lt;p&gt;
I hate to see that a countryman blames somebody else of it's
problems. I have seen that too many times; there are people that loves
to complain about lack of opportunities here... and no matter what,
they will always find a new thing to complain about. Too much
complaining, we need to work harder!&lt;/p&gt;</description>
	<pubDate>Sat, 22 Sep 2007 04:53:00 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: Python bindings for Paludis - end of SoC</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/11-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/11-Python-bindings-for-Paludis-end-of-SoC.html</link>
	<description>&lt;a href=&quot;http://code.google.com/soc&quot; title=&quot;GSoC&quot;&gt;Google Summer of Code&lt;/a&gt; is over, but, hopefully, the projects are not - at least I am not going to stop working on mine. I must say that SoC was very successful for me, I have learned plenty of new things and my dream of contributing to the &lt;a href=&quot;http://paludis.pioto.org&quot; title=&quot;Paludis&quot;&gt;Paludis&lt;/a&gt; itself came true. I must also thank all of the folks at #paludis, especially &lt;a href=&quot;http://www.ciaranm.org&quot; title=&quot;ciaranm&quot;&gt;Ciaran McCreesh&lt;/a&gt;,  my mentor Saleem Abdulrasool and rest of the &lt;a href=&quot;http://www.gentoo.org/proj/en/devrel/user-relations/summerofcode/&quot; title=&quot;Gentoo SoC&quot;&gt;Gentoo SoC&lt;/a&gt; staff for all the help.&lt;br /&gt;
&lt;br /&gt;
By the way, it seems like a good time to start thinking about a project for SoC 2008 :)</description>
	<pubDate>Wed, 29 Aug 2007 17:58:34 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: Python 2.5 and Boost.Python</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/10-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/10-Python-2.5-and-Boost.Python.html</link>
	<description>As &lt;a href=&quot;http://www.python.org&quot; title=&quot;Python&quot;&gt;Python&lt;/a&gt; 2.5 is now unmasked in &lt;a href=&quot;http://www.gentoo.org&quot; title=&quot;Gentoo&quot;&gt;Gentoo&lt;/a&gt; I decided to try it with Boost.Python, more specifically with Python bindings for &lt;a href=&quot;http://paludis.pioto.org&quot; title=&quot;Paludis&quot;&gt;Paludis&lt;/a&gt;. Everything seems to work, but, of course, boost needs to be rebuilt first.</description>
	<pubDate>Fri, 24 Aug 2007 16:41:49 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: Final week... this is the status</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/53-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/53-Final-week...-this-is-the-status.html</link>
	<description>&lt;p&gt;Well, SoC's final deadline is a few days away, I really enjoyed
this time :). Let's talk about the status now:&lt;/p&gt;

&lt;p&gt;
  Right now SCIRE's job subsystem is capable of create, distribute,
  run and monitor a job created, both for a single and for multiple
  clients. All this is also reflect on the UI code. Finally, all the
  code can be tested directly from the UI and everything seems to work
  (No bugs doesn't mean it's right, just that is doesn't have visible
  bugs). The latest patch implements the monitoring UI, and gives
  pretty usefull information about the job. 
&lt;/p&gt;

&lt;p&gt;
  What is missing? Once a job is completed it could be marked
  as &lt;b&gt;finished&lt;/b&gt;, &lt;b&gt;failed&lt;/b&gt; or &lt;b&gt;cancelled&lt;/b&gt;. If the job is
  non-recurring, there's no problem as all this just becames
  historical information. But for recurring jobs is a different story
  as it need to be re-schedule, isn't it?. For successfully finished
  jobs si pretty straight forward to assume that they should be
  rescheduled automatically. But for failed? or cancelled?. I'm very
  lean towards the user-should-choose option; after all, he knows
  better what to do for every situation, as it may depend on the
  job. So the best decision is not to let somebody else do the
  decision :). But you also need a good default, so I'll do this as
  follow: if a job has been marked as &lt;b&gt;failed&lt;/b&gt;, re-schedule it
  automatically, but if is has been marked as cancelled, don't
  do it. This implies that the job creation template should include an
  option to modify this behavior. Also, the re-scheduling mechanism is
  not that hard to implement, the problem lies on who should execute
  it. The observer pattern should come to the rescue. Isn't it
  wonderfull when you figure out something while writing a post? I
  should blog more often :)
&lt;/p&gt;</description>
	<pubDate>Wed, 15 Aug 2007 17:37:17 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: [status update] Finally, semester over</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/50-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/50-status-update-Finally,-semester-over.html</link>
	<description>&lt;p&gt;
Finally I've finished my semester!, although technically I have to
take one more exam, it's due Sunday and not that hard anyway. So I can
*finally* dedicate to my soc project 24/7. Here is the status report
I've sent to the gentoo-soc mailing list:
&lt;/p&gt;

&lt;h3&gt;&lt;u&gt;Project description&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;
SCIRE (Systems Configuration, Installation, and Replication
Enviroment) &quot;aims to create a widely extensible common portal for
administrative tasks for multiple Linux client machines&quot;. The job
subsystem deals with the creation, preprocessing, scheduling,
distribution and execution of specific tasks for the client machines.
&lt;/p&gt;

&lt;h3&gt;&lt;u&gt;Project status&lt;/u&gt;&lt;/h3&gt;

&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;Step &lt;/td&gt;
&lt;td&gt;Backend-code&lt;/td&gt;
&lt;td&gt; UI &lt;/td&gt;
&lt;td&gt;Definition&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Creation     &lt;/td&gt;&lt;td&gt;     30%    &lt;/td&gt;&lt;td&gt;  40% &lt;/td&gt;&lt;td&gt;   100%   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Preprocessing&lt;/td&gt;&lt;td&gt;      0%    &lt;/td&gt;&lt;td&gt;   0% &lt;/td&gt;&lt;td&gt;    30%   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Scheduling   &lt;/td&gt;&lt;td&gt;    100%    &lt;/td&gt;&lt;td&gt; 100% &lt;/td&gt;&lt;td&gt;   100%   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Distribution &lt;/td&gt;&lt;td&gt;     80%    &lt;/td&gt;&lt;td&gt;   -  &lt;/td&gt;&lt;td&gt;   100%   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Execution    &lt;/td&gt;&lt;td&gt;     50%    &lt;/td&gt;&lt;td&gt;   -  &lt;/td&gt;&lt;td&gt;    50%   &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;br /&gt;

&lt;p&gt;The Definition column refers to the specific way to do each step, and
I've learned all this time that specific things cannot be forseen so,
although in the proposal there is a specification, it isn't set in
stone until it's feasible do code it and to code it efficently.&lt;/p&gt;

&lt;p&gt;The main focus of the project up to today was on the scheduling and
distribution steps. The former is finished and the latter has been
halted until the creation step reflects the advances on the other
ones. The preprocessing step will be the la it isn't essencial nor
blocking of the rest.&lt;/p&gt;

&lt;p&gt;On my soc proposal I splitted the project so the backend code would be
written on the first half and the UI code on the other half, but my
mentor suggested me to do them on parallel.&lt;/p&gt;

&lt;p&gt;I'm a little bit behind my schedule, but now I have a lot more time to
work on the project, so I'm confidence about finishing the project.&lt;/p&gt;

&lt;h3&gt;&lt;u&gt;Timeline&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;9-15 July = Finishing updating the UI to reflect the latest changes&lt;/p&gt;
&lt;p&gt;16-22 July = Finishing the distribution code&lt;/p&gt;
&lt;p&gt;23-29 July = Work on the creation UI code&lt;/p&gt;
&lt;p&gt;30-5 August = Finishing the Execution code&lt;/p&gt;
&lt;p&gt;6-12 August = Finishing the creation code (both backend and UI)&lt;/p&gt;
&lt;p&gt;13-18 August = Work on Preprocessing code.&lt;/p&gt;</description>
	<pubDate>Wed, 11 Jul 2007 15:52:35 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: Boost.Python: docstrings in enums</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/9-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/9-Boost.Python-docstrings-in-enums.html</link>
	<description>For quite some time I wanted to add docstrings to enums exposed with Boost.Python as my project's API docs seemed incomplete. Let's see how I found the solution eventually:&lt;br /&gt;
&lt;br /&gt;
Enum we want to expose:
&lt;pre&gt;
// Nice enum!
enum Foo
{
    blah
};
&lt;/pre&gt;
&lt;br /&gt;
While exposing the enum itself couldn't be any simpler:
&lt;pre&gt;
BOOST_PYTHON_MODULE(enum_test)
{
    bp::enum_&amp;lt;Foo&amp;gt; enum_foo(&quot;Foo&quot;);
    enum_foo.value(&quot;blah&quot;, blah);
    ...
&lt;/pre&gt;
... adding &lt;code&gt;__doc__&lt;/code&gt; is completly another story.&lt;br /&gt;
&lt;br /&gt;
First (silly) attempt:
&lt;pre&gt;
    ...
    PyObject_SetAttrString(enum_foo.ptr(), &quot;__doc__&quot;, PyString_FromString(&quot;Nice enum!&quot;));
};
&lt;/pre&gt;
&quot;It must work&quot; I thought, but what I got on import then was far from satisfying:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;TypeError: attribute '__doc__' of 'type' objects is not writable&lt;/code&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After digging in &lt;a href=&quot;http://boost.cvs.sourceforge.net/boost/boost/libs/python/src/object/&quot; title=&quot;Boost.Python&quot;&gt;Boost.Python&lt;/a&gt;, 
&lt;a href=&quot;http://docs.python.org/api/&quot; title=&quot;Python C API docs&quot;&gt;Python C API docs&lt;/a&gt; and harassing people at #python:
&lt;pre&gt;
    ...
    PyTypeObject * pto = reinterpret_cast&amp;lt;PyTypeObject *&amp;gt;(enum_foo.ptr());
    pto-&gt;tp_doc = &quot;Nice enum!&quot;;
};
&lt;/pre&gt;
Thils looked really promising... and what? Nothing at all! Changing &lt;code&gt;tp_doc&lt;/code&gt; had no effect whatsoever, and only after some more digging, it turned out it was too late to change it and the right way is:&lt;br /&gt;
&lt;pre&gt;
    ...
    PyTypeObject * pto = reinterpret_cast&amp;lt;PyTypeObject *&amp;gt;(enum_foo.ptr());
    PyDict_SetItemString(pto-&gt;tp_dict, &quot;__doc__&quot;, PyString_FromString(&quot;Nice enum!&quot;));
};
&lt;/pre&gt;
&lt;br /&gt;
Boost.Python and Python C API are fun ;)</description>
	<pubDate>Mon, 09 Jul 2007 00:50:00 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: Python bindings now in the scm ebuild!</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/8-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/8-Python-bindings-now-in-the-scm-ebuild!.html</link>
	<description>Python bindings are now available in the paludis-scm.ebuild from the &lt;a href=&quot;http://paludis.pioto.org/trac/browser/overlay/&quot; title=&quot;Paludis overlay&quot;&gt;Paludis overlay&lt;/a&gt;. Just set the python use-flag and reinstall. Comments are welcome, but keep in mind it's far from the final version :]&lt;br /&gt;
&lt;br /&gt;
Additional links: &lt;a href=&quot;http://dev.gentooexperimental.org/~peper/paludis/python/doc/&quot; title=&quot;API docs&quot;&gt;API docs&lt;/a&gt;, &lt;a href=&quot;http://paludis.pioto.org/trac/browser/trunk/python&quot; title=&quot;repository&quot;&gt;repository&lt;/a&gt;</description>
	<pubDate>Wed, 20 Jun 2007 10:43:00 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: Python bindings for Paludis #1</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/7-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/7-Python-bindings-for-Paludis-1.html</link>
	<description>I was supposed to give some updates about &lt;a href=&quot;http://code.google.com/soc/gentoo/appinfo.html?csaid=EF1427E80304229E&quot; title=&quot;my SoC project&quot;&gt;my SoC project&lt;/a&gt;, so here is the much delayed first one. &lt;br /&gt;
&lt;br /&gt;
I have been working on the bindings since the moment I thought about the project and had some code ready even for the initial project proposal. After it had been accepted I was continuing the work with bigger and smaller breaks. Meanwhile I was doing some contributions to Paludis in other areas, learning its internals and getting better at C++.&lt;br /&gt;
I believe the first big date for my project was 5 April 2007 when bindings code was initially imported to the Paludis repository (&lt;a href=&quot;http://paludis.pioto.org/trac/changeset/2881&quot; title=&quot;r2881&quot;&gt;r2881&lt;/a&gt;). The second big date is still coming, which will be  the release of Paludis 0.26 with the Python bindings included.&lt;br /&gt;

The exact status of the bindings is best seen in the &lt;a href=&quot;http://paludis.pioto.org/trac/browser/trunk/python&quot; title=&quot;repository&quot;&gt;repository&lt;/a&gt; or in the &lt;a href=&quot;http://dev.gentooexperimental.org/~peper/paludis/python/doc/&quot; title=&quot;API docs&quot;&gt;API docs&lt;/a&gt;, which I update every now and then.&lt;br /&gt;
&lt;br /&gt;
Currently I am working on bringing *DepSpec up to date and preparing for yet another Paludis API change. The bigger plan is to finish bindings for all the core classes sometime soon...</description>
	<pubDate>Sat, 16 Jun 2007 17:45:00 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: Status update - 10/11 June</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/47-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/47-Status-update-1011-June.html</link>
	<description>&lt;p&gt;Just a quick post. I've been working on the client and server code of SCIRE to include the new job model, is going well and today there was a interesting chat with my mentor and all the team at #gentoo-scire. This week's code delivery will be delayed a little bit, I want to include the latest modification suggested on IRC. Once I have everything set up I will do a more detailed post.&lt;/p&gt; 

&lt;p&gt;On the other hand, it's getting harder to balance the Summer of Code with the University, so far so good but I have to be very organized with my time :). Tomorrow I will give a lightning talk about &lt;a href=&quot;http://plan9.bell-labs.com/plan9/&quot;&gt;plan 9&lt;/a&gt; (an operating system from Bell labs that was designed to make Unix obsolete.) I'm not an expert on it... but I think is very interesting and I'm sure this will be the first time my teacher will hear about Plan 9... so It's going to be fun&lt;/p&gt;

&lt;p&gt;Over and out&lt;/p&gt;</description>
	<pubDate>Mon, 11 Jun 2007 05:28:08 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: First Week and a half ...</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/42-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/42-First-Week-and-a-half-....html</link>
	<description>&lt;p&gt;A week and a half has been since the Summer of Code officially began. I'm feeling more and more part of this and I'm as excited as when I was elected a month or so ago. But... we need to get down to business :)&lt;/p&gt;

&lt;p&gt;All this time I've been working on two fronts. One is the database; basically defining how to create the relationships between jobs, its metadata and the target clients; the scheduling schema is going to use a &lt;a href=&quot;http://rlazo.supersized.org/comment.php?type=trackback&amp;amp;entry_id=41&quot;&gt;crontab-like&lt;/a&gt; string as is by far the best way to do it and also is a well known syntax for the users. The database modifications weren't taken lightly as everything is going to be based on the database so they were very well talked with codeman and agaffney. If everything goes as it should *wink* the database schema shouldn't be modified from now on.&lt;/p&gt;

&lt;p&gt;On the other side I've been working on the client and server side of the app. I've been using &lt;a href=&quot;http://pychecker.sourceforge.net/&quot;&gt;pychecker&lt;/a&gt; to review the code. It's easy to make mistakes if you are used to use a compiler to check your code :). On the server side I've added support to command-line arguments. I'm trying to check the client-server connection before doing any other work, and for some reason the SSL authentication is throwing me an error if the server and the client are on different machines; but if they run on the same they work... weird. Once that is over I'll focus on fix all the functions I broke with the modification to the database.&lt;/p&gt;

&lt;p&gt;On a side note I finally have everything ready to work, the kvm virtual machines are working flawlessly and with the extra Gigabyte of RAM I just bought there's not a single delay while working with several virtual machines. Great!
&lt;p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 07 Jun 2007 02:20:36 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: Proposal published</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/38-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/38-Proposal-published.html</link>
	<description>Just a quick post, my Summer of Code proposal is now available &lt;a href=&quot;http://rlazo.supersized.org/pages/soc_proposal2007.html&quot;&gt;here&lt;/a&gt;. Any comment or feedback is more than welcome!</description>
	<pubDate>Sat, 14 Apr 2007 18:17:00 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Rodrigo Lazo: Application accepted!</title>
	<guid isPermaLink="false">http://rlazo.supersized.org/archives/37-guid.html</guid>
	<link>http://rlazo.supersized.org/archives/37-Application-accepted!.html</link>
	<description>My &lt;a href=&quot;http://code.google.com/soc&quot;&gt;Summer of Code&lt;/a&gt; application has been accepted! When I first saw it I couldn't believe it. I have been &lt;a href=&quot;http://code.google.com/soc/gentoo/about.html&quot;&gt;accepted to work for the Gentoo Foundation&lt;/a&gt;. My proposal is &quot;SCIRE's job subsystem implementation for both the frontend and backend.&quot;

 &lt;br /&gt;&lt;a href=&quot;http://rlazo.supersized.org/archives/37-Application-accepted!.html#extended&quot;&gt;Continue reading &quot;Application accepted!&quot;&lt;/a&gt;</description>
	<pubDate>Sat, 14 Apr 2007 03:00:25 +0000</pubDate>
	<dc:creator>Rodrigo Lazo ()</dc:creator>
</item>
<item>
	<title>Piotr Jaroszyñski: My brand new blog and Google Summer of Code</title>
	<guid isPermaLink="false">http://www.piotrj.org/index.php?/archives/2-guid.html</guid>
	<link>http://www.piotrj.org/index.php?/archives/2-My-brand-new-blog-and-Google-Summer-of-Code.html</link>
	<description>&lt;strong&gt;Welcome to my brand new blog!&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to &lt;a href=&quot;http://www.s9y.org&quot; title=&quot;serendipity&quot;&gt;seredipity&lt;/a&gt; setting it up was quite easy :] I've been thinking about making one for quite some time and today I have eventually decided to do so. Why today? Well, &lt;a href=&quot;http://code.google.com/soc/&quot;&gt;GSoC&lt;/a&gt;! 
&lt;a href=&quot;http://code.google.com/soc/gentoo/appinfo.html?csaid=EF1427E80304229E&quot; title=&quot;My proposal&quot;&gt;My proposal&lt;/a&gt; was accepted as one of the &lt;a href=&quot;http://code.google.com/soc/gentoo/about.html&quot; title=&quot;Gentoo projects&quot;&gt;Gentoo projects&lt;/a&gt;. In short, my task is to make python bindings for &lt;a href=&quot;http://paludis.pioto.org/&quot; title=&quot;Paludis&quot;&gt;Paludis&lt;/a&gt;, the Other Package Mangler for &lt;a href=&quot;http://www.gentoo.org&quot; title=&quot;Gentoo&quot;&gt;Gentoo&lt;/a&gt;. If you want more details, check out &lt;a href=&quot;http://dev.gentoo.org/~peper/soc/application.txt&quot; title=&quot;my application&quot;&gt;my application&lt;/a&gt; and, if you are even more desperate, &lt;a href=&quot;http://dev.gentoo.org/~peper/soc/paludis-python/&quot; title=&quot;code&quot;&gt;code&lt;/a&gt;, which I have already written. Also &lt;a href=&quot;http://www.ciaranm.org&quot; title=&quot;ciaran&quot;&gt;ciaran&lt;/a&gt; was nice enough to write &lt;a href=&quot;http://www.ciaranm.org/show_post/111&quot; title=&quot;a few words&quot;&gt;a few words&lt;/a&gt; about it, but don't forget to ignore the rubbish about Python :]&lt;br /&gt;
So... I am planing to blog about progress of my project, some Gentoo stuff,   and... time will tell.&lt;br /&gt;
&lt;br /&gt;
P.S. 1) My name is Piotr Jaroszyński (hence the domain), I live in &lt;a href=&quot;http://www.gentoo.org/proj/en/devrel/roll-call/devmap.xml?dev=Peper&quot; title=&quot;Warsaw&quot;&gt;Warsaw&lt;/a&gt; and am first year Computer Science student at Warsaw University.&lt;br /&gt;
P.S. 2) I hope my pathetic 256 kbit/s upload will manage ;]</description>
	<pubDate>Fri, 13 Apr 2007 15:05:00 +0000</pubDate>
	<dc:creator>Piotr Jaroszyñski (peper)</dc:creator>
</item>

</channel>
</rss>
