<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Reiner Saddey's Place</title>
	<link>http://blog.saddey.net</link>
	<description>Just another WordPress weblog for Reiner Saddey</description>
	<pubDate>Fri, 22 Aug 2008 02:57:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Grails: How to log within static methods by Burt</title>
		<link>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19039</link>
		<author>Burt</author>
		<pubDate>Thu, 21 Aug 2008 14:31:10 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19039</guid>
		<description>You're right, it is a Commons Logger instance. But Grails is tightly coupled with Log4j, so I avoid using clogging since it's an unnecessary wrapper that removes functionality. BTW - be careful of relying on DGG - it's becoming quite dated and is no longer definitive :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, it is a Commons Logger instance. But Grails is tightly coupled with Log4j, so I avoid using clogging since it&#8217;s an unnecessary wrapper that removes functionality. BTW - be careful of relying on DGG - it&#8217;s becoming quite dated and is no longer definitive <img src='http://blog.saddey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails: How to log within static methods by Reiner</title>
		<link>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19024</link>
		<author>Reiner</author>
		<pubDate>Thu, 21 Aug 2008 01:16:19 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19024</guid>
		<description>Thanks Burt,

for the "this" within static methods, and the $account too. 

For the Commons Logging, I believe it's already there. The "log" objects injected into each and every Grails artifact are indeed implementations of org.apache.commons.logging.Log. At least according to Using Logging in Graeme's The Definite Guide to Grails, page 143f. Commons logging serves as an abstraction layer which in turn delegates to other logging frameworks (e.g.  Log4j). Why should I bypass documented interfaces just because I can :-)</description>
		<content:encoded><![CDATA[<p>Thanks Burt,</p>
<p>for the &#8220;this&#8221; within static methods, and the $account too. </p>
<p>For the Commons Logging, I believe it&#8217;s already there. The &#8220;log&#8221; objects injected into each and every Grails artifact are indeed implementations of org.apache.commons.logging.Log. At least according to Using Logging in Graeme&#8217;s The Definite Guide to Grails, page 143f. Commons logging serves as an abstraction layer which in turn delegates to other logging frameworks (e.g.  Log4j). Why should I bypass documented interfaces just because I can <img src='http://blog.saddey.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails: How to log within static methods by Shawn Hartsock</title>
		<link>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19015</link>
		<author>Shawn Hartsock</author>
		<pubDate>Wed, 20 Aug 2008 19:05:25 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19015</guid>
		<description>@Burt ...

Logger.getLogger(this).error(”!saved: $account.errors”) 

Thanks Burt, that's much cleaner. That should be in the tutorial pages on the main site or in one of the docs. Some of us have a hard time getting groovier with our code.</description>
		<content:encoded><![CDATA[<p>@Burt &#8230;</p>
<p>Logger.getLogger(this).error(”!saved: $account.errors”) </p>
<p>Thanks Burt, that&#8217;s much cleaner. That should be in the tutorial pages on the main site or in one of the docs. Some of us have a hard time getting groovier with our code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails: How to log within static methods by Burt</title>
		<link>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19011</link>
		<author>Burt</author>
		<pubDate>Wed, 20 Aug 2008 14:50:32 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/08/20/grails-how-to-log-within-static-methods/#comment-19011</guid>
		<description>Yuck. For one, Grails uses Log4j so there's no need to bring in Commons Logging just because you can. And specifying the logger category this way is very brittle and susceptible to copy/paste problems where you forget to change the string - how about this instead: Logger.getLogger(this).error("!saved: $account.errors") - "this" in a static Groovy method refers to the current class.</description>
		<content:encoded><![CDATA[<p>Yuck. For one, Grails uses Log4j so there&#8217;s no need to bring in Commons Logging just because you can. And specifying the logger category this way is very brittle and susceptible to copy/paste problems where you forget to change the string - how about this instead: Logger.getLogger(this).error(&#8221;!saved: $account.errors&#8221;) - &#8220;this&#8221; in a static Groovy method refers to the current class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Talk Chatback by Torsten</title>
		<link>http://blog.saddey.net/2008/08/14/google-talk-chatback/#comment-18875</link>
		<author>Torsten</author>
		<pubDate>Thu, 14 Aug 2008 11:15:45 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/08/14/google-talk-chatback/#comment-18875</guid>
		<description>Hallo Reiner,
eine tolle Lösung...bin mal gespannt, wann du OnLinie bist.</description>
		<content:encoded><![CDATA[<p>Hallo Reiner,<br />
eine tolle Lösung&#8230;bin mal gespannt, wann du OnLinie bist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on For Techies Only - Your Router can do Tricks: DD-WRT does Relakks by JP</title>
		<link>http://blog.saddey.net/2007/07/05/for-techies-only-your-router-can-do-tricks-dd-wrt-does-relakks/#comment-18769</link>
		<author>JP</author>
		<pubDate>Mon, 04 Aug 2008 08:41:02 +0000</pubDate>
		<guid>http://blog.saddey.net/2007/07/05/for-techies-only-your-router-can-do-tricks-dd-wrt-does-relakks/#comment-18769</guid>
		<description>Been trying to get this to work as well. I'm a bit confused however, by gateway address, do you mean the gateway IP address that my router normally obtains through DHCP from my ISP (what I see if I click Status -&#62; WAN, look under Configuration Type and Gateway in DD-WRT v24)?

In order for this to work, I have to change from DHCP to Static IP for the router (under Setup -&#62; Basic Setup), correct?

Problem is, the VPN connection seems to work just fine but I can't acccess the Internet while it's active. Have you tried doing this with DD-WRT v24? I'm using mini_generic v24 on a WRT54GL.

Thank you for putting together the zip files and the tutorial. These days there are many good reasons to be paranoid about surveillance . :)</description>
		<content:encoded><![CDATA[<p>Been trying to get this to work as well. I&#8217;m a bit confused however, by gateway address, do you mean the gateway IP address that my router normally obtains through DHCP from my ISP (what I see if I click Status -&gt; WAN, look under Configuration Type and Gateway in DD-WRT v24)?</p>
<p>In order for this to work, I have to change from DHCP to Static IP for the router (under Setup -&gt; Basic Setup), correct?</p>
<p>Problem is, the VPN connection seems to work just fine but I can&#8217;t acccess the Internet while it&#8217;s active. Have you tried doing this with DD-WRT v24? I&#8217;m using mini_generic v24 on a WRT54GL.</p>
<p>Thank you for putting together the zip files and the tutorial. These days there are many good reasons to be paranoid about surveillance . <img src='http://blog.saddey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiFi insights - Why you should avoid using channels other than 1, 6, 11 and 14 like the plague by Reiner</title>
		<link>http://blog.saddey.net/2007/07/08/wifi-insights-why-you-should-avoid-using-channels-other-than-1-6-11-and-14-like-the-plague/#comment-18067</link>
		<author>Reiner</author>
		<pubDate>Thu, 26 Jun 2008 16:53:37 +0000</pubDate>
		<guid>http://blog.saddey.net/2007/07/08/wifi-insights-why-you-should-avoid-using-channels-other-than-1-6-11-and-14-like-the-plague/#comment-18067</guid>
		<description>By default, the Belkin uses channel 6 (as most routers do). The F5D8233-4 is a draft-N device, that supports faster than 54 MBit transmissions, but at the expense of occupying more channels (about all the available ones). If your PC uses and needs higher data rates within your LAN (you won't normally need them for internet access, 54 MBit will not slow down downloads of up to 16 MBit), you should stick with these defaults (main channel=6, extension channel=2). Otherwise you might consider disabling 802.11n.  

You can look up the current setting by logging in to your router (i.e. http://192.168.2.1) and selecting Channel and SSID from its configuration menu. 

The Belkin user manual can be downloaded from http://www.belkin.com/support/article/?lid=en&#038;pid=f5d8233-4&#038;aid=8340&#038;scid=0&#038;fid=3558&#038;fn=f5d8233-4_v1_manual.pdf</description>
		<content:encoded><![CDATA[<p>By default, the Belkin uses channel 6 (as most routers do). The F5D8233-4 is a draft-N device, that supports faster than 54 MBit transmissions, but at the expense of occupying more channels (about all the available ones). If your PC uses and needs higher data rates within your LAN (you won&#8217;t normally need them for internet access, 54 MBit will not slow down downloads of up to 16 MBit), you should stick with these defaults (main channel=6, extension channel=2). Otherwise you might consider disabling 802.11n.  </p>
<p>You can look up the current setting by logging in to your router (i.e. <a href="http://192.168.2.1">http://192.168.2.1</a>) and selecting Channel and SSID from its configuration menu. </p>
<p>The Belkin user manual can be downloaded from <a href="http://www.belkin.com/support/article/?lid=en&#038;pid=f5d8233-4&#038;aid=8340&#038;scid=0&#038;fid=3558&#038;fn=f5d8233-4_v1_manual.pdf">http://www.belkin.com/support/article/?lid=en&#038;pid=f5d8233-4&#038;aid=8340&#038;scid=0&#038;fid=3558&#038;fn=f5d8233-4_v1_manual.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiFi insights - Why you should avoid using channels other than 1, 6, 11 and 14 like the plague by Wally</title>
		<link>http://blog.saddey.net/2007/07/08/wifi-insights-why-you-should-avoid-using-channels-other-than-1-6-11-and-14-like-the-plague/#comment-18066</link>
		<author>Wally</author>
		<pubDate>Thu, 26 Jun 2008 16:21:07 +0000</pubDate>
		<guid>http://blog.saddey.net/2007/07/08/wifi-insights-why-you-should-avoid-using-channels-other-than-1-6-11-and-14-like-the-plague/#comment-18066</guid>
		<description>How do I know what channel I'm using with a Belkin N wireless  Model F5D8233-4?</description>
		<content:encoded><![CDATA[<p>How do I know what channel I&#8217;m using with a Belkin N wireless  Model F5D8233-4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deckrackling the Acoustic Energy WIFI Internet Radio - 10% Effort - 90% Less Noise by Steve</title>
		<link>http://blog.saddey.net/2008/03/15/deckrackling-the-acoustic-energy-wifi-internet-radio-10-effort-90-less-noise/#comment-17888</link>
		<author>Steve</author>
		<pubDate>Fri, 13 Jun 2008 08:03:53 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/03/15/deckrackling-the-acoustic-energy-wifi-internet-radio-10-effort-90-less-noise/#comment-17888</guid>
		<description>I had been so annoyed by the cracking sound, thinking there was nothing that could be done. I listen to my AE Wi-Fi radio at bedside using the excellent C Crane Soft Pillow Speaker - http://www.ccrane.com/radios/radio-accessories/softspeaker-pillow-speaker.aspx - so the noise was quite annoying, even to my wife on the other side of the bed.  I searched for a fix and found this one among others.  I first checked my router, finding it to already be on an acceptable channel.  I tried disabling "b" and leaving only "g" to no avail.  Next I tried your twisted wires suggestion.  The improvement was immediate and now there is no perciptible crackle.  Thank you!</description>
		<content:encoded><![CDATA[<p>I had been so annoyed by the cracking sound, thinking there was nothing that could be done. I listen to my AE Wi-Fi radio at bedside using the excellent C Crane Soft Pillow Speaker - <a href="http://www.ccrane.com/radios/radio-accessories/softspeaker-pillow-speaker.aspx">http://www.ccrane.com/radios/radio-accessories/softspeaker-pillow-speaker.aspx</a> - so the noise was quite annoying, even to my wife on the other side of the bed.  I searched for a fix and found this one among others.  I first checked my router, finding it to already be on an acceptable channel.  I tried disabling &#8220;b&#8221; and leaving only &#8220;g&#8221; to no avail.  Next I tried your twisted wires suggestion.  The improvement was immediate and now there is no perciptible crackle.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Successfully Tap Your (SIP) VOIP Phone Line for Free by Reiner</title>
		<link>http://blog.saddey.net/2008/05/04/how-to-successfully-tap-your-sip-voip-phone-line-for-free/#comment-17293</link>
		<author>Reiner</author>
		<pubDate>Mon, 05 May 2008 20:35:59 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/05/04/how-to-successfully-tap-your-sip-voip-phone-line-for-free/#comment-17293</guid>
		<description>Hi Bruce,

first I have to confess my admiration for Oreka/Orecx: I've only just scratched Oreka's surface and I'm very much impressed by its ease of use: It's working like a charm - exactly as advertised (and even on Windows XP Embedded with just a little bit of tweaking, as in my case). I still have to explore more complex use cases - involving web gui and the like.

Regarding Tom's email - no I don't have it (I'm not a buddy of his). If I were up to contact him, I'd have a look at http://www.tmcnet.com/tmclabs/. Tom's phone number is right there - waiting for customers and contracts :-)

Take care,
Reiner</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>first I have to confess my admiration for Oreka/Orecx: I&#8217;ve only just scratched Oreka&#8217;s surface and I&#8217;m very much impressed by its ease of use: It&#8217;s working like a charm - exactly as advertised (and even on Windows XP Embedded with just a little bit of tweaking, as in my case). I still have to explore more complex use cases - involving web gui and the like.</p>
<p>Regarding Tom&#8217;s email - no I don&#8217;t have it (I&#8217;m not a buddy of his). If I were up to contact him, I&#8217;d have a look at <a href="http://www.tmcnet.com/tmclabs/.">http://www.tmcnet.com/tmclabs/.</a> Tom&#8217;s phone number is right there - waiting for customers and contracts <img src='http://blog.saddey.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Take care,<br />
Reiner</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.102 seconds -->
<!-- Cached page served by WP-Cache -->
<!-- Compression = gzip/x-gzip -->