<?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 Zero_Dogg's blog</title>
	<atom:link href="http://blog.zerodogg.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zerodogg.org</link>
	<description>Geeky comments on geeky things</description>
	<lastBuildDate>Wed, 06 Apr 2011 13:50:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on Sanity checking mason by Rich</title>
		<link>http://blog.zerodogg.org/2009/10/13/sanity-checking-mason/comment-page-1/#comment-83180</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 06 Apr 2011 13:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=145#comment-83180</guid>
		<description>I was looking for exactly this kind of tool. What happened to the code?</description>
		<content:encoded><![CDATA[<p>I was looking for exactly this kind of tool. What happened to the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day Planner 0.10 by Titanio Verde</title>
		<link>http://blog.zerodogg.org/2009/04/16/day-planner-010/comment-page-1/#comment-79173</link>
		<dc:creator>Titanio Verde</dc:creator>
		<pubDate>Wed, 17 Nov 2010 17:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=127#comment-79173</guid>
		<description>Greetings.

I&#039;m starting to use Day Planner, but I see that its localization to Spanish is incomplete.
Do you plan to continue developing this application?</description>
		<content:encoded><![CDATA[<p>Greetings.</p>
<p>I&#8217;m starting to use Day Planner, but I see that its localization to Spanish is incomplete.<br />
Do you plan to continue developing this application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuxine, meet world. World, this is Tuxine. by Tuxine</title>
		<link>http://blog.zerodogg.org/2007/11/06/tuxine-meet-world-world-this-is-tuxine/comment-page-1/#comment-76265</link>
		<dc:creator>Tuxine</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=81#comment-76265</guid>
		<description>I&#039;m TUXINE too.</description>
		<content:encoded><![CDATA[<p>I&#8217;m TUXINE too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day Planner 0.10 by Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2009/04/16/day-planner-010/comment-page-1/#comment-73814</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=127#comment-73814</guid>
		<description>I don&#039;t mind you commenting here, all feedback is helpful :).

First, if you&#039;re having problems using the gna bugtracker as well, pleas use the new one on github: http://github.com/zerodogg/dayplanner - I&#039;m going to be moving everything over there soon, so you may as well just report there :).

1) This is limited by what I can do with the Gtk2 calendar widget, as that&#039;s what is being used. I know there are some people working on a better one in newer versions of Gtk2 that I&#039;m thinking of switching to once it&#039;s usable, at the moment though I don&#039;t think I can highlight the current day in any fashion. The reason it hasn&#039;t already been done is that it only provides a single way to highlight dates, and that is already used to indicate that there is an event on a date. What CAN be done however (and quite easily as well, by writing a plugin) is a menu item and hotkey to jump to the current day. If that sounds useful, feel free to add an issue requesting this feature, I need to be able to track it and it is also useful to communicate further if needed.

2) I&#039;ve actually thought of this, and it&#039;s mostly that time hasn&#039;t been sufficient yet. Hacking it in should be trivial, but to get a proper implementation of it I&#039;d need to find some lib to use to play sounds as well as free sounds to use. Feel free to open an issue for this too though.

Your icons are nice, but DP already ships quite decent Tango icons, so for now I won&#039;t exchange the current ones for yours.

Concerning Arch Linux, no I can&#039;t add it to the list, simply because it&#039;s not a platform that I directly build and host packages for. All the distros that are listed on the website have packages available there along with instructions on how to install them, and I don&#039;t run Arch so I&#039;ve never built any package for it :). If you want to become a permanent contributor and contribute builds for each release I do though, I can add it to the list.

Thanks for the feedback, and keep it coming :).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t mind you commenting here, all feedback is helpful :).</p>
<p>First, if you&#8217;re having problems using the gna bugtracker as well, pleas use the new one on github: <a href="http://github.com/zerodogg/dayplanner" rel="nofollow">http://github.com/zerodogg/dayplanner</a> &#8211; I&#8217;m going to be moving everything over there soon, so you may as well just report there :).</p>
<p>1) This is limited by what I can do with the Gtk2 calendar widget, as that&#8217;s what is being used. I know there are some people working on a better one in newer versions of Gtk2 that I&#8217;m thinking of switching to once it&#8217;s usable, at the moment though I don&#8217;t think I can highlight the current day in any fashion. The reason it hasn&#8217;t already been done is that it only provides a single way to highlight dates, and that is already used to indicate that there is an event on a date. What CAN be done however (and quite easily as well, by writing a plugin) is a menu item and hotkey to jump to the current day. If that sounds useful, feel free to add an issue requesting this feature, I need to be able to track it and it is also useful to communicate further if needed.</p>
<p>2) I&#8217;ve actually thought of this, and it&#8217;s mostly that time hasn&#8217;t been sufficient yet. Hacking it in should be trivial, but to get a proper implementation of it I&#8217;d need to find some lib to use to play sounds as well as free sounds to use. Feel free to open an issue for this too though.</p>
<p>Your icons are nice, but DP already ships quite decent Tango icons, so for now I won&#8217;t exchange the current ones for yours.</p>
<p>Concerning Arch Linux, no I can&#8217;t add it to the list, simply because it&#8217;s not a platform that I directly build and host packages for. All the distros that are listed on the website have packages available there along with instructions on how to install them, and I don&#8217;t run Arch so I&#8217;ve never built any package for it :). If you want to become a permanent contributor and contribute builds for each release I do though, I can add it to the list.</p>
<p>Thanks for the feedback, and keep it coming :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day Planner 0.10 by Gen2ly</title>
		<link>http://blog.zerodogg.org/2009/04/16/day-planner-010/comment-page-1/#comment-73788</link>
		<dc:creator>Gen2ly</dc:creator>
		<pubDate>Sat, 20 Mar 2010 03:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=127#comment-73788</guid>
		<description>Created a 48x48 png and a 24x24 png for the icons, and put them up here:

