<?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>Bshootz &#187; How To</title>
	<atom:link href="http://bshootz.com/category/tips/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://bshootz.com</link>
	<description>Mindings of A Techno-Geek</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:12:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Install Emacs 24 on Debian Squeeze</title>
		<link>http://bshootz.com/how-to-install-emacs-24-on-debian-squeeze/</link>
		<comments>http://bshootz.com/how-to-install-emacs-24-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 05:01:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[24]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1550</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a><a href="http://bshootz.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>You are probably wondering what all the fuss is about the newest prerelease versions of Emacs 24. Well, the best way to see them is to install the newest version.Here&#8217;s how you can do that on Debian. This tutorial is &#8230; <a href="http://bshootz.com/how-to-install-emacs-24-on-debian-squeeze/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a><a href="http://bshootz.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>You are probably wondering what all the fuss is about the newest prerelease versions of Emacs 24. Well, the best way to see them is to install the newest version.Here&#8217;s how you can do that on Debian.</p>
<p>This tutorial is based <a href="http://www.emacswiki.org/emacs/EmacsSnapshotAndDebian">upon this official (more expert friendly) tutorial.</a> If you want some challenge you can just try to install from there without reading the rest of this blog post. First you must install git if you don&#8217;t have git:</p>
<pre>sudo apt-get install git</pre>
<p>This will allow you to pull the newest release from the repository. Using this command:</p>
<pre>git clone --depth 1 git://git.sv.gnu.org/emacs.git</pre>
<p>Wait for your computer to download all of the files it might take a while. Now you need to install a  bunch of dependencies. You can try compiling without them and see which ones you absolutely need. But you at least need:</p>
<ul>
<li>build-essential</li>
<li>xorg-dev</li>
<li>libgtk2.0-dev</li>
</ul>
<p>All of these can be installed through &#8220;sudo apt-get install &#8220;.  Now you must compile the source by running &#8220;cd ~/emacs&#8221; then:</p>
<pre>./autogen.sh
./configure
make bootstrap (this will take a while)
sudo make install</pre>
<p>This should leave you with a working Emacs 24 install. It might take a long time but it is totally worth it</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1550&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/how-to-install-emacs-24-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grindcraft: My Windows &#8220;Port&#8221;, A Minecraft Soundtrack for your daily life</title>
		<link>http://bshootz.com/grindcraft-my-windows-port-a-minecraft-soundtrack-for-your-daily-life/</link>
		<comments>http://bshootz.com/grindcraft-my-windows-port-a-minecraft-soundtrack-for-your-daily-life/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 19:03:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1510</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p>I stumbled upon this program called &#8220;GrindCraft&#8220;. It plays songs from the Minecraft soundtrack at random times while you are at your computer. However, it only works for Macs, well easily anyways. Today I ported it to Windows with Audiere. &#8230; <a href="http://bshootz.com/grindcraft-my-windows-port-a-minecraft-soundtrack-for-your-daily-life/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p><p>I stumbled upon this program called &#8220;<a href="https://github.com/mrspeaker/grindcraft">GrindCraft</a>&#8220;. It plays songs from the Minecraft soundtrack at random times while you are at your computer. However, it only works for Macs, well easily anyways. Today I ported it to Windows with <a href="http://pyaudiere.org/">Audiere</a>. I own the Minecraft album so I just used that. But if you want you can probably get the songs from the minecraft game jar. (you need to go to:<br />
