<?xml version="1.0" encoding="UTF-8"?>



<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://9souldier.org/blog/index.rss" rel="self" type="application/rss+xml" />
        <title>Random Rambling</title>
        <link>http://9souldier.org/blog/index.rss</link>
        <description></description>
        <language>en-us</language>
        <generator>Tom Duff's rc, and Kris Maglione's clever hackery</generator>

        <item>
            <title>Feed people by feeding /dev/null</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/06/14/0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/06/14/0/</guid>
            <pubDate>Sun, 14 Jun 2009 00:00:00 +0200</pubDate>
            <description>&lt;h1&gt;Feed people by feeding /dev/null!&lt;/h1&gt;

&lt;p&gt;So, after having been sodomizing the world for the past few decades, Microsoft decides to become nice.
HAHAHAAHHAHAAHAH&lt;/p&gt;

&lt;p&gt;yeah right, you didn't seriously believe that. Anyways, they do have a pretty cool way of feeding my /dev/null, it is a collaboration between the world's dominant entity and Feeding America. So let's help Feeding America by simply running the following little script, for as long as you like.&lt;/p&gt;

&lt;p&gt;There are of course other points to take into account, like for example how much it costs to host those files, to host the huge bandwidth it needs, i'd say quite a few thousand lives are taken by this, but if we can feed the poor of america!!!&lt;/p&gt;

&lt;p&gt;So if you don't care about polution and human lives, please run the script, if however you do care about the lives taken for your lazyness and luxury, please go prove you are not lazy by doing something that really matters, like planting a garden.&lt;/p&gt;