http://omploader.org/vM3Z6dg

Oh, forgot one thing.  Could you add Arch Linux to your list?  Here&#039;s an icon if you need it:

http://omploader.org/vM3Z6eQ

Instructions are pretty simple.

Dayplanner is in the Arch User Repsository.  You can install dayplanner with an AUR helper like yaourt:

yaourt -S dayplanner

Please be free to get back to me at my email address if you have any questions.</description>
		<content:encoded><![CDATA[<p>Created a 48&#215;48 png and a 24&#215;24 png for the icons, and put them up here:</p>
<p><a href="http://omploader.org/vM3Z6dg" rel="nofollow">http://omploader.org/vM3Z6dg</a></p>
<p>Oh, forgot one thing.  Could you add Arch Linux to your list?  Here&#8217;s an icon if you need it:</p>
<p><a href="http://omploader.org/vM3Z6eQ" rel="nofollow">http://omploader.org/vM3Z6eQ</a></p>
<p>Instructions are pretty simple.</p>
<p>Dayplanner is in the Arch User Repsository.  You can install dayplanner with an AUR helper like yaourt:</p>
<p>yaourt -S dayplanner</p>
<p>Please be free to get back to me at my email address if you have any questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day Planner 0.10 by Gen2ly</title>
		<link>http://blog.zerodogg.org/2009/04/16/day-planner-010/comment-page-1/#comment-73778</link>
		<dc:creator>Gen2ly</dc:creator>
		<pubDate>Sat, 20 Mar 2010 00:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=127#comment-73778</guid>
		<description>First I gotta say: I love this program.  Thank you for creating an easy to get to basic but very usable program to regular help me keep my plans with.

I tried to use the gna mailing list but FF is telling me &#039;This Connection is Untrusted&#039; so I hope you don&#039;t mind too much if I comment here.

I have a couple requests if it isn&#039;t grasping too much.

1) Could the current day be highlighted in some fashion?  I ask this because it always takes me a couple seconds to remember the day before I can click back to it (not sure just why :)).
2) Would it be possible to add an audible alarm option?  Sometimes I can be off my computer so being able to hear it would help in these cases

I created a couple tray icons.  I tend to use a darker theme so a created a couple calendars that are more mid-tone.

http://omploader.org/vM3Z5dw
http://omploader.org/vM3Z5eA

Please be free to use them if you like.  I created them specifically for this app and they haven&#039;t been used anywhere else.

Again, thanks for the great application.

Regards,

