<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>HypeR BomB : </title>
    <link>http://hyperbomb.com/.rss</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>canada corporatized democracy</title>
      <description>&lt;p&gt;or why i believe we are living in a state of corporate feudalism, as proudon would say&lt;/p&gt;


	&lt;p&gt;ugh&lt;/p&gt;


	&lt;p&gt;i dunno why im so pissed about the politcal landscape in canada&lt;/p&gt;


	&lt;p&gt;im sick of this falsified democracy we live in&lt;/p&gt;


	&lt;p&gt;why cant we take out the  middle men and vote directly on the issues?&lt;/p&gt;


	&lt;p&gt;the rest of it just corrupts&lt;/p&gt;


	&lt;p&gt;corporations have their lil hands in every pocket of the government, and what pockets are left are designated for military and religious purposes&lt;/p&gt;


	&lt;p&gt;meanwhile the rest of us are sitting here saying, thats not why i elected so and so ..&lt;/p&gt;


	&lt;p&gt;who the fuck cares about so and so, they just make shady deals and leav us in the wallows&lt;/p&gt;


	&lt;p&gt;itrs time , i think, for a new way of governing, not just a new face in the old farted-in seat&lt;/p&gt;


	&lt;p&gt;how does a population say, we are sick of this &lt;span class="caps"&gt;FORM&lt;/span&gt; of governance, we want to re work our political structure?&lt;/p&gt;


	&lt;p&gt;is their no option but revolt?&lt;/p&gt;


	&lt;p&gt;id would hope so, but i dont see it,&lt;/p&gt;


	&lt;p&gt;most of us are too apathetic or calmed by various forms of entertainment to quell our appetite for destruction&lt;/p&gt;


	&lt;p&gt;those that are left are designated as wack jobs&lt;/p&gt;</description>
      <pubDate>Mon, 08 Sep 2008 21:26:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:1a15196c-6e94-4970-b2d4-fa06ca9624c9</guid>
      <comments>http://www.hyperbomb.com/2008/09/08/canada-corporatized-democracy#comments</comments>
      <category>Stream of Conciousness</category>
      <category>Society at Large</category>
      <link>http://www.hyperbomb.com/2008/09/08/canada-corporatized-democracy</link>
    </item>
    <item>
      <title>my fave firefox add ons</title>
      <description>&lt;p&gt;hey&lt;/p&gt;


	&lt;p&gt;I got pretty addicted to fire foxs add ons&lt;/p&gt;


	&lt;p&gt;here is a  list of my top 5 all find able on &lt;a href=https://addons.mozilla.org/en-US/firefox&gt;mozillas addon page&lt;/a&gt;&lt;/p&gt;


	&lt;h3&gt;noscript&lt;/h3&gt;


	&lt;p&gt;kinda a nuisance, as you have to allow websites to run  scripts, better than having your browser hikacked&lt;/p&gt;


	&lt;h3&gt;adblock plus and adblock filterset.G updater&lt;/h3&gt;


	&lt;p&gt;aweeome ad blocking add on , with its companion update addon you can stop being pummelled by ads&lt;/p&gt;


	&lt;h3&gt;foxmarks and bookmark duplicate detector&lt;/h3&gt;


	&lt;p&gt;foxmarks is a bookmark syncronizer and im suure you can guess what bookmark duplicat detector does&lt;/p&gt;


	&lt;h3&gt;brief&lt;/h3&gt;


	&lt;p&gt;new reader plugin,, this is a real time saving addon for me i dont need to visit all my news sites&lt;/p&gt;</description>
      <pubDate>Sat, 06 Sep 2008 21:59:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:d2e7a6ec-076a-4ad9-879a-839b812af057</guid>
      <comments>http://www.hyperbomb.com/2008/09/06/my-fave-firefox-add-ons#comments</comments>
      <category>Digital Living</category>
      <link>http://www.hyperbomb.com/2008/09/06/my-fave-firefox-add-ons</link>
    </item>
    <item>
      <title>roll your own ssl certificates</title>
      <description>&lt;p&gt;if any of you are like me ssl certificates still seem like a black art hell most encryption seems like it was found in some hidden inner pocket of the cryptinomicon&lt;/p&gt;


	&lt;p&gt;anyways here i go again, i ll be explaining how to generate one of these bad boys&lt;/p&gt;


	&lt;p&gt;and maybe even explain how to config apache or nginx with them&lt;/p&gt;


	&lt;h2&gt;ssl 101, all you need&lt;/h2&gt;


	&lt;p&gt;ok first off there are three files in a web certificate , &lt;span class="caps"&gt;SITE&lt;/span&gt;.key is the private key, &lt;span class="caps"&gt;SITE&lt;/span&gt;.csr the csr, or certificate signing request and &lt;span class="caps"&gt;SITE&lt;/span&gt;.crt or the actual certificate itself&lt;/p&gt;


	&lt;p&gt;you make all these using openssl&lt;/p&gt;


	&lt;p&gt;how was that for a crash course? .. onward&amp;#8230;&lt;/p&gt;


	&lt;h2&gt; I am the Keymaster-&lt;del&gt;&amp;#8212;&lt;/del&gt;&amp;#8212;&amp;#8212;are you the Gatekeeper???&lt;/h2&gt;


	&lt;p&gt;k, first step is in generating a private key for all this to work off of&lt;/p&gt;


	&lt;p&gt;so here we go , using the &lt;span class="caps"&gt;SITE&lt;/span&gt;.key example from above&lt;/p&gt;