&#8220;C:\Users\USERNAME\AppData\Roaming\.minecraft\resources&#8221; to find the .mp3 files. From there you can stick them in a separate folder.)</p>
<p>Keep in mind I wrote this as to make my experience as painless as possible. This probably means your experience will be very painful when you try to set this program up. But I figured someone might want to use it. So, here it is:</p>
<p><a href="http://bshootz.com/wp-content/uploads/2011/12/PCgrindcraft.zip">PCgrindcraft</a></p>
<p><a href="http://bshootz.com/wp-content/uploads/2011/12/PCgrindcraftv2.zip">PCgrindcraftv2</a></p>
<p>In the grindcraft.config file all you need is either &#8220;show&#8221; or &#8220;noshow&#8221; so say whether or not you want to know how long until the next song is played. And then the directory where all of your minecraft .mp3s are.</p>
<p>Here&#8217;s a preview of the sourcecode:</p>
<pre><span class="keyword">import</span> audiere
<span class="keyword">import</span> time
<span class="keyword">import</span> random
<span class="keyword">import</span> string
<span class="keyword">import</span> os
f = <span class="py-builtins">open</span>(<span class="string">'grindcraft.conf'</span>,<span class="string">'r'</span>)
<span class="py-variable-name">read</span> = f.read()
<span class="py-variable-name">conf</span> = []
<span class="py-variable-name">conf</span> = string.split(read)
d = audiere.open_device()
<span class="py-variable-name">go</span> = <span class="py-pseudo-keyword">True</span>
<span class="py-variable-name">files</span> = []
<span class="py-variable-name">files</span> = os.listdir(conf[1])
<span class="keyword">while</span>(go == <span class="py-pseudo-keyword">True</span>):
    <span class="py-variable-name">numb</span> = random.randint(1,24)
    <span class="py-variable-name">full</span> = conf[1] + files[numb]
    f = d.open_file(full,1)
    f.play()
    <span class="py-variable-name">rand_sleep</span> = 600+(random.randint(-3,7)*60)
    <span class="keyword">while</span>(rand_sleep &gt; 0):
        time.sleep(5)
        <span class="py-variable-name">rand_sleep</span> = rand_sleep - 5
        <span class="keyword">if</span>(conf[0] != <span class="string">'noshow'</span>):
            os.system(<span class="string">"cls"</span>)
            <span class="py-builtins">print</span> rand_sleep/60 , <span class="string">'More minutes until music || Playing:'</span>, files[numb]</pre>
<p>&nbsp;</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1510&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/grindcraft-my-windows-port-a-minecraft-soundtrack-for-your-daily-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install CrunchBang Linux Statler and Keep Your Windows Install</title>
		<link>http://bshootz.com/how-to-install-crunchbang-linux-statler-and-keep-your-windows-install/</link>
		<comments>http://bshootz.com/how-to-install-crunchbang-linux-statler-and-keep-your-windows-install/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:29:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[crunchbang]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://bshootz.com/how-to-install-crunchbang-linux-statler-and-keep-your-windows-install/</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p>CrunchBang Linux (aka #!) is an openbox distro with a simple and efficient setup. Generally the procedure for installing Linux from a flash drive is to open up Unetbootin and let it do its work on the .iso file. However, &#8230; <a href="http://bshootz.com/how-to-install-crunchbang-linux-statler-and-keep-your-windows-install/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p><p>CrunchBang Linux (aka #!) is an openbox distro with a simple and efficient setup. Generally the procedure for installing Linux from a flash drive is to open up Unetbootin and let it do its work on the .iso file. However, this process does not work on Crunchbang. Fortunately there is another way to install it from a flash drive.</p>
