<?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>Michael Koby &#187; Projects</title>
	<atom:link href="http://www.mkoby.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkoby.com</link>
	<description>Commentary on Technology, Media, News &#38; More</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:00:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Noows</title>
		<link>http://www.mkoby.com/2011/07/05/the-noows/</link>
		<comments>http://www.mkoby.com/2011/07/05/the-noows/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 12:30:06 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Noows]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1661</guid>
		<description><![CDATA[Today, I'm happy to announce the "official" launch of my second side project, The Noows. What is "The Noows" you ask? Quite simply it's a site that lets you, the user, determine exactly what is news. The site works similar to Digg or Reddit in that you click the little button next to the article links and they're "upvoted" and moved to the top of the homepage. <a href="http://www.mkoby.com/2011/07/05/the-noows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m happy to announce the &#8220;official&#8221; launch of my second side project, <a title="The Noows" href="http://www.thenoows.com">The Noows</a>.  What is &#8220;The Noows&#8221; you ask?  Quite simply it&#8217;s a site that lets you, the user, determine exactly what is news.  The site works similar to Digg or Reddit in that you click the little button next to the article links and they&#8217;re &#8220;upvoted&#8221; and moved to the top of the homepage.  The site (currently) differs from Digg and Reddit in that there is no algorithm that determines a certain item is &#8220;front page material&#8221; clicking any link will move it to the top of the homepage.<span id="more-1661"></span></p>
<h2>Where the Idea Comes From</h2>
<p>In 2008 I became very upset with Digg and it&#8217;s army of pro-Obama, voters that upvoted any article that was pro-Obama and constantly buried any article that showed Obama to be a double-talker, or displayed him making a error on facts.  A year or so later a big deal was made about the conservative movement that sought to upvote and anti-Obama articles and downvote any anti-republican articles.</p>
<p>Both of these actions were wrong. To me a site like Digg or Reddit works best people aren&#8217;t trying to game it for a particular political agenda.</p>
<h2>The Solution</h2>
<p>I needed to solve two problems with The Noows, I wanted to eliminate the ability for others to submit stories, and remove the ability to game the site.  The first one is easy to solve, and I did it by just relying on the RSS feeds from official news sources (CNN, MSNBC, Fox News, and eventually newspapers and such).  The idea was to remove the ability for people to submit their own articles, thus removing the need for them to game the site.</p>
<p>The second solution is currently two-fold. First, I rely on Facebook authentication for user creation and login. Since most people really only have one Facebook account, they can&#8217;t create multiple accounts on the site without also creating multiple Facebook accounts.  This (hopefully) makes it more trouble than it&#8217;s worth at the moment for a person to want to &#8220;game&#8221; the site to make sure certain articles are seen.</p>
<p>The second part of the solution is that there is currently no algorithm. You click the &#8220;Noows?&#8221; button, that article gets moved to the top of the homepage. Doesn&#8217;t matter if it&#8217;s already on the homepage or not, it gets bumped to the top.  The idea here is that the stuff a lot of people really think is news worthy will always be at the top of the site.  Will there eventually be an algorithm to determine what goes to the top? It&#8217;s possible, depends on what people want and if I ever see a real need for it.</p>
<h2>Conclusion</h2>
<p>Will the site ever be popular? Who knows. Really I just wanted to get it out there so people can start using it.  I think something that aggregates other news sites and brings stuff together in a way that allows everyone to see various articles on the same subject has value.  There might even be some value in a future feature that lets users decide on the left/right/center of particular articles.  But for the meantime, I hope that some of you can come to use it as a goto place to get your news fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2011/07/05/the-noows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwitterNET Project: A .NET Twitter Library</title>
		<link>http://www.mkoby.com/2009/10/19/twitternet-project-a-net-twitter-library/</link>
		<comments>http://www.mkoby.com/2009/10/19/twitternet-project-a-net-twitter-library/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:45:58 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1402</guid>
		<description><![CDATA[Over the weekend, I finally finished a large chunk of wrapping the Twitter API into a .NET 3.5 library using C#.  With the exception of the OAuth &#038; Search methods, this most of the REST methods are complete (only 3 are not done at this time but should be done soon).  The project is located on Github by clicking here. <a href="http://www.mkoby.com/2009/10/19/twitternet-project-a-net-twitter-library/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the weekend, I finally finished a large chunk of wrapping the Twitter API into a .NET 3.5 library using C#.  With the exception of the OAuth &amp; Search methods, this most of the REST methods are complete (only 3 are not done at this time but should be done soon).  The project is located on Github by clicking <a title="TwitterNET on Github" href="http://github.com/mkoby/TwitterNET">here</a>.</p>
<p>The reason for the lack of OAuth and Search being complete is due mainly to 2 simple facts:</p>
<ol>
<li>The search methods return types only come back in the JSON format, and my experience in parsing JSON pretty much non-existent.</li>
<li>I don&#8217;t understand OAuth enough to feel I can implement it correctly.  I&#8217;ll get to this eventually but it&#8217;s not overly necessary to do everyday Twitter stuff (update status, read friends timeline, etc)</li>
</ol>
<p>Also, there is a wiki with some more information as well as some example code to get folks started, so be sure to check that out as well.</p>
<p>Again her are the links to the project and its wiki:  <a title="TwitterNET on Github" href="http://github.com/mkoby/TwitterNET">TwitterNET on Github</a> &amp; <a title="TwitterNET Wiki" href="http://wiki.github.com/mkoby/TwitterNET">TwitterNET Wiki</a>.</p>
<p>I&#8217;m hoping to see some forks and some user contributions, I currently have the project under the GPL 2.0, but  I&#8217;ll probably change this to a more friendly BSD style license in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2009/10/19/twitternet-project-a-net-twitter-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting to Develop Android Apps</title>
		<link>http://www.mkoby.com/2009/07/10/starting-to-develop-android-apps/</link>
		<comments>http://www.mkoby.com/2009/07/10/starting-to-develop-android-apps/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:04:34 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1275</guid>
		<description><![CDATA[About a month back a close friend approached me about getting together and writing some mobile applications, specifically targeting the iPhone.  The plan came from a desire to learn a couple of new technologies and possibly make a little extra cash.  After some research and learning about the costs associated with starting iPhone development, we turn to looking to the Pre and Android platforms. We eventually settled on doing Android applications. <a href="http://www.mkoby.com/2009/07/10/starting-to-develop-android-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>What&#8217;s Going On</h4>
<p>About a month back a close friend approached me about getting together and writing some mobile applications, specifically targeting the iPhone.  The plan came from a desire to learn a couple of new technologies and possibly make a little extra cash.  After some research and learning about the costs associated with starting iPhone development, we turn to looking to the Pre and Android platforms.  We eventually settled on doing Android applications.</p>
<h4>Why Android</h4>
<p>So why did we choose Android? Two reasons</p>
<ol>
<li>Cost of entry</li>
<li>Cross platform development ready</li>
</ol>
<p>It cost zero dollars to start developing on the Amdroid platform. Ypu dont need a specific kind of computer, which means you dont have to buy a new computer to get started.</p>
<p>They also have an SDK download available for Windows, Linux, and OS X.  Also, you can get up and running by downloading the Eclipse java development environment, which is also cross platform.</p>
<p>So we have a completely cross platform development kit allows for development on any of the major operatig systems, and allows you to get started immediately.  No need to purchase a thousand dollar computer (assuming you don&#8217;t already own a Mac).</p>
<h4>Lessons so Far</h4>
<p>So far, in the last week and a half of messing with Android, I have learned that I like the overall idea of it.  I think there is a ton of potential in the platform.  People will argue that the iPhone apps are more popular, and that is true, but mainly it&#8217;s a numbers game.  Eventually there will be more Android devices than just the one and more people will begin to use devices with Android on them.</p>
<p>Also, I like the idea of Activities and Intents (two terms used in the Android world to define screens and actions).  It makes it very specific and the language itself makes it very easy to convey a thought in reference to an app.</p>
<p>Finally, Java, it&#8217;s been a while since I&#8217;ve done Java programming (we&#8217;re talking 1.2 version was new when I was developing in Java).  The C# language has been my environment for over 7 years now and going back to a Java way of thinking is taking some getting used to, but the internet helps a lot here.  However, it&#8217;s not so much a jump that it&#8217;s like learning a completely new language.  I&#8217;ll get better at it the more I code Java.</p>
<p>So expect to hear more from me about Android development as time progresses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2009/07/10/starting-to-develop-android-apps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ShortenURL Application Website</title>
		<link>http://www.mkoby.com/2009/07/04/shortenurl-application-website/</link>
		<comments>http://www.mkoby.com/2009/07/04/shortenurl-application-website/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 03:59:20 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1264</guid>
		<description><![CDATA[I just re-read my post announcing the application I wrote earlier this week, and realized that I didn&#8217;t post a link to the applications website.  Can we say &#8220;Oops&#8221; because that sure is a big one. Website for my ShortenURL &#8230; <a href="http://www.mkoby.com/2009/07/04/shortenurl-application-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just re-read my post announcing the application I wrote earlier this week, and realized that I didn&#8217;t post a link to the applications website.  Can we say &#8220;Oops&#8221; because that sure is a big one.</p>
<p>Website for my ShortenURL application is at: <a title="ShortenURL" href="http://code.google.com/p/shortenurl-csharp/">http://code.google.com/p/shortenurl-csharp/</a>.</p>
<p>The website contains both a binary and source download.  Please feel free to submit patches, improvements, etc.  Or just download and use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2009/07/04/shortenurl-application-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ShortenURL Application</title>
		<link>http://www.mkoby.com/2009/06/30/shortenurl-application/</link>
		<comments>http://www.mkoby.com/2009/06/30/shortenurl-application/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:00:11 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1259</guid>
		<description><![CDATA[I just whipped up a new Windows application to allow a user to shorten a URL without having to go to a shortening service&#8217;s website.  This was something that annoyed me, because I do not like to have a ton &#8230; <a href="http://www.mkoby.com/2009/06/30/shortenurl-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just whipped up a new Windows application to allow a user to shorten a URL without having to go to a shortening service&#8217;s website.  This was something that annoyed me, because I do not like to have a ton of bookmarklets installed on my browser.</p>
<p>Here&#8217;s a screenshot:</p>
<p><img class="aligncenter" title="ShortenURL Main Windows" src="http://www.mkoby.com/projects/shortenurl-csharp/ShortenURL_01.png" alt="" width="340" height="154" /></p>
<p>The application is written in C# and is available under version 2 of the GNU General Public License (GPL).  Please feel free to download and give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2009/06/30/shortenurl-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