&lt;pre&gt;

&amp;gt;openssl genrsa -out SITE.key 1024

Generating RSA private key, 1024 bit long modulus
......++++++
.................++++++
e is 65537 (0x10001)

&lt;/pre&gt;

	&lt;p&gt;thats it key is done&lt;/p&gt;


	&lt;h2&gt;May I Please have a certificate?&lt;/h2&gt;


	&lt;p&gt;now we take  the private key and make a certificate signing request, this is what we use to ask for a cert from a signing authority&lt;/p&gt;


&lt;pre&gt;

&amp;gt;openssl  req -new -key SITE.key -out SITE.csr

You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [US]: CA
State or Province Name (full name) [NY]: BC
Locality Name (eg, city) [NY]: Vancouver
Organization Name (eg, company) []:
Organizational Unit Name (eg, section) []:
Common Name (eg, YOUR name) []: your.domain.here
Email Address []: something@your.domain.here

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:

&lt;/pre&gt;

	&lt;p&gt;notice you have soem fields to fill out , make sure your domain and email are both off the server you are setting up
also make sure you have no space at the start of any of the entries as this can cause errors
no need for password unless you want to remember it every  time you restart your webserver &amp;#8230;.&lt;/p&gt;


	&lt;h2&gt;Getting the Certificate&lt;/h2&gt;


	&lt;p&gt;there  are lots of signing authorites out there, open  up &lt;span class="caps"&gt;SITE&lt;/span&gt;.csr and copy the csr data&lt;/p&gt;


	&lt;p&gt;go to one of the CA &amp;#8217;s , i dont like refering anyone to one particular one 
&lt;a href=http://www.dmoz.org/Computers/Security/Public_Key_Infrastructure/PKIX/Tools_and_Services/Third_Party_Certificate_Authorities//&gt;here is a list&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;follow their instructions, and you should get a crt either via email or web site, usually they confirm via the email youve set up in the previous csr stage&lt;/p&gt;


	&lt;p&gt;just copy the crt info into &lt;span class="caps"&gt;SITE&lt;/span&gt;.crt in a text editor and your done&lt;/p&gt;


	&lt;p&gt;h2.. config your server bonus round&lt;/p&gt;


	&lt;p&gt;im not covering basic setup of your doain here, ....&lt;/p&gt;


	&lt;p&gt;in nginx .conf&lt;/p&gt;


&lt;pre&gt;
server
{
    listen your.domain.here:443;
    server_name your.domain.here;

    ssl                  on;
    ssl_certificate     /where/you/put/SITE.crt;
    ssl_certificate_key  /where/you/put/SITE.key;
    ssl_ciphers          ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP;

    index index.html;
}

&lt;/pre&gt;

	&lt;p&gt;in apache&lt;/p&gt;


