<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Redcode</title>
	<atom:link href="http://www.redcode.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl</link>
	<description>Java, algorithms, math and more</description>
	<lastBuildDate>Mon, 20 Feb 2012 21:35:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Creating Shazam in Java by sumit</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4152</link>
		<dc:creator>sumit</dc:creator>
		<pubDate>Mon, 20 Feb 2012 21:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4152</guid>
		<description>ok i tried the above codes but i am unable to get past this error:
Usage: Recorder 
any help?
thanks.</description>
		<content:encoded><![CDATA[<p>ok i tried the above codes but i am unable to get past this error:<br />
Usage: Recorder<br />
any help?<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contacts lost after update to IOS5 (iPhone) by Cyp</title>
		<link>http://www.redcode.nl/blog/2011/10/contacts-lost-after-update-to-ios5-iphone/comment-page-2/#comment-4151</link>
		<dc:creator>Cyp</dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=864#comment-4151</guid>
		<description>didn&#039;t work for me :(</description>
		<content:encoded><![CDATA[<p>didn&#8217;t work for me :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Shazam in Java by Patent infringement &#124; Redcode</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4150</link>
		<dc:creator>Patent infringement &#124; Redcode</dc:creator>
		<pubDate>Tue, 07 Feb 2012 23:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4150</guid>
		<description>[...] In Java Programming, Patent Infringement        Some time ago I received the following email about this project.  --- Mr. van Rijn,  I am Darren Briggs, the Chief Technical Officer of Landmark Digital [...]</description>
		<content:encoded><![CDATA[<p>[...] In Java Programming, Patent Infringement        Some time ago I received the following email about this project.  &#8212; Mr. van Rijn,  I am Darren Briggs, the Chief Technical Officer of Landmark Digital [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Shazam in Java by warlock970</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4148</link>
		<dc:creator>warlock970</dc:creator>
		<pubDate>Fri, 03 Feb 2012 15:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4148</guid>
		<description>royvanrijn awesome work man!
love the way you have coded it and explained it.
m gonna use this algorithm in my upcomming project instead of that stupid Sphinx based speech recognition.
i was wondering to use it to match voice commands. 
and the greatest part would be that the commands can now be in any language. :) 
thanks man...!! 

btw m indian and its hard to find guys like you here. \m/</description>
		<content:encoded><![CDATA[<p>royvanrijn awesome work man!<br />
love the way you have coded it and explained it.<br />
m gonna use this algorithm in my upcomming project instead of that stupid Sphinx based speech recognition.<br />
i was wondering to use it to match voice commands.<br />
and the greatest part would be that the commands can now be in any language. :)<br />
thanks man&#8230;!! </p>
<p>btw m indian and its hard to find guys like you here. \m/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contacts lost after update to IOS5 (iPhone) by Simon Buckingham Shum</title>
		<link>http://www.redcode.nl/blog/2011/10/contacts-lost-after-update-to-ios5-iphone/comment-page-2/#comment-4145</link>
		<dc:creator>Simon Buckingham Shum</dc:creator>
		<pubDate>Tue, 24 Jan 2012 12:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=864#comment-4145</guid>
		<description>Phew!

thanks

Simon</description>
		<content:encoded><![CDATA[<p>Phew!</p>
<p>thanks</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Shazam in Java by Courtenay</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4143</link>
		<dc:creator>Courtenay</dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4143</guid>
		<description>Hi Roy,

Thanks for your code, i got it working great! i just have a question regarding non-mp3&#039;s

Im now recording radio samples using a USB radio receiver. I get the sound data in a byte[] array and then do exactly the same thing where i store the hashcodes and then try to match it to a recording ive done using my iphone. This time it doesnt work.

My feeling is that the mp3 has been normalized (had compression applied to it) and this might be the difference. I couldnt think of any other differences as they are both (the mp3 and radio sample) converted to wav format (16bit)

If i compress the radio sample do you think that itll work? or what do you think the difference is between a mp3 converted to 8-bit byte array and the radio data coming in in this format too?</description>
		<content:encoded><![CDATA[<p>Hi Roy,</p>
<p>Thanks for your code, i got it working great! i just have a question regarding non-mp3&#8242;s</p>
<p>Im now recording radio samples using a USB radio receiver. I get the sound data in a byte[] array and then do exactly the same thing where i store the hashcodes and then try to match it to a recording ive done using my iphone. This time it doesnt work.</p>
<p>My feeling is that the mp3 has been normalized (had compression applied to it) and this might be the difference. I couldnt think of any other differences as they are both (the mp3 and radio sample) converted to wav format (16bit)</p>
<p>If i compress the radio sample do you think that itll work? or what do you think the difference is between a mp3 converted to 8-bit byte array and the radio data coming in in this format too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Shazam in Java by Raf</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4142</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Fri, 20 Jan 2012 22:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4142</guid>
		<description>Dag Roy,

is het mogelijk om je java code of een deel door te mailen ofzo want het lukt me maar niet om met de huidige code het aan de praat te krijgen :s.
De bedoeling zou zyn dat men de titel terug krijgt en via de api van youtube automatisch het clipke van youtube van dat liedje krijgt te zien.</description>
		<content:encoded><![CDATA[<p>Dag Roy,</p>
<p>is het mogelijk om je java code of een deel door te mailen ofzo want het lukt me maar niet om met de huidige code het aan de praat te krijgen :s.<br />
De bedoeling zou zyn dat men de titel terug krijgt en via de api van youtube automatisch het clipke van youtube van dat liedje krijgt te zien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Patent infringement by datenwolf</title>
		<link>http://www.redcode.nl/blog/2010/07/patent-infringement/comment-page-1/#comment-4141</link>
		<dc:creator>datenwolf</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=480#comment-4141</guid>
		<description>I just got here via some ELI5 on Reddit, but just for reference have to get this out of my system:

If it&#039;s patented, then this thing has been published by Shazam themself. That&#039;s the whole point of a patent, publishing something for the rest of the world to see. In exchange for the publication you receive a monopoly on the thing you patented (for some limited amount of time). Everybody can go to the EPOs or USPOs website, get the patent document from there and reimplement the thing (if you can&#039;t reimplement it, or it describes something trivial, the publication may not hold as a patent).

The other thing is: Copyright doesn&#039;t work on patents. Copyright works on specific work of literature. For technical designs you have a similar protection, though it&#039;s not a copyright per se (things differ in various legislations, for example in Germany you&#039;ve to register a &quot;Geschmacksmuster&quot; if you want to protect for example some lamp design). But your code is your very own creation. In fact you as it&#039;s author hold its copyright. Shazam can&#039;t claim a single line of code as their copyrighted material. Patented maybe. But not copyrighted.

Last but not least: In the EU you can file software patents, but they can not be applied here. It&#039;s basically just something you file here, so that you can patent your stuff in the US as well and make some money there.

So if I&#039;d receive such a stupid letter, my reaction would be, to shove it down the sender&#039;s throat with a explanation how the copyright and patent system works, and that they apparently should go back to law school, because they definitely didn&#039;t pay attention when this came up.</description>
		<content:encoded><![CDATA[<p>I just got here via some ELI5 on Reddit, but just for reference have to get this out of my system:</p>
<p>If it&#8217;s patented, then this thing has been published by Shazam themself. That&#8217;s the whole point of a patent, publishing something for the rest of the world to see. In exchange for the publication you receive a monopoly on the thing you patented (for some limited amount of time). Everybody can go to the EPOs or USPOs website, get the patent document from there and reimplement the thing (if you can&#8217;t reimplement it, or it describes something trivial, the publication may not hold as a patent).</p>
<p>The other thing is: Copyright doesn&#8217;t work on patents. Copyright works on specific work of literature. For technical designs you have a similar protection, though it&#8217;s not a copyright per se (things differ in various legislations, for example in Germany you&#8217;ve to register a &#8220;Geschmacksmuster&#8221; if you want to protect for example some lamp design). But your code is your very own creation. In fact you as it&#8217;s author hold its copyright. Shazam can&#8217;t claim a single line of code as their copyrighted material. Patented maybe. But not copyrighted.</p>
<p>Last but not least: In the EU you can file software patents, but they can not be applied here. It&#8217;s basically just something you file here, so that you can patent your stuff in the US as well and make some money there.</p>
<p>So if I&#8217;d receive such a stupid letter, my reaction would be, to shove it down the sender&#8217;s throat with a explanation how the copyright and patent system works, and that they apparently should go back to law school, because they definitely didn&#8217;t pay attention when this came up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Shazam in Java by Semaj</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/comment-page-12/#comment-4140</link>
		<dc:creator>Semaj</dc:creator>
		<pubDate>Thu, 19 Jan 2012 04:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=391#comment-4140</guid>
		<description>Hi,
Do you have a sample code (package) to see how the whole thing works

Thanks
Semaj</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do you have a sample code (package) to see how the whole thing works</p>
<p>Thanks<br />
Semaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Patent infringement (part 2) by TacB0sS</title>
		<link>http://www.redcode.nl/blog/2010/11/patent-infrigement-part-2/comment-page-1/#comment-4137</link>
		<dc:creator>TacB0sS</dc:creator>
		<pubDate>Tue, 17 Jan 2012 17:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=578#comment-4137</guid>
		<description>I would recommand reading this with Google translate... it is in Hebrew, and it is unbelievable... no junk no spam... about companies buying patents and abuse it via legal systems... whatever you choose to do, consider what this article is about...

Search me up on LinkedIn: Adam Zehavi AT&amp;T.

http://www.calcalist.co.il/local/articles/0,7340,L-3532703,00.html?dcRef=ynet</description>
		<content:encoded><![CDATA[<p>I would recommand reading this with Google translate&#8230; it is in Hebrew, and it is unbelievable&#8230; no junk no spam&#8230; about companies buying patents and abuse it via legal systems&#8230; whatever you choose to do, consider what this article is about&#8230;</p>
<p>Search me up on LinkedIn: Adam Zehavi AT&#038;T.</p>
<p><a href="http://www.calcalist.co.il/local/articles/0,7340,L-3532703,00.html?dcRef=ynet" rel="nofollow">http://www.calcalist.co.il/local/articles/0,7340,L-3532703,00.html?dcRef=ynet</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