<p>First, download <a href="ftp://ftp.berlios.de/pub/kiwi/ImageWriter.exe">ImageWrite.exe</a>, it is an Opensuse branded program that basically acts like the UNIX utility dd. Then download <a href="http://crunchbanglinux.org/downloads/statler/20110207/">the Crunchbang ISO file</a>. Once that is downloaded open up ImageWriter, but you will soon realize that it only accepts .raw files.</p>
<p><img src="http://bshootz.com/wp-content/uploads/2011/09/090811_1230_HowtoInstal12.png" alt="" /></p>
<p>But there is an easy workaround. Find the .iso file and rename it so that its file type is &#8220;.raw&#8221;. Reopen ImageWriter, insert a flashdrive, find the .raw file and press &#8220;copy&#8221;.</p>
<p><img src="http://bshootz.com/wp-content/uploads/2011/09/090811_1230_HowtoInstal22.png" alt="" /></p>
<p>Now that the drive is copied, you can reboot and boot into a live environment (you&#8217;ll have to enter into your BIOS and select &#8220;boot from flashdrive&#8221; or something like that). You can stop there, but you probably want to install it. So go back into Windows and download a program called &#8220;EASEUS Partition Master 9.0.0 Home Edition&#8221;. It&#8217;s free and legal and is a better replacement for PartitionMagic. Once you have that running you need to resize your windows partition and create one for Linux. You probably only need 8 or so gigabytes of space, one for Linux and the rest for files. You have to be very careful during this step as not to kill your windows install. Just make sure you are resizing the correct partition (it should be the largest one where your files reside in my case it is labeled as &#8220;C&#8221;.</p>
<p><img src="http://bshootz.com/wp-content/uploads/2011/09/090811_1230_HowtoInstal32.png" alt="" /></p>
<p>Now that your Linux partition is set up, you can install CrunchBang. Boot your flash drive and select graphical install. Then enter all your region specific details. Finally you will reach the partition screen. Select the manual partition entry. You DO NOT want guided partition. This will erase your whole drive and use it for Linux. Select the eight gig partition and tell the program to use it as the main install disk. Make sure it is not altering your main partition with windows on it and tell it to proceed. Just follow the rest of the installer and it will finally allow you to login to your user account. Now reboot and it should show GRUB2 when you first startup. It should show your Windows bootloader and Crunchbang Linux. If it only shows CrunchBang do not freak out. It can be fixed.</p>
<p>If the Windows entry is missing boot into Crunchbang, right click and open a terminal. Run the command &#8220;update-grub&#8221; this should fix your grub and make a window entry. Reboot and make sure Windows runs okay.</p>
<p><span style="text-decoration: underline;"><em>Note: I do not take any responsibility for any damage incurred from this tutorial. Use this guide responsibly and don&#8217;t do anything stupid.</em></span></p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1403&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/how-to-install-crunchbang-linux-statler-and-keep-your-windows-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using EasyGUI to Enhance Your Python Script</title>
		<link>http://bshootz.com/using-easygui-to-enhance-your-python-script/</link>
		<comments>http://bshootz.com/using-easygui-to-enhance-your-python-script/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 19:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1390</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>The programming language Python has many different libraries that allow you to create applications with graphical user interfaces. Some are more popular than others (Tkinter being the most well known). Many are very obscure and have very little documentation. One &#8230; <a href="http://bshootz.com/using-easygui-to-enhance-your-python-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p><a href="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture.png"><img class="aligncenter size-medium wp-image-1391" title="easygui-capture" src="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture-300x134.png" alt="" width="300" height="134" /></a></p>
<p>The programming language Python has many different libraries that allow you to create applications with graphical user interfaces. Some are more popular than others (Tkinter being the most well known). Many are very obscure and have very little documentation. One of these is called EasyGUI.</p>
<p>Easy GUI aims to easily create functional GUIs. It easy a wrapper for Tkinter but streamlines many widgets that would take more lines of code to accomplish in Tkinter. EasyGUI has premade message boxes, code boxes, input screens and a couple of other features. All of these can be created with one command and it only needs the EasyGUI library to function. Because it is based on Tkinter it is cross-platform (and kind of ugly). One great feature of this library is that it also makes it very easy to add a UI after the program has been completed.</p>
<div id="attachment_1392" class="wp-caption aligncenter" style="width: 310px"><a href="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture2.png"><img class="size-medium wp-image-1392" title="easygui-capture2" src="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture2-300x130.png" alt="" width="300" height="130" /></a><p class="wp-caption-text">A Multiple Entry Box</p></div>
<p>To get started with EasyGUI all you have to do is download the &#8220;easygui.py&#8221; script from their website. Then you move it to this folder &#8220;C:\Python27\Lib\site-packages&#8221; on Windows. You can install it from the linux terminal by typing &#8220;sudo setup.py install&#8221; while in the EasyGUI folder. Once that is done you just have to include the EasyGUI library in your script by typing: &#8220;from easygui import *&#8221;. Now you can use any of the EasyGUI functions.</p>
<p>One great feature of EasyGUI is the easy creation of Choice boxes (shown in the first picture). This can be done through this code:</p>
<p><a href="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture3.png"><img class="aligncenter size-medium wp-image-1393" title="easygui-capture3" src="http://bshootz.com/wp-content/uploads/2011/09/easygui-capture3-300x78.png" alt="" width="300" height="78" /></a></p>
<p>You only have to input a couple of fields to have a usable GUI popup. I highly recommend this library to anyone who has been intimidated by Tkinter widgets or any other Python GUI library. It allows you to focus more on the functions of your script and less on the syntax of coding an interface.</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1390&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/using-easygui-to-enhance-your-python-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raybans and Macbooks: A Journey On Becoming A Hipster</title>
		<link>http://bshootz.com/raybans-and-macbooks-a-journey-on-becoming-a-hipster/</link>
		<comments>http://bshootz.com/raybans-and-macbooks-a-journey-on-becoming-a-hipster/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 22:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hipster]]></category>
		<category><![CDATA[macbooks]]></category>
		<category><![CDATA[ray bans]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1320</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>This is a guide on how to be a hipster. Or maybe it&#8217;s a tale of how not to be a hipster. With these easy steps you can achieve victory before achieving was cool. Just follow these simple steps. Firstly, &#8230; <a href="http://bshootz.com/raybans-and-macbooks-a-journey-on-becoming-a-hipster/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p style="text-align: left;">This is a guide on how to be a hipster. Or maybe it&#8217;s a tale of how not to be a hipster. With these easy steps you can achieve victory before achieving was cool. Just follow these simple steps.<br />
<img class="aligncenter" src="http://images.memegenerator.net/instances/500x/9485292.jpg" alt="Hipster-ariel" width="144" height="148" /><br />
Firstly, you have to look the part. Hipsters like many types of clothing but generally fall into certain set sartorial statements. Invest in skinny jeans, you have to allow every pre-distressed piece of fabric cling to your body like a wet bathing suit. Buy clothing two sizes two small. Your t-shirts shouldn&#8217;t go past your waist. Preferably they barely even touch your pants. The t-shirts also should have some snarky comment in fancy font. They shouldn&#8217;t be from any mainstream brand, the more obscure the better. Just start going to thrift stores it doesn&#8217;t matter how bad the clothes look when you are making such profound statements. Another part of hipster fashion is the man bag. It&#8217;s like a purse but with ragged fabric to make you look outdoorsy.</p>
<p style="text-align: left;">Then you need to work on your transportation methods. Bikes work the best, or even public transit. Don&#8217;t drive cars they&#8217;re too mainstream. If you have to drive car get a hybrid. At least make it look like you care about the environment. Your bike has to be a certain type too. The Bicycle should be the oldest one you can find.</p>
<p style="text-align: left;"><a href="http://bshootz.com/wp-content/uploads/2011/08/oldbike.png"><img class="aligncenter size-medium wp-image-1368" title="oldbike" src="http://bshootz.com/wp-content/uploads/2011/08/oldbike-300x212.png" alt="" width="300" height="212" /></a>You will have serious hipster cred if you start riding an eighteenth century velocipede around your college campus.</p>
<p style="text-align: left;">Once you have the basics down you need to start accessorizing. Start with your choice of sunglasses. Ray-bans are always a hipster staple. Always have them on even if you are inside. Because you&#8217;re too cool to be exposed to the harsh artificial lighting that hurts the environment. To tie everything up buy yourself a Macbook. Hipsters use MacBooks and there is only once exception to that rule. If you want to be ironic get some clunky ten-year old ThinkPad. Never break the computer rule otherwise your hipster card will be revoked. You will never be able to set foot in another Starbucks once your hipster card has been taken away from you. You might as well say hello to Dunkin Donuts and start looking for an actual non-ironic job.</p>
<p style="text-align: left;">
<img src="http://bshootz.com/?ak_action=api_record_view&id=1320&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/raybans-and-macbooks-a-journey-on-becoming-a-hipster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Emacs Open Fullscreen All the Time</title>
		<link>http://bshootz.com/make-emacs-open-fullscreen-all-the-time/</link>
		<comments>http://bshootz.com/make-emacs-open-fullscreen-all-the-time/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 18:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1180</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>I was having problems with Emacs loading half off my desktop when I opened it so I googled around the internet(z) and I found this code: (defun toggle-fullscreen () (interactive) (x-send-client-message nil 0 nil &#8220;_NET_WM_STATE&#8221; 32 &#8216;(2 &#8220;_NET_WM_STATE_MAXIMIZED_VERT&#8221; 0)) (x-send-client-message &#8230; <a href="http://bshootz.com/make-emacs-open-fullscreen-all-the-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p>I was having problems with Emacs loading half off my desktop when I opened it so I googled around the internet(z) and I found this code:</p>
<blockquote><p>(defun toggle-fullscreen ()<br />
(interactive)<br />
(x-send-client-message nil 0 nil &#8220;_NET_WM_STATE&#8221; 32<br />
&#8216;(2 &#8220;_NET_WM_STATE_MAXIMIZED_VERT&#8221; 0))<br />
(x-send-client-message nil 0 nil &#8220;_NET_WM_STATE&#8221; 32<br />
&#8216;(2 &#8220;_NET_WM_STATE_MAXIMIZED_HORZ&#8221; 0))<br />
)<br />
(toggle-fullscreen)</p></blockquote>
<p>Originally in <a href="http://ubuntuforums.org/showthread.php?t=782196">ubuntu forum topic.</a></p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1180&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/make-emacs-open-fullscreen-all-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting A Website On The Smallest Of Servers</title>
		<link>http://bshootz.com/starting-a-website-on-the-smallest-of-servers/</link>
		<comments>http://bshootz.com/starting-a-website-on-the-smallest-of-servers/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 10:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1176</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/opinion/" title="Opinion">Opinion</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>Running a Website on a Minimal Server Currently my website is being hosted on a tiny account on A Small Orange servers. It includes 150mb of disk space and 4.5gb of bandwidth.This might not seem like a lot of resources &#8230; <a href="http://bshootz.com/starting-a-website-on-the-smallest-of-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/opinion/" title="Opinion">Opinion</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p>Running a Website on a Minimal Server</p>
<p>Currently my website is being hosted on a tiny account on A Small Orange servers. It includes 150mb of disk space and 4.5gb of bandwidth.This might not seem like a lot of resources to most people but it is more than enough for many websites. I run many different programs on my account some that are for the public and many that I use personally. </p>
<p>The most resource intensive program that I use is my WordPress blog install. It uses about 30mb of space on my hardrive and uses the most bandwidth. I still manage to stay under about 250mb per month depending on whether or not I post some pictures or something else that takes a lot of bandwidth.</p>
<p>I will admit that if I ever encounter a huge rush of traffic from Digg or somewhere else my website will be crushed within minutes. That is why I have a backup plan. I have a smaller blog called crash test. Crash test, is run by a lightweight CMS called snews. It uses a couple of kbs of bandwidth per page load which enables me to redirect people to a smaller less resource intensive version of an article if need be.</p>
<p>I probably could run an snews site with under 25mbs of bandwidth every month. It is that small. The other advantage is that it loads almost instantaneously. If you would like to check it out it can be found at quips.bshootz.com.</p>
<p>No matter what all the other hosting providers say unlimited is never truly unlimited. They know most sites use half a gigabyte of bandwidth or each month and count on you never fully trying out their limits. Because they tell you you are getting an unlimited account you are more inclined to pay more for something they really aren&#8217;t providing. I would rather now exactly what I am and am not paying for. I don&#8217;t want an excuse saying  I would rather now exactly what I am and am not paying for. I don&#8217;t want an asterisk after my hosting conditions putting unknown limits on my usage. i say spell out your terms and conditions in clear print for everyone and stop hiding between unlimited* plans. Even though at first ASO&#8217;s hosting plan may sound restrictive it is actually quite the opposite. Even though at first ASO&#8217;s hosting plan may sound restrictive it is actually quite the opposite. </p>
<p>If you are looking to run a personal blog I say start with the smallest possible hosting account you can find and work your way up from there. I will keep my twenty-five dollar a year plan until I start using 4499mb of bandwidth a month or 149mb of drive space. With my host I know I can always add badwidth for a couple of dollars or switch plans at anytime. I am truly unrestricted. </p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1176&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/starting-a-website-on-the-smallest-of-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Notetaking System</title>
		<link>http://bshootz.com/my-notetaking-system/</link>
		<comments>http://bshootz.com/my-notetaking-system/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 20:24:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[simplenote]]></category>
		<category><![CDATA[tiddlywiki]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1166</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>Recently I have begun on the noble quest to try to organize my notes. I had never thought about archiving important information in a centralized place until recently. It took me quite awhile to figure out which software did and &#8230; <a href="http://bshootz.com/my-notetaking-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p>Recently I have begun on the noble quest to try to organize my notes. I had never thought about archiving important information in a centralized place until recently. It took me quite awhile to figure out which software did and did not work for me in my pursuit of note taking nirvana. For the last two or so months this is the system that has been working for. I think I have finally gotten it finalized and in a good enough situation that it is worth sharing.</p>
<p>I know this system probably won&#8217;t for many people, maybe it only works for me! So if you have a better note taking system. Please tell me about it in the comments. This note taking system utilizes two free programs. Simplenote and TiddlyWiki. They both accomplish the same task of keeping notes in one place in different ways. Because they are fundamentally different I use them for different notes at different times.</p>
<p>First I will start out with Simplenote. Found at simplenoteapp.com Simplenote is a free online note synchronization platform. Think of it as evernote but faster and wit no upload limits. But without the extra non-note capabilities. Evernote could probably fill the same position: I prefer Simplenote because it is lightning fast and syncs very quickly. Also their iPhone app is great. Still this system does not need Simplenote specifically it just needs a program like it.</p>
<p>The next program I use to keep my abundance of notes in check is this nifty little file called TiddlyWiki. Yes it is a file. You just save it on you computer and open it up in you web browser and you are ready to go. TiddlyWiki is small and portable and can be put on anything including floppy drives! I have to admit I don&#8217;t actually use TiddlyWiki. I use ccTiddly: ccTiddly is a version of TiddlyWiki that runs on a webserver. I just have it hosted on my hosting account for the ultimate level of accessibility. Their features are exactly the same. One just runs on your hard drive and one is stored on a server.</p>
<p>Anyways TiddlyWiki is great because you can link all of your notes together and has many of the wiki features found on normal wiki software like Wikipedia&#8217;s MediaWiki software. TiddlyWiki allows you to keep all of your notes and notes related to them all together in one space. I am also pretty sure that ccTiddly allows you to upload images. I haven&#8217;t needed to use that feature yet, but it might be helpful to people who need to have certain photos accessible at all times.</p>
<p>Now that you have a grip on the programs that are being used. You need to learn how to implement them. First let us start out with Simplenote. Simplenote is simple. It it used for quick notes. No fussing around. Think shopping lists. You don&#8217;t need to reuse a shopping list and you can&#8217;t be taking a long time to write it down. So you open Simplenote on your laptop and you type out you list. Then when you are in the car you get a call from your spouse, and you have to add an item.</p>
<p>So you just open up the Simplenote app and append the list. Even cooler you could just have them log on at home and change the list without even telling you! Wouldn&#8217;t that be cool, everyone could take responsibility and add their own items to your shopping list! Because when you get to the grocery store the note will already be synced. I also use Simplenote for basically all of my blog posts. I don&#8217;t need to archive my posts. Because they are already located on the same server in my fully searchable blog. Think Simplenote = simple notes. Notes you will need only for a short term. Simplenote is great for shorter notes, and items you will need in the short term. That is the first half of my note taking duo.</p>
<p>The second note taking program is the previously mentioned TiddlyWiki. TiddlyWiki is my &#8220;archive&#8221;. Tiddlywiki is slower to open up and get writing. I use it to host all of my info I will potetially need in the future. TiddlyWiki doesn&#8217;t get cluttered up like Simplenote does and it has an awesome search feature. Also I have more control over my data on my selfhosted wiki.</p>
<p>TiddlyWiki is also great because I can link to other notes and I can keep my notes seperate but together. If Simplenote is for wriiting blog posts: TiddlyWiki is for writing term papers. TiddlyWiki is almost my private blog. Basically Simplenote notes go to two different blogs. My public one and my private one. Continuing with my analogies: If Simplenote was the New York Times, TiddlyWiki would be the Library of Congress.</p>
<p>With our program&#8217;s tasks defined let&#8217;s set some good habits. Taking a page from Getting Things Done. Simplenote is your inbox. A place for things that need to be categorized and put in their place later. I suggest taking half an hour each week sorting your past week&#8217;s note into TiddlyWiki. I don&#8217;t suggest updating TiddlyWiki every day. It is better done when you have multiple additions and you can link everything together. That way you don&#8217;t have to go over notes over and over again linking them together. Just do it all in one shot.</p>
<p>Also try to capture everything into Simplenote. If you have something on a sticky note type it into Simplenote. I think this system definitely works best when used exclusively. If you have notes scattered all over the place you are only hurting yourself. It is either all or nothing.</p>
<p>In my heart of hearts I hope this method works well for you. I haven&#8217;t worked put all of the kinks yet. So far it&#8217;s the best way for me personally to take notes. As I said before and I&#8217;ll say it again. Please help me improve my method. I am always welcoming to constructive criticism and comments.</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1166&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/my-notetaking-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chess</title>
		<link>http://bshootz.com/chess/</link>
		<comments>http://bshootz.com/chess/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 02:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[athletic]]></category>
		<category><![CDATA[chess]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1089</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p>It has been around for hundreds of years. It is a truly universal game. Chine, Britain, Russia, and even we &#8221;uncivilized&#8221;  people from America play it. No I am not talking about Soccer and the current World Cup happenings. Well let me &#8230; <a href="http://bshootz.com/chess/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a></p><p>It has been around for hundreds of years. It is a truly universal game. Chine, Britain, Russia, and even we &#8221;uncivilized&#8221;  people from America play it. No I am not talking about Soccer and the current World Cup happenings. Well let me start off first with asking you a simple question. What do you think is the most athletic sport? You may be thinking: Football, Basketball, or maybe even Tennis. But you are all wrong.</p>
<p>The most athletic sport is Chess. Have you ever heard that quote before? Oh, wait I know you haven&#8217;t, because I just came up with it. Chess takes, brian power, determination, and the ability to make strategic decisions. There are millions of ways that a chess game can play itself out. No game is ever the same(unless you are playing a five year sibling that doesn&#8217;t understand the four move checkmate but that&#8217;s another topic).</p>
<p>Playing chess teaches you many great skills like the ones I mentioned above and many more, including how to maintain you &#8220;poker face&#8221;, think ahead, and see the consequences of you actions. I don&#8217;t think anyone could call those bad things to learn how to do.</p>
<p>Now that you know how Chess can help you let&#8217;s get down to the basics. Chess is played on a 8 by 8 board with alternating colored squares. There are six types of pieces in Chess. The pieces in chess are pawns, rooks, knights, bishops, the King and the Queen.</p>
<p>Of course just knowing what the pieces are called isn&#8217;t enough. Just like with any cool item you have to know what they do. Let&#8217;s start with the least valuable piece: The Pawn. Pawns are meant to do you &#8220;evil&#8221; bidding. They go out on the playing field know they 80% of the time will die. The pawns can move forward one space per turn. They can&#8217;t move backwards and they can only attack pieces on diagonals. Although pawns may be your low ranking lackies, they can be given a field promotion. If a pawn makes it to the opposite side of the game board they can be exchanged for any piece(usually a Queen). This extra functionality makes Pawns very valuable at the end of the game.</p>
<p>The next piece is the Rook. The Rook, is basically a moving castle(Apparently castles used to move when the game of Chess was invented). They can move forward, backwards and side to side as many spaces as they want if they come in contact with any other pieces.</p>
<p>Then there is the Knight. The knight which usually is represented as a horse moves in a L shape. I don&#8217;t know what made the inventors of chess think horses always jump forward three spaces and then magically change direction and move one space to the side. They must have known some very weird equestrians in their day. The Knight is also useful because it can jump over other pieces so it can break into enemy lines and cause havoc.</p>
<p>The fourth piece I am going to talk about is the Bishop. The Bishop has some trouble walking forward. So he always walks in a diagonal line. This makes it so that he can only attack pieces on his own color. Bishops are particularly helpful in attaining check mate because they can block off a whole diagonal row.</p></div>
<div id="_mcePaste">The second most valuable and definitely the most intimidating piece in Chess is the Queen. The Queen has no limits on how she can move. She can move forwards, backwards, side to side, and even diagonal! Making her the most versatile piece on the board.</p>
<p>Last but not least it the King. The whole reason for the game of Chess. The King can move in all the same ways the Queen can move, but it can only move one space at a time. Making him a glorified pawn. He can&#8217;t even become a Queen! If the King is put into checkmate: When he cannot move without being attacked. The game is decided.</p>
<p>The person who is playing white always goes first. Each player starts out with 8 pawns, 2 Bishops, 2 Knights, 2, Rooks, a Queen, and a King. Each piece is worh a certain number of points. A pawn is worth 1 point, the Rooks are worth 5 points, the Bishops &amp; Knights are worth 3 points, the Queen 9, and the King: infite points. If there is not enough time to play a game to its finish or if you want to see how your positions stacks up to you opponents you can tally up both players points for a quick way to see who is winning.</p>
<p>Now that you know how to play a game, go out there procure a chess set and start playing. You do know it is the most athletic sport, right?</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1089&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/chess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get in the Content Producing Zone</title>
		<link>http://bshootz.com/how-to-get-in-the-content-producing-zone/</link>
		<comments>http://bshootz.com/how-to-get-in-the-content-producing-zone/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 18:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[staying in the zone]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://bshootz.com/?p=1000</guid>
		<description><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p>Wow, that title really makes me sound like one of those twitter spamming SEO guys. Anyways, I am writing this post to tell you what works for me when I want to get down to business and write a solid &#8230; <a href="http://bshootz.com/how-to-get-in-the-content-producing-zone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://bshootz.com/category/tips/how-to/" title="How To">How To</a><a href="http://bshootz.com/category/tips/" title="Tips">Tips</a></p><p>Wow, that title really makes me sound like one of those twitter spamming SEO guys. <img src='http://bshootz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyways, I am writing this post to tell you what works for me when I want to get down to business and write a solid blog post. Over the last (almost) year, I have learned that a couple of things really help me stay concentrated while writing.</p>
<p>I have to admit the biggest thing that has helped my attention span is finding the write text editor. The best text editor in my case was Darkroom(Windows)/PyRoom(Linux). I have already reviewed Darkrooom so I won&#8217;t get too much into it, but I have to say it does help you focus on the text and nothing else.</p>
<p>The second thing that has helped my writing is AHK or AutoHotKey. AHK lets you assign hot keys to anything and everything. I use it to open up my browser, Email client, but the most helpful thing it does for me is auto text correction. In my AHK script I have words that are commonly misspelled and when I type they are automagically corrected. I didn&#8217;t create this script, but it is saves time and helps me focus on writing and not spell check. You can find my AHK script on my programming page.</p>
<p>The third and final thing that I have learned that helps me write is everyones favorite music streaming service: Pandora. Being such a popular website you most likely already know what Pandora is. An amazing online music streaming service that allows you to customize stations to your own music tastes. Pandora allows me to listen to a medley of music that I like without having to change the song or pick what album I want to listen to. This allows me to stay in the &#8220;zone&#8221; and not focused on whether I want to listen to ELO or The Who.</p>
<p>I hope these tips help you produce better content in less time, and to become a better blogger. I realize everyone works differently, and that these things might not work for you. Please comment with any other solutions you use to stay focused on writing.</p>
<img src="http://bshootz.com/?ak_action=api_record_view&id=1000&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bshootz.com/how-to-get-in-the-content-producing-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