&lt;pre&gt;
NameVirtualHost *:443
&amp;lt;VirtualHost *:443&amp;gt;
    DocumentRoot "/your/www/directory" 

    SSLEngine on
    SSLOptions +StrictRequire
    &amp;lt;Directory /&amp;gt;
        SSLRequireSSL
    &amp;lt;/Directory&amp;gt;

    SSLProtocol -all +TLSv1 +SSLv3
    SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM
    SSLRandomSeed startup file:/dev/urandom 1024
    SSLRandomSeed connect file:/dev/urandom 1024

    SSLSessionCache shm:/usr/local/apache2/logs/ssl_cache_shm
    SSLSessionCacheTimeout 600    

    SSLCertificateFile /where/you/put/SITE.crt
    SSLCertificateKeyFile /where/you/put/SITE.key

    SSLVerifyClient none
    SSLProxyEngine off

&amp;lt;/VirtualHost&amp;gt;
&lt;/pre&gt;

	&lt;p&gt;restart your servers&lt;/p&gt;


	&lt;p&gt;that is all&lt;/p&gt;</description>
      <pubDate>Sat, 06 Sep 2008 19:50:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:298d4322-1933-4ed6-b325-3741ed117420</guid>
      <comments>http://www.hyperbomb.com/2008/09/06/roll-your-own-ssl-certificates#comments</comments>
      <category>System Administration</category>
      <link>http://www.hyperbomb.com/2008/09/06/roll-your-own-ssl-certificates</link>
    </item>
    <item>
      <title>Dont click on the yellow link- organizing bookmarks</title>
      <description>&lt;p&gt;I just organized all my book marks, yay!&lt;/p&gt;


	&lt;p&gt;i had them spread over at least a decade and 3 html files&lt;/p&gt;


	&lt;p&gt;it was a mess! but after planning it out i managed to organize them in less than 24 hours&lt;/p&gt;


	&lt;p&gt;of course to do such heavy lifting i wasnt using no graphical tools&lt;/p&gt;


	&lt;p&gt;here are some steps i took on the unix cli, basically these shit should work on every thing out there besides windows and macs pre os X&lt;/p&gt;


	&lt;h2&gt;Where have all the good bookmarks gone?&lt;/h2&gt;


	&lt;p&gt;Well fortunately for me im pretty meticulous in one sense, i know where i put all my files&lt;/p&gt;


	&lt;p&gt;in this case it all went into one main dump an archive folder of bookmark.html files and *.URL internet shortcuts&lt;/p&gt;


	&lt;p&gt;a quick&lt;/p&gt;


&lt;code&gt;
 find /media/disk/ |grep -i "url$" 
&lt;/code&gt;

	&lt;p&gt;found any i had dragged into any other folders i had for projects and research&lt;/p&gt;


	&lt;h2&gt;filtering out the goods&lt;/h2&gt;


	&lt;p&gt;now the heavy regex commands and useful unix tools&lt;/p&gt;


	&lt;p&gt;there are two types of bookmark storage going on here&lt;/p&gt;


	&lt;h3&gt;to get the data into this script use something like this to get out of a internet shortcut&lt;/h3&gt;


