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

<channel>
	<title>Tech Smartly</title>
	<atom:link href="http://www.techsmartly.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techsmartly.com/blog</link>
	<description>Tech, Net, Smartly</description>
	<pubDate>Thu, 17 Jul 2008 15:34:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Should you get the new iPhone?</title>
		<link>http://www.techsmartly.com/blog/2008/07/should-you-get-the-new-iphone/</link>
		<comments>http://www.techsmartly.com/blog/2008/07/should-you-get-the-new-iphone/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:32:49 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Gagdets]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=88</guid>
		<description><![CDATA[For me, this was a very easy question. No.
The device is pretty neat, there&#8217;s no denying that. It&#8217;s unfortunate that apple has decided to completely lock down the iPhone into AT&#38;T. In fact, this is what kept me from getting the first iPhone. That, and the fact that it&#8217;s usually better to wait for the [...]]]></description>
			<content:encoded><![CDATA[<p>For me, this was a very easy question. No.</p>
<p>The device is pretty neat, there&#8217;s no denying that. It&#8217;s unfortunate that apple has decided to completely lock down the iPhone into AT&amp;T. In fact, this is what kept me from getting the first iPhone. That, and the fact that it&#8217;s usually better to wait for the second generation of new hardware. Apparently, Apple has wizened up, and you are now forced to sign the contract in the store. This makes things a bit more complicated then. With the first iPhone, you were allowed the possibility of enabling it through iTunes. Or, you could not activate it at all, and instead you could unlock it. Yet there is always the problem of being left with an iBrick. With the 3g iPhone, Apple has agreed to a wide array of different contract prices with countries in Europe. For example, in Belgium you get a completely unlocked iPhone, with which you can use with whatever carrier you like. The price is rather steep considering the exchange rates (it costs almost $1000 for the 16gb version!), so if you&#8217;re desperate and looking for an unlocked iPhone <em>now</em>, Europe is the way to go.  However, there are plans of selling unlocked iPhones by the end of the year in America. The price will be much higher without a contract, at $599/$699 depending on the model. It will be pay as you go, but I do not know if that means it will work with every carrier. I&#8217;ve been unable to find more information about pay as you go iPhones being sold in America, maybe my google fu isn&#8217;t up to scratch. Unfortunately for apple, I&#8217;m not buying their iPhone just yet, and most likely neither should you (although this could depend on the circumstances).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/07/should-you-get-the-new-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python</title>
		<link>http://www.techsmartly.com/blog/2008/07/python/</link>
		<comments>http://www.techsmartly.com/blog/2008/07/python/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:29:47 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Python]]></category>

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

		<category><![CDATA[programming language]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=87</guid>
		<description><![CDATA[
Python is a language that has risen in popularity these last few years. I have heard about it before, and just recently I decided I wanted to learn it. First of all, I know no other language other than visual basic. However, I don&#8217;t want to be forced to use a language that is locked [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://en.wikipedia.org/wiki/Image:Python_logo.svg" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');"><img style="border: medium none ; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/0/06/Python_logo.svg/202px-Python_logo.svg.png" alt="CPython" /></a></div>
<p><a href="http://www.python.org/" class="zem_slink" title="Python (programming language)" rel="homepage" onclick="javascript:pageTracker._trackPageview ('/outbound/www.python.org');">Python</a> is a language that has risen in popularity these last few years. I have heard about it before, and just recently I decided I wanted to learn it. First of all, I know no other language other than visual basic. However, I don&#8217;t want to be forced to use a language that is locked into windows, although I know there are ways to get visual basic working using <a href="http://www.mono-project.com/Main_Page" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mono-project.com');">Mono</a>. However it is not the disadvantages of visual basic that compel me to learn python, rather the advantages of python. I honestly don&#8217;t know enough about visual basic to say why it sucks, but the fact that it&#8217;s from Microsoft was reason enough for me look and see what better cross-platform alternatives there are. Python is also easy to use. It has an easy to read syntax, meaning that it is easy to maintain it. If you write something in python, you can come back to your code in six months and easily figure out what you&#8217;re trying to do. However, if you use a language like C++, it can be difficult to understand your own code at first. Of course, having a clean syntax also helps as you&#8217;re coding. It helps make everything clear, and instead of focusing on the language, you focus on the logic. Most important for me is that I can learn it without it being too complicated. It&#8217;s going to be a little side project of mine. I don&#8217;t want to waste a lot of time learning things in c/c++ that I could already be doing in python. Perhaps at a later point, I will learn c++. At this point in time, I would rather learn more about programming theory, such as objects and whatnot. Python makes it easy to learn all of this. If you also wish to learn about programming, I would imagine python to be a great starting point for everyone. There is a book about python that will be released on the 25 of September, called <a href="http://www.apress.com/book/view/9781590599822" onclick="javascript:pageTracker._trackPageview ('/outbound/www.apress.com');">Beginning Python: from Novice to Professional, Second edition</a>. I have read some of the author&#8217;s articles online, as well as the first chapter in his first book. It does not over complicate things with unnecessary terminology meant for professionals, but instead focuses on being clear to understand without overloading on complicated matters. I have read some of the his articles online and it it seems clear without taking things too fast. Thus, I will try to get my hands on a copy of the book when it releases. I will begin learning python in approximately a month and a half (no, not because I&#8217;m lazy). <a href="http://www.apress.com/book/view/9781590599822"><br />
</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/631ce285-4502-43db-b5c9-3123827c8960/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/07/python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enso vs Launchy</title>
		<link>http://www.techsmartly.com/blog/2008/07/enso-vs-launchy/</link>
		<comments>http://www.techsmartly.com/blog/2008/07/enso-vs-launchy/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:05:03 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Review]]></category>

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

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

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

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=84</guid>
		<description><![CDATA[In my search for speedy usage of my computer, I&#8217;ve stumbled on several different programs. I&#8217;ve found 2 different programs, called Enso launcher and Launchy. Both of these two programs are different, are a designed based on different principles. Enso has come out with a beta of its launcher, which I find to be much [...]]]></description>
			<content:encoded><![CDATA[<p>In my search for speedy usage of my computer, I&#8217;ve stumbled on several different programs. I&#8217;ve found 2 different programs, called <a href="http://humanized.com/enso/launcher/" onclick="javascript:pageTracker._trackPageview ('/outbound/humanized.com');">Enso launcher</a> and <a href="http://www.launchy.net/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.launchy.net');">Launchy</a>. Both of these two programs are different, are a designed based on different principles. Enso has come out with a beta of its launcher, which I find to be much better, and fixes several of the problems that I had. However, it is still incomplete. Where you would expect something to happen, instead it gives you a message box explaining how the feature will be implemented later on. This makes it rather difficult to compare the two, since Enso launcher is rather lacking in abilities. For example, you can&#8217;t copy and paste, although if you know what you&#8217;re doing it&#8217;s not that much of a problem. Despite this, Enso launcher is still usable as it is, as it is still used every day by me. Launchy, on the other hand, is complete and is not in a beta of any form. For the intents and purposes of this article, I will be comparing the beta of version 2.0, which I think is much better, if lacking in some features.</p>
<h3><a href="http://humanized.com/enso/launcher/" onclick="javascript:pageTracker._trackPageview ('/outbound/humanized.com');">Enso</a></h3>
<p>Enso launcher is product made by Humanized. Humanized bases all their products on having a &#8220;humanized&#8221; interface. Everything they do is done to make everything as efficient and humanized as possible. I think their philosophy is best explained on their <a href="http://humanized.com/about/" onclick="javascript:pageTracker._trackPageview ('/outbound/humanized.com');">about page</a>. Enso itself is a very neat product. It&#8217;s visually appealing, and uses a nice pallet of colors. It&#8217;s very slick, and I can see a lot of thought was put into this aspect. It uses the caps lock key to toggle input, which you must hold down. It can be a bit hard at times to do this, especially if you&#8217;re a touch typist, but it works well enough. You can change it to other predefined keys. However, you will not be able to use the defined key for its normal use, it&#8217;s sole purpose is for the Enso launcher. You are told to try it, that even though it&#8217;s new, you&#8217;ll get used to it. I&#8217;ve been using this for a two weeks, and it&#8217;s still a bit awkward, but I can use it to a degree that is sufficient enough for me to use it without much thinking. It&#8217;s different, that&#8217;s for sure, and whether or not it&#8217;s better seems more like what you&#8217;re comfortable with, rather than hard data. This is my personal opinion, as I&#8217;m sure a study could show that one is better than the other, but I don&#8217;t think that will happen any time soon.</p>
<p>The way you use Enso launcher, is that you press and hold caps lock to type a command. The most common commands are:</p>
<p>open: open an executable</p>
<p>go: Change to another open window</p>
<p>learn as open: Highlight something, use this command, and put in whatever you want the program to learn. For example, highlighting &#8220;www.techsmartly.com&#8221;, using the command, and typing in techsmartly will make the program learn that the command &#8220;open techsmartly&#8221; will open this website. If you still don&#8217;t quite understand it, think of it as binding a key in the console if you&#8217;re a gamer.</p>
<p>open with: Like the open command, but you say which program you want to open the file with.</p>
<p>These are the most frequently used commands for the average user. There&#8217;s also a tutorial video that explains everything much more in depth if you install it, so don&#8217;t worry if you don&#8217;t understand.</p>
<p>The main reason I prefer the beta 2.0 version over version 1, is that it learns what you use. This is a feature that was sorely lacking in the first version. This is why, despite missing many useful features, I much prefer version 2.0. Also, the way commands are typed in is different. in the original, you typed &#8220;open Firefox&#8221;, and it would open it. Now, you type &#8220;o&#8221;, let go of caps lock, and a little box shows up. Then you can type &#8220;fi&#8221; and enter, and then Firefox opens up. Despite being more complicated on paper, it is much easier to actually do. It requires fewer keystrokes. It&#8217;s only a bit difficult to learn if you&#8217;re used to the old stay. It&#8217;s quite intuitive, since after all it is the philosophy behind all Humanized products.</p>
<p>Like every program, it has its downfalls. First of all, no copy and paste. It&#8217;s still not implemented, so you&#8217;re going to have to type everything out. Luckily there&#8217;s that learning algorithm to help you. Another problem is that you can&#8217;t scroll further down the list of suggestions other than what is already listed. Lastly, you can&#8217;t type anything that&#8217;s incredibly long. Most importantly though, is that it seems to crash quite a bit. I&#8217;ve had it crash several times, but luckily it starts again. It also opens up a web page where you can explain what you were doing when it crashed, and it sends info about what was happening. You&#8217;re able to see all the info that&#8217;s being sent, so there are no worries there(hopefully).  These are several glaring problems that I&#8217;ve had with this program. It is not enough to render it unusable, and it is still a beta. There is also no linux version, for all your linux fans and users out there. However, a Linux version is in the pipe works, although I&#8217;m unsure if it&#8217;s for the first enso launcher or the the second version of the enso launcher.</p>
<p>It&#8217;s a great little app, and I use it quite a bit.</p>
<h3>Launchy</h3>
<p>Launchy is, just like Enso, a launcher. Like Enso launcher, it&#8217;s main goal is to speed up your computer usage. However, less focus is put on the interface itself. The end purpose is the same, but everything else is different. Launchy has a lot more options than Enso. You simply type the name of what you want, and it finds it for you. You do not have all the commands given in Enso launcher, meaning it is only what it is, a launcher. However, it doesn&#8217;t only have to launch what i has already indexed. Unlike Enso launcher, you can tell Launchy to index a certain folder, so that everything inside can be launched as long as you know the name. You can write the name of a song, and it will open it. However, you need to know the actual filename, not the anme of the song.</p>
<p>You can&#8217;t go to another window in Launchy. Enso is very powerful if you know how to use it. Launchy is also powerful if you know how to use it. However, they are powerful in different areas. Enso can also have more commands if you know how to code. Launchy has a lot more customization, as well as the ability to index everything. It is also quite simple of you like to use default everything (putting all your videos in my videos, music in my music, etc). If you like to tweak and customize to your liking, you can also do that. With enso, you can&#8217;t do so. You can&#8217;t make it index anything else, and the amount of options is quite flimsy. You can change the skin in launcher, but you can&#8217;t do so with enso. Fortunately, Enso does most things &#8220;just right&#8221;. It has that feelings that disillusioned mac users think about OSX. Of course, following in traditional Mac footsteps, if you don&#8217;t like the way it does things, <strong>tough </strong>(bring on the hate mail!).</p>
<p>A small footnote in today&#8217;s ever increasing processing power; launchy has a smaller memory footprint. Enso takes up about 33 megabytes of ram, while Launchy takes up only 12. This is while it&#8217;s idle. For those that have very little computer resources, like some of my friends, launchy may be the best choice if there is some indecision between the two.</p>
<h3>Which one?</h3>
<p>Both are great launchers. Both are free, so can try both and see what you like. I personally prefer Enso launcher, but some people may prefer Launchy. It depends on how you wish to use it, as well as a myriad of other factors. Although I would recommend people to try enso if asked, the real answer would be to try both, that way you can&#8217;t be wrong. I&#8217;ve since stopped launchy from starting up automatically, and I use only Enso Launcher now, but there&#8217;s no risk in trying both, or maybe others as well. Remember, the keyboard is almost always faster than the mouse.</p>
<h5>For those that don&#8217;t use windows</h5>
<p>Unfortunately, Launchy and Enso launcher are not out for another other than windows. For linux, you can choose between <a href="http://katapult.kde.org/wiki/Main_Page" onclick="javascript:pageTracker._trackPageview ('/outbound/katapult.kde.org');">Katapult</a>, and <a href="http://do.davebsd.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/do.davebsd.com');">gnome do</a>. For Mac, you have <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.blacktree.com');">Quicksilver</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/07/enso-vs-launchy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m no longer busy</title>
		<link>http://www.techsmartly.com/blog/2008/06/im-no-longer-busy/</link>
		<comments>http://www.techsmartly.com/blog/2008/06/im-no-longer-busy/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 23:17:41 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Tech Smartly News]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=86</guid>
		<description><![CDATA[No more work, expect new posts soon!
]]></description>
			<content:encoded><![CDATA[<p>No more work, expect new posts soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/06/im-no-longer-busy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introduction to Linux</title>
		<link>http://www.techsmartly.com/blog/2008/06/introduction-to-linux/</link>
		<comments>http://www.techsmartly.com/blog/2008/06/introduction-to-linux/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 20:05:08 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Linus Torvald]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=83</guid>
		<description><![CDATA[This is a short introduction to Linux, because there just simply aren&#8217;t enough people who know about it
Linux is an operating system that originated from a man called Linus Torvald. He based Linux off of UNIX, the same operating system that OSX is based on, except it&#8217;s not as bad as OSX. It started in [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short introduction to Linux, because there just simply aren&#8217;t enough people who know about it</p>
<p>Linux is an operating system that originated from a man called Linus Torvald. He based Linux off of UNIX, the same operating system that OSX is based on, except it&#8217;s not as bad as OSX. It started in 1991. A commercial operating system called MINIX, based on UNIX, was being sold. Linus wanted to create a similar operating system, but one that was free. This led him to create the Linux kernel, together with everything from the GNU project. He released GNU/Linux on 17 December 1991. Oddly enough, Linus was working on Linux when he was in a university as well. However, he did not drop out. Now what about Linux would be so great as to merit such a long and boring intro? There are too many reasons, so I will just give a very brief summary.</p>
<p>It is the most secure OS on the market. It has almost no viruses. In fact, there probably is no need for an anti virus. Since people find problems, fix them, and submit the solution, exploits are quickly fixed. Don&#8217;t ever use an anti virus on Linux. It simply isn&#8217;t worth it. Even when Linux gets more popular, and more people (attempt to) create viruses, Trojans, or worms, there are more people that will also fix all of those exploits. This makes the developers have to do less work, and makes Linux more secure.</p>
<div class="googleArticleAd"><script type="text/javascript"><!--
        adparams.getadspec('c_billboard1');
// --></script></div>
<p>Linux also turns out to be one of the most reliable operating systems around. There are some servers that have been up for more than 5 years, and have never been shut down due to crashes. Linux runs programs in a different way, where they aren&#8217;t tied to the system. The system is 1 layer, and applications are another. When the application crashes, or something goes wrong, it is much easier to get out of such a situation. I&#8217;ve had windows fail to load when a file became corrupt due to turning off the power when my games froze, or some other application. It is possible to recover from almost every situation without leaning over to touch that power button.</p>
<p>Different distributions are what make Linux so much better. Don&#8217;t like how red hat handles certain things? Then you might want to check out Slackware. Oh, it doesn&#8217;t have a good package management system? Maybe try Ubuntu, or Kubuntu, or maybe Fedora, or even Opensuse. You want something that feels more like windows? Trying to get someone to switch to Linux? Try Linespire, or Freespire! But maybe Mandriva suits your tastes more, especially since it has such an easy way of installing. Now what if you&#8217;re stuck with windows? Use DSL, a distribution of Linux that is only 49.5 mB. It is possible to run Linux inside of windows using only a pen drive.</p>
<p>Lastly, Linux is completely free. No money has to be exchanged. You don&#8217;t need to buy a separate copy for every computer. Even software can all be free. For Photoshop you have gimp. For Microsoft office there is OpenOffice. A lot of money could be saved if we didn&#8217;t spend so much on commercial products when there are just as good products that you can get for free. I never believed in the saying &#8220;you get what you pay for&#8221;.</p>
<p>Linux is used everywhere. It&#8217;s just too hard to pretend it doesn&#8217;t exist. Phones are using it. Big businesses, as well as small ones. Computer used for work, gaming, or surfing. More and more schools are using it. It&#8217;s not a fad, an inferior OS, or just a little piece of dirt on the sidelines. It&#8217;s something much better than windows. That resource hogging Aero that was in Vista was in Linux long before. In fact, Linux can do better things than Aero. In short, Linux is in general, a better operating system.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a href="http://reblog.zemanta.com/zemified/afe46bd5-e88d-4cae-8fe1-79c764272b75/" class="zemanta-pixie-a" title="Zemified by Zemanta" onclick="javascript:pageTracker._trackPageview ('/outbound/reblog.zemanta.com');"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_a.png?x-id=afe46bd5-e88d-4cae-8fe1-79c764272b75" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/06/introduction-to-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My first and second youtube poop</title>
		<link>http://www.techsmartly.com/blog/2008/06/my-first-and-second-youtube-poop/</link>
		<comments>http://www.techsmartly.com/blog/2008/06/my-first-and-second-youtube-poop/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 14:05:42 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Funny]]></category>

		<category><![CDATA[Two and a Half Men]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=82</guid>
		<description><![CDATA[I&#8217;ve managed to make a second youtube poop of mine working, and I&#8217;ve also gotten the first one working. Here are both of my youtube poops. The second one is quite short, but that&#8217;s because I got rid of the boring parts:
First youtube poop

Second youtube poop

Hope you enjoy it&#8230;if you like that sort of thing. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve managed to make a second youtube poop of mine working, and I&#8217;ve also gotten the first one working. Here are both of my youtube poops. The second one is quite short, but that&#8217;s because I got rid of the boring parts:</p>
<p style="text-align: center;">First youtube poop<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/zxujXCUySjw&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/zxujXCUySjw&amp;hl=en"></embed></object><br />
Second youtube poop<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/nAhBCZbUmU4&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/nAhBCZbUmU4&amp;hl=en"></embed></object></p>
<p>Hope you enjoy it&#8230;if you like that sort of thing. If you&#8217;re wondering when I&#8217;ll stop posting about youtube poops and stop being weird, don&#8217;t worry, there are normal articles in the pipe line. I am however a little busy, and have been for the past week.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/73acd4cb-225d-4a7a-b76b-fae0be41536c/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/06/my-first-and-second-youtube-poop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Youtube Poop</title>
		<link>http://www.techsmartly.com/blog/2008/06/youtube-poop/</link>
		<comments>http://www.techsmartly.com/blog/2008/06/youtube-poop/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 22:45:20 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=80</guid>
		<description><![CDATA[I&#8217;ve been meaning to post this earlier, with a video of my first youtube poop that I made in adobe premier pro. I&#8217;ve been having problems exporting thought, so I decided to go ahead and publish this without my own video.
Now you may be wondering what I&#8217;m talking about right now. Actually, I don&#8217;t quite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to post this earlier, with a video of my first youtube poop that I made in adobe premier pro. I&#8217;ve been having problems exporting thought, so I decided to go ahead and publish this without my own video.</p>
<p>Now you may be wondering what I&#8217;m talking about right now. Actually, I don&#8217;t quite know myself exactly what makes a youtube poop (ytp) a youtube poop. What I do know, is that they can be quite funny for those who like that style of humor. What it is, is a remix of sorts, originally done to CD-i  videos. I think the best way to know what a youtube poop is, is to watch one yourself.</p>
<p>My favorite ytp&#8217;s are:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/3ONPrDF9ncg&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/3ONPrDF9ncg&amp;hl=en" wmode="transparent"></embed></object><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/5D5_ZwlT28A&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/5D5_ZwlT28A&amp;hl=en" wmode="transparent"></embed></object><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/lr7OAAP-4-g&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/lr7OAAP-4-g&amp;hl=en" wmode="transparent"></embed></object></p>
<p style="text-align: left;">These are some of my favorite&#8217;s and I think they demonstrate what it is quite well. Not everyone likes youtube poops thought, however they&#8217;re now one of my favorite forms of entertainment. There are also different styles and things that you can do with ytp&#8217;s. There are more experimental forms, which can involve things like blowing your ears out with lots of distorted and crazy sound.</p>
<p>Youtube poop&#8217;s aren&#8217;t only limited to CD-i. The original ones are, but pretty much everything can be turned into a youtube poop. Along the more popular ones are the Super Mario Bros. show, which is more than 15 years old, as well as shows from Sonic the Hedgehog. My preference for youtube poops is anything funny, but I always like to watch poops of Fresh Prince of Bel-Air. I&#8217;ve seen some pretty funny poops based off that show.</p>
<p>Youtube poops are not for everyone. You may just dismiss it as some crazy thing that some people like to watch and like, similar like Hillary Clinton supporters(yes I did just go there). It&#8217;s one of the funnier things that I have seen, and it&#8217;s relatively unknown. If you wish to start watching poops, and need a foothold for where to start, I would recommend two of my favorite poopers.</p>
<p><a href="http://www.youtube.com/user/MTB710" onclick="javascript:pageTracker._trackPageview ('/outbound/www.youtube.com');"><strong>Youtube user MTB710</strong></a></p>
<p><a href="http://www.youtube.com/user/KroboProductions" onclick="javascript:pageTracker._trackPageview ('/outbound/www.youtube.com');"><strong>Youtube user Krobo Productions</strong></a></p>
<p>Happy watching, and hopefully I&#8217;ll be able to get my youtube poop encoded properly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/06/youtube-poop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who is Apple to decide what to do with my computer?</title>
		<link>http://www.techsmartly.com/blog/2008/05/who-is-apple-to-decide-what-to-do-with-my-computer/</link>
		<comments>http://www.techsmartly.com/blog/2008/05/who-is-apple-to-decide-what-to-do-with-my-computer/#comments</comments>
		<pubDate>Fri, 30 May 2008 23:02:32 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Critique]]></category>

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

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

		<category><![CDATA[Mac OS X]]></category>

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

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

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=79</guid>
		<description><![CDATA[I was writing my next blog post ( I&#8217;ve been rather busier nowadays, and will continue to be so for another couple of weeks), when I looked at recently cleaned up desktop. I had one picture on it, the first picture on my computer. Unfortunately, I did not realize at all it was a picture. [...]]]></description>
			<content:encoded><![CDATA[<p>I was writing my next blog post ( I&#8217;ve been rather busier nowadays, and will continue to be so for another couple of weeks), when I looked at recently cleaned up desktop. I had one picture on it, the first picture on my computer. Unfortunately, I did not realize at all it was a picture. Why? Because it had the quicktime icon on it! I didn&#8217;t remember putting a video file on my desktop, so this was very puzzling. Since I have a semi fresh install, I don&#8217;t have any pictures at all, except on my back up drive, which I don&#8217;t look through since I don&#8217;t need anything. It didn&#8217;t take long to realize who was at fault here: Apple.</p>
<div style="text-align: center;"><a href="http://commons.wikipedia.org/wiki/Image:95apple.jpeg" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/commons.wikipedia.org');"><img class="aligncenter" style="border: medium none; display: inline;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/92/95apple.jpeg/202px-95apple.jpeg" alt="Wild Malus sieversii apple in Kazakhstan" /></a></div>
<p>Why must you always seduce people with your nice looking products? I admit, Macs are better at some things with windows, but again there are some drawbacks to macs. Not only that, but it seems like people forget that OSX, despite being all pretty is intuitive, is still a closed down OS using proprietary formats. My knowledge of Mac is quite small however. I only ever use macs when I go to the mac store to browse to anti-mac pages such as <a href="http://www.mac-sucks.com/switch_why.php" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mac-sucks.com');">here</a>, or <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9044378" onclick="javascript:pageTracker._trackPageview ('/outbound/www.computerworld.com');">here</a>, even not everything I link to is entirely true. I&#8217;ve done this about 5 times, and one out of those five times the mac crashed on me. Of course, it could have just been a chance encounter, but aren&#8217;t they supposed to just work? Anyway, enough Mac-bashing. I don&#8217;t want people emailing me saying how wrong I am. I don&#8217;t like macs, and I&#8217;ll never use one without malicious intent. The fact is, Apple seems hell-bent on getting everyone to use what they think is best. You must use their ideas of what they think is good for you. For a grandma sitting at home, this isn&#8217;t all that important. But for a person who wants to make things work the way they want it to, it becomes a problem. So tell me Apple, why must you extend your influence to my windows partition?</p>
<p><a href="http://en.wikipedia.org/wiki/Image:ITunes_Logo.png" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');"><img class="alignleft" style="border: medium none ; display: block; float: left;" src="http://upload.wikimedia.org/wikipedia/en/b/b0/ITunes_Logo.png" alt="iTunes" /></a>I have a pretty clear Idea how this happened. I was installing iTunes, which installed quicktime. There was some little check box or list that I didn&#8217;t looked completely through. But why did Apple decide that it should force upon me it&#8217;s terrible software by automatically checking one item among so many? Granted, it&#8217;s not a big a problem as it wanting to install safari. in fact, it has a very simple solution. But that&#8217;s not what the problem is. I&#8217;m not complaining that Apple changed PNG&#8217;s to open with some program that crashes when I try to use it. I&#8217;m complaining about the fact that Apple is trying to feed me it&#8217;s own slow software on my computer, try to deceit me and hide from my watchful eyes. This is poor on Apples part. I want iTunes so I can sync my iPod (with rockbox!), and it also has to install quicktime, and change my settings so that it tries to open the pictures. Hopefully songbird can become good enough for my daily usage soon, so that I can rid myself almost completely from iTunes. I however still have DRM on some songs which I need to get rid of. Apple earns my big red mark of shame, which does not actually exist, but you get my drift.</p>
<div class="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/05/who-is-apple-to-decide-what-to-do-with-my-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My mistake: using a vista pack</title>
		<link>http://www.techsmartly.com/blog/2008/05/my-mistake-using-a-vista-pack/</link>
		<comments>http://www.techsmartly.com/blog/2008/05/my-mistake-using-a-vista-pack/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:40:08 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Vista pack]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=77</guid>
		<description><![CDATA[First and foremost, I have a contact page set up for those who wish to contact me. You can use it to send in  what you think I should write next, questions, tips, spelling mistakes, and things you feel you should point out to me. As what will happen with all blogs that get tons [...]]]></description>
			<content:encoded><![CDATA[<p>First and foremost, I have a contact page set up for those who wish to contact me. You can use it to send in  what you think I should write next, questions, tips, spelling mistakes, and things you feel you should point out to me. As what will happen with all blogs that get tons of email, there will be a point where I will not have enough time to reply.</p>
<p>Now, let me start off by saying that I don&#8217;t think my computer has ever felt more violated. My computer was in the worst state I&#8217;ve ever seen it since getting blue screens of death from the creative drivers (I still haven&#8217;t quite solved that problem). I don&#8217;t know what made me think it was a good idea. I&#8217;ve been starring at the same desktop ever since when XP came out, sometimes changing my wallpaper. If my eyes were a <a href="http://en.wikipedia.org/wiki/Cathode_ray_tube" class="zem_slink" title="Cathode ray tube" rel="wikipedia" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">CRT monitor</a>, the start menu would have been burned into my eyes by now. I guess my excuse is that I was getting bored at looking at the sae scenery all the time. At least now I know it&#8217;s better just to download a theme. It is important to mention that I used the Vistamizer program, which may have had issues with my computer. However, what happened to my computer after restarting was terrible, almost unmentionable. I wish I had screenshots, but I couldn&#8217;t bare to have my computer stay like it was long enough for me to take some. It all comes down to 4 things.</p>
<ul>
<li>It&#8217;s terribly slow.</li>
<li>It&#8217;s ugly!</li>
<li>Too many processes were running.</li>
<li>It changed my stuff and didn&#8217;t revert it.</li>
</ul>
<h3><strong>It&#8217;s terribly slow</strong></h3>
<p>Now of course, this is quite a heavy task. Maybe even Vista itself would be faster than what my computer was. However, I have a very powerful computer. It can run Crysis on high at a smooth framerate. So why does my computer have to slow down so much just to handle all the effects? When I right clicked, it took half a second for the computer to do whatever it was doing. At least I got to see a pretty circle while I waited! When I use normal XP, I don&#8217;t see any cool looking circle, I just see a menu pop up almost as soon as I click. How dare I decide that functionality is better than staring at a pretty circle!</p>
<h3><strong>It&#8217;s ugly!</strong></h3>
<p>Wait, what is this? It&#8217;s ugly? Yes, it is quite ugly! The transparency doesn&#8217;t look nice, especially with things in the background. There were a few miner graphical glitches. The taskbar colors did not look nice. It just did not work well together. It&#8217;s not just because I&#8217;m not used to it, it&#8217;s because it&#8217;s actually ugly. I wouldn&#8217;t be able to stand using it after a while. Even the default windows setup is better than what I experienced.</p>
<h3><strong>Too many processes were running</strong></h3>
<p>I realize that there needs to be a lot of stuff going on to deliver the vista experience on windows. However, when I find myself looking at new things running in the system tray, I do not like this. Maybe I was hoping for too much, but when I use a computer, I don&#8217;t want too many programs running in the background. On top of that, there were perhaps many other processes happening in the background. However, I didn&#8217;t look because I wanted to change back to normal windows so quickly.</p>
<h3><strong>It changed my stuff and didn&#8217;t revert it</strong></h3>
<p>The first thing I noticed is that I had a new desktop wallpaper. The second thing I noticed is that my files were spaced farther apart. Fair enough. I didn&#8217;t really mind this at all. In fact, it looked OK, and I didn&#8217;t have any problems with it. The problem I did have, and still have (since I can&#8217;t be bothered to fix it), is that when I uninstalled everything, it didn&#8217;t change back to what it was originally. All the icons are still as spaced out as ever, and the order that it was has ben destroyed. Not only that, it set the desktop wallpaper back to the default. I had a nice Firefox wallpaper that I can not find anywhere which I found through stumbleupon. How am I supposed to get that back? I&#8217;m sure I can find it through enough googling, but why should I have to spend quite a bit of time just to fix what Vistamizer changed?</p>
<p>Now this is only one opinion. For some people, Vistamizer might have worked perfectly. In fact, another vista pack could work better than vistamizer did for me. I don&#8217;t know until I try all of them (the popular ones at least). However, until then I think my computer wants a rest, especially through what it has been through.</p>
<div class="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/05/my-mistake-using-a-vista-pack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do you know what SSL is?</title>
		<link>http://www.techsmartly.com/blog/2008/05/do-you-know-what-ssl-is/</link>
		<comments>http://www.techsmartly.com/blog/2008/05/do-you-know-what-ssl-is/#comments</comments>
		<pubDate>Wed, 21 May 2008 16:07:58 +0000</pubDate>
		<dc:creator>Boomer</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Identity theft]]></category>

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

		<guid isPermaLink="false">http://www.techsmartly.com/blog/?p=76</guid>
		<description><![CDATA[
Click for bigger image

It seems like nowadays, privacy is becoming more and more a thing in the past. Google stores your search data indefinitely, although now they will anonymise searches longer that 2 years if I remember correctly. I get 10 spam emails every day, from signing up to websites and making comments. In fact, [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right;"><a href="http://en.wikipedia.org/wiki/Image:Spam.png" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/f/f3/Spam.png/202px-Spam.png" alt="Showing Mozilla Thunderbird detecting spam messages in an inbox." /></a></p>
<p class="zemanta-img-attribution" style="text-align: center;"><em>Click for bigger image</em><a href="http://en.wikipedia.org/wiki/Image:Spam.png" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');"></a></p>
</div>
<p>It seems like nowadays, privacy is becoming more and more a thing in the past. Google stores your search data indefinitely, although now they will anonymise searches longer that 2 years if I remember correctly. I get 10 spam emails every day, from signing up to websites and making comments. In fact, I got my very first spam email that bypassed the filter two days ago, and I&#8217;ve had my email address for more than a year. I was surprised, considering I have not seen a single spam email except when I venture into the spam vaults for a good laugh. How can you not get a laugh out your friends when you get an email like this:<br />
<em>Your rod and balls will become candy after taking our special formula.</em></p>
<p>So maybe this isn&#8217;t your type of humor, and instead what happens is you sit in front of your computer, contemplating on the security of email. You go on a trip, thinking about the proliferation of spam, the rise of phishing, and other techniques dependent on user intelligence. Lost passwords, stolen credit card numbers, private data available in a database for sale. All these things exist. That&#8217;s why you must protect yourself against privacy violations, and identity theft, as well as everything else out there. Now it&#8217;s not like you must mistrust everybody, but you must always be careful with what you send out. You may feel a need to run under your computer desk (your chair works OK if you can&#8217;t fit under your desk), but before you do that, you must continue reading on before you live the life of a hermit.</p>
<p><a href="http://en.wikipedia.org/wiki/Image:Netscape_classic_logo.png" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');"><img class="alignleft" style="border: medium none; display: block; float: left;" src="http://upload.wikimedia.org/wikipedia/en/7/75/Netscape_classic_logo.png" alt="Netscape Communicator 5" width="76" height="76" /></a>One of the most simple things you can do to protect yourself is to know whether or not you&#8217;re submitting info over SSL. If you wish to learn in depth about SSL, you can visit the <a href="http://en.wikipedia.org/wiki/Transport_Layer_Security" class="zem_slink" title="Transport Layer Security" rel="wikipedia" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Wikipedia article about SSL</a>. SSL stands for secure sockets layer, created by Netscape. Nowadays, SSL is used whenever any important data has to be transmitted. Everything sent over SSL is encrypted. In fact, sending your data over SSL is the most secure it will ever be. Once it reaches it&#8217;s destination, what happens there is completely dependent on the security of the servers. So what does this mean? When you&#8217;re sending you private info, whether you&#8217;re signing up for a website, or you&#8217;re doing anything you would not rather anyone see, make sure it&#8217;s in SSL!</p>
<p>&#8220;But, Joe, how do I know I&#8217;m using SSL?&#8221;, I hear you say. It&#8217;s very simple. Look for an icon looking like a lock on your browser UI. Using release candidate 1 of <a href="http://www.firefox.com/" class="zem_slink" title="Mozilla Firefox" rel="homepage" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.firefox.com');">Firefox 3</a>, I get the lock on the bottom right corner. It&#8217;s been such a long time since using internet explorer though, but I do believe that the lock appears on the url bar. Now, as long as you have that lock, you are safe. No, not really. You are only safe against a <strong>3rd party</strong>. Just because there is that lock there, doesn&#8217;t mean that your info can not be read by anyone. This is protection against others trying to steal what you&#8217;re sending. This does mean that the website you&#8217;re sending the info to has access to it. Even if you are using SSL, the website that you are sending it to can abuse that information, even if it is illegal to do so.</p>
<p>So how can you fully protect yourself against all those terrible and nasty people out there? It&#8217;s a simple answer really, and all you really need is <strong>common sense</strong>. Is a website you don&#8217;t know asking to install a plugin? Are you signing up for everything you see? Do you click on email attachments without knowing before hand there would be one? The stop right there! Think! It doesn&#8217;t take a trained eye to know when someone is trying to violate your privacy, although it does help.  When you&#8217;re dealing with the internet, and are one of the few people who wish to keep as few people as possible knowing about their info, the best thing is not anti-virus, it&#8217;s not living in a cave for the rest of your life, it&#8217;s <strong>common sense</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsmartly.com/blog/2008/05/do-you-know-what-ssl-is/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
