<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>i.justrealized &#187; vacuum</title> <atom:link href="http://i.justrealized.com/tag/vacuum/feed/" rel="self" type="application/rss+xml" /><link>http://i.justrealized.com</link> <description>All things observable</description> <lastBuildDate>Thu, 29 Jul 2010 02:55:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>How to make Firefox address bar faster</title><link>http://i.justrealized.com/2009/09/07/how-to-make-firefox-address-bar-faster/</link> <comments>http://i.justrealized.com/2009/09/07/how-to-make-firefox-address-bar-faster/#comments</comments> <pubDate>Mon, 07 Sep 2009 03:33:44 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[console]]></category> <category><![CDATA[error]]></category> <category><![CDATA[feature]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[speed]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[vacuum]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=2421</guid> <description><![CDATA[Firefox&#8217;s address bar, also known as the Awesome Bar, stores all sorts of awesome information in a SQLite database. The SQLite database slowly starts getting fragments and the Awesome Bar just isn&#8217;t as awesome if it gets all laggy. To solve this, you can vacuum the SQLite database that Awesome Bar used. Go to Tools, [...]]]></description> <content:encoded><![CDATA[<p>Firefox&#8217;s address bar, also known as the Awesome Bar, stores all sorts of awesome information in a SQLite database. The SQLite database slowly starts getting fragments and the Awesome Bar just isn&#8217;t as awesome if it gets all laggy. To solve this, you can vacuum the SQLite database that Awesome Bar used.</p><p>Go to Tools, then Error Console. And copy the following:</p><div
class="codesnip-container" ><div
class="php codesnip" style="font-family:monospace;">Components<span
class="sy0">.</span>classes<span
class="br0">&#91;</span> <span
class="st0">&quot;@mozilla.org/browser/nav-history-service;1&quot;</span> <span
class="br0">&#93;</span><span
class="sy0">.</span>getService<span
class="br0">&#40;</span> Components<span
class="sy0">.</span>interfaces<span
class="sy0">.</span>nsPIPlacesDatabase <span
class="br0">&#41;</span><span
class="sy0">.</span>DBConnection<span
class="sy0">.</span>executeSimpleSQL<span
class="br0">&#40;</span> <span
class="st0">&quot;VACUUM&quot;</span> <span
class="br0">&#41;</span><span
class="sy0">;</span></div></div><p>And paste and click on Evaluate:</p><div
id="attachment_2422" class="wp-caption alignright" style="width: 580px"><img
src="http://justrealized.s3.amazonaws.com/media/2009/09/Vaccuming-Firefox-in-Error-Console.png" alt="Vaccuming Firefox in Error Console" title="Vaccuming Firefox in Error Console" width="570" height="337" class="size-full wp-image-2422" /><p
class="wp-caption-text">Vaccuming Firefox in Error Console</p></div><p>The browser probably freezes for a few seconds and the address bar feels faster.</p><p>[via <a
href="http://mozillalinks.org/wp/2009/08/vacuum-firefox-databases-for-better-performance-now-with-no-restart/">MozillaLinks</a>]</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2009/09/07/how-to-make-firefox-address-bar-faster/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How does a gas pump at a petrol station know when the tank is full</title><link>http://i.justrealized.com/2009/03/30/how-does-a-gas-pump-at-a-petrol-station-know-when-the-tank-is-full/</link> <comments>http://i.justrealized.com/2009/03/30/how-does-a-gas-pump-at-a-petrol-station-know-when-the-tank-is-full/#comments</comments> <pubDate>Mon, 30 Mar 2009 02:08:24 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[car]]></category> <category><![CDATA[did you know]]></category> <category><![CDATA[gas]]></category> <category><![CDATA[petrol]]></category> <category><![CDATA[vacuum]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=1912</guid> <description><![CDATA[How Stuff Works explains how a gasoline pump at a filling station know when the tank is full. How does a gasoline pump at a filling station know when the tank is full? Near the tip of the nozzle is a small hole, and a small pipe leads back from the hole into the handle. [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://auto.howstuffworks.com/question25.htm">How Stuff Works</a> explains how a gasoline pump at a filling station know when the tank is full.</p><blockquote><h3>How does a gasoline pump at a filling station know when the tank is full?</h3><p>Near the tip of the nozzle is a small hole, and a small pipe leads back from the hole into the handle. Suction is applied to this pipe using a venturi. When the tank is not full, air is being drawn through the hole by the vacuum, and the air flows easily. When gasoline in the tank rises high enough to block the hole, a mechanical linkage in the handle senses the change in suction and flips the nozzle off.</p><p>Here&#8217;s a way to think about it &#8212; you&#8217;ve got a small pipe with suction being applied at one end and air flowing through the pipe easily. If you stick the free end of the pipe in a glass of water, much more suction is needed, so a vacuum develops in the middle of the pipe. That vacuum can be used to flip a lever that cuts off the nozzle.</p><p>The next time you fill up your tank, look for this hole either on the inside or the outside of the tip. (Source: <a
href="http://auto.howstuffworks.com/question25.htm">How stuff works</a>)</p></blockquote><p>Now you know.</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2009/03/30/how-does-a-gas-pump-at-a-petrol-station-know-when-the-tank-is-full/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 4/27 queries in 0.020 seconds using apc
Content Delivery Network via Amazon Web Services: S3: justrealized.s3.amazonaws.com

Served from: i.justrealized.com @ 2010-07-29 18:50:17 -->