<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Pointless Rants! on scriptogr.am</title>
  <link>http://pointlessrants.com</link>
  <description>Technobabble</description>
  <pubDate>2013</pubDate>
 
  <item>
    <title>Apple knows how to swim.</title>
    <pubDate>Sat, 26 Jan 2013 06:37:00 -0500</pubDate>
    <link>http://pointlessrants.com/post/apple-knows-how-to-swim.</link>
    <guid>http://pointlessrants.com/post/apple-knows-how-to-swim.</guid>     
    <description><![CDATA[<p>I'm tired of seeing all these articles titled "Can a low-cost iPhone SAVE Apple?!?!?!", "Apple learns it has to work harder for it's money", "Can Tim Cook save Apple"...etc..etc.. That sentiment must be selling page views but really it's a pretty unintelligent view of the situation.
What's really happend to Apple this last quarter? Well...they had record profits! Yes the landscape of Apple is changing, just like it always had.</p>

<p>Apple is very good at making great products and entering new markets. This is a trend in Apple that I believe will continue even in a post Tim Cook era.  Apple does an excellent job at developing profitable products, they experiment a lot and they refine their products and even discontinue them.  They will continue to do this.</p>

<p>Also, if Apple didn't sell ANYTHING tomorrow...and the day after..and the next day...for a year and a half....they could. If that happened and you had that many Apple employees trying to figure out ways to make money...for a year...then they would probably emerge as the top company in whatever markets existed. Apple has enough money to absorb a lot of disruption in the tumultuous world of technology. As an investor, this should be a positive factor for you.</p>

<p>The next 5 years of tech will be a massive roller coaster, but Apple has weathered roller coasters before and will successfully weather more.</p>

<p>Apple has competition with Android now, and I think that will only push both companies to produce better products and Apple has generally performed will in a competitive environment.</p>

<p>I think regardless of the emotional view that the public has of Apple right now, Apple will continue to produce the highest quality of products that people love to use.</p>
]]></description>
  </item>
 
  <item>
    <title>'HTML5 JavaScript GeoLocation Example'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:31 -0500</pubDate>
    <link>http://pointlessrants.com/post/html5-javascript-geolocation-example</link>
    <guid>http://pointlessrants.com/post/html5-javascript-geolocation-example</guid>     
    <description><![CDATA[<p>Geolocation is a very useful tool. So useful in fact that it's been added to the HTML5 specification.</p>

<p>What makes Gelocation so useful is how much the web is used on phone these days. Websites can now be applications on your phone. These web applications can be games, document editors, you name it!</p>

<p>So here's a quick intro on how to use the HTML5 Geolocation API.</p>

<p>&nbsp;</p>

<pre id="view-source">if (navigator.geolocation) {
  navigator.geolocation.getCurrentPosition(success, error);
} else {
  error('not supported');
}</pre>

<p>"success" and "error" in the getCurrentPosition() call are callback functions.</p>

<p>Here's an example of the success() function.</p>

<pre id="view-source">function success(position) {
   document.write("Latitude: " + position.coords.latitude + " Longitude: " +     position.coords.longitude);
}</pre>

<p>Here's the full example.</p>

<p>&lt;</p>

<p>pre id="view-source">
function success(position) {
    document.write("Latitude: " + position.coords.latitude + " Longitude: " + position.coords.longitude);
}</p>

<p>function error(msg) {
    console.dir(msg);
    alert(msg);
}</p>

<p>if (navigator.geolocation) {
    navigator.geolocation.getCurrentPosition(success, error);
} else {
    error('not supported');
}</p>
]]></description>
  </item>
 
  <item>
    <title>'iPhone available on Virgin Mobile USA!'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:30 -0500</pubDate>
    <link>http://pointlessrants.com/post/iphone-available-on-virgin-mobile-usa</link>
    <guid>http://pointlessrants.com/post/iphone-available-on-virgin-mobile-usa</guid>     
    <description><![CDATA[<p>The iPhone 5 is now available at virginmobileusa.com!</p>
]]></description>
  </item>
 
  <item>
    <title>'Screen Shot 2012-10-09 at 11.03.39 AM'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:29 -0500</pubDate>
    <link>http://pointlessrants.com/post/screen-shot-2012-10-09-at-11.03.39-am</link>
    <guid>http://pointlessrants.com/post/screen-shot-2012-10-09-at-11.03.39-am</guid>     
    <description><![CDATA[
]]></description>
  </item>
 
  <item>
    <title>'FreedomPop - Free Internet'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:28 -0500</pubDate>
    <link>http://pointlessrants.com/post/freedompop-free-internet</link>
    <guid>http://pointlessrants.com/post/freedompop-free-internet</guid>     
    <description><![CDATA[<p><a title="FreedomPop Free Internet Access" href="http://www.freedompop.com/">FreedomPop</a> is a new startup that is offering free internet (500mb per month) to users. Their business plan is selling add-on services. If you want more bandwidth then they charge a small monthly fee.</p>

<p>Right now FreedomPop runs on wireless networks in <a title="FreedomPop Coverage Map" href="http://www.freedompop.com/coverage">many major cities</a>.</p>

<p>Information is crucial in this day and age. The USA isn't leading the pack when it comes to public availability of internet access. Luckily private companies have been stepping up more and more.</p>

<p>To increase education you first need access to information and I think FreedomPop could be leveraged to aid city growth.</p>
]]></description>
  </item>
 
  <item>
    <title>'PayPal Opt Out'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:28 -0500</pubDate>
    <link>http://pointlessrants.com/post/paypal-opt-out</link>
    <guid>http://pointlessrants.com/post/paypal-opt-out</guid>     
    <description><![CDATA[
]]></description>
  </item>
 
  <item>
    <title>'Opt-out of PayPal new Arbitration Policy'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:27 -0500</pubDate>
    <link>http://pointlessrants.com/post/opt-out-of-paypal-new-arbitration-policy</link>
    <guid>http://pointlessrants.com/post/opt-out-of-paypal-new-arbitration-policy</guid>     
    <description><![CDATA[<p>If you got an email like this one...</p>

<p><a href="http://www.pointlessrants.com/wp-content/uploads/2012/10/paypal.png"><img class="aligncenter size-medium wp-image-1368" title="PayPal Opt Out" src="http://www.pointlessrants.com/wp-content/uploads/2012/10/paypal-300x239.png" alt="PayPal Opt Out" width="300" height="239" /></a></p>

<p>&nbsp;</p>

<h2>Here's the quick and dirty of how to Opt-Out.</h2>

<p>This is directly from the new policy.</p>

<blockquote><strong>Opt-Out Procedure.</strong>

You can choose to reject this Agreement to Arbitrate ("opt out") by mailing us a written opt-out notice ("Opt-Out Notice").  For new PayPal users, the Opt-Out Notice must be postmarked no later than 30 Days after the date you accept the User Agreement for the first time.  If you are already a current PayPal user and previously accepted the User Agreement prior to the introduction of this Agreement to Arbitrate, the Opt-Out Notice must be postmarked no later than December 1, 2012. You must mail the Opt-Out Notice to PayPal, Inc., Attn: Litigation Department, 2211 North First Street, San Jose, CA 95131.

The Opt-Out Notice must state that you do not agree to this Agreement to Arbitrate and must include your name, address, phone number, and the email address(es) used to log in to the PayPal account(s) to which the opt-out applies. You must sign the Opt-Out Notice for it to be effective. This procedure is the only way you can opt out of the Agreement to Arbitrate. If you opt out of the Agreement to Arbitrate, all other parts of the User Agreement, including all other provisions of Section 14 (Disputes with PayPal), will continue to apply.  Opting out of this Agreement to Arbitrate has no effect on any previous, other, or future arbitration agreements that you may have with us.</blockquote>

<p>&nbsp;</p>

<p>In short, <strong>before December 1st</strong> you must send a written opt-out notice stating that you do not agree to the "Agreement to Arbitrate" and you have to include your name, address and phone number and email address used to log in to PayPal. You <strong></strong><strong>must sign </strong>the notice and mail it to <strong>PayPal, Inc., Attn: Litigation Department, 2211 North First Street, San Jose, CA 95131</strong>.</p>
]]></description>
  </item>
 
  <item>
    <title>'Beating the burnout'</title>
    <pubDate>Fri, 25 Jan 2013 16:52:25 -0500</pubDate>
    <link>http://pointlessrants.com/post/beating-the-burnout</link>
    <guid>http://pointlessrants.com/post/beating-the-burnout</guid>     
    <description><![CDATA[
]]></description>
  </item>
 
  <item>
    <title>' '</title>
    <pubDate>Fri, 25 Jan 2013 16:52:24 -0500</pubDate>
    <link>http://pointlessrants.com/post/-</link>
    <guid>http://pointlessrants.com/post/-</guid>     
    <description><![CDATA[<p>It's been a while since I've posted anything and this post is only good for a short time!
<a title="Paul Graham Bio" href="http://paulgraham.com/bio.html">Paul Graham</a> is one of the founders of Y Combinator and has written many <a title="Paul Graham Essays" href="http://paulgraham.com/articles.html">excellent essays</a> that are worth a read.</p>

<p><a href="http://www.amazon.com/gp/product/B005MEG11Q/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B005MEG11Q&amp;linkCode=as2&amp;tag=pointrants-20&quot;&gt;Paul Graham: The Art of Funding a Startup (A Mixergy Interview)&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=pointrants-20&amp;l=as2&amp;o=1&amp;a=B005MEG11Q">This is a book he wrote about startups!</a> I haven't read it yet so I can't really give you a review. But it's free! So download it and talk about it in the comments.</p>

<p><center><a href="http://www.amazon.com/gp/product/B005MEG11Q/ref=as_li_ss_il?ie=UTF8&camp=1789&creative=390957&creativeASIN=B005MEG11Q&linkCode=as2&tag=pointrants-20"><img src="http://ecx.images-amazon.com/images/I/51C-xog3atL._SL160_.jpg" alt="" /></a>
</center></p>
]]></description>
  </item>
 
  <item>
    <title>''</title>
    <pubDate>Fri, 25 Jan 2013 16:52:23 -0500</pubDate>
    <link>http://pointlessrants.com/post/5201388-1359150743CO98gt6fV2</link>
    <guid>http://pointlessrants.com/post/5201388-1359150743CO98gt6fV2</guid>     
    <description><![CDATA[
]]></description>
  </item>
    
</channel>
</rss>