<?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>Science, Alternative Science &#38; Technology</title>
	<atom:link href="http://www.scintillatia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scintillatia.com</link>
	<description>Exploring the magical world of science, alternative science and energy, latest technology, and various practical applications.</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:18:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Convert Pdf to Eps in Linux</title>
		<link>http://www.scintillatia.com/linux-faq/how-to-convert-pdf-to-eps-in-linux/</link>
		<comments>http://www.scintillatia.com/linux-faq/how-to-convert-pdf-to-eps-in-linux/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 08:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux FAQ]]></category>
		<category><![CDATA[convert Pdf to Eps]]></category>
		<category><![CDATA[gimp conversion]]></category>
		<category><![CDATA[pdf2ps]]></category>
		<category><![CDATA[ps2eps]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=267</guid>
		<description><![CDATA[From time to time one can be faced with the problem of converting pdf documents into eps images while working in Linux environment. For example, just recently, I was working on a long Open Office document and I had to import a small pdf file into it. From some reason this import wouldn&#8217;t work, so I had to find another way around the problem. The first thing that came to my mind was to convert the pdf file into an image format, and what could be closer to a pdf file format than an eps image. How can one do that on Linux? There are actually two ways. Method 1 A lot of Linux distributions come with the preinstalled GIMP (gnu image manipulation) program. On my Fedora 13 installation, it is located under Applications -&#62; Graphics -&#62; GNU Image Manipulation program. GIMP can open pdf documents and then all you should do is save them as Eps images, or any other image format you like. When importing from Pdf it is a good idea to import page by page if the document contains multiple pages. Also, make sure you check the resolution, which should ideally match the resolution of the [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time one can be faced with the problem of converting pdf documents into eps images while working in Linux environment. For example, just recently, I was working on a long Open Office document and I had to import a small pdf file into it. From some reason this import wouldn&#8217;t work, so I had to find another way around the problem.</p>
<p>The first thing that came to my mind was to convert the pdf file into an image format, and what could be closer to a pdf file format than an eps image. How can one do that on Linux?</p>
<p>There are actually two ways.</p>
<h3>Method 1</h3>
<p>A lot of Linux distributions come with the preinstalled GIMP (gnu image manipulation) program. On my Fedora 13 installation, it is located under <span style="color: #333399;">Applications -&gt; Graphics -&gt; GNU Image Manipulation program</span>. GIMP can open pdf documents and then all you should do is save them as Eps images, or any other image format you like.</p>
<p><a href="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/gimp-pdf-import.jpeg"><img class="alignnone size-full wp-image-270" title="gimp-pdf-import" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/gimp-pdf-import.jpeg" alt="" width="732" height="591" /></a></p>
<p>When importing from Pdf it is a good idea to import page by page if the document contains multiple pages. Also, make sure you check the resolution, which should ideally match the resolution of the original pdf document.</p>
<h3>Method 2</h3>
<p>The second method of converting pdf to eps is by using your linux console.</p>
<p>Provided that you have the <strong>convert</strong> package installed you could just type <code class="code">convert yourfilename.pdf yourfilename.eps</code></code></p>
<p>like this</p>
<p><a href="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/gimp-pdf-import1.jpeg"><img class="alignnone size-full wp-image-277" title="gimp-pdf-import1" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/gimp-pdf-import1.jpeg" alt="" width="660" height="212" /></a></p>
<p>That's it. If your pdf document contains multiple pages, <span style="text-decoration: underline;">each page</span> will be automatically converted into<span style="text-decoration: underline;"> a separate eps image</span>. EPS files, in fact, can only contain one page.</p>
<p>If you don't have the convert utility installed on your system try the following route:</p>
<p><code class="code">pdf2ps yourfilename.pdf yourfilename.ps</code></p>
<p><code class="code">pdf2eps yourfilename.ps yourfilename.eps</code></p>
<p>This is a two step process. First you convert your "pdf" document into a postscript file with extension "ps". Then, in the second step, you convert the obtained ps file into an eps file.</p>
<p>Hopefully one of the methods I indicated above will work with you and you will be able to convert your PDF document into an EPS image file. Happy converting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/linux-faq/how-to-convert-pdf-to-eps-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Folder in Linux</title>
		<link>http://www.scintillatia.com/linux-faq/how-to-make-a-folder-in-linux/</link>
		<comments>http://www.scintillatia.com/linux-faq/how-to-make-a-folder-in-linux/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 09:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux FAQ]]></category>
		<category><![CDATA[how to create linux directory]]></category>
		<category><![CDATA[mkdir]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=251</guid>
		<description><![CDATA[Folders, i.e., directories are an important Linux organizational unit that helps in keeping our work organized on our hard drive. It is very simple to create a new directory in Linux. You just need to know one command, &#8220;mkdir&#8220;. It goes like this: pwd foldername For example if you want to create a directory called test, type &#8220;pwd test&#8221;. Important! Prior to creating a new folder you should determine the folder you are currently in. Open your terminal window and check the current, &#8220;working directory&#8221;. This is done by typing the &#8220;pwd&#8221; command (abbreviation for print working directory) at the command prompt, like this: As you can see in this example, I used the pdw command to see the folder I was in. As a result, I got the current working directory, which in this case was &#8220;/home/vasa/example&#8221;. Now I can create the new folder I had in mind, with name &#8220;example1&#8243;. It will be a subdirectory of the example directory: After I created it, I checked for its existence using the &#8220;ls&#8221; command, changed the directory with the &#8220;cd&#8221; command, and again checked the working directory with pwd. That&#8217;s it. Using pwd is extremely simple. Just make sure where [...]]]></description>
			<content:encoded><![CDATA[<p>Folders, i.e., directories are an important Linux organizational unit that helps in keeping our work organized on our hard drive. It is very simple to create a new directory in Linux.</p>
<p>You just need to know one command, &#8220;<code class="code">mkdir</code>&#8220;. It goes like this:</p>
<p><code class="code">pwd foldername</code></p>
<p>For example if you want to create a directory called test, type &#8220;pwd test&#8221;.</p>
<p><strong>Important!</strong> Prior to creating a new folder you should determine the folder you are currently in. Open your terminal window and check the current, &#8220;working directory&#8221;. This is done by typing the &#8220;<code class="code">pwd</code>&#8221; command (abbreviation for <em>print working directory</em>) at the command prompt, like this:</p>
<p><img class="alignnone size-full wp-image-255" title="pwd-example" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/pwd-example.jpg" alt="example of using pwd command" width="658" height="300" /></p>
<p>As you can see in this example, I used the pdw command to see the folder I was in. As a result, I got the current working directory, which in this case was &#8220;/home/vasa/example&#8221;.</p>
<p>Now I can create the new folder I had in mind, with name &#8220;example1&#8243;. It will be a subdirectory of the example directory:</p>
<p><img class="alignnone size-full wp-image-261" title="mkdir-example" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/mkdir-example.jpeg" alt="" width="655" height="223" /></p>
<p>After I created it, I checked for its existence using the &#8220;<code class="code">ls</code>&#8221; command, changed the directory with the &#8220;<code class="code">cd</code>&#8221; command, and again checked the working directory with <code class="code">pwd</code>.</p>
<p>That&#8217;s it. Using <code class="code">pwd</code> is extremely simple. Just make sure where you are and what the name of your new folder is going to be.</p>
<h3>Using mkdir For More Advanced Directory Creation</h3>
<p>With <code class="code">mkdir</code> you can make multiple directories at once. If you type</p>
<p><code class="code">mkdir example1 example2 example3</code></p>
<p>you will create three directories with one command.</p>
<p><img class="alignnone size-full wp-image-264" title="mkdir-example2" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/mkdir-example2.jpeg" alt="" width="661" height="128" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/linux-faq/how-to-make-a-folder-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Untar Files on Linux</title>
		<link>http://www.scintillatia.com/linux-faq/how-to-untar-files-on-linux/</link>
		<comments>http://www.scintillatia.com/linux-faq/how-to-untar-files-on-linux/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 12:42:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux FAQ]]></category>
		<category><![CDATA[tar gz files]]></category>
		<category><![CDATA[untar files on linux]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=234</guid>
		<description><![CDATA[A lot of files on the internet are compressed using the tar compression. What is a tar file? It is  is simply a bunch of files packaged with tar. In addition they can be compressed with gzip. Hence, the Linux tar archives can be recognized by the extension &#8220;.tar.gz&#8221; or just  &#8220;.tar&#8221;. It is relatively simple to uncompress these compressed files. The command you should type in your bash, or other favorite shell is tar -zxvf thenameofthearchive.tar.gz or tar -zxvf thenameofthearchive.tar Swithches: z  &#8211; handle files compressed with gzip x &#8211; to extract v &#8211; be verbose (wordy) about what is going on f -  force overwriting in case the file you are about to extract was already extracted Here how it looks in my terminal window of my fedora linux installation. The command has extracted the content of the archive named &#8220;example.tar.gz&#8221; which are two files file1.txt and file2.txt. It is as simple as that.]]></description>
			<content:encoded><![CDATA[<p>A lot of files on the internet are compressed using the tar compression. What is a tar file? It is  is simply a bunch of files packaged with <em>tar</em>. In addition they can be compressed with <em>gzip</em>. Hence, the Linux tar archives can be recognized by the extension &#8220;.tar.gz&#8221; or just  &#8220;.tar&#8221;.</p>
<p>It is relatively simple to uncompress these compressed files. The command you should type in your bash, or other favorite shell is</p>
<p><code class="code"> tar -zxvf thenameofthearchive.tar.gz </code></p>
<p>or</p>
<p><code class="code">tar -zxvf thenameofthearchive.tar</code></p>
<p><strong>Swithches</strong>:</p>
<ul>
<li>z  &#8211; handle files compressed with gzip</li>
<li>x &#8211; to extract</li>
<li>v &#8211; be verbose (wordy) about what is going on</li>
<li>f -  force overwriting in case the file you are about to extract was already extracted</li>
</ul>
<p>Here how it looks in my terminal window of my fedora linux installation.</p>
<p><img class="alignnone size-full wp-image-237" title="tar-example" src="http://www.scintillatia.com/myblog/wp-content/uploads/2012/04/tar-example.jpg" alt="" width="655" height="246" /></p>
<p>The command has extracted the content of the archive named &#8220;example.tar.gz&#8221; which are two files file1.txt and file2.txt.</p>
<p>It is as simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/linux-faq/how-to-untar-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony 46ex720 vs Samsung d6000</title>
		<link>http://www.scintillatia.com/technology/sony-46ex720-vs-samsung-d6000/</link>
		<comments>http://www.scintillatia.com/technology/sony-46ex720-vs-samsung-d6000/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 11:43:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tehnology]]></category>
		<category><![CDATA[Samsung UN46D6000]]></category>
		<category><![CDATA[sony bravia vs samsung TV]]></category>
		<category><![CDATA[sony kdl46ex720]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=225</guid>
		<description><![CDATA[If you are looking to buy a new LED TV, you might find it difficult to choose among the various models that are available on the markets today. This may be especially difficult when it comes to choosing between the top two players &#8211; Sony Bravia and Samsung TVs. It is easy to get confused, because all newer television models are loaded with options and are features-rich. In this review we will compare Sony Bravia KDL46ex720 vs Samsung UN46D6000. The UN46D6000 TV belongs to the 6000 Series of Samsung high definition TVs. So let us shed some light on what would could be a better buy in this case, presenting you the important points, and letting you decide on your own. Size Both models are 46-Inch LED TVs. Sony&#8217;s dimensions are 42 1/2 x 26 x 1 11/16 Inches, whereas Samsung&#8217;s  42.9 x 25.9 x 1.2  inches -practically identical. The weight of both of them is also very similar. Full HD 1080p Both TVs are fully capable of delivering HD picture. This means that they can give you a Full 1090P/120hz resolution (1920 times 1080 pixels). If you have been used to your old CRT model with low screen resolution, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scintillatia.com/myblog/wp-content/uploads/2011/10/samsungvssony1.jpg"><img class="aligncenter size-full wp-image-229" title="samsungvssony" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/10/samsungvssony1.jpg" alt="SAMSUNG VS SONY" width="575" height="280" /></a>If you are looking to buy a new LED TV, you might find it difficult to choose among the various models that are available on the markets today. This may be especially difficult when it comes to choosing between the top two players &#8211; Sony Bravia and Samsung TVs. It is easy to get confused, because all newer television models are loaded with options and are features-rich. In this review we will compare <a href="http://www.scintillatia.com/technology/sony-bravia-kdl46ex720-3d-led-46-inch-tv-review/">Sony Bravia KDL46ex720</a> vs <a href="http://www.amazon.com/gp/product/B004NB13KI/ref=as_li_ss_tl?ie=UTF8&amp;tag=scintillatia-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B004NB13KI" rel="nofollow">Samsung UN46D6000</a>. The UN46D6000 TV belongs to the 6000 Series of Samsung high definition TVs. So let us shed some light on what would could be a better buy in this case, presenting you the important points, and letting you decide on your own.</p>
<h3>Size</h3>
<p>Both models are 46-Inch LED TVs. Sony&#8217;s dimensions are 42 1/2 x 26 x 1 11/16 Inches, whereas Samsung&#8217;s  42.9 x 25.9 x 1.2  inches -practically identical. The weight of both of them is also very similar.</p>
<h3>Full HD 1080p</h3>
<p>Both TVs are fully capable of delivering HD picture. This means that they can give you a Full 1090P/120hz resolution (1920 times 1080 pixels). If you have been used to your old CRT model with low screen resolution, either of these televisions will be a huge step forward.</p>
<h3>Refreshing Rate</h3>
<p>Samsung has an Auto Motion Plus feature of 120Hz with clear motion rate. This can be compared to Sony&#8217;s XR 240 Motionflow technology. However, note that in the latter case, 240Hz is achieved by using software improvements, and that the native frequency of the Sony 46ex720 model is also 120Hz.</p>
<h3>Picture Quality</h3>
<p>Both televisions are great in terms of picture quality, provided that you are not an overly concerned TV freak. In the case of this Sony model, some may complain that there is too much back-light bleed (apparent in a dark room) and local dimming for the edge led lighting. This can be a problem with some TVs with Edge LED back light. It appears that Samsung D6600 model does not have this problem, so this feature can make a difference when we speak about the TV&#8217;s black levels and screen uniformity.</p>
<h3>3D</h3>
<p>Sony KDL46ex720 TV is a fully functional 3D TV. It is a model from 2011, unlike Samsung UN46D6000 which is a version from 2010. The 6 Series of 2010 did not include 3D features. In contrast, the newer model &#8220;6100&#8243; from 2011 (for example UE46D6100SKXXU) does have 3D.</p>
<h3>Smart functionality</h3>
<p>Samsung UN46D6000 includes enhanced Smart functionality, such as the Search All and Your Video. No Web browser and no Skype, though. Sony KDL46ex720, on the other hand, does have Skype capabilities.</p>
<h3>Sony KDL46ex720 or Samsung UN46D6000 &#8211; Final Thoughts</h3>
<p>Both a great in our opinion. Samsung D6000 seems to have somewhat clearer picture, but this is not something that can make a huge difference.  We slightly prefer this Sony Bravia model, due to the inbuilt 3D and Skype capabilities, but this choice reflects our own preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/technology/sony-46ex720-vs-samsung-d6000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nanosolar Solar Cells</title>
		<link>http://www.scintillatia.com/renewable-energy/solar-energy/nanosolar-solar-cells/</link>
		<comments>http://www.scintillatia.com/renewable-energy/solar-energy/nanosolar-solar-cells/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solar Energy]]></category>
		<category><![CDATA[nanosolar CIGS]]></category>
		<category><![CDATA[nanosolar solar cells]]></category>
		<category><![CDATA[nanosolar technology]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=218</guid>
		<description><![CDATA[Nanosolar  has developed CIGS solar cells from copper indium gallium diselenide (CuInGaSe2). In this semiconductor material, the nanoparticles are inside a specially designed solar ink that is printed out on rolls made out of cheap aluminum foil (instead of glass substrate). Nanosolar was established in 2002. After a quiet period of 7 years of development, they have started manufacturing nanosolar photovoltaic films in a small town near Berlin, Germany. Their factory is fully automated and uses the latest technology and equipment that enables producing one photovoltaic panel every ten seconds &#8211; a production which is an equivalent of 640 MW (megawatts) of power per year (provided that it runs without interruption 24 hours a day, 365 days a year). The company currently produces one million solar cells (about 1 MW of power) per month, including the production of their other line from San Jose, California. When you add up the production of both plants, Nanosolar could soon reach the capacity of their competitor &#8211; First Solar. Nanosolar is a company which was founded with an initial capital of $ 150 million. Last year, they increased their value to $ 500 million before publicly revealing any details about their technology, business [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nanosolar.com/"><img class="alignright size-medium wp-image-223" title="nanosolar1" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/10/nanosolar1-300x204.jpg" alt="" width="300" height="204" />Nanosolar</a>  has developed<strong> CIGS solar cells</strong> from copper indium gallium diselenide (CuInGaSe2). In this semiconductor material, the nanoparticles are inside a specially designed solar ink that is printed out on rolls made out of cheap aluminum foil (instead of glass substrate).</p>
<p>Nanosolar was established in 2002. After a quiet period of 7 years of development, they have started manufacturing nanosolar photovoltaic films in a small town near Berlin, Germany. Their factory is fully automated and uses the latest technology and equipment that enables producing one photovoltaic panel every ten seconds &#8211; a production which is an equivalent of 640 MW (megawatts) of power per year (provided that it runs without interruption 24 hours a day, 365 days a year). The company currently produces one million solar cells (about 1 MW of power) per month, including the production of their other line from San Jose, California. When you add up the production of both plants, Nanosolar could soon reach the capacity of their competitor &#8211; <a href="http://www.firstsolar.com">First Solar</a>.</p>
<p>Nanosolar is a company which was founded with an initial capital of $ 150 million. Last year, they increased their value to $ 500 million before publicly revealing any details about their technology, business strategy or any kind of prediction regarding the capacity of production.</p>
<h3>Breakthrough CIGS Technology</h3>
<p>Nanosolar has developed a special printing of solar panels using a printing press technology, which has the potential of achieving huge savings in production. Nanosolar uses solar panels with a layer of only one micron of CIGS (copper-indium-gallium-selenide). The panels can be wired together to obtain larger high-performance panels, a feature we see today <a href="http://www.scintillatia.com/technology/review-of-brunton-26-watt-cigs-solar-cells/">with some CIGS panels</a> in a limited way. Instead of using glass as a substrate, they use aluminum foil. The advantages are several: first, the film is much cheaper (1-2 cents per mm of thickness). Second, the &#8220;roll-to-roll&#8221; technology enables printing films in rolls of 50,000 cells in a continuous fashion. Third, the end product is extremely lightweight and easy to use in numerous ways. The cells are hermetically sealed between two sheets of tempered glass, which makes the modules mechanically stronger, more durable and lighter than other thin-film modules so that they can be produced in larger sizes and reduce the need for cumbersome assembly aluminum frame. Nanosolar has not released the costs of production nor have they set prices, but the estimates go about $ 0.99 per Watt of power.</p>
<p>Nanosolar cells can convert up to<span style="text-decoration: underline;"> 16.4% of solar energy</span> into electricity. When the cells are connected to solar modules, the efficiency is about 11%. To compare, the traditional silicon modules have about 16% efficiency, whereas hybrid modules go up to 19.3% efficiency, but at much higher prices than thin-film modules.</p>
<p><strong>Nanosolar panels can withstand 6-7 amps</strong> which allows the panels to be joined together into much longer lines before they can reach the limit of the inverter. This may reduce the need for cables used to connect to the inverter, and ultimately reduce a significant fraction of the cost of the system. Lastly, Nanosolar modules have an electrical connector at the edge of the module, rather than on the background so as to require only a short cable between the modules. This, in turn, reduces labor costs for connecting the modules.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/renewable-energy/solar-energy/nanosolar-solar-cells/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oakton Dissolved Oxygen Meter &#8211; Model DO 300</title>
		<link>http://www.scintillatia.com/technology/oakton-dissolved-oxygen-meter-model-do-300/</link>
		<comments>http://www.scintillatia.com/technology/oakton-dissolved-oxygen-meter-model-do-300/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 11:07:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tehnology]]></category>
		<category><![CDATA[dissolved oxygen]]></category>
		<category><![CDATA[dissolved oxygen meter]]></category>
		<category><![CDATA[oakton DO 300]]></category>
		<category><![CDATA[oakton oxygen meter]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=213</guid>
		<description><![CDATA[Oakton Waterproof Dissolved Oxygen Meter is a portable meter that simultaneously measures two quantities: dissolved oxygen and temperature. Temperature will affect the dissolved oxygen concentrations and therefore you would like to measure it at the same time with the DO values. Why is measuring dissolved oxygen important? Simply because it is a measure of the amount of oxygen molecules dissolved in water. It is very important to have adequate concentrations of oxygen if you want to maintain good water quality of your pond or aquarium. Oxygen diffuses into water in several ways, but primarily from the surrounding air, or as a waste product of photosynthesis. Oxygen dis loves at rather low concentrations in water, at values which are typically on the order of 10 ppm (parts per million). In case you want an accurate meter for your tank, you should know that only are fish and corals using O2, but also the nitrifying bacteria in the biological filters too. Therefore, constant monitoring of the O2 levels in the bio system is needed. Adequate quantities of dissolved oxygen are very important for good water quality in ponds and aquariums. If the levels of oxygen in water drop below 5 mg/l (5 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-medium wp-image-216" title="oakton-300" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/09/oakton-300-166x300.jpg" alt="oakton dissolved oxygen meter 300" width="166" height="300" />Oakton Waterproof Dissolved Oxygen Mete</strong>r is a portable meter that simultaneously measures two quantities: dissolved oxygen and temperature. Temperature will affect the dissolved oxygen concentrations and therefore you would like to measure it at the same time with the DO values.</p>
<h3>Why is measuring dissolved oxygen important?</h3>
<p>Simply because it is a measure of the amount of oxygen molecules dissolved in water. It is very important to have adequate concentrations of oxygen if you want to maintain good water quality of your pond or aquarium. Oxygen diffuses into water in several ways, but primarily from the surrounding air, or as a waste product of photosynthesis. Oxygen dis loves at rather low concentrations in water, at values which are typically on the order of 10 ppm (parts per million).</p>
<p>In case you want an accurate meter for your tank, you should know that only are fish and corals using O<sub>2</sub>, but also the nitrifying bacteria in the biological filters too. Therefore, constant monitoring of the O<sub>2</sub> levels in the bio system is needed.</p>
<p>Adequate quantities of dissolved oxygen are very important for good water quality in ponds and aquariums. If the levels of oxygen in water drop below 5 mg/l (5 ppm), aquatic life already can experience certain levels of stress. If this value further drops to 1-2 mg/l (1-2 ppm) and is maintained as such for a few hours, the result can be disastrous. Oakton D0 300 measures DO values in the range from 0 to 20 mg/l. Its working temperature should be in the range between 0 to 50 °C (32 to 122 °F), with about half degree accuracy and 0.1 degree resolution.</p>
<p>When measuring this quantity, one usually performs in-situ experiments, that is immediately, in place. That&#8217;s why Oakton DO 300 is equipped with a galvanic probe, meaning that you can perform your measurements instantly and read the measured values on its LCD display. Its sizable, dual-line, backlit screen has 8 levels of brightness, enabling easy viewing in dark and dirty environments. This meter is commonly used for testing in water and salt water &#8211; it displays the DO in mg/l, ppm and percentage of saturation.</p>
<h3>Product Description</h3>
<p>The dimensions of this meter are 3-1/2 by 1-3/4 by 7-1/2 inches.</p>
<p>Oakton DO 300 is waterproof, dustproof meter. It also floats and as such it is suitable for home usage as well as for severe, terrain conditions.</p>
<p>Along with the meter, you will get four 1.5 V AAA batteries and a supplied instructions manual with detailed instructions on how to calibrate and operate this meter. The batteries suffice for one hundred hours of continuous use.</p>
<p>With its automatic temperature compensation (ATC) features, Oakton 300 can store up to 50 previous measurements in its internal log. It should be calibrated with two independent points at both ends of its range in order to achieve high accuracy. It has a real time clock to meet the GLP standards of measurement.</p>
<h3>Where to Buy</h3>
<p>Oakton Meter, due to its sturdiness, range of features and intended mode of operation, is not a very cheap instrument. However, we find it a good investment as it is  one of the best and most affordable in this class. You can purchase it online, and one of the best deals we were able to find on the internet is Amazon.com. <a href="http://www.amazon.com/gp/product/B003SZBBIE/ref=as_li_ss_tl?ie=UTF8&amp;tag=scintillatia-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B003SZBBIE">Click HERE to check the price</a>.</p>
<h3>Useful Contacts</h3>
<p><a href="http://www.4oakton.com/">Oakton Instruments</a>, a Vernon Hills, IL based firm, is a reputed manufacturer of an array of scientific instruments. It owns facilities in Europe and Asia as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/technology/oakton-dissolved-oxygen-meter-model-do-300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Sony Bravia Read Exfat?</title>
		<link>http://www.scintillatia.com/technology/can-sony-bravia-read-exfat/</link>
		<comments>http://www.scintillatia.com/technology/can-sony-bravia-read-exfat/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 20:17:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tehnology]]></category>
		<category><![CDATA[sony bravia exfat]]></category>
		<category><![CDATA[sony bravia ntfs]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=209</guid>
		<description><![CDATA[The short answer to this question is Yes, Sony Bravia reads Exfat without any problem. That is, our kdl46ex720 does that, and as far as we know, all new models of Sony are able to do the same. Recently we purchased this Sony Bravia KDL kdl- 46 inch ex720 model. It is a great LED television, with superior image and excellent characteristics. It is needless to say that we are very please with it. However, when connecting our external hard drive to it, initially it was not recognized. Soon we found out why &#8211; our external disk (Silicon Power Armor a70) was formatted NTFS- and Sony bravia (apparently at the moment) does not support the NTFS file system. Fat-32 works very well &#8211; we were able to test that very easily, by plugging in another fat-32 USB drive. However fat32 file system has one inherent deficiency &#8211; you cannot store a file larger than 4 Gb on fat32. Given that a lot of high definition movies are larger than 4 Gb, it is obviously not the file system of choice here. So we turned our attention to Exfat. Exfat should be very similar to fat32, except it enables storing files [...]]]></description>
			<content:encoded><![CDATA[<p>The short answer to this question is <strong>Yes, Sony Bravia reads Exfat without any problem</strong>. That is, our kdl46ex720 does that, and as far as we know, all new models of Sony are able to do the same.</p>
<p>Recently we purchased <a href="http://www.scintillatia.com/technology/sony-bravia-kdl46ex720-3d-led-46-inch-tv-review/">this Sony Bravia KDL kdl- 46 inch ex720 model</a>. It is a great LED television, with superior image and excellent characteristics. It is needless to say that we are very please with it. However, when connecting our external hard drive to it, initially it was not recognized. Soon we found out why &#8211; our external disk (Silicon Power Armor a70) was formatted NTFS- and Sony bravia (apparently at the moment) does not support the NTFS file system.</p>
<p>Fat-32 works very well &#8211; we were able to test that very easily, by plugging in another fat-32 USB drive. However fat32 file system has one inherent deficiency &#8211; you cannot store a file larger than 4 Gb on fat32. Given that a lot of high definition movies are larger than 4 Gb, it is obviously not the file system of choice here.</p>
<p>So we turned our attention to Exfat. Exfat should be very similar to fat32, except it enables storing files larger than 4Gb. We had to <a href="http://www.microsoft.com/download/en/details.aspx?id=19364">update</a> our Windows XP operating system and with the update there came the support for Exfat as well. Windows 7 should have the exfat abilities already built in. Finally, after the Exfat formatting of our USB external hard drive, everything worked great, and our Sony LED TV was able to read all the supported movies formats stored on the Exfat file system without any problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/technology/can-sony-bravia-read-exfat/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Can Sony Bravia Play MKV File Format?</title>
		<link>http://www.scintillatia.com/technology/can-sony-bravia-play-mkv-file-format/</link>
		<comments>http://www.scintillatia.com/technology/can-sony-bravia-play-mkv-file-format/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tehnology]]></category>
		<category><![CDATA[MKV on Sony Bravia]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=206</guid>
		<description><![CDATA[So, you are a proud owner of a Sony Bravia TV. You are satisfied with the television and you have marveled the great picture quality, but what about the file formats your Sony model supports? In particular, can it play mkv movies? After we have purchased our Sony BRAVIA KDL46EX720 LED TV, we started asking ourselves the same question. First we tried to put our MKV movies on an external drive, and link it to our television via a USB cable. We discovered soon enough that Sony Bravia cannot play directly MKV files. It simply does not recognize the format. Mpeg1, Mpeg2 and Mpeg4 files were working just fine. We even managed to play some DivX movies, but the matroska mkv (container) was not recognized. Next, we connected our Bravia model to the PC via a GForce graphic card that possessed a HDMI output. Our KDL46EX720 Sony Bravia has 4 HDMI inputs, one of which is HDMI PC input that we used for the connection. The LCD TV was set as an additional display, and we used the so called extended mode to play the movies. Now, our standard VLC media player did not show great abilities in playing the [...]]]></description>
			<content:encoded><![CDATA[<p>So, you are a proud owner of a Sony Bravia TV. You are satisfied with the television and you have marveled the great picture quality, but what about the file formats your Sony model supports? <strong>In particular, can it play mkv movies?</strong></p>
<p>After we have purchased our <a href="http://www.scintillatia.com/technology/sony-bravia-kdl46ex720-3d-led-46-inch-tv-review/">Sony BRAVIA KDL46EX720 LED TV</a>, we started asking ourselves the same question.</p>
<p>First we tried to put our <span style="text-decoration: underline;">MKV movies on an external drive</span>, and link it to our television via a USB cable. We discovered soon enough that Sony Bravia cannot play directly MKV files. It simply does not recognize the format. Mpeg1, Mpeg2 and Mpeg4 files were working just fine. We even managed to play some DivX movies, but the matroska mkv (container) was not recognized.</p>
<p>Next, <span style="text-decoration: underline;">we connected our Bravia model to the PC via a GForce graphic card</span> that possessed a HDMI output. Our KDL46EX720 Sony Bravia has 4 HDMI inputs, one of which is HDMI PC input that we used for the connection. The LCD TV was set as an additional display, and we used the so called extended mode to play the movies. Now, our standard VLC media player did not show great abilities in playing the MKV codec. Instead, we had to install another player, likely a free one too.</p>
<p>The <a href="http://kmplayer.en.softonic.com/">KM free media player</a> is a nice audio and video player for Windows Operating Systems. It supports a lot of formats, including avi, flv and MKV files.</p>
<p>So, if you are in a similar position to ours, we suggest to try the same route. If you connect your Bravia LCD TV to a computer via a HDMI cable, you are no longer limited to the file formats your TV supports. Rather, <strong>your TV will play whatever your computer supports</strong> &#8211; virtually all possible music, video and file formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/technology/can-sony-bravia-play-mkv-file-format/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Review of Brunton 26 Watt CIGS Solar Cells</title>
		<link>http://www.scintillatia.com/technology/review-of-brunton-26-watt-cigs-solar-cells/</link>
		<comments>http://www.scintillatia.com/technology/review-of-brunton-26-watt-cigs-solar-cells/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 19:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tehnology]]></category>
		<category><![CDATA[brunton 26 watt foldable solar array]]></category>
		<category><![CDATA[brunton 26w solar panel]]></category>
		<category><![CDATA[brunton solar charger]]></category>
		<category><![CDATA[CIGS solar battery charger]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=196</guid>
		<description><![CDATA[Portable solar cells used to be something exclusive, something you could only see in the movies. Not anymore. The super convenient Brunton CIGS solar cells (code name Solaris 26) are now available for everyone who needs them at a very affordable price. In this review, we will go through the most important features &#8211; pointing out both the advantages and disadvantages of the Brunton 26 Watt foldable solar panel . We will talk about its efficiency, portability, possible complaints, the impact on the environment and where to purchase this 26w CIGS panel to get the best possible price. Portability Usually when we think of solar cells, we tend to picture them as massive, relatively heavy panels, mounted either on roofs or in large arrays within the so called, solar cell fields. Brunton 26 Watt CIGS Solar Cells are totally different. They are foldable and portable, as if coming from the future. You can put them anywhere you like &#8211; even on the ground &#8211; as they do not require any special mounting. The technology that enables the existence of such ultra portable panels is relatively new: CIGS stands for Copper Indium Gallium di-Selenite &#8211; a semiconductor which you need not [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-200 alignleft" title="brunton-26" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/09/brunton-26.jpg" alt="brunton 26 foldable solar panel" width="300" height="210" />Portable solar cells used to be something exclusive, something you could only see in the movies. Not anymore. The super convenient <strong>Brunton CIGS solar cells (code name Solaris 26)</strong> are now available for everyone who needs them at a very affordable price. In this review, we will go through the most important features &#8211; pointing out both the advantages and disadvantages of the <a href="http://www.amazon.com/gp/product/B000GEFFBO/ref=as_li_ss_tl?ie=UTF8&amp;tag=scintillatia-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B000GEFFBO" rel="nofollow">Brunton 26 Watt foldable solar panel </a>. We will talk about its efficiency, portability, possible complaints, the impact on the environment and where to purchase this 26w CIGS panel to get the best possible price.</p>
<h3>Portability</h3>
<p>Usually when we think of solar cells, we tend to picture them as massive, relatively heavy panels, mounted either on roofs or in large arrays within the so called, solar cell fields. Brunton 26 Watt CIGS Solar Cells are totally different. They are foldable and portable, as if coming from the future. You can put them anywhere you like &#8211; even on the ground &#8211; as they do not require any special mounting. The technology that enables the existence of such ultra portable panels is relatively new: CIGS stands for Copper Indium Gallium di-Selenite &#8211; a semiconductor which you need not know anything about, but whose benefits you can start to enjoy instantly. In fact, there are many predicts that this technology &#8211; the CIGS solar cells  will become the major solar industry by year 2020.</p>
<p>Unlike silicon wafers, which are solid and inflexible, CIGS solar cells are very compact and slender, since they are based on thin film technology. More than 99 percent of the light is actually being absorbed within the first few microns from the surface, and that&#8217;s why they can be so slim. When folded, Brunton weighs merely 28 ounces (0.8 kg). Its multi-section design is responsible for its size &#8211; just 11 inches by 8.5 inches, with thickness of 1 inch only. A CD case measures 5.6 in x 5 in, provided here just as a reference to compare the product with. When fully unfolded they measure 21.5 by 37.5 in.</p>
<h3>Who Needs Them and What Can Be Charged?</h3>
<p><img class="alignright size-full wp-image-201" title="brunton-adapter" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/09/brunton-adapter.jpg" alt="brunton 26 watt solar - connection to laptop" width="289" height="193" />For example, if you are wilderness explorer, camper, nature photographer, or if you need a portable power source, you will definitely like the Brunton 26 power cells. They are perfect for charging laptops, lithium ion batteries for your digital cameras, mp3 players, camping and navigation electronics and satellite phones. They are ideal for camping trips, or prolonged walks in nature. This solar charger can even charge a laptop (provided that it is a low consumption laptop, like EEE PC, for example) in trickle mode.</p>
<h3>Efficiency</h3>
<p>At the moment of all thin film solar cell technologies, CIGS have largest efficiency. Brunton 26 is very efficient as it can pick up the slightest sun ray, and function even when the sky is overcast.  For such compact design, 26 watts of power is an impressive result. You can even connect up to 3 Brunton 26-Wat modules in case you need more power. Don&#8217;t forget that these CIGS Solaris 26 solar cells are still less efficient than any crystalline silicon based cells (up to 24.7% efficiency levels), but they are still the most efficient (10-15 percent efficiency) amongst the other thin film technologies. And, of course, the Si based cells cannot be produced in such thin design or superior shapes and sizes.</p>
<h3>Durability</h3>
<p><img class="alignleft size-full wp-image-202" title="brunton-26-wat" src="http://www.scintillatia.com/myblog/wp-content/uploads/2011/09/brunton-26-wat.jpg" alt="brunton 26 in action" width="241" height="146" />CIGS solar cell panels show much better heat resistance than solar panels based on silicon. They are sturdy and very resistant. These are great benefits, as you would like to use your Brunton 26w solar panel for decades without any problem.</p>
<h3>What Will You Get?</h3>
<p>Apart from the storage sack and user&#8217;s manual, you will get your Solaris 26 foldable solar panel, together with some wiring &#8211; a vehicle outlet cable, battery clamp cable and multi-linking cable. The panel is equipped with an inbuilt blocking diode designed to prevents any reverse battery discharge when there is no sun.</p>
<h3>Environmental Issues</h3>
<p>The environmental advantage of this type of solar cell technology is that it uses much less Cadmium content in the process of production. The other technologies, such as cadmium telluride solar cells method of production uses a lot of cadmium, which is extremely toxic and environmentally harmful atom. CIGS solar cells, such is this Brunton 26w solar panel, use cadmium sulfide in very tiny layers near the surface (window area), but in some designs zinc is being used instead. If nothing else, you should sleep better, knowing that you are not contribution to the environment pollution with this panel.</p>
<h3>Disadvantages</h3>
<p>One of the most obvious disadvantage is the fact that the prices of CIGS solar cells are still substantially larger that the polycrystalline silicon or cadmium telluride panels. It means that, for the price of this Brunton module, you could purchase solar panels with much higher power, albeit not so compact, thin and flexible.</p>
<p>Some users have complained that they have trouble connecting their devices to the panel. You should be aware, especially if you are new to solar panels, that some electronic devices require special adapters, they you would have to purchase in addition.</p>
<h3>What People Who Bought This Panel Are Saying?</h3>
<p>These are some of the impressions of the people who use Brunton</p>
<ul>
<li>I like this panel a lot.</li>
<li>There are no problems with tear and weather. I am delighted.</li>
<li>Even if the temperature fell as low as 25 F, the battery charger operated just fine.</li>
<li>Sturdy, long-lasting, portable, powerful and efficient. Highly recommended.</li>
</ul>
<h3>Where can I buy Brunton Solaris 26 Watt and how much should I pay?</h3>
<p>You can buy this Solar Kit from Amazon. Currently they offer free shipping and when compared to other merchants, Amazon.com have the best deal. <strong><a href="http://www.amazon.com/gp/product/B000GEFFBO/ref=as_li_ss_tl?ie=UTF8&amp;tag=scintillatia-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B000GEFFBO" rel="nofollow">Click here to view this kit on Amazon </a> and to check their really affordable price</strong>.</p>
<h3>Useful Contacts</h3>
<p>You will get one Year Warranty from the manufacturer. You can contact their Customer Service, Technical Support and ask any question at<br />
1-800-443-4871 (or) via email at support@brunton.com</p>
<p><a href="http://store.bruntonoutdoor.com/portable-power/panels-and-chargers/">http://store.bruntonoutdoor.com/portable-power/panels-and-chargers/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/technology/review-of-brunton-26-watt-cigs-solar-cells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magnetic Units: Tesla, Gauss, and Ørsted</title>
		<link>http://www.scintillatia.com/science/physics-facts/magnetic-units-tesla-gauss-and-orsted/</link>
		<comments>http://www.scintillatia.com/science/physics-facts/magnetic-units-tesla-gauss-and-orsted/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 09:47:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Physics Facts]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[magnetic field]]></category>
		<category><![CDATA[magnetic induction]]></category>
		<category><![CDATA[Oersted]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://www.scintillatia.com/?p=176</guid>
		<description><![CDATA[There are two quantities that describe any given magnetic field: Magnetic induction, B and Magnetic intensity, H In the cgs (centimeter, gram, second) system of units B equals H, but in the international SI system they are identical up to a constant. In the international SI system magnetic induction is measured in Tesla (T) [N A-1 m-1]. The corresponding cgs unit is Gauss. The relation between Tesla and Gauss is: 1T=10 000 Gauss. In the international system magnetic field is measured in Amperes per meter (A/m). In the cgs system, the corresponding measure is Øersted.  Their relation is 1 A/m = 4π/103 Oersted. &#160;]]></description>
			<content:encoded><![CDATA[<p>There are two quantities that describe any given magnetic field:</p>
<p>Magnetic induction, <strong>B</strong></p>
<p>and</p>
<p>Magnetic intensity, <strong>H</strong></p>
<p>In the cgs (centimeter, gram, second) system of units <strong>B</strong> equals <strong>H</strong>, but in the international SI system they are identical up to a constant.</p>
<p>In the international SI system magnetic induction is measured in <em>Tesla</em> (T) [N A-1 m-1]. The corresponding cgs unit is <em>Gauss</em>. The relation between Tesla and Gauss is: 1T=10 000 Gauss.</p>
<p>In the international system magnetic field is measured in Amperes per meter (A/m). In the cgs system, the corresponding measure is Øersted.  Their relation is 1 A/m = 4π/103 Oersted.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scintillatia.com/science/physics-facts/magnetic-units-tesla-gauss-and-orsted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