&lt;pre&gt;
while ( wget -O /dev/null http://view.atdmt.com/action/dlXP ); do
  sleep 1
done
&lt;/pre&gt;
</description>
        </item>

        <item>
            <title>bend over</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/06/04/0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/06/04/0/</guid>
            <pubDate>Thu, 04 Jun 2009 00:00:00 +0200</pubDate>
            <description>&lt;h1&gt;Bend over, or the subtilities of work laws and how you get sodomized from multiple directions&lt;/h1&gt;

&lt;p&gt;In a post not so long ago i was exploring what was being done with the money i don't have the choice to pay for taxes, well, that's one direction.&lt;/p&gt;

&lt;p&gt;What are the others? well, if you ask that, i think you either work illegally, or are paid too much to care.&lt;/p&gt;

&lt;p&gt;Anyways, i took a day off last friday with my colleague. One day, right? Everyone understands: One day off. Well, to the administrators in france it looks like the term "One Day" is ambigous, it can mean one, or optionally two days (maybe sometimes even more, who knows? or the other way around, one day means half a day?). So i took "two days off" due to some stupid convention, and now have one less vacation days left.&lt;/p&gt;

&lt;p&gt;If someone can explain this oxymoron, please do!&lt;/p&gt;

&lt;h3&gt;i'll be back with some more sodomy action from the government soon!&lt;/h3&gt;
</description>
        </item>

        <item>
            <title>9fs sources</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/30/1/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/30/1/</guid>
            <pubDate>Sat, 30 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;h1&gt;sources troubles&lt;/h1&gt;

&lt;p&gt;I had trouble pulling fro msources lately, seems it's down very often, so i modified my 9fs script a bit, chenging the sources case:&lt;/p&gt;

&lt;pre&gt;
case sources
    import -A tcp!false.9grid.es!17666 / /n/9grid.es &amp;&amp; bind /n/9grid.es/dist/sources /n/sources
&lt;/pre&gt;

&lt;p&gt;on could also do&lt;/p&gt;

&lt;pre&gt;
case sources
    srv -nq tcp!sources.cs.bell-labs.com sources /n/sources || \
           { import -A tcp!false.9grid.es!17666 / /n/9grid.es &amp;&amp; \
            bind /n/9grid.es/dist/sources /n/sources }
&lt;/pre&gt;

&lt;p&gt;which takes a little more time when sources is down, but at least you get  up to the minute latest sources.
The first option works very well for ma, as 9grid.es seems to be "closer" to my localtion (e.g. probably in europe), and as such much faster&lt;/p&gt;
</description>
        </item>

        <item>
            <title>p9p dumpvacroots</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/30/0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/30/0/</guid>
            <pubDate>Sat, 30 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;p&gt;So my fossil has been needing rescue pretty much weekly nowadays. Thankfully i have it backed by venti, so it boild basically down to dumpvacroots and formatting fossil with the last vac in there (of course got to vacfs first to check...). The thing is that i use plan9ports venti from a linux machine, so dumpvacroots doesn't just work.
I modified dumpvacroots to do work with p9p tools, i have used this for my venti, and works fine, may need some fine-tuning though (you probably need to change the ventihttp line to whatever your venti is listening on for http connections).&lt;/p&gt;

&lt;h1&gt;snip&lt;/h1&gt;

&lt;pre&gt;
 #!/usr/local/plan9/bin/rc
 # dumpvacroots - dumps all the vac scores ever stored to the venti server
 # if nothing else, this illustrates that you have to control access
 # to the physical disks storing the archive!

 ventihttp=`{
    echo $venti | 9 sed 's/^[a-z]+!([0-9\.]+)![a-z0-9]+$/\1/
        s/^[a-z]+!([0-9\.]+)/\1/; s/$/:8082/'
 }
 echo $ventihttp
 hget http://$ventihttp/index |
    9 awk '
        /^index=/ { blockSize = 0 + substr($3, 11) }
        /^arena=/ { arena = substr($1, 7) }
        /^  arena=/ {
            start = (0 + substr($5, 2)) - blockSize
            printf("venti/printarena -o %.0f %s\n", start, $3 "")
        }
    ' |
    rc |
    9 awk '$3 == 16 { printf("vac:%s\n", $2) }'
&lt;/pre&gt;
</description>
        </item>

        <item>
            <title>somalia pirates story</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/28/1/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/28/1/</guid>
            <pubDate>Thu, 28 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;p&gt;K'Naan, a somali rapper talking about the somali situation, interesting stuff, and, of course&lt;/p&gt;

&lt;h3&gt;PIRAAT&lt;/h3&gt;

&lt;p&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/UTxJLlQCe4U&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/UTxJLlQCe4U&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
</description>
        </item>

        <item>
            <title>Rise and shine</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/28/0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/28/0/</guid>
            <pubDate>Thu, 28 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;p&gt;Your slave overlords are waiting for your day's work.&lt;/p&gt;

&lt;p&gt;Give me a fucking break!&lt;/p&gt;
</description>
        </item>

        <item>
            <title>Erlang: The Movie</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/27/0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/27/0/</guid>
            <pubDate>Wed, 27 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;h1&gt;Erlang, a fault tolerant, distributed, declarative and functional programming language&lt;/h1&gt;

&lt;p&gt;&lt;embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-5830318882717959520&amp;amp;hl=en&amp;amp;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"&gt; &lt;/embed&gt;&lt;/p&gt;
</description>
        </item>

        <item>
            <title>the world we live in</title>
            <author>lighttpd@noreply.cat-v.org (lighttpd)</author>
            <link>http://9souldier.org/blog/2009/05/23/0-0/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/23/0-0/</guid>
            <pubDate>Sat, 23 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;p&gt;So why are we letting leeches suck the living out of us? We pay our taxes so that they can defend Big companys interests by limiting our freedom.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They have helped banks with the help of our taxes, though banks are not stopping at nothing to enslave us for the rest of our lives. &lt;/li&gt;
&lt;li&gt;They use our taxes to fund huge military experiments that are only used to kill thousands of innocent people.&lt;/li&gt;
&lt;li&gt;They are defending the food and pharmaceutics industry
with OUR FUCKING MONEY!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So now then, each time you say "taxes are uncontournable" let's think of what we say, lets think of the magnitude of these projects.&lt;/p&gt;

&lt;p&gt;So what are we really paying for? We are paying people in parliament that support:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Companies that act as serial killers, killing thousands of people for profit&lt;/li&gt;
&lt;li&gt;Limitation of civil rights to big record labels, Petrochemical companies and such
&lt;ul&gt;
&lt;li&gt;Anti piracy&lt;/li&gt;
&lt;li&gt;Genetically manipulated crops&lt;/li&gt;
&lt;li&gt;any project that big companies start, and put through without thorough testing, having no clue of what the economic, social and environmental (to mention a few) repercussions will be.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;People who have no clue what change is, people who think that patching laws is the answer to anything, people who get payed because they are capable of wearing formal clothes, be hypocritic and lie with a poker face.&lt;/li&gt;
&lt;li&gt;(EDIT) oh of course i forgot big CEO's bonuses, tax cuts and other unorthodox methods to enrich the rich (as if it wasn't easy enough just by having loads of money)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's how our natural selection works, this is the type of people that thrive in representative democracy, where lazyness and disinterestment of politics has doomed the planet, the plants, the animals, the poor, and effectively, in the long run, the rich too.&lt;/p&gt;

&lt;p&gt;This is kind of like paying someone to spit and crap in your face, and then thanking him for that.&lt;/p&gt;

&lt;p&gt;This model of natural selection has become more and more strong, small companies and businesses are having a hard time surviving, and big companies where innovation is of no profit at all, and where the biggest brains are put to do assembly-line stuff get supported with our money.&lt;/p&gt;

&lt;p&gt;Parliament does not even have to account of the money they have spent (some rare exceptions, like the Netherlands). Opression and riots are more and more common, just try and imagine the future...no surprise that so many movies depict the future on a burnt down planet, people eating the previous generation's trash.&lt;/p&gt;

&lt;p&gt;Think, and share your ideas on the future, we have to make it, because obviously those who are payed be thinking and working for it are morons/asshats who don't give a shit, who'd like to see us all in chains serving one great corporation under god.&lt;/p&gt;

&lt;p&gt;(edit) HAHAH put me in jail for this please:
Terrorists are just freedom fighters, and as in every revolution, a few people have to suffer. But hey, who's the real terrorist? How many people have to die just so this server can run 24/7? how many people have to die so i can take the bus to work? how many have to die so i can drink my morning coffee?&lt;/p&gt;

&lt;p&gt;The answer is quite a few: Think of energy as pollution, this polution causes asthma, all sorts of cancers, and more, all of which have serious implications and hinder life. And this for people who have nothing to do with it, people in africa, people in asia, poor people in general.&lt;/p&gt;

&lt;p&gt;The butterfly effect does exist, and to think that one can calculate all the effects of his actions is retarded and stupid. So why play with (and push) stuff as dangerous ans GMOs, chemicals etc. when we have no clue what it causes? For profit of course, every one wants a share.
  GMO's are excused by saying: "But we want to nourrish the world", well what i have to answer to this is: THEN WHY THE FUCK ARE YOU LIMITING THE RESEEDING OF GMOS, WHY THE FUCK ARE YOU SCANNING THE PEASANTS MAKING THEM PAY FEES TO RESEED THEIR OWN PLANTS? AND WHY THE FUCK ARE YOU EVIL, EVIL, EVIL, EVIL, EVIL, EVIL, EVIL, EVIL?&lt;/p&gt;

&lt;p&gt;whoever feels insulted just think of me as someone completely fed up. can't i shout from the top of my voice to everyone who hears me? are my reasons unworthy? are we not breathing millions of crap particles each time we breath? are our children not born with asthma and allergys? is it not the army that gets the biggest funding from all branches of government? could we not feed the rest of the world just with our own trash?&lt;/p&gt;

&lt;p&gt;Do i have solutions? Some, and i bet you have some more, and so why not try them?&lt;/p&gt;
</description>
        </item>

        <item>
            <title>the werc on 9souldier.org is now powered by markdown.awk</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/05/18/0_markdown.awk_powered/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/05/18/0_markdown.awk_powered/</guid>
            <pubDate>Mon, 18 May 2009 00:00:00 +0200</pubDate>
            <description>&lt;p&gt;9souldier.org just switched to using markdown.awk from markdown.pl, the original markdown script. This means that i do not need perl for werc to run, and that my werc is p9p self-hosted now. WOOOHOOOO&lt;/p&gt;

&lt;p&gt;It looks like awk is faster than markdown.pl too, so cheers for yiyus in #werc on freenode for sharing this.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;lists&lt;/li&gt;
&lt;li&gt;should&lt;/li&gt;
&lt;li&gt;work&lt;/li&gt;
&lt;li&gt;aswell&lt;/li&gt;
&lt;li&gt;as
&lt;ul&gt;
&lt;li&gt;nested&lt;/li&gt;
&lt;li&gt;lists&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>

        <item>
            <title>Update on the status of my parcell</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/01/19/0_French_beware_of_dhl/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/01/19/0_French_beware_of_dhl/</guid>
            <pubDate>Mon, 19 Jan 2009 00:00:00 +0100</pubDate>
            <description>&lt;h3&gt;So, it's been 7 days that my "dhl" parcell has been on the go, here is an update:&lt;/h3&gt;

&lt;p&gt;The status on the french post's site has now changed to "delivered". Funny, i didn't know nothing about that.
My searches have yielded the following information on the french post's services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The delivery times are almost never respected.&lt;/li&gt;
&lt;li&gt;Parcels are very often stolen, or arrive in a very bad shape.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So now i'm starting to have some very bad feeling about this. How can DHL send it's (Express) parcels through such a service, that&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Doesn't care about the timeframe (remember, this is DHL Express)&lt;/li&gt;
&lt;li&gt;Delivers packages in a piteous state - if they deliver at all&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Just google "colisposte "colis livré."", and see how many people are complaining about the service. It also seems the post doesn't even ask for the recipient's name in exchange for the package, so basically anyone can accept your package.&lt;/p&gt;

&lt;p&gt;Well, i'm still hoping there was a glitch in the system, and i get my package tomorrow, but i doubt it.&lt;/p&gt;
</description>
        </item>

        <item>
            <title>Skype privacy woes</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/01/17/0_skype_privacy_problems/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/01/17/0_skype_privacy_problems/</guid>
            <pubDate>Sat, 17 Jan 2009 00:00:00 +0100</pubDate>
            <description>&lt;p&gt;Alledgedly running skype in a trace program shows it accesses mozilla bookmarks, so i've made a script that chroots it into a root with ony the skype config in the 
homedir, read more &lt;a href="http://j.9souldier.org/trunk/skypechr"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, it's probably a better idea to use irc/jabber for text messages.&lt;/p&gt;
</description>
        </item>

        <item>
            <title>UPS: transit delays and customer service</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/01/16/0_UPS_Express_delays_and_service/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/01/16/0_UPS_Express_delays_and_service/</guid>
            <pubDate>Fri, 16 Jan 2009 00:00:00 +0100</pubDate>
            <description>&lt;h1&gt;UPS: transit delays and customer service&lt;/h1&gt;

&lt;h3&gt;Hello, if you are looking for information about UPS, their services' quality, &amp;amp; cetera in france, here is my experience:&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ordered a parcel from germany, UPS®™© says &lt;a href="http://www.dhl.de/dhl?tab=1&amp;amp;skin=hi&amp;amp;check=yes&amp;amp;lang=de_EN&amp;amp;xmlFile=3607"&gt;here&lt;/a&gt; the transit time to france is 1 day. I was pretty surprised, but allright, i thought, 2-3 days is still allright.&lt;/li&gt;
&lt;li&gt;The shipment leaves, the online tracking tool's status is waaay behind, the parcel was given to UPS' care on the 12th, the status didn't even appear on their site (still one day behind) untill next day.&lt;/li&gt;
&lt;li&gt;The shipment status on the german DHL site has been the same for three days, when i'd call DHL they'd tell me to ask the french post, when i called the french post, they told me to call DHL.&lt;/li&gt;
&lt;li&gt;They don't even deliver the parcels themselves, they go through the french post's services, which uses a different tracking number. It took me 45minutes on overbilled phonenumbers to get the french tracking number&lt;/li&gt;
&lt;li&gt;The delivery delay now looks more like 10 days to me, compared to the 1 day average on their site. This is lies, lies and more lies, but then again, which big company won't lie to their customers for a little more business?&lt;/li&gt;
&lt;li&gt;Mind you this is a shipment between two bordering countries of the European Union, where there aren't even any borders anymore.&lt;/li&gt;
&lt;li&gt;also, this is an "DHL Express" delivery....i wonder how long the non-express takes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Well i'm not the type that lets this kind of thing go, i know i vote with my €, so I'll never again go through DHL. UPS seems to have a much better service overall, and they deliver fast (it took them 7 days to deliver a dell laptop from poland), and seems not to cost more at all.&lt;/h3&gt;

&lt;p&gt;Ramble on™;-)&lt;/p&gt;
</description>
        </item>

        <item>
            <title>Materialism, and it's woes</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/01/14/1_materialists/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/01/14/1_materialists/</guid>
            <pubDate>Wed, 14 Jan 2009 00:00:00 +0100</pubDate>
            <description>&lt;p&gt;I've never really realized this, but it's pretty interesting. The Dalai Lama says, that as long as you have a religion or believe in something, you are much less dangerous than someone who believes in nothing. I've thought about it for a while, and after a few comments and a conversation on irc, i thought i would share what  i thought about it.&lt;/p&gt;

&lt;p&gt;I totally agree with His Holyness The Dalai Lama, there are multiple points that i think all point in the direction of what he said, i'll just rable about it for now ;-)&lt;/p&gt;

&lt;p&gt;For example say that a horrible catastrophe is menacing your household, or whatever. People who don't believe, don't even have the chance of feeling the catastrophe comming, although someone who is more spiritual, someone who believes in the powers of the mind can very well feel what is going to happen, and maybe even do something to counter it.
Other examples include global warming, which is now admitted even by the scientific community, but, which was for a long time only "felt" by the people who listen to things they can't explain, of course, there are still morons who don't believe in global warming. It's kind of as if you were sitting in a tub of acid (lets say a transparent acid, lokking like water), the acid burning your skin to the bones, but were persuaded you were sitting in water, and wouldn't believe your feeling of pain.&lt;/p&gt;

&lt;h3&gt;Ramble on&lt;/h3&gt;
</description>
        </item>

        <item>
            <title>Xibit, a new app for werc</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2009/01/04/1_xibit/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2009/01/04/1_xibit/</guid>
            <pubDate>Sun, 04 Jan 2009 00:00:00 +0100</pubDate>
            <description>&lt;h1&gt;Xibit, a new app for werc&lt;/h1&gt;

&lt;p&gt;xibit is out, this application displays (rudimentary for now) thumbnails of images in a directory inside werc, check &lt;a href="http://j.9souldier.org/trunk/werc/tibix"&gt;the newest version&lt;/a&gt; out&lt;/p&gt;
</description>
        </item>

        <item>
            <title>i am now operating a public jabber server.</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2008/12/12/1_Jabber_server/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2008/12/12/1_Jabber_server/</guid>
            <pubDate>Fri, 12 Dec 2008 00:00:00 +0100</pubDate>
            <description>&lt;h1&gt;i am now operating a public jabber server.&lt;/h1&gt;

&lt;p&gt;I also have MSN transport support.
Please do not flood me, as i have limited resources, and will end up restricting public registrations.
Have fun!&lt;/p&gt;
</description>
        </item>

        <item>
            <title>MSI customer care</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2008/12/01/1_Boycott_MSI/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2008/12/01/1_Boycott_MSI/</guid>
            <pubDate>Mon, 01 Dec 2008 00:00:00 +0100</pubDate>
            <description>&lt;h1&gt;MSI customer care&lt;/h1&gt;

&lt;p&gt;Hello,
&lt;a href="http://linuxfr.org/~fpolux/27570.html"&gt;here&lt;/a&gt; is and url to a french blog post, in which a member of the &lt;a href="http://www.racketiciel.info/"&gt;racketiciel&lt;/a&gt; group posts a reply to an (or several) e-mails they sent to MSI expecting to get refunded for all the software that was bundled with their computer.&lt;/p&gt;

&lt;p&gt;You have to know that, in France, bundled selling is illegal, still, most computer vendors get away with not providing the bare hardware. Instead, they menace to sue &lt;a href="http://www.racketiciel.info/"&gt;racketiciel&lt;/a&gt; for nagging them too long.&lt;/p&gt;

&lt;h3&gt;BOYCOTT MSI!!!&lt;/h3&gt;
</description>
        </item>

        <item>
            <title>Hi all, it seems i am having difficulties with this venti on plan9/lguest.</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2008/11/16/1_venti_on_lguest/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2008/11/16/1_venti_on_lguest/</guid>
            <pubDate>Sun, 16 Nov 2008 00:00:00 +0100</pubDate>
            <description>&lt;p&gt;Seems the lguest kernel (the one from Ron, i still have not been able to compile one myself) has venti version 1 compiled in, while plan9 userspace seems to only have version 2. Using a venti via the network doesn't seem possible, i tried adding the line&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;venti=tcp!192.168.0.X!17034&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;and then&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;bootargs=local!#S/sd00/fossil -g mygatewayip ether /net/ether0 myip mynetmask&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;to the arguments passed by lguest (sorta like plan9.ini for the lguest port), but that didn't help either.
/me confused :-(&lt;/p&gt;

&lt;p&gt;Also, i've tried to compile the lguest port, but i can't seem to make it work. If anyone had more luck with it than me, please &lt;a href="/contact"&gt;contact&lt;/a&gt; me!&lt;/p&gt;

&lt;h3&gt;DAMN, am i never going to get venti on that stupid machine?! :-(&lt;/h3&gt;
</description>
        </item>

        <item>
            <title>Hell, this is my new blog heh</title>
            <author>johnny@noreply.cat-v.org (johnny)</author>
            <link>http://9souldier.org/blog/2008/11/15/0_first_blog_post/</link>
            <guid isPermaLink="true">http://9souldier.org/blog/2008/11/15/0_first_blog_post/</guid>
            <pubDate>Sat, 15 Nov 2008 00:00:00 +0100</pubDate>
            <description>&lt;h2&gt;Welcome, again&lt;/h2&gt;

&lt;p&gt;Sometimes i ramble, sometimes not.....&lt;/p&gt;

&lt;h3&gt;Seems not this time ☺&lt;/h3&gt;
</description>
        </item>

    </channel>
</rss>