Todd (aka Gen2ly :))</description>
		<content:encoded><![CDATA[<p>First I gotta say: I love this program.  Thank you for creating an easy to get to basic but very usable program to regular help me keep my plans with.</p>
<p>I tried to use the gna mailing list but FF is telling me &#8216;This Connection is Untrusted&#8217; so I hope you don&#8217;t mind too much if I comment here.</p>
<p>I have a couple requests if it isn&#8217;t grasping too much.</p>
<p>1) Could the current day be highlighted in some fashion?  I ask this because it always takes me a couple seconds to remember the day before I can click back to it (not sure just why :)).<br />
2) Would it be possible to add an audible alarm option?  Sometimes I can be off my computer so being able to hear it would help in these cases</p>
<p>I created a couple tray icons.  I tend to use a darker theme so a created a couple calendars that are more mid-tone.</p>
<p><a href="http://omploader.org/vM3Z5dw" rel="nofollow">http://omploader.org/vM3Z5dw</a><br />
<a href="http://omploader.org/vM3Z5eA" rel="nofollow">http://omploader.org/vM3Z5eA</a></p>
<p>Please be free to use them if you like.  I created them specifically for this app and they haven&#8217;t been used anywhere else.</p>
<p>Again, thanks for the great application.</p>
<p>Regards,</p>
<p>Todd (aka Gen2ly :))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microdia (0c45:624f) webcam on Linux by brandon</title>
		<link>http://blog.zerodogg.org/2008/04/27/microdia-0c45624f-webcam-on-linux/comment-page-1/#comment-69635</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/2008/04/27/microdia-0c45624f-webcam-on-linux/#comment-69635</guid>
		<description>just in case anyone doesnt know yet.. support for microdia cameras is now built in to the latest kernel.  2.6.31.6.  you just have to rebuild the kernel and either build that part into the kernel or make it a module that you can insmod when you need it.</description>
		<content:encoded><![CDATA[<p>just in case anyone doesnt know yet.. support for microdia cameras is now built in to the latest kernel.  2.6.31.6.  you just have to rebuild the kernel and either build that part into the kernel or make it a module that you can insmod when you need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWEC 0.4 by Akari (akari) 's status on Thursday, 15-Oct-09 17:16:03 UTC - Identi.ca</title>
		<link>http://blog.zerodogg.org/2009/10/15/swec-0-4/comment-page-1/#comment-67526</link>
		<dc:creator>Akari (akari) 's status on Thursday, 15-Oct-09 17:16:03 UTC - Identi.ca</dc:creator>
		<pubDate>Thu, 15 Oct 2009 17:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=160#comment-67526</guid>
		<description>[...] From Planet !Mandriva: http://blog.zerodogg.org/2009/10/15/swec-0-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] From Planet !Mandriva: <a href="http://blog.zerodogg.org/2009/10/15/swec-0-4/" rel="nofollow">http://blog.zerodogg.org/2009/10/15/swec-0-4/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing PHP documentation woes by Akari (akari) 's status on Wednesday, 14-Oct-09 16:09:32 UTC - Identi.ca</title>
		<link>http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/comment-page-1/#comment-67489</link>
		<dc:creator>Akari (akari) 's status on Wednesday, 14-Oct-09 16:09:32 UTC - Identi.ca</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=154#comment-67489</guid>
		<description>[...] From Planet !Mandriva: http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/ [...]</description>
		<content:encoded><![CDATA[<p>[...] From Planet !Mandriva: <a href="http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/" rel="nofollow">http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically loading git bash-completion by Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2009/10/12/dynamically-loading-git-bash-completion/comment-page-1/#comment-67481</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zerodogg.org/?p=140#comment-67481</guid>
		<description>Really? That&#039;s quite neat - I must admit I have very rarely used a shell other than bash.

Though, like you said, a shell can be a hard thing to change, I&#039;m not sure if I could make myself do it, plus:
[0 zerodogg@firefly ~]$ wc -l .bashrc
506 .bashrc</description>
		<content:encoded><![CDATA[<p>Really? That&#8217;s quite neat &#8211; I must admit I have very rarely used a shell other than bash.</p>
<p>Though, like you said, a shell can be a hard thing to change, I&#8217;m not sure if I could make myself do it, plus:<br />
[0 zerodogg@firefly ~]$ wc -l .bashrc<br />
506 .bashrc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

