<?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>Possibility and Probability &#187; Web</title>
	<atom:link href="http://ironboundsoftware.com/blog/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironboundsoftware.com/blog</link>
	<description>Droplets of Yes and No</description>
	<lastBuildDate>Wed, 28 Dec 2011 01:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Today&#8217;s Django lesson</title>
		<link>http://ironboundsoftware.com/blog/2011/12/27/todays-django-lesson/</link>
		<comments>http://ironboundsoftware.com/blog/2011/12/27/todays-django-lesson/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 01:37:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ironboundsoftware.com/blog/?p=400</guid>
		<description><![CDATA[Today I was working on re-doing my main website. I have built the site in Django, and then when I&#8217;m ready to publish I use the static generator module to create an html snapshot of the pages that I then upload to the server. Basically I wanted the fun of using Django, but the ease [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on re-doing <a href="http://ironboundsoftware.com">my main website</a>. I have built the site in <a href="https://www.djangoproject.com/">Django</a>, and then when I&#8217;m ready to publish I use the static generator module to create an html snapshot of the pages that I then upload to the server. Basically I wanted the fun of using Django, but the ease of serving up static html pages.</p>
<p>The last time I did this, the version of Django was 0.9 and today&#8217;s version is 1.3.1. As a I started work on the site I discovered some things here and there that had changed in the years in-between those version. The one that bit me the hardest was this: I could view the main page (/), but any other page (including index) would give me a 404 error.</p>
<p>This was really weird because the mappings existed in the urls.py file, but a 404 error means it couldn&#8217;t be found. If it was a programmatic error you would expect a 500 error, but I never saw one.</p>
<p>Slowly but surely I tore the system apart looking to see what could cause mapped urls to disappear in Django. Eventually I discovered the root cause was how static resources are handled.</p>
<p>One of the changes in the new versions of Django was to add functionality for handling static resources. The biggest change (at least as far as my ancient code was concerned) was in introduction of the STATIC_URL variable. According the documentation this is the prefix for static resources (like css, javascript) that are referenced by the web page that is being built by Django.</p>
<p>In my laziness many years ago, I just plopped the main CSS file (and everything else) in the root of the web directory so that in the html pages didn&#8217;t have to have paths on them. So when I was adding the STATIC_URL variable to make sure my CSS file would actually load, I set the variable this way:</p>
<blockquote><p>STATIC_URL = &#8216;/&#8217;</p></blockquote>
<p>&#8230;because it wouldn&#8217;t let me put an empty string of &#8221;. Well, it turns out that this was wrong wrong wrong. Django was looking at the incoming requests as I tried to visit the pages of the site and checking the static directory to see if there was anything there (which there wasn&#8217;t, just my CSS file).</p>
<p>Once I realized this, I changed it to:</p>
<blockquote><p>STATIC_URL = &#8216;/static/&#8217;</p></blockquote>
<p>&#8230;which basically forces you to create a directory to hold your static files. Which is right right right right. Basically Django was forcing me to clean up my act and code the site in a much cleaner manner. As soon as I did that all of the 404 errors went away and I was able to hit every page in my urls.py file.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2011/12/27/todays-django-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Data, Big Opportunity</title>
		<link>http://ironboundsoftware.com/blog/2011/02/01/big-data-big-opportunity/</link>
		<comments>http://ironboundsoftware.com/blog/2011/02/01/big-data-big-opportunity/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:38:10 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ironboundsoftware.com/blog/?p=396</guid>
		<description><![CDATA[There is a really great article about data is the new commodity in the same way that we look at oil. One thing the both have in common is that they are out there, it just who is willing to go and dig it up. Information is quickly piling up all over the place, and [...]]]></description>
			<content:encoded><![CDATA[<p>There is <a href="http://gigaom.com/2011/02/01/mining-the-tar-sands-of-big-data/">a really great article about data is the new commodity</a> in the same way that we look at oil. One thing the both have in common is that they are out there, it just who is willing to go and dig it up.</p>
<p>Information is quickly piling up all over the place, and I agree with the article that the people who are able to capitalize on this are the ones that will get the big payoff. I especially like the idea of calling these start-ups &#8220;wildcats&#8221;, that perfectly captures the wild west atmosphere that is going to start happening.</p>
<p>The neat thing is that a lot of this information is out there for free, the real value is how people are going to aggregate those individual data streams into a new and often unexpected products. Take twitter for example (<a href="http://twitter.com/nloadholtes">are you following me on twitter?</a>), it is a conduit to what is going on in the hive mind of the internet. This site seems to be <a href="http://trendyontwitter.blogspot.com/">gathering up the trends on twitter</a> and then adding news articles about some of the things that are hot.</p>
<p>That is pretty neat: Data is generated in the form of people tweeting about Topic X, as X becomes more &#8220;important&#8221; (in this case more people discuss it so that it rises above other topics) it gets published to the &#8220;trending&#8221; list. This website then goes in and looks at that list adds more data to the conversation by reporting news about topic X. That way the separate data points are tied together to show that there is a relationship between them, and in the process makes the data more valuable to the end users (by supplying more context, etc.)</p>
<p>Big data is going to lead to a lot of big opportunities. All we have to do is find the data, combine it in the right way, and perform the right data analysis on it. And unlike bit oil, big data is going to be around a very long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2011/02/01/big-data-big-opportunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Extension for Chrome</title>
		<link>http://ironboundsoftware.com/blog/2010/08/05/rss-extension-for-chrome/</link>
		<comments>http://ironboundsoftware.com/blog/2010/08/05/rss-extension-for-chrome/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 02:53:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ironboundsoftware.com/blog/?p=366</guid>
		<description><![CDATA[I started using Chrome as my web browser a few months ago. Firefox has been good to me, but Chrome has that hunger to take over the browser market so I figured I would give it a spin. Especially since there are now good extensions for important things like flash blockers. But my one major [...]]]></description>
			<content:encoded><![CDATA[<p>I started using <a href="http://www.google.com/chrome/">Chrome</a> as my web browser a few months ago. Firefox has been good to me, but Chrome has that hunger to take over the browser market so I figured I would give it a spin. Especially since there are now good extensions for important things like flash blockers.</p>
<p>But my one major gripe has been the seeming lack of RSS support in Chrome. In Firefox, Safari, and almost every other browser out today if you visit a page that has an RSS feed for it, you will see a little RSS icon (usually in the address bar). Clicking on it will take you to your preferred RSS reader where you can add in that feed.</p>
<p>However in Chrome, there did not seem to be any native support for doing this. It turns out its an extension you have to install.</p>
<p>Once you install the <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dnlbjncdgjeocebhnmkbbbdekmmmcbfjd%26uc%26lang%3Den-US">RSS Subscription Extension</a> you will get that RSS icon in the address bar and be able to subscribe to the feed for that site.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2010/08/05/rss-extension-for-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rate-my-resume.com is now live</title>
		<link>http://ironboundsoftware.com/blog/2009/10/11/rate-my-resume-com-is-now-live/</link>
		<comments>http://ironboundsoftware.com/blog/2009/10/11/rate-my-resume-com-is-now-live/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 22:27:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=311</guid>
		<description><![CDATA[In my last post, I put up a link to a little project I&#8217;ve been working on. I finally got around to giving it a proper name. (re)Introducing: Rate-my-resume.com Now if you are wondering if your resume is a good match for a particular job posting, you can use my site to find out! At [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post, I put up a link to a little project I&#8217;ve been working on. I finally got around to giving it a proper name. (re)Introducing:</p>
<p><a href="http://rate-my-resume.com">Rate-my-resume.com</a></p>
<p>Now if you are wondering if your resume is a good match for a particular job posting, you can use my site to find out! At the moment I&#8217;m giving the score in terms of 0 (being a total non-match) to 100 (being the absolute perfect match). In this economy, the more your resume reflects the skills listed in a particular job, the more likely your resume will be looked at seriously.</p>
<p>If you run your resume through and it gives you a low score, look at your resume and the job posting and try and figure out what keywords are in the job posting that are not in your resume. Then, assuming you have the necessary experience, put those keywords into your resume! Be sure to add them in a way that makes sense to a person, after all humans (especially HR people) don&#8217;t like to read fragments and words peppered into someone&#8217;s resume.</p>
<p><a href="http://rate-my-resume.com">Try out the site with your resume and see how you rank! </a></p>
<p>p.s. Python rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2009/10/11/rate-my-resume-com-is-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS + Javascript + web = fun Easter eggs!</title>
		<link>http://ironboundsoftware.com/blog/2007/09/22/css-javascript-web-fun-easter-eggs/</link>
		<comments>http://ironboundsoftware.com/blog/2007/09/22/css-javascript-web-fun-easter-eggs/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 19:54:05 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/2007/09/22/css-javascript-web-fun-easter-eggs/</guid>
		<description><![CDATA[It occurred to me the yesterday, with more and more people seeing the power of Javascript and CSS, more websites are getting slick. Ok, that&#8217;s a pretty obvious statement, but here&#8217;s something that&#8217;s not obvious: This presents a great opportunity for easter eggs! Easter Eggs are little hidden things in side of a bigger program. [...]]]></description>
			<content:encoded><![CDATA[<p>It occurred to me the yesterday, with more and more people seeing the power of Javascript and CSS, more websites are getting slick. Ok, that&#8217;s a pretty obvious statement, but here&#8217;s something that&#8217;s not obvious: This presents a great opportunity for easter eggs!</p>
<p><a href="http://en.wikipedia.org/wiki/Easter_egg_(virtual)">Easter Eggs</a> are little hidden things in side of a bigger program. Some times it just the developer&#8217;s names, other times it can be something totally unexpected like a flight simulator hidden in a spreadsheet program. With the power of Javascript and nice tutorials like this <a href="http://www.webreference.com/programming/javascript/java_anim2/index.html">one</a>, there&#8217;s a lot of opportunity to have some real fun!</p>
<p>Just think, with all of the computing power a modern browser affords us developers, it should be very easy to recreate tons of games from the Atari 2600, early Nintendo systems. The imagination can very easily run wild&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2007/09/22/css-javascript-web-fun-easter-eggs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technorati skipping smaller blogs?</title>
		<link>http://ironboundsoftware.com/blog/2007/01/04/technorati-skipping-smaller-blogs/</link>
		<comments>http://ironboundsoftware.com/blog/2007/01/04/technorati-skipping-smaller-blogs/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 03:03:11 +0000</pubDate>
		<dc:creator>Nick Loadholtes</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=263</guid>
		<description><![CDATA[I&#8217;ve been reading The MineThatData Blog for a few weeks now, and the other day there was an interesting article about understanding the traffic that a website receives. The article talked about using sites like Alexa, Blog Juice, Bloglines, and Technorati to measure a site&#8217;s popularity. Overall it seems like a good approach to aggregate [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading The <a href="http://minethatdata.blogspot.com/2006/12/fully-understanding-traffic-your-site.html">MineThatData Blog</a> for a few weeks now, and the other day there was an interesting article about understanding the traffic that a website receives. The article talked about using sites like <a href="http://www.alexa.com/">Alexa</a>, <a href="http://www.text-link-ads.com/blog_juice/">Blog Juice</a>, <a href="http://www.bloglines.com/">Bloglines</a>, and <a href="http://www.technorati.com/">Technorati</a> to measure a site&#8217;s popularity.</p>
<p>Overall it seems like a good approach to aggregate this data together to get the &#8220;big picture&#8221; of where one&#8217;s website stands in the web. I&#8217;ve tried this but I&#8217;ve noticed that Technorati doesn&#8217;t seem to report the numbers I expect it would.</p>
<p>For example: I got a link to my blog from Hip Egg a few weeks ago, and this link has not been reported on Technorati. I know this blog is small potatoes in the grand scope of the universe, but it strikes me as odd that my more recent updates are featured in my &#8220;favorites&#8221; (as is Hip Egg&#8217;s posts), yet the link from him hasn&#8217;t shown up.</p>
<p>My working assumption is that Technorati has some kind of filter where lower popularity sites aren&#8217;t &#8220;updated&#8221; as often as the bigger sites. Either that or the link database is broken. But links for other sites seem to be working, although I&#8217;m not watching them as closely as I watch my own stats. <img src='http://ironboundsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At any rate I wonder how many other blogs (or sites in general) are suffering from this problem. Metrics for websites are difficult to agree on, so a site or sites where a reputation can be established and measured becomes more and more important. Aggregating data from multiple sites is a good start, but if there are too many &#8220;issues&#8221; with how a site is ranked, then the data becomes suspect and it becomes harder to get a clear picture of what&#8217;s going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2007/01/04/technorati-skipping-smaller-blogs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Graphing eBay users to find fraud</title>
		<link>http://ironboundsoftware.com/blog/2006/12/05/graphing-ebay-users-to-find-fraud/</link>
		<comments>http://ironboundsoftware.com/blog/2006/12/05/graphing-ebay-users-to-find-fraud/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 01:55:56 +0000</pubDate>
		<dc:creator>Nick Loadholtes</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=260</guid>
		<description><![CDATA[Here&#8217;s an interesting article about data mining and auction fraud. Graphs, and what you can do with them, never ceases to amaze me. The article talks about how looking at the relationships between users on eBay can help uncover fraud and the accomplices that help keep it going. They do this by seeing if the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting article about <a href="http://www.sciencedaily.com/releases/2006/12/061205143326.htm">data mining and auction fraud</a>.</p>
<p>Graphs, and what you can do with them, never ceases to amaze me. The article talks about how looking at the relationships between users on eBay can help uncover fraud and the accomplices that help keep it going. They do this by seeing if the relationship between groups of users turns into a <a href="http://mathworld.wolfram.com/BipartiteGraph.html">biparte graph</a>. That is, there is a concentration of links between two groups of users, and few links with other users.</p>
<p>The links between users refers to the &#8220;feedback scores&#8221; that eBay users use to determine a user&#8217;s trustworthiness. Usually, when someone begins ripping others off, they get bad feedback until it reaches a point where no one will do business with them. This is the way that community sites commonly work (i.e. letting the population of users determine each other&#8217;s rankings). The issue is that sometimes there are people lurking in the shadows assisting the fraudster, but because they are never the target of the bad feedback, they are able to keep going supporting new fraudsters (i.e. a new user id).</p>
<p>This setup allows a scammer to setup a new user id and get its feedback levels boosted quickly without having to engage in a lot of &#8220;legitimate&#8221; transactions. Think of it as passing a baton in a relay race: Instead of one person running a mile, why not let several people sprint as fast as they can for a quarter-mile and then hand off to someone &#8220;fresh&#8221;.</p>
<p>Think about it: When was the last time you checked someone&#8217;s feedback ratings on eBay? Probably right before your last purchase/bid. But, when was the last time you checked the people who gave the feedback to see what their reputation was? Probably never. I know I had never thought of this before reading the article.</p>
<p>This technique produces a graphical representation of this relationship which stands out quickly to a user. (Also, as side note, there are mathematical formulas that would/should see this also.) A normal user would probably have a relationship graph (over 2 or more degrees) that looks like a star-burst pattern. A potential scammer would show up in a clustered bipartite graph. This would give the community of users (eBay bidders) a powerful tool to determine who is the real deal and who is trying to give them a wooden nickel. Very cool stuff. Graph theory to the rescue!</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2006/12/05/graphing-ebay-users-to-find-fraud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A sale on O&#8217;Reilly books: 3 books for the price of 2</title>
		<link>http://ironboundsoftware.com/blog/2006/10/19/a-sale-on-oreilly-books-3-books-for-the-price-of-2/</link>
		<comments>http://ironboundsoftware.com/blog/2006/10/19/a-sale-on-oreilly-books-3-books-for-the-price-of-2/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 02:31:41 +0000</pubDate>
		<dc:creator>Nick Loadholtes</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=247</guid>
		<description><![CDATA[I&#8217;m a big fan of O&#8217;Reilly books. They are a great reference when tackling pretty much any programming topic. I own a ton of their books. A few weeks ago I was searching for something (I can&#8217;t even remember what it was) and I stumbled across a new feature on their site. They are now [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of <a href="http://oreilly.com/">O&#8217;Reilly</a>  books. They are a great reference when tackling pretty much any programming topic. I own a ton of their books.</p>
<p>A few weeks ago I was searching for something (I can&#8217;t even remember what it was) and I stumbled across a new feature on their site. They are now selling short (around 50 pages) PDF&#8217;s called &#8220;<a href="http://www.oreilly.com/store/series/sc.csp">Short Cuts</a>&#8221; that are basically short papers on some topic that they don&#8217;t have a book for yet. Its a pretty neat idea, the PDFs range in price from around $5 to around $10 or so.</p>
<p>And the coolest thing is that there is a promotion going on where you &#8220;Buy 3 books for the price of 2&#8243;. With the short cuts I was hooked because there were a couple that looked interesting and the price was hard to beat. The whole process was pretty painless and within minutes I had my new PDFs.</p>
<p>Fast forward to today: Again I&#8217;m searching for something (RTF documentation to be exact) and a hit turns up on O&#8217;Reilly&#8217;s site. This time its for one of their <a href="http://www.oreilly.com/store/series/pocketrefs.csp">pocket reference</a> guides. I was bummed because it looked like the book had the answers I was looking for, but I knew the odds of finding it locally were low, and I didn&#8217;t feel like waiting for it to show up in the mail&#8230;</p>
<p>And right around then I noticed the book was available as a PDF for *<strong>half</strong>* price. It turns out that O&#8217;Reilly is now offering a lot of the pocket guides as PDFs for immediate download, and they are pretty much half the price of the dead tree book. Isn&#8217;t that awesome? the best part is the 3 for the price of 2 sale is still going on.<br />
So, I wound up spending $10 and now I&#8217;ve got 3 more PDF of pocket guides. <img src='http://ironboundsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Go check it out if you are in the market for any of the pocket guides. Also, several of their newer books are available in PDF form also. Sadly, their older books aren&#8217;t in PDF form yet, which bummed me out because there&#8217;s a couple that look really interesting. This is the long tail at work.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2006/10/19/a-sale-on-oreilly-books-3-books-for-the-price-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting minors by mining MySpace</title>
		<link>http://ironboundsoftware.com/blog/2006/10/16/protecting-minors-by-mining-myspace/</link>
		<comments>http://ironboundsoftware.com/blog/2006/10/16/protecting-minors-by-mining-myspace/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 03:01:44 +0000</pubDate>
		<dc:creator>Nick Loadholtes</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=246</guid>
		<description><![CDATA[This is a very interesting article:Wired News: MySpace Predator Caught by Code Finally, a mashup that does something useful. Â  As the article points out there are certain patterns of usage that probably would raise red flags. What surprises me the most though is people aren&#8217;t excited about this type of technology being used. Given [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very interesting article:<a href="http://wired.com/news/technology/0,71948-0.html?tw=wn_index_1">Wired News: MySpace Predator Caught by Code</a></p>
<p>Finally, a mashup that does something useful. <img src='http://ironboundsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Â  As the article points out there are certain patterns of usage that probably would raise red flags. What surprises me the most though is people aren&#8217;t excited about this type of technology being used.</p>
<p>Given the large size of the user base of MySpace, it is pretty impractical to have a set of eyes on every user and every posting that goes on. Granted, there is a real possibility of false hits when doing an automated search like this. But given that a computer can sift through the set of millions of possible hits and narrow it down to a few hundred (which can then be followed up by a human), to me it is a no brainer.</p>
<p>The best part of doing an automated data mining scan of a site like <a href="http://myspace.com">MySpace</a> would be that its a computer, not a person doing the scanning. Computers don&#8217;t make judgements, or laugh at your music choices, they just scan. To me it seems like this would be the best of all possible worlds: Let the computer make the rough pass over the site, and pick out the most &#8220;questionable&#8221; users/postings for human followup. That way the &#8220;invasion of privacy&#8221; (if there even is such a thing on the internet anymore) is limited. And by making sure that a human is doing the follow up, we hopefully remove the problem of the over-zealous filter that assumes everyone is bad.<br />
I&#8217;m curious to see what the reaction is when the reporter releases the code that lead to the investigations in the story. Will MySpace adopt its usage? Will vigilante surveillance groups pop up and patrol the internet? Interesting times lie ahead&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2006/10/16/protecting-minors-by-mining-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs, Reader, and Code Search</title>
		<link>http://ironboundsoftware.com/blog/2006/10/11/google-docs-reader-and-code-search/</link>
		<comments>http://ironboundsoftware.com/blog/2006/10/11/google-docs-reader-and-code-search/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 02:49:34 +0000</pubDate>
		<dc:creator>Nick Loadholtes</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=244</guid>
		<description><![CDATA[Everyone is talking about the Google office apps that were announced today. And while they are cool, I&#8217;m really kinda surprised that the new redesign of the Google Reader has gotten so little press. I&#8217;ve been using the reader for a while now, and this new update to it is really great. My feeds were [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2006/10/10/google-docs-spreadsheets-launches/">Everyone</a> is <a href="http://software.gigaom.com/2006/10/11/7056/">talking</a> <a href="http://blog.larixconsulting.com/blog/_archives/2006/10/11/2409228.html">about</a> the <a href="http://www.namedevelopment.com/blog/archives/2006/10/product_naming_anything_to_avoid_office.html">Google</a> <a href="http://www.technorati.com/tag/writely">office apps</a> <a href="http://david.gizdecor.com/2006/10/11/docs-spreadsheets/">that</a> <a href="http://bobchao.wordpress.com/2006/10/12/writely-spreadsheets/">were</a> <a href="http://www.sem-analytics.com/2006/10/googlegoffice_google_docs_spea.html?utm_source=atom&#038;utm_medium=atom">announced</a> <a href="http://theinnerid.blogspot.com/2006/10/google-office.html">today</a>. And while they are cool, I&#8217;m really kinda surprised that the new redesign of the <a href="http://www.google.com/reader/view/">Google Reader</a> has gotten so little press.</p>
<p>I&#8217;ve been using the reader for a while now, and this new update to it is really great. My feeds were getting hard to manage (some feeds were updating often, others only once in a while) and the new format allows for fast and easy viewing, without letting good things slip by.</p>
<p>Its still a beta product which shows sometimes when it reports new items that aren&#8217;t there, but overall its pretty good. Google has a pretty good track record with these beta products, so if you are interested in an RSS news reader, head on over and check it out.</p>
<p>And speaking of press, Google&#8217;s <a href="http://google.com/codesearch">Code Search</a> sure did make waves this week, and that really puzzles me. The site is a great resource for finding code, but most programmers I know usually are looking for an explanation about how something works in addition to a code sample. In fact, I was surprised Google launched this seeing how other sites like <a href="http://koders.com/">Koders</a> seem to be doing a good job of covering this niche.</p>
<p>But at least some folks out there have been having some fun with the search: <a href="http://www.dancentury.com/home/2006/10/11/google-code-search-which-women-to-nerds-prefer/">Which women do nerds prefer?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2006/10/11/google-docs-reader-and-code-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

