<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Riskable</title>
	<atom:link href="http://riskable.com/feed" rel="self" type="application/rss+xml" />
	<link>http://riskable.com</link>
	<description>Riskable's home on the web</description>
	<pubDate>Wed, 15 Oct 2008 14:24:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>These are a few of my favorite things&#8230;  About Linux desktops</title>
		<link>http://riskable.com/2008/10/15/these-are-a-few-of-my-favorite-things-about-linux-desktops</link>
		<comments>http://riskable.com/2008/10/15/these-are-a-few-of-my-favorite-things-about-linux-desktops#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:24:04 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://riskable.com/?p=261</guid>
		<description><![CDATA[Hardware detection
I love how fast the hardware detection is.  In Windows when you plug in some new piece of hardware you have to wait for that &#8220;ba-doop&#8221; sound (and the driver to load).  It can take an especially annoying length of time when booting up with new hardware attached (especially a mouse).  In Linux hardware [...]]]></description>
			<content:encoded><![CDATA[<h3>Hardware detection</h3>
<p>I love how fast the hardware detection is.  In Windows when you plug in some new piece of hardware you have to wait for that &#8220;ba-doop&#8221; sound (and the driver to load).  It can take an especially annoying length of time when booting up with new hardware attached (especially a mouse).  In Linux hardware detection is nearly instantaneous.</p>
<p>I just plugged in a new mouse and it was recognized and working properly before I could even put my hand on it.  Also, no annoying sound.</p>
<h3>Desktop customization</h3>
<p>I love how I can customize <em>everything</em>.  If I don&#8217;t like the boot screen graphic I can change it.  If I don&#8217;t like my login screen, desktop, window decoration, or even what happens when I move the mouse over a window, I can change it in almost any way imaginable.  I can make it look and operate like Windows or a Mac or I could make it completely unique; *my* desktop.</p>
<p>Not only can anything and everything be customized but most of these changes don&#8217;t even require administrative privileges.  Linux puts a lot of power in the hands of users without sacrificing security.</p>
<h3>Available software</h3>
<p>I love how I have easy access to tens of thousands of applications <em>for free</em>.  Most poeple don&#8217;t know this but there&#8217;s far, far more software for Linux than there is for any other platform.  If you combined all the available software for Windows and Macs it wouldn&#8217;t even come close to what&#8217;s available for Linux.  Best of all, you don&#8217;t have to pay a cent.  Just about all of it is completely free.</p>
<h3>Solutions are just a Google away</h3>
<p>I have a saying, &#8220;To find a solution with Linux you merely search the Internet. To find a solution with Windows you have to search your IT budget.&#8221;  If I want to do something new with my Linux desktop all I have to do is perform a quick search and I&#8217;ll likely find a swath of easy-to-follow HOWTO articles.  In Windows when you search the Internet for solutions, nine times out of ten the only way to do what you want is to pay for some proprietary software package.</p>
<p>If the (Windows) product you just purchased doesn&#8217;t do everything you want you&#8217;ll likely have to purchase more software to fill the gap.  In Linux, because of the nature of open source software, adding new functionality is usually just a matter of mashing up your existing free software with some new free software.</p>
<p>Linux distributions are the perfect example of &#8220;mashing up&#8221; disparate free software packages to create a system that has comprehensive functionality.  Best of all, there&#8217;s hundreds of them to choose from for all sorts of generalized or specialized purposes.  You can try a few and pick the one that best meets your needs and desires.</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/10/15/these-are-a-few-of-my-favorite-things-about-linux-desktops/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tip: Regular expression to match any IP address in FoxyProxy</title>
		<link>http://riskable.com/2008/09/17/tip-regular-expression-to-match-any-ip-address-in-foxyproxy</link>
		<comments>http://riskable.com/2008/09/17/tip-regular-expression-to-match-any-ip-address-in-foxyproxy#comments</comments>
		<pubDate>Wed, 17 Sep 2008 14:51:11 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<category><![CDATA[Delusions]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://riskable.com/?p=240</guid>
		<description><![CDATA[I’m posting this because I know someone out there will find it useful (or at the very least, a time saver).
What is FoxyProxy?
FoxyProxy is a great add-on to Firefox that lets you define multiple rule-based proxy servers.  It lets you do things like define a rule that loads all URLs through a certain proxy server [...]]]></description>
			<content:encoded><![CDATA[<p><em>I’m posting this because I know someone out there will find it useful (or at the very least, a time saver).</em></p>
<p><strong>What is FoxyProxy?</strong></p>
<p><a href="http://foxyproxy.mozdev.org/">FoxyProxy</a> is a great add-on to Firefox that lets you define multiple rule-based proxy servers.  It lets you do things like define a rule that loads all URLs through a certain proxy server except those that match a given pattern.  Rules can be wildcards (*whatever.com*) or regular expressions (https?://.*.whatever.com.*).</p>
<p><strong>The problem (need an IP address regex)</strong></p>
<p>I had a problem with FoxyProxy where IP addresses (e.g. 127.0.0.1, 10.0.0.1, etc) were being loaded through my work’s proxy server when they shouldn’t be using a proxy at all.  This is because I had a proxy setup with a “Match all URLs” rule along with a blacklist rule for local URLs (*.myworkintranet.com*).  What I needed was a blacklist rule that would tell FoxyProxy to load all IP addresses directly.  Specifically, I needed a regular expression that would match any IP address.</p>
<p><strong>The solution (regular expression matching any IP address)</strong></p>
<p>https?://[1-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.*</p>
<p>There you have it.  I know this will also match invalid IP addresses (e.g. 999.999.999.999) but it shouldn’t matter since there’s no number-only top-level domains (i.e. .999 as opposed to say, .com).</p>
<p>Also, in case you were wondering FoxyProxy uses the Javascript regular expression format.</p>
<p><strong>Other regular expressions you might find useful</strong></p>
<p>Same thing but for FTP URLs:</p>
<p>ftp://[1-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.[0-9][0-9]?[0-9]?.*</p>
<p>Match reserved (non-Internet) IP addresses (i.e. 127.X.X.X, 10.X.X.X, 192.168.X.X, and 172.16-31.X.X):</p>
<p>https?://(127|10|172|192)\.(1[6-9]|2[0-9]|3[01])\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?.*</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/09/17/tip-regular-expression-to-match-any-ip-address-in-foxyproxy/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Myth of &#8220;Business as Usual&#8221;</title>
		<link>http://riskable.com/2008/06/30/the-myth-of-business-as-usual</link>
		<comments>http://riskable.com/2008/06/30/the-myth-of-business-as-usual#comments</comments>
		<pubDate>Tue, 01 Jul 2008 01:58:38 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/06/30/the-myth-of-business-as-usual/</guid>
		<description><![CDATA[There&#8217;s this idea floating around in people&#8217;s minds regarding oil that I feel compelled to dispel:  That if we just drill more oil, build more renewable/nuclear power plants, and sell more energy efficient vehicles we&#8217;ll be able to go back to Business as Usual (BAU).  It is a myth.  We&#8217;ve reached Peak Oil.  All that [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s this idea floating around in people&#8217;s minds regarding oil that I feel compelled to dispel:  That if we just drill more oil, build more renewable/nuclear power plants, and sell more energy efficient vehicles we&#8217;ll be able to go back to Business as Usual (BAU).  It is a myth.  We&#8217;ve reached <a href="http://www.theoildrum.com/node/4172#more">Peak Oil</a>.  All that stuff, if done 10-30 years ago could have made a difference but now it is too late.</p>
<p>As a nation (the USA for foreign readers) we need to stop looking for scapegoats and place the blame where it belongs: US.  Speculators are not the cause of high oil prices.  The oil companies/countries are not consipiring to make our lives miserable (Hint: You don&#8217;t intentionally destroy your biggest customer).  The Man is not trying to keep you down.  It&#8217;s not THEM it&#8217;s US.</p>
<p>WE did not prepare for Peak Oil.  WE ignored the warning signs.  WE did not want to change our lifestyles.  WE did not want to hear about all that &#8220;tree hugger BS&#8221;.  WE thought the market would save us.  WE thought (think?) the government could fix everything.  WE only paid attention to people/media that only told us what we wanted to hear.  WE ignored the gas mileage sticker when WE bought our horribly gas-inefficient vehicles.  WE blame everyone else while WE stare at the price on the pump instead of the gallons.</p>
<p>Still want someone to blame other than yourself?  If you must, take your pick:  The guy driving that giant SUV, the people who made that giant SUV, or the government that didn&#8217;t bother to regulate the efficiency of that giant SUV.  How about the airline industry?  How about the everything-shipped-from-far-far-away consumer marketplace (where were your shoes made?  Where were those Apples grown?)?</p>
<p>An economy based on the consumption of fixed resources will consume itself&#8230;  and WE have one hell of an appetite for irreplaceable fossil energy.</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/06/30/the-myth-of-business-as-usual/feed</wfw:commentRss>
		</item>
		<item>
		<title>My IT Best Practices</title>
		<link>http://riskable.com/2008/06/24/my-it-best-practices</link>
		<comments>http://riskable.com/2008/06/24/my-it-best-practices#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:08:26 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/06/24/my-it-best-practices/</guid>
		<description><![CDATA[We&#8217;ve all heard the term, &#8220;Best Practices&#8221; but what they entail tends to vary from person to person.  Especially in the realm of Information Technology (IT).  I&#8217;ve been involved in IT for a while now and I&#8217;ve decided to share a few of my own, &#8220;Best Practices&#8221;:

Non-technical people should never be allowed to make technical [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all heard the term, &#8220;Best Practices&#8221; but what they entail tends to vary from person to person.  Especially in the realm of Information Technology (IT).  I&#8217;ve been involved in IT for a while now and I&#8217;ve decided to share a few of my own, &#8220;Best Practices&#8221;:</p>
<ol></p>
<li>Non-technical people should never be allowed to make technical decisions.</li>
<p></p>
<li>Never buy anything from a vendor that doesn&#8217;t offer their product documentation for free to the public.</li>
<p></p>
<li>Before you solicit bids or start looking for an off-the-shelf solution <em>always</em> ask your existing IT staff what it would cost in time and resources to DIY.</li>
<p></p>
<li>The only &#8216;investment&#8217; you can make in Information Technology is hiring or training technical workers. All else is just expense.</li>
<p></p>
<li>Big IT mistake: Taking market market research into consideration when making IT decisions.<br />
Bigger IT mistake: Making decisions and then using market research to justify them.<br />
Market research is nothing more than documented hearsay.</li>
<p></p>
<li>To solve problems with proprietary software you have to spend time and money.  To solve problems with free software you only have to spend time.</li>
<p></p>
<li>Making things easier for management is usually the opposite of making things easier for workers.  Management would do well to remember this when they want improved productivity.</li>
<p></p>
<li>If you use a trouble ticket system as a blame thrower you will get burned.</li>
<p></p>
<li>Having someone to blame is not an effective IT strategy.</li>
<p></p>
<li>Migration is always an option.</li>
<p></p>
<li>Just because something works doesn&#8217;t mean it is the best solution.</li>
<p></p>
<li>Quality of implementation is always more important than quality of software.</li>
<p>
</ol>
<p>
I will add more as time goes on.</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/06/24/my-it-best-practices/feed</wfw:commentRss>
		</item>
		<item>
		<title>CNN Bullshit: &#8220;Some other experts&#8221; think the job market is strong?  Oh really!?</title>
		<link>http://riskable.com/2008/04/04/cnn-bullshit-some-other-experts-think-the-job-market-is-strong-roflol</link>
		<comments>http://riskable.com/2008/04/04/cnn-bullshit-some-other-experts-think-the-job-market-is-strong-roflol#comments</comments>
		<pubDate>Fri, 04 Apr 2008 21:47:48 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/04/04/cnn-bullshit-some-other-experts-think-the-job-market-is-strong-roflol/</guid>
		<description><![CDATA[I was reading an article on CNN.com saying that in March we lost 80,000 jobs (according to the Labor Department) when I came across the following text right in the middle of the story:
But some other experts said that while job losses are climbing, the job market is still relatively strong by historic standards, although [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading <a href="http://money.cnn.com/2008/04/04/news/economy/jobs_march/?postversion=2008040412">an article</a> on CNN.com saying that in March we lost 80,000 jobs (according to the Labor Department) when I came across the following text right in the middle of the story:</p>
<blockquote><p>But some other experts said that while job losses are climbing, the job market is still relatively strong by historic standards, although even they expressed concerns about growing weakness.</p></blockquote>
<p>
Note that this was placed directly after the following:</p>
<blockquote><p>&#8220;The job market is a lagging indicator,&#8221; said Arpitha Bykere, economic analyst at RGE Monitor.com. &#8220;We can expect the picture to get gloomier. We won&#8217;t see a positive picture any time soon, even if the economy recovers.&#8221;</p></blockquote>
<p>
Notice how CNN actually quoted someone?  As in, a real person&#8212;with a name attached.  Then they followed it up with &#8220;some other experts&#8221;.  Otherwise known in mass media circles as <em>bullshit</em>.</p>
<p>You know CNN, &#8220;some other experts&#8221; think you&#8217;ve sunk to a whole new low of propaganda.  Even if your intentions are good (trying to prevent market panic perhaps?) your methods are unacceptable and inappropriate.  If there&#8217;s cause for panic there&#8217;s no reason not to tell it like it is!  Yelling &#8220;fire!&#8221; in a movie theatre can save lives!</p>
<p><em>Note: I&#8217;ve saved the page text in case CNN decides to do some stealth post-publish editing. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/04/04/cnn-bullshit-some-other-experts-think-the-job-market-is-strong-roflol/feed</wfw:commentRss>
		</item>
		<item>
		<title>The American Delusion - Diminishing supply will reduce demand</title>
		<link>http://riskable.com/2008/03/15/the-american-delusion-diminishing-supply-will-reduce-demand</link>
		<comments>http://riskable.com/2008/03/15/the-american-delusion-diminishing-supply-will-reduce-demand#comments</comments>
		<pubDate>Sun, 16 Mar 2008 02:54:08 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/03/15/the-american-delusion-diminishing-supply-will-reduce-demand/</guid>
		<description><![CDATA[If you ask someone filling up their gas tank, &#8220;At what point will you stop going to the gas station to fill up?&#8221; they will respond in a confused manner, &#8220;What do you mean? No matter how much you cut back you still have to get gas sooner or later.&#8221;  Yet most Americans believe that [...]]]></description>
			<content:encoded><![CDATA[<p>If you ask someone filling up their gas tank, &#8220;At what point will you stop going to the gas station to fill up?&#8221; they will respond in a confused manner, &#8220;What do you mean? No matter how much you cut back you still have to get gas sooner or later.&#8221;  Yet most Americans believe that as oil supplies diminish the price of gas will reach a point where demand will decrease.  Which among us will be the first to make the sacrifice of not commuting to work?  Which trucking and shipping companies will stop delivering as much and as fast as they can?  Which oil-fired power plants will shut down to save money?</p>
<p>The truth is that every oil-saving measure you can think of can only conserve so much oil.  No matter what the price, people and businesses will pay it as long as they can make more money out of it than they put in.  That is capitalism!  So what happens then when the supply of oil isn&#8217;t enough to meet demand?  When there&#8217;s not enough gas at the station for all the customers?  Rationing won&#8217;t help much if supplies will decrease <strong>forevermore</strong>.</p>
<p>This scenario is going on <strong>right now</strong> as I type this.  <a href="http://tonto.eia.doe.gov/oog/info/twip/twip.asp">The available supply of oil has been down 13-20 million barrels of oil for the past several weeks compared with this time last year. </a> We&#8217;re quickly approaching the point where &#8220;how much we&#8217;ve got&#8221; is less than &#8220;how much we expect&#8221; or even &#8220;how much we need&#8221;.  Even as our economy enters a recession and gas prices go up the demand for oil has not decreased an equivalent amount.</p>
<p>No one knows for sure how long we can sustain our current lifestyles while oil supplies diminish.  I fear that the answer is, &#8220;not very long at all.&#8221; </p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/03/15/the-american-delusion-diminishing-supply-will-reduce-demand/feed</wfw:commentRss>
		</item>
		<item>
		<title>Is today the beginning of the permanent oil crisis?</title>
		<link>http://riskable.com/2008/03/05/is-today-the-beginning-of-the-permanent-oil-crisis</link>
		<comments>http://riskable.com/2008/03/05/is-today-the-beginning-of-the-permanent-oil-crisis#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:28:20 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/03/05/is-today-the-beginning-of-the-permanent-oil-crisis/</guid>
		<description><![CDATA[Oil hit $104/barrel today.  This comes right after OPEC met to talk their usual talk about how much oil they want to pump out of the ground.  OPEC is not going to increase production and they claim it is because &#8220;supplies are sufficient&#8221;.  They&#8217;re blaming &#8220;speculators&#8221; for driving up the cost.
What a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/2008/03/05/business/worldbusiness/05cnd-opec.html?em&#38;ex=1204866000&#38;en=173ea2465113b66e&#38;ei=5087">Oil hit $104/barrel today.</a>  This comes right after OPEC met to talk their usual talk about how much oil they want to pump out of the ground.  OPEC is <em>not</em> going to increase production and they claim it is because &#8220;supplies are sufficient&#8221;.  They&#8217;re blaming &#8220;speculators&#8221; for driving up the cost.</p>
<p><em>What a load of crap</em></p>
<p>I&#8217;m going to call their bluff:  OPEC isn&#8217;t producing more oil because they can&#8217;t.  World oil production has peaked.  Don&#8217;t just take my word for it, have a look at the <a href="http://tonto.eia.doe.gov/oog/info/twip/twip_crude.html">US oil inventories</a>.  We&#8217;re presently humming along at a 14-day supply of oil (don&#8217;t believe the &#8220;Days of Supply&#8221; graph on the EIA website&#8212;do the math yourself:  14 days!).  </p>
<p>Last week we were down 20.5 million barrels/day from this time last year.  This week we&#8217;re down &#8220;only&#8221; 18.5 million barrels/day&#8230;  HOWEVER, <a href="http://www.venturacountystar.com/news/2008/feb/24/no-headline---bd1rail24-fc/">we just had a major refinery go up in flames</a> so you&#8217;d expect oil inventories to be UP and gas inventories to go DOWN.  Essentially, that refinery fire is making the oil inventories look better than they would be otherwise.</p>
<p>Even President Bush (long time oil industry apologist) had this to say (from the NYT article):</p>
<blockquote><p>As a sign of growing impatience with oil producers, President Bush said on Tuesday that it would be a “mistake” for OPEC not to increase supplies. As the oil group was meeting in Vienna, the president repeated his assault on Wednesday, saying it was “obvious” that demand was stripping supplies, and pushing up prices.</p></blockquote>
<p>This could very well be the day that historians determine as the start of peak oil economic collapse.</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/03/05/is-today-the-beginning-of-the-permanent-oil-crisis/feed</wfw:commentRss>
		</item>
		<item>
		<title>My letter to Representative Ander Crenshaw</title>
		<link>http://riskable.com/2008/02/14/my-letter-to-representative-ander-crenshow</link>
		<comments>http://riskable.com/2008/02/14/my-letter-to-representative-ander-crenshow#comments</comments>
		<pubDate>Fri, 15 Feb 2008 02:34:13 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<guid isPermaLink="false">http://riskable.com/2008/02/14/my-letter-to-representative-ander-crenshow/</guid>
		<description><![CDATA[My Representative in Congress sent me a disturbing email recently so I replied with the following.  Enjoy.
&#8212;BEGIN EMAIL&#8212;
The message below has been held in our queue with status LOW PRIORITY.  Your message will remain in this state for 48 hours after which it will be delivered via our spam relay.  The reason [...]]]></description>
			<content:encoded><![CDATA[<p>My Representative in Congress sent me a disturbing email recently so I replied with the following.  Enjoy.<br />
&#8212;BEGIN EMAIL&#8212;<br />
The message below has been held in our queue with status LOW PRIORITY.  Your message will remain in this state for 48 hours after which it will be delivered via our spam relay.  The reason for this status is given below:</p>
<p>UNPAID NEUTRALITY FEE</p>
<p>If you wish your message to be delivered immediately you may pay PROFITABLE ISP, CORP a priority handling fee of $10.  This fee will cover all future emails for a period of ONE YEAR after which the fee will be automatically re-billed to your account.</p>
<p>NEW SERVICE OFFERING:  Rush delivery!  Beginning July 4th PROFITABLE ISP will hold all NEUTRAL-level member emails for 4 hours before delivery.  If you wish your emails to be delivered immediately you can sign up for PRIORITY HANDLING which, for the low price of $100/year your email will be delivered immediately&#8212;just as if the Net was Neutral!</p>
<p>Make checks payable to PROFITABLE ISP, CORP.</p>
<p>NOW FOR A LIMITED TIME ONLY:  Do you deliver emails regularly to PROFITABLE ISP customers but keep getting rejected by our spam filter?  Sign up today for GUARANTEED DELIVERY service.  For $2,000/year you can send all the spam you want to any or all of our customers.  Contact our SPAM DESK.  Customer email lists are also available at cheap rates!<br />
&#8212;PROFITABLE ISP, CORP<br />
&#8220;Scamming the public since Republicans decided Net Neutrality was a Democrat thing.&#8221;</p>
<p>On Thursday 14 February 2008 4:41:49 pm you wrote:<br />
> Dear Daniel:<br />
><br />
><br />
><br />
> Thank you for contacting me to express your opinion regarding &#8220;net<br />
> neutrality&#8221;. I appreciate you taking the time to share your thoughts<br />
> with me on this matter.<br />
><br />
><br />
><br />
>            As you may be aware, Senator Byron Dorgan introduced S. 215<br />
> on January 9, 2007 to regulate internet service providers and prevent<br />
> them from prioritizing the traffic to some Web sites over others &#8211; > sometimes referred to as &#8220;net neutrality.&#8221; Freedom has been the hallmark<br />
> of the Internet since its inception, and I believe this so called &#8220;net<br />
> neutrality&#8221; threatens to destroy the very principles that have made the<br />
> Internet so successful.<br />
><br />
><br />
><br />
> The Internet has benefited greatly from the absence of regulatory<br />
> restrictions. Beginning to implement restrictions now would have a<br />
> detrimental impact. Americans are used to comparison shopping. From the<br />
> cars we drive to the clothes we wear, consumers are accustomed to having<br />
> the opportunity to shop around for the best deal and finding a product<br />
> that best suits them. As we all know, healthy competition will continue<br />
> to foster new services at affordable prices.<br />
><br />
><br />
><br />
>            Unfortunately, net neutrality would ultimately limit<br />
> competition by instituting Federal regulations on how internet providers<br />
> choose to supply their services. As this important issue continues to be<br />
> debated here in Congress, rest assured that I will keep your views and<br />
> thoughts in mind.<br />
><br />
><br />
><br />
>     Again, I want to thank you for taking the time to contact me. Please<br />
> feel free to contact me if I can be of any further assistance on this<br />
> matter or if you would like additional information on this topic or<br />
> other issues facing Congress, please visit my Website at<br />
> http://crenshaw.house.gov <http ://crenshaw.house.gov> .<br />
></http></p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/02/14/my-letter-to-representative-ander-crenshow/feed</wfw:commentRss>
		</item>
		<item>
		<title>Oil predictions</title>
		<link>http://riskable.com/2008/01/02/oil-predictions</link>
		<comments>http://riskable.com/2008/01/02/oil-predictions#comments</comments>
		<pubDate>Thu, 03 Jan 2008 04:02:43 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://riskable.com/2008/01/02/oil-predictions/</guid>
		<description><![CDATA[<!-- found: <img src="http://riskable.com/images/oil_inventories1.png" alt="Oil Inventories" /> -->Oil hit $100/barrel today.  Why?  Oil inventories are plummeting.  Could this be the beginning of the hydrocarbapocalypse (Note: I invented that word)?  Probably not, but it could be our first taste of it (beating my original July estimate by ~6 months).  I&#8217;m going to explain why but first here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<!-- found: <img src="http://riskable.com/images/oil_inventories1.png" alt="Oil Inventories" /> --><p>Oil hit $100/barrel today.  Why?  <a href="http://tonto.eia.doe.gov/oog/info/twip/twip.asp">Oil inventories are plummeting.</a>  Could this be the beginning of the hydrocarbapocalypse (Note: I invented that word)?  Probably not, but it could be our first taste of it (beating my original <a href="http://riskable.com/2007/06/11/presentation-to-investment-bankers-about-peak-oil/">July estimate</a> by ~6 months).  I&#8217;m going to explain why but first here&#8217;s a graph to better illustrate my points:</p>
<p><img src="http://riskable.com/images/oil_inventories1.png" alt="Oil Inventories" /></p>
<p>There&#8217;s two things that are scary about this graph and the price of oil reflects it pretty accurately:  First, the &#8220;norm&#8221; of oil inventories rising briefly in November never happened this year.  Second, the weatherman is predicting one heck of a cold winter for much of the U.S. and we&#8217;re already burning oil more rapidly than normal (we typically have a <em>slow</em> decline in oil inventories between December and March).</p>
<p>So here&#8217;s my prediction for the next few weeks:  If the inventories continue to fall at the rate in this graph, the price of oil will likely hit $120/barrel in two weeks.  If after two more weeks inventories continue to decline investors are going to freak and we&#8217;ll start seeing $200/barrel by the end of January.  However, at some point during this crisis (depending on the intelligence of the President) the U.S. will likely try to counter the problem by releasing oil from the Strategic Petroleum Reserve.  This will cause inventories to rise back to their historic norm which will be immediately followed by OPEC announcing <em>slightly</em> increased production at the beginning of February.  The resulting &#8220;normalcy&#8221; of things in March will bring the price per barrel back down to the $100 range.</p>
<p>During this time frame it is likely that the U.S. Congress will do something meaningless that SOUNDS like it might help&#8212;such as passing legislation that allows drilling in the Arctic National Wildlife Reserve (ANWR).  Any increase in oil production from such a law being passed would take decades to bear fruit and the media will be nearly silent of this fact.</p>
<p>I still hold that the real hydrocarbapocalypse will kick off on the weekend of July 4th this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2008/01/02/oil-predictions/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java 7 (icedtea) on Ubuntu Gutsy: Problems and Fixes</title>
		<link>http://riskable.com/2007/10/23/java-7-icedtea-on-ubuntu-gutsy-problems-and-fixes</link>
		<comments>http://riskable.com/2007/10/23/java-7-icedtea-on-ubuntu-gutsy-problems-and-fixes#comments</comments>
		<pubDate>Tue, 23 Oct 2007 17:42:17 +0000</pubDate>
		<dc:creator>Riskable</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://riskable.com/2007/10/23/java-7-icedtea-on-ubuntu-gutsy-problems-and-fixes/</guid>
		<description><![CDATA[I&#8217;ve been running Gutsy for a few weeks now (including pre-release) and I just recently figured out all my java problems.  I googled all over the place and couldn&#8217;t find these fixes ANYWHERE so I did what any Linux geek would do:  I debugged and fixed them myself.  So if you&#8217;re having [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running Gutsy for a few weeks now (including pre-release) and I just recently figured out all my java problems.  I googled all over the place and couldn&#8217;t find these fixes ANYWHERE so I did what any Linux geek would do:  I debugged and fixed them myself.  So if you&#8217;re having problems with Java on Gutsy here&#8217;s some fixes&#8230;</p>
<h3>The proxy server problem with java 7 (icedtea)</h3>
<p>My first problem was that java applets were not connecting through the proxy server (which is the only way for me to connect where I am).  For whatever reason the default for the icedtea-java7 package(s) is to NOT get the system default proxy settings.  The fix is to edit /etc/java-7-icedtea/net.properties and change</p>
<pre>java.net.useSystemProxies=false</pre>
<p>to be:</p>
<pre>java.net.useSystemProxies=true</pre>
<p>Easy enough!</p>
<h3>The java.net.SocketPermission problem</h3>
<p>My second problem was that no applet would load because the default policy in the icedtea-java7 package(s) is defaults to DENY for java.net.SocketPermission for everything but the &#8220;listen&#8221; attribute.  to fix this I had to add some permissions under the &#8220;grant {&#8221; section in the /etc/java-7-icedtea/security/java.policy file:</p>
<pre>// allows anyone to listen on un-privileged ports
permission java.net.SocketPermission "localhost:1024-", "listen";
permission java.net.SocketPermission "&#42;", "resolve";
permission java.net.SocketPermission "&#42;", "connect";
permission java.net.SocketPermission "&#42;", "accept";</pre>
<p>The first two lines should already be there.  Just add the resolve, connect, and accept lines then restart Firefox.  Java should now be working properly.  Test it <a href="http://www.java.com/en/download/help/testvm.xml">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://riskable.com/2007/10/23/java-7-icedtea-on-ubuntu-gutsy-problems-and-fixes/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