&lt;code&gt;
cat  /where/you/store/your/internet/shortcuts/*.URL |grep "^URL" |sed -e"s/URL=//" &amp;gt;&amp;gt;/home/user/listofbookmarks.txt 
&lt;/code&gt;

	&lt;p&gt;to break this down,&lt;/p&gt;


	&lt;p&gt;you are basically looking in every shortcut for a line that starts with &lt;span class="caps"&gt;URL&lt;/span&gt; and use sed to replace anything that starts with &lt;span class="caps"&gt;URL&lt;/span&gt;= with nothing and pushes that filtered line into list of bookmarks&lt;/p&gt;


	&lt;h3&gt;or like this to filter it out of an html file&lt;/h3&gt;


&lt;code&gt;
 cat /where/you/store/your/internet/shortcuts/*.html |grep HREF|sed -e"s/&amp;lt;DT&amp;gt;&amp;lt;A HREF=\"//" |sed -e"s/\".*$//" |grep "^\Whttp" &amp;gt; /home/user/listofbookmarks.txt
&lt;/code&gt;

	&lt;p&gt;to break this down ,
here you are breaking down every line that has an href and filter out using sed everything but the actual link
and again pushes that filtered line into the list of bookmarks&lt;/p&gt;


	&lt;h2&gt;a lil bit a grace a lil bit of doubt &amp;#8211; how to tell if the url is still good&lt;/h2&gt;


	&lt;p&gt;like i said these files also stretch back to the baked potato days, are they still relevant?
how knows? they do!&lt;/p&gt;


	&lt;p&gt;i made this lil script named &lt;a href="http://hyperbomb.com/files/listofbookmarks.pl"&gt;listofbookmarks.pl&lt;/a&gt;
 all you need to do is right click and download it and then append all your links to the end , where the sourceforge.net link is&lt;/p&gt;


	&lt;p&gt;this should do the trick&lt;/p&gt;


&lt;code&gt;
cat /home/user/listofbookmarks.txt &amp;gt;&amp;gt; /path/to/listofbookmarks.pl
&lt;/code&gt;

	&lt;p&gt;make sure there are no spaces after  &lt;i&gt;&lt;span class="caps"&gt;DATA&lt;/span&gt;&lt;/i&gt; or inbetween your urls&lt;/p&gt;


	&lt;p&gt;so what does the script do you ask, well&lt;/p&gt;


	&lt;p&gt;it takes every url in the list, make sure it exists and if so writes out an a href link line using the url and the title is grepped out url call to get something to fill in the link name&lt;/p&gt;


	&lt;p&gt;you should be able to run it like so&lt;/p&gt;


&lt;code&gt;
perl /path/to/listofbookmarks.pl &amp;gt; mygoodbookmarks.html
&lt;/code&gt;

	&lt;p&gt;then open up firefox and&lt;/p&gt;


	&lt;p&gt;click on bookmarks&lt;/p&gt;


	&lt;p&gt;click on organize bookmarks&lt;/p&gt;


	&lt;p&gt;the click on import and backup&lt;/p&gt;


	&lt;p&gt;import html&lt;/p&gt;


	&lt;p&gt;the wizard should guide you through the rest&lt;/p&gt;


	&lt;p&gt;stay tuned for next issue on organizing in firefox&lt;/p&gt;</description>
      <pubDate>Fri, 05 Sep 2008 23:52:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:cba4ae22-f84d-468f-94ed-642d5c1f455c</guid>
      <comments>http://www.hyperbomb.com/2008/09/05/dont-click-on-the-yellow-link-organizing-bookmarks#comments</comments>
      <category>Digital Living</category>
      <enclosure type="application/x-perl" length="770" url="http://www.hyperbomb.com/files/listofbookmarks.pl"/>
      <link>http://www.hyperbomb.com/2008/09/05/dont-click-on-the-yellow-link-organizing-bookmarks</link>
    </item>
    <item>
      <title>for those about to cron, we remind you</title>
      <description>&lt;p&gt;anyone who has touched a linux box for other than bragging rights has probably heard of the cron, a way of telling your computer to do something at a certain time, its great you can tell it to do most things really well like run this script every 5 minutes or, 15th of the month run this  report&lt;/p&gt;


	&lt;p&gt;http://www.adminschoice.com/docs/crontab.htm&lt;/p&gt;


	&lt;p&gt;well it cant handle stuff like run every first wednesday of the month&lt;/p&gt;


	&lt;p&gt;it just aint equipped&lt;/p&gt;


	&lt;p&gt;in comes remind, which isnt new  by anyones standard either
http://wiki.43folders.com/index.php/Remind_FAQ&lt;/p&gt;


	&lt;p&gt;for ical conversion to from and other apps using this, such as geektool for mac
http://wiki.43folders.com/index.php/Remind_Sync_FAQ&lt;/p&gt;


	&lt;p&gt;you can use it as a calendar or automation scheduler  or both
http://wiki.43folders.com/index.php/Remind_FAQ
has this example&lt;/p&gt;


	&lt;p&gt;For an item that repeats, say, the 15th of every month, you&amp;#8217;d omit the month and year, like this:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;REM 15 MSG Pay the bills.%&lt;/code&gt;&lt;/pre&gt;


	&lt;pre&gt;&lt;code&gt;below has another example where, if in daemon mode it can run a script
REM Monday RUN /Users/gina/Documents/todo/todo.sh listpri&lt;/code&gt;&lt;/pre&gt;


	&lt;pre&gt;&lt;code&gt;and it can do stuff like first wednesday of every month&lt;/code&gt;&lt;/pre&gt;


	&lt;pre&gt;&lt;code&gt;REM Wed 1 MSG OCLUG Meeting.&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;more examples here:
http://www.linuxjournal.com/article/3529&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;BTW REM&lt;/span&gt; here stands for remind not remark , it was throwing me because of my &lt;span class="caps"&gt;BASIC&lt;/span&gt; beginnings&lt;/p&gt;</description>
      <pubDate>Sun, 31 Aug 2008 20:37:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:3cd4fe3c-bb99-4d01-819f-4e3bf57bf81d</guid>
      <comments>http://www.hyperbomb.com/2008/08/31/for-those-about-to-cron-we-remind-you#comments</comments>
      <category>Programming</category>
      <link>http://www.hyperbomb.com/2008/08/31/for-those-about-to-cron-we-remind-you</link>
    </item>
    <item>
      <title>incron</title>
      <description>&lt;p&gt;this is an ingenious&lt;/p&gt;


	&lt;p&gt;instead of basing your tirgger on a time , trigger it based on file modifications etc&lt;/p&gt;


	&lt;p&gt;http://dailypackage.fedorabook.com/index.php?/archives/102-Productive-Monday-Incron-Execute-commands-based-on-filesystem-activity.html&lt;/p&gt;


	&lt;p&gt;check out the examples&lt;/p&gt;


	&lt;p&gt;for instance one can process a file after tis been uploaded&lt;/p&gt;


	&lt;p&gt;reload a server after a conf file has been modified&lt;/p&gt;</description>
      <pubDate>Fri, 29 Aug 2008 01:46:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:09e3f57f-078c-4ab3-9e34-e081881729f1</guid>
      <comments>http://www.hyperbomb.com/2008/08/29/incron#comments</comments>
      <link>http://www.hyperbomb.com/2008/08/29/incron</link>
    </item>
    <item>
      <title>can i rant for a min</title>
      <description>&lt;p&gt;linux audio&lt;/p&gt;


	&lt;p&gt;i mean its complex and complicated , do we need 8 billions audio systems?
esd openal etc&lt;/p&gt;


	&lt;p&gt;one computer one audio driver , simple&lt;/p&gt;


	&lt;p&gt;there im done&lt;/p&gt;</description>
      <pubDate>Fri, 29 Aug 2008 01:45:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:50850a09-e7a3-416b-9a44-678ba541c0e4</guid>
      <comments>http://www.hyperbomb.com/2008/08/29/can-i-rant-for-a-min#comments</comments>
      <link>http://www.hyperbomb.com/2008/08/29/can-i-rant-for-a-min</link>
    </item>
    <item>
      <title>Yaletown still smells like a warehouse</title>
      <description>&lt;p&gt;Its so funny down in amongst the wtf of yaletown&lt;/p&gt;


	&lt;p&gt;in the rain , it still smell like a rain logged warehouse&lt;/p&gt;


	&lt;p&gt;the mildewy smell of wood and whatever is in the walls rotting within and upon and inside of itelf.&lt;/p&gt;


	&lt;p&gt;a gust of wind carries on it the rancid smell of rotten milk&lt;/p&gt;


	&lt;p&gt;i cur through an alley and startle a junkie shootin up in the alcove of a high rise condo&lt;/p&gt;


	&lt;p&gt;it wasnt long ago this was a ghost town not unlike the meat packing district of nyc&lt;/p&gt;


	&lt;p&gt;old warehouser awaiting somewhere to go&lt;/p&gt;


	&lt;p&gt;we used to walk down here late after dreezlyland, the superdome or what else&amp;#8230;&lt;/p&gt;


	&lt;p&gt;walking down in here with pierre and rejoice, looking in the dumpsters for organic dumpster bananas&lt;/p&gt;


	&lt;p&gt;we find tonnes , i cant remember how much 4-6 boxes?&lt;/p&gt;


	&lt;p&gt;enuff for food not bombs to be in banana bread for a few weeks&lt;/p&gt;


	&lt;p&gt;and really nothings changed&lt;/p&gt;


	&lt;p&gt;lots of people scrounging around for scraps&lt;/p&gt;


	&lt;p&gt;nowadays its scraps from an age we hardly know, or wonder about, just something we errily imitate like some bad monkey training excercise&lt;/p&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:32:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:aa620c0b-0425-42b7-ad4b-b7147817b645</guid>
      <comments>http://www.hyperbomb.com/2008/08/22/yaletown-still-smells-like-a-warehouse#comments</comments>
      <category>Stream of Conciousness</category>
      <link>http://www.hyperbomb.com/2008/08/22/yaletown-still-smells-like-a-warehouse</link>
    </item>
    <item>
      <title>privacy and party lines</title>
      <description>&lt;p&gt;only you country bumpkins from yesteryear would know of suych a thing , the party line!!&lt;/p&gt;


	&lt;p&gt;back in the day before civilized tele-communications people&amp;#8217;s telephones were on what was called a party line, nowadays everyone is one their own separate line, but back in the day there  was&amp;#8230; you guessed it, the party line!&lt;/p&gt;


	&lt;p&gt;and what a party!&lt;/p&gt;


	&lt;p&gt;everyone had thier own special ring&lt;/p&gt;


	&lt;p&gt;some were two short rings, one long , one long one short&lt;/p&gt;


	&lt;p&gt;but who cares.. its the party line!!!&lt;/p&gt;


	&lt;p&gt;yup no matter whos ring rang, everyone picked up, so much for privacy, and of course, the switch board operator hears it all lol.&lt;/p&gt;


	&lt;p&gt;gossip {or dissemination of local information , if you prefer} happened way faster, youd know if your neighbors cows were sick and who he was fighting , fucking and drinking with&lt;/p&gt;


	&lt;p&gt;it got me thinking how much things havent changed , the internet is one big party line!&lt;/p&gt;


	&lt;p&gt;but in some ways we do have more privacy than yesteryear, i dunno, i mean back in the day you could say you were someone and who was to judge.&lt;/p&gt;


	&lt;p&gt;nowadays there are all sort of ways for someone to validate who you are, but back in time not even a few hundred years ago and people marked their signature as an X and didnt carry much identification if at all&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 20:43:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:a5e9d58e-3cb8-4af8-8cca-3fceb625d0d6</guid>
      <comments>http://www.hyperbomb.com/2008/08/21/privacy-and-party-lines#comments</comments>
      <category>Stream of Conciousness</category>
      <category>Society at Large</category>
      <link>http://www.hyperbomb.com/2008/08/21/privacy-and-party-lines</link>
    </item>
    <item>
      <title>jam</title>
      <description>&lt;p&gt;now i have completely moved away from windows as well&lt;/p&gt;


	&lt;p&gt;lets see how i can cope without it&lt;/p&gt;


	&lt;p&gt;im super stoked about some of the cross elements happening between the synergy of Mac and Microsoft&lt;/p&gt;


	&lt;p&gt;basic hardware is always fully supported&lt;/p&gt;


	&lt;p&gt;and running it on this eeepc means such a low foot print&lt;/p&gt;


	&lt;p&gt;since ive been travelling the three electronic devices i run are 
my cell phone
my laptop
my mp3 player&lt;/p&gt;


	&lt;p&gt;its amazing&lt;/p&gt;


	&lt;p&gt;i am loving this multitouch mousepad as well i havent fully explored it but the twofinger scrolling is so usefull&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 21:37:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:aed208c3-1df6-4756-81e7-5eb953672370</guid>
      <comments>http://www.hyperbomb.com/2008/08/20/jam#comments</comments>
      <link>http://www.hyperbomb.com/2008/08/20/jam</link>
    </item>
  </channel>
</rss>
