<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.5" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Miles Barr</title>
	<link>http://blog.milesbarr.com</link>
	<description>Thoughts on Search, software development and everything else.</description>
	<pubDate>Tue, 10 Nov 2009 17:20:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/milesbarr/comments" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Comment on Prolog Sudoku Solver by Wally</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/Otas8gxviR8/</link>
		<pubDate>Wed, 18 Feb 2009 17:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2007/01/prolog-sudoku-solver/#comment-19188</guid>
					<description>Hi all I really enjoy Sudoku and solving them, here is one basic looong code example. Might be some intersting coding though?!

&lt;a href="http://vbaexcel.eu/vba-macro-code/sudoku-solver" rel="nofollow"&gt;http://vbaexcel.eu/vba-macro-code/sudoku-solver&lt;/a&gt;
http://vbaexcel.eu/vba-macro-code/sudoku-solver</description>
		<content:encoded><![CDATA[<p>Hi all I really enjoy Sudoku and solving them, here is one basic looong code example. Might be some intersting coding though?!</p>
<p><a href="http://vbaexcel.eu/vba-macro-code/sudoku-solver" rel="nofollow">http://vbaexcel.eu/vba-macro-code/sudoku-solver</a><br />
<a href="http://vbaexcel.eu/vba-macro-code/sudoku-solver" rel="nofollow">http://vbaexcel.eu/vba-macro-code/sudoku-solver</a></p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2007/01/prolog-sudoku-solver/#comment-19188</feedburner:origLink></item>
	<item>
		<title>Comment on icalendar and Rails by GoZuus Blog » iCal Exports for Multi-day Events</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/8kP8N-LC5Zs/</link>
		<pubDate>Thu, 05 Feb 2009 16:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-18979</guid>
					<description>[...] There’s plenty of resources online discussing how easy it is to use the Ruby Icalendar library.  However, just following those directions didn’t produce quite the results I was looking for when exporting multi-day events.  Using the directions from the previous links, Apple’s iCal app displayed every event as ending one day early.  And Google Calendar put “(12:00am?)” in front of the titles.  Not exactly seamless integration.  A quick Google search didn’t turn up anything useful, so hopefully this solution will save someone else some time. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] There&#8217;s plenty of resources online discussing how easy it is to use the Ruby Icalendar library.  However, just following those directions didn&#8217;t produce quite the results I was looking for when exporting multi-day events.  Using the directions from the previous links, Apple&#8217;s iCal app displayed every event as ending one day early.  And Google Calendar put &#8220;(12:00am?)&#8221; in front of the titles.  Not exactly seamless integration.  A quick Google search didn&#8217;t turn up anything useful, so hopefully this solution will save someone else some time. [&#8230;]</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-18979</feedburner:origLink></item>
	<item>
		<title>Comment on Hmm….video card dramas by Brainz</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/J4vriDSwoiM/</link>
		<pubDate>Sat, 08 Nov 2008 11:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/02/hmmvideo-card-dramas/#comment-17959</guid>
					<description>I have the same with the latest 2.6.27.4 kernel.
We have the same card N11 [Geforce2 MX/MX 400].
The computer doesn't freeze, it is still possible to login and restart it.
I have a felling of that the output is switched to a fbconsole but not the screen.
However I can see in my Xlog file that CRT 0 is indeed the right output.
My output from dmesg when I try to boot with nvidiafb is

nvidiafb 0000:01:00.0: PCI INT A -&gt; GSI 16 (lewel, low) -&gt; IRQ 16
nvidiafb: EDID found from BUS1
i2c-adapter i2c-2: unable to read EDID block.
i2c-adapter i2c-2: unable to read EDID block.
i2c-adapter i2c-2: unable to read EDID block.
nvididafb: Unable to detect which CRTCNumber...
...Defaulting to CRTCNumber 0
// The screen is frozen from this point on without anymore output.
nvidiafb: Using CRT on CRTC 0
nvidiafb: MTRR set to ON
nvidiafb: PCI nVidia NV11 framebuffer (64MB @ 0xE0000000)

It seems that X does not have any problem reading the EDID and chosse resolution and output.
There is also another nVidida based card integrated on the motherboard and there is no clear why to turn it of. It does not appear anywhere once the system is booted but it seem that it has reserved graphic memory (is this used by my other card to) could it be that cards dbus that complicates this?

//Brainz</description>
		<content:encoded><![CDATA[<p>I have the same with the latest 2.6.27.4 kernel.<br />
We have the same card N11 [Geforce2 MX/MX 400].<br />
The computer doesn&#8217;t freeze, it is still possible to login and restart it.<br />
I have a felling of that the output is switched to a fbconsole but not the screen.<br />
However I can see in my Xlog file that CRT 0 is indeed the right output.<br />
My output from dmesg when I try to boot with nvidiafb is</p>
<p>nvidiafb 0000:01:00.0: PCI INT A -&gt; GSI 16 (lewel, low) -&gt; IRQ 16<br />
nvidiafb: EDID found from BUS1<br />
i2c-adapter i2c-2: unable to read EDID block.<br />
i2c-adapter i2c-2: unable to read EDID block.<br />
i2c-adapter i2c-2: unable to read EDID block.<br />
nvididafb: Unable to detect which CRTCNumber&#8230;<br />
&#8230;Defaulting to CRTCNumber 0<br />
// The screen is frozen from this point on without anymore output.<br />
nvidiafb: Using CRT on CRTC 0<br />
nvidiafb: MTRR set to ON<br />
nvidiafb: PCI nVidia NV11 framebuffer (64MB @ 0xE0000000)</p>
<p>It seems that X does not have any problem reading the EDID and chosse resolution and output.<br />
There is also another nVidida based card integrated on the motherboard and there is no clear why to turn it of. It does not appear anywhere once the system is booted but it seem that it has reserved graphic memory (is this used by my other card to) could it be that cards dbus that complicates this?</p>
<p>//Brainz</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/02/hmmvideo-card-dramas/#comment-17959</feedburner:origLink></item>
	<item>
		<title>Comment on Prolog Sudoku Solver by Sigmundo Preissler Jr.</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/V-hSM2Y8dUQ/</link>
		<pubDate>Wed, 11 Jun 2008 03:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2007/01/prolog-sudoku-solver/#comment-15340</guid>
					<description>Hello,

You talked about the use of FC but omitted the role of 'labeling' above correct?

Att</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>You talked about the use of FC but omitted the role of &#8216;labeling&#8217; above correct?</p>
<p>Att</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2007/01/prolog-sudoku-solver/#comment-15340</feedburner:origLink></item>
	<item>
		<title>Comment on Rails iCalendar improvement by Justin Halsall</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/iyh09Rvdrk4/</link>
		<pubDate>Sun, 06 Apr 2008 10:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/09/rails-icalendar-improvement/#comment-14943</guid>
					<description>you could also do this:
&lt;code&gt;render(:inline =&gt; whatever)&lt;/code&gt;
instead of &lt;code&gt;render(:layout =&gt; false, :text =&gt; whatever)&lt;/code&gt; or &lt;code&gt;render_without_layout&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>you could also do this:<br />
<code>render(:inline =&gt; whatever)</code><br />
instead of <code>render(:layout =&gt; false, :text =&gt; whatever)</code> or <code>render<em>without</em>layout</code></p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/09/rails-icalendar-improvement/#comment-14943</feedburner:origLink></item>
	<item>
		<title>Comment on icalendar and Rails by Dev Blog AF83 » Blog Archive » Publishing ICalendar events with Ruby on Rails</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/1akHowigo8k/</link>
		<pubDate>Tue, 04 Mar 2008 12:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-14595</guid>
					<description>[...] icalendar and Rails [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] icalendar and Rails [&#8230;]</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-14595</feedburner:origLink></item>
	<item>
		<title>Comment on Typo Sidebar - CalendarHelper by A Fresh Cup » Blog Archive » An Unexpected Hoop</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/gd_sRw4_j6s/</link>
		<pubDate>Fri, 04 Jan 2008 19:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/03/typo-sidebar-calendarhelper/#comment-13684</guid>
					<description>[...] I added the DynamicCalendarHelper plugin to my current Rails project today, only to discover that I couldn’t call it the way that I expected from a view. Eventually I found the answer at Typo Sidebar - CalendarHelper which had instructions for turning the plugin into a global view helper. I was expecting a somewhat more seamless experience. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I added the DynamicCalendarHelper plugin to my current Rails project today, only to discover that I couldn&#8217;t call it the way that I expected from a view. Eventually I found the answer at Typo Sidebar - CalendarHelper which had instructions for turning the plugin into a global view helper. I was expecting a somewhat more seamless experience. [&#8230;]</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/03/typo-sidebar-calendarhelper/#comment-13684</feedburner:origLink></item>
	<item>
		<title>Comment on icalendar and Rails by Vijay</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/IydDl4Sx1og/</link>
		<pubDate>Wed, 12 Dec 2007 12:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-13157</guid>
					<description>Thanks for the post. 
Here, you are exporting iCal file , asking user to save file.
How can we save this .ics file to particular folder in rails, say I want to save this .ics file to '/public/ics/' folder in rails.    ?

how can we do this ?
Any Idea ?

thanks,</description>
		<content:encoded><![CDATA[<p>Thanks for the post.<br />
Here, you are exporting iCal file , asking user to save file.<br />
How can we save this .ics file to particular folder in rails, say I want to save this .ics file to &#8216;/public/ics/&#8217; folder in rails.    ?</p>
<p>how can we do this ?<br />
Any Idea ?</p>
<p>thanks,</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-13157</feedburner:origLink></item>
	<item>
		<title>Comment on icalendar and Rails by John beck</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/rOEnM967Wh0/</link>
		<pubDate>Mon, 06 Aug 2007 10:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-9543</guid>
					<description>Perhaps a little late to the party but I ran into the same problem. The solution I settled on worked slightly differently. I avoid the include and used the Icalendar namespace.</description>
		<content:encoded><![CDATA[<p>Perhaps a little late to the party but I ran into the same problem. The solution I settled on worked slightly differently. I avoid the include and used the Icalendar namespace.</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/06/icalendar-and-rails/#comment-9543</feedburner:origLink></item>
	<item>
		<title>Comment on Beat some sense into your computer by Hämmern Sie es ihm doch ein… »</title>
		<link>http://feedproxy.google.com/~r/milesbarr/comments/~3/_vMSLsdBgSg/</link>
		<pubDate>Mon, 25 Jun 2007 16:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milesbarr.com/2006/07/beat-some-sense-into-your-computer/#comment-7740</guid>
					<description>[...] (via Miles Barr) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] (via Miles Barr) [&#8230;]</p>
]]></content:encoded>
				<feedburner:origLink>http://blog.milesbarr.com/2006/07/beat-some-sense-into-your-computer/#comment-7740</feedburner:origLink></item>
</channel>
</rss>
