<?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 Other Things	</title>
	<atom:link href="https://blog.adamzolo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamzolo.com</link>
	<description>Blog about Things by Adam Zolotarev</description>
	<lastBuildDate>Sun, 25 Aug 2024 17:10:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Ad Blocking with ddwrt by Adam Zolo		</title>
		<link>https://blog.adamzolo.com/ad-blocking-with-ddwrt/#comment-6110</link>

		<dc:creator><![CDATA[Adam Zolo]]></dc:creator>
		<pubDate>Sun, 22 Jan 2023 15:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=896#comment-6110</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamzolo.com/ad-blocking-with-ddwrt/#comment-6107&quot;&gt;Steve&lt;/a&gt;.

Blocking youtube ads has never worked for me either]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamzolo.com/ad-blocking-with-ddwrt/#comment-6107">Steve</a>.</p>
<p>Blocking youtube ads has never worked for me either</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Ad Blocking with ddwrt by Steve		</title>
		<link>https://blog.adamzolo.com/ad-blocking-with-ddwrt/#comment-6107</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Sun, 22 Jan 2023 10:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=896#comment-6107</guid>

					<description><![CDATA[Using latest dd-wrt, I&#039;ve tried this method with fresh URLs to be blocked from these 2 urls:
https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/domainlist.txt
https://api.hackertarget.com/hostsearch/?q=googlevideo.com
and still get youtube adds, so not sure whether this method ever worked or youtube just found a different way to deliver their adds.]]></description>
			<content:encoded><![CDATA[<p>Using latest dd-wrt, I&#8217;ve tried this method with fresh URLs to be blocked from these 2 urls:<br />
<a href="https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/domainlist.txt" rel="nofollow ugc">https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/domainlist.txt</a><br />
<a href="https://api.hackertarget.com/hostsearch/?q=googlevideo.com" rel="nofollow ugc">https://api.hackertarget.com/hostsearch/?q=googlevideo.com</a><br />
and still get youtube adds, so not sure whether this method ever worked or youtube just found a different way to deliver their adds.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on eslint ignore parameters with underscore by Christian Hess		</title>
		<link>https://blog.adamzolo.com/eslint-ignore-parameters-with-underscore/#comment-1776</link>

		<dc:creator><![CDATA[Christian Hess]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 19:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=673#comment-1776</guid>

					<description><![CDATA[thank you so much for this]]></description>
			<content:encoded><![CDATA[<p>thank you so much for this</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on My Thoughts about CSE 6250 Big Data Analytics in Healthcare (taking in Spring 2019) by Ray		</title>
		<link>https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1763</link>

		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 13:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=803#comment-1763</guid>

					<description><![CDATA[Nice post! Thanks! 
I will take this course as my first one for OMSCS program too. I heard it is hard(est) one! Will open my eyes on your posts.]]></description>
			<content:encoded><![CDATA[<p>Nice post! Thanks!<br />
I will take this course as my first one for OMSCS program too. I heard it is hard(est) one! Will open my eyes on your posts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on My Thoughts about CSE 6250 Big Data Analytics in Healthcare (taking in Spring 2019) by Adam Z		</title>
		<link>https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1741</link>

		<dc:creator><![CDATA[Adam Z]]></dc:creator>
		<pubDate>Mon, 05 Aug 2019 14:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=803#comment-1741</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1740&quot;&gt;Tarlan Mammadov&lt;/a&gt;.

Can&#039;t remember all of the details now, but try to use http://sunlab.org/teaching/cse6250/spring2019/env/env-local-docker.html#_0-system-environment
Once you have docker set up, you attach to your docker instance:
docker ps -a -- list all instances
docker start {instanceId} - start a docker instance
docker attach {instanceId} - attach to a docker instance

Then start off the services:
 /scripts/start-services.sh

And, fingers crossed, this should do it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1740">Tarlan Mammadov</a>.</p>
<p>Can&#8217;t remember all of the details now, but try to use <a href="http://sunlab.org/teaching/cse6250/spring2019/env/env-local-docker.html#_0-system-environment" rel="nofollow ugc">http://sunlab.org/teaching/cse6250/spring2019/env/env-local-docker.html#_0-system-environment</a><br />
Once you have docker set up, you attach to your docker instance:<br />
docker ps -a &#8212; list all instances<br />
docker start {instanceId} &#8211; start a docker instance<br />
docker attach {instanceId} &#8211; attach to a docker instance</p>
<p>Then start off the services:<br />
 /scripts/start-services.sh</p>
<p>And, fingers crossed, this should do it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on My Thoughts about CSE 6250 Big Data Analytics in Healthcare (taking in Spring 2019) by Tarlan Mammadov		</title>
		<link>https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1740</link>

		<dc:creator><![CDATA[Tarlan Mammadov]]></dc:creator>
		<pubDate>Sun, 04 Aug 2019 08:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=803#comment-1740</guid>

					<description><![CDATA[Hi, I am thinking to take this course in Fall 2019 (I have taken ML etc. before). I am trying to go over the lab set-up pages in http://www.sunlab.org/teaching/cse6250/spring2019/ and having trouble to se-up Hadoop. It seems that instructions jump straight from Docker set-up to Hadoop without explaining how to do the first step there. Any hints please?]]></description>
			<content:encoded><![CDATA[<p>Hi, I am thinking to take this course in Fall 2019 (I have taken ML etc. before). I am trying to go over the lab set-up pages in <a href="http://www.sunlab.org/teaching/cse6250/spring2019/" rel="nofollow ugc">http://www.sunlab.org/teaching/cse6250/spring2019/</a> and having trouble to se-up Hadoop. It seems that instructions jump straight from Docker set-up to Hadoop without explaining how to do the first step there. Any hints please?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on My Thoughts about CSE 6250 Big Data Analytics in Healthcare (taking in Spring 2019) by Adam Z		</title>
		<link>https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1540</link>

		<dc:creator><![CDATA[Adam Z]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 16:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=803#comment-1540</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1539&quot;&gt;John Johannaber&lt;/a&gt;.

Thanks! Just taking one class this semester]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1539">John Johannaber</a>.</p>
<p>Thanks! Just taking one class this semester</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on My Thoughts about CSE 6250 Big Data Analytics in Healthcare (taking in Spring 2019) by John Johannaber		</title>
		<link>https://blog.adamzolo.com/thoughts-about-cse-6250-big-data-analytics-in-healthcare/#comment-1539</link>

		<dc:creator><![CDATA[John Johannaber]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 15:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=803#comment-1539</guid>

					<description><![CDATA[very informative. How many classes are you taking a semester?]]></description>
			<content:encoded><![CDATA[<p>very informative. How many classes are you taking a semester?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on FluentValidation Client-Side Custom Validation with MVC by Adam Z		</title>
		<link>https://blog.adamzolo.com/fluentvalidation-client-side-custom-validation/#comment-332</link>

		<dc:creator><![CDATA[Adam Z]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 22:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=54#comment-332</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamzolo.com/fluentvalidation-client-side-custom-validation/#comment-330&quot;&gt;Jonathan&lt;/a&gt;.

Jonathan - my guess is that you have a [Required] attribute on one of your models. You would need to remove it and handle it with fluent validation code. Hope it helps!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamzolo.com/fluentvalidation-client-side-custom-validation/#comment-330">Jonathan</a>.</p>
<p>Jonathan &#8211; my guess is that you have a [Required] attribute on one of your models. You would need to remove it and handle it with fluent validation code. Hope it helps!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on FluentValidation Client-Side Custom Validation with MVC by Jonathan		</title>
		<link>https://blog.adamzolo.com/fluentvalidation-client-side-custom-validation/#comment-330</link>

		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 18:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=54#comment-330</guid>

					<description><![CDATA[Hi Adam, I have implemented your code as is and get the following error when I try to use this on any MVC5 view: 

&quot;Additional information: Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: required&quot;

Where should I look to fix this?]]></description>
			<content:encoded><![CDATA[<p>Hi Adam, I have implemented your code as is and get the following error when I try to use this on any MVC5 view: </p>
<p>&#8220;Additional information: Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: required&#8221;</p>
<p>Where should I look to fix this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
