<?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 Michael Duerinckx</title>
	<atom:link href="http://michd.me/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://michd.me</link>
	<description>Web developer, music and electronics enthusiast</description>
	<lastBuildDate>Fri, 17 May 2013 06:17:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on JavaScript forEach Object, Array and String by Rizaldi</title>
		<link>http://michd.me/blog/javascript-foreach-object-array-and-string/#comment-1901</link>
		<dc:creator>Rizaldi</dc:creator>
		<pubDate>Fri, 17 May 2013 06:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=566#comment-1901</guid>
		<description>Wow..thank you for sharing.

This is very helpful.</description>
		<content:encoded><![CDATA[<p>Wow..thank you for sharing.</p>
<p>This is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FPGA MIDI Synth update: MIDI improvements, Polyphony, PWM etc by Mich</title>
		<link>http://michd.me/blog/fpga-midi-synth-update-midi-improvements-polyphony-pwm-etc/#comment-1884</link>
		<dc:creator>Mich</dc:creator>
		<pubDate>Sat, 30 Mar 2013 00:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://michhimself.com/blog/?p=420#comment-1884</guid>
		<description>Hey Rikk,

What part of the polyphony are you having trouble with? Are you working on one with MIDI input as well, and if so, are you struggling with the MIDI, or with something in the synthesis part?

Also to avoid disappointment, I haven&#039;t really touched any of this kind of stuff in almost 2 years, so I&#039;ve forgotten a lot of it. I&#039;ll still try and help where I can though.

Thanks for the compliment, by the way! :)</description>
		<content:encoded><![CDATA[<p>Hey Rikk,</p>
<p>What part of the polyphony are you having trouble with? Are you working on one with MIDI input as well, and if so, are you struggling with the MIDI, or with something in the synthesis part?</p>
<p>Also to avoid disappointment, I haven&#8217;t really touched any of this kind of stuff in almost 2 years, so I&#8217;ve forgotten a lot of it. I&#8217;ll still try and help where I can though.</p>
<p>Thanks for the compliment, by the way! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FPGA MIDI Synth update: MIDI improvements, Polyphony, PWM etc by Rikk</title>
		<link>http://michd.me/blog/fpga-midi-synth-update-midi-improvements-polyphony-pwm-etc/#comment-1883</link>
		<dc:creator>Rikk</dc:creator>
		<pubDate>Fri, 29 Mar 2013 23:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://michhimself.com/blog/?p=420#comment-1883</guid>
		<description>Hello Michael, i am currently working on a fpga synth but i am struggling with polyphony, could you please provide some sample code for it, even for two notes will do, thank you very much rik.
btw great work :-)</description>
		<content:encoded><![CDATA[<p>Hello Michael, i am currently working on a fpga synth but i am struggling with polyphony, could you please provide some sample code for it, even for two notes will do, thank you very much rik.<br />
btw great work :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript forEach Object, Array and String by Mich</title>
		<link>http://michd.me/blog/javascript-foreach-object-array-and-string/#comment-1882</link>
		<dc:creator>Mich</dc:creator>
		<pubDate>Fri, 29 Mar 2013 09:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=566#comment-1882</guid>
		<description>Hi okyo,

Feel free to use it for whatever you like!

I&#039;d advise you to look into the way similar functionality is implemented in established libraries though. There are probably some performance considerations I didn&#039;t think of at the time.

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/documentcloud/underscore/blob/master/underscore.js#L72-90&quot; rel=&quot;nofollow&quot;&gt;Underscore&#039;s each&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jquery/jquery/blob/master/src/core.js#L536-583&quot; rel=&quot;nofollow&quot;&gt;jQuery&#039;s each&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mootools/mootools-core/blob/master/Source/Core/Core.js#L304-330&quot; rel=&quot;nofollow&quot;&gt;Mootools&#039;s each/forEach&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Hi okyo,</p>
<p>Feel free to use it for whatever you like!</p>
<p>I&#8217;d advise you to look into the way similar functionality is implemented in established libraries though. There are probably some performance considerations I didn&#8217;t think of at the time.</p>
<ul>
<li><a href="https://github.com/documentcloud/underscore/blob/master/underscore.js#L72-90" rel="nofollow">Underscore&#8217;s each</a></li>
<li><a href="https://github.com/jquery/jquery/blob/master/src/core.js#L536-583" rel="nofollow">jQuery&#8217;s each</a></li>
<li><a href="https://github.com/mootools/mootools-core/blob/master/Source/Core/Core.js#L304-330" rel="nofollow">Mootools&#8217;s each/forEach</a></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript forEach Object, Array and String by okyo</title>
		<link>http://michd.me/blog/javascript-foreach-object-array-and-string/#comment-1881</link>
		<dc:creator>okyo</dc:creator>
		<pubDate>Fri, 29 Mar 2013 05:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=566#comment-1881</guid>
		<description>hi, this is great, exactly what i was looking for... can i use it for my library?</description>
		<content:encoded><![CDATA[<p>hi, this is great, exactly what i was looking for&#8230; can i use it for my library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FPGA MIDI Synth update: MIDI improvements, Polyphony, PWM etc by Mich</title>
		<link>http://michd.me/blog/fpga-midi-synth-update-midi-improvements-polyphony-pwm-etc/#comment-1877</link>
		<dc:creator>Mich</dc:creator>
		<pubDate>Sun, 17 Mar 2013 18:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://michhimself.com/blog/?p=420#comment-1877</guid>
		<description>Go for it, it&#039;s definitely a fun learning experience.

Glad you liked it, I was pretty happy with the performance improvement here. Made it all worth it in the end! :)</description>
		<content:encoded><![CDATA[<p>Go for it, it&#8217;s definitely a fun learning experience.</p>
<p>Glad you liked it, I was pretty happy with the performance improvement here. Made it all worth it in the end! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FPGA MIDI Synth update: MIDI improvements, Polyphony, PWM etc by Tom</title>
		<link>http://michd.me/blog/fpga-midi-synth-update-midi-improvements-polyphony-pwm-etc/#comment-1876</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 16 Mar 2013 01:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://michhimself.com/blog/?p=420#comment-1876</guid>
		<description>I actually picked up a altera cyclone board from terasic with a very similiar idea in mind!

I dig the pop corn song done with your synth, seems like it turned out pretty awesome!</description>
		<content:encoded><![CDATA[<p>I actually picked up a altera cyclone board from terasic with a very similiar idea in mind!</p>
<p>I dig the pop corn song done with your synth, seems like it turned out pretty awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organize your life with Trello by Mich</title>
		<link>http://michd.me/blog/organize-your-life-with-trello/#comment-1686</link>
		<dc:creator>Mich</dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=699#comment-1686</guid>
		<description>Checked out the website, the first thing I have to mention is that the pricing seems rather steep for what it&#039;s worth. $145 per year for just 2 users? Is there even any option to go higher than that?

The free version also looks unreasonably limited.

To be frank, Gtdagenda does not offer anything more than Trello does (I&#039;d say it does less), and from the screenshots it doesn&#039;t look anything as user friendly. On top of that it costs an arm and a leg to use.

I have to conclude that it would be entirely irrational to use it rather than Trello.</description>
		<content:encoded><![CDATA[<p>Checked out the website, the first thing I have to mention is that the pricing seems rather steep for what it&#8217;s worth. $145 per year for just 2 users? Is there even any option to go higher than that?</p>
<p>The free version also looks unreasonably limited.</p>
<p>To be frank, Gtdagenda does not offer anything more than Trello does (I&#8217;d say it does less), and from the screenshots it doesn&#8217;t look anything as user friendly. On top of that it costs an arm and a leg to use.</p>
<p>I have to conclude that it would be entirely irrational to use it rather than Trello.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organize your life with Trello by Dan</title>
		<link>http://michd.me/blog/organize-your-life-with-trello/#comment-1685</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=699#comment-1685</guid>
		<description>I would recommend checking out Gtdagenda for an online GTD manager.

You can use it to manage your goals, projects and tasks, set next actions and contexts, use checklists, and a calendar.
Syncs with Evernote, and also comes with mobile-web version, and Android and iPhone apps.</description>
		<content:encoded><![CDATA[<p>I would recommend checking out Gtdagenda for an online GTD manager.</p>
<p>You can use it to manage your goals, projects and tasks, set next actions and contexts, use checklists, and a calendar.<br />
Syncs with Evernote, and also comes with mobile-web version, and Android and iPhone apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organize your life with Trello by Mich</title>
		<link>http://michd.me/blog/organize-your-life-with-trello/#comment-1236</link>
		<dc:creator>Mich</dc:creator>
		<pubDate>Tue, 22 Jan 2013 12:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://michd.me/?p=699#comment-1236</guid>
		<description>Thanks for the compliments.

Yeah, Trello will definitely help you keep all your lists in one easily-accessible place. Here&#039;s hoping it helps you!</description>
		<content:encoded><![CDATA[<p>Thanks for the compliments.</p>
<p>Yeah, Trello will definitely help you keep all your lists in one easily-accessible place. Here&#8217;s hoping it helps you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
