<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steve Glendinning &#187; Software</title>
	<atom:link href="http://www.steveglendinning.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steveglendinning.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 10:26:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to stop Vista waking up from sleep</title>
		<link>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/</link>
		<comments>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:57:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=54</guid>
		<description><![CDATA[One of the features of Vista that I really like is it&#8217;s &#8220;sleep&#8221;.  Unlike XP, which usually used S1 sleep, Vista puts the system into the much lower power S3 state.  On my Core2Quad workstation, this takes the power usage down to 3W (from ~62W running at idle).  To put this into perspective, the power [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features of Vista that I really like is it&#8217;s &#8220;sleep&#8221;.  Unlike XP, which usually used S1 sleep, Vista puts the system into the much lower power S3 state.  On my Core2Quad workstation, this takes the power usage down to 3W (from ~62W running at idle).  To put this into perspective, the power usage when the system is fully shut down is ~2W, but wakeup is MUCH quicker than a full boot.</p>
<p>Vista allows you to configure which hardware sources can wake up the system from sleep, so for example you can enable or disable Wake On Lan.  It also allows software to schedule a wakeup, and Media Centre is one such beast.  Ever since I started playing with Media Centre, the system has randomly woken up from sleep (and not returned to sleep afterwards), which kinda defeats the purpose of sleep!</p>
<p>It&#8217;s quite easy to find out the source of the most recent wakeup (powercfg /lastwake), but this lists all software sources as &#8220;RTC&#8221;.  It doesn&#8217;t identify *which* process (or scheduled task) was responsible.</p>
<p>I found one solution over at <a title="disable vista software wake from sleep" href="http://thegreenbutton.com/forums/8/286420/ShowThread.aspx" target="_blank">thegreenbutton</a> (thanks to mxcrowe):</p>
<blockquote><p>If you do this, your computer will not auto-wake for any reason (s/w reason &#8211; I suppose WOL etc. will still work).  This info was given to me by another poster here on the Green Button:</p>
<p>1. Open a CMD prompt<br />
2. powercfg -setacvalueindex scheme_current sub_sleep bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0<br />
3. powercfg -setdcvalueindex scheme_current sub_sleep bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0<br />
4. powercfg -setactive scheme_current</p>
<p>This changes and applies a new power scheme that stops the machine from being woken from sleep. In my case, I have a desktop system and probably didn&#8217;t need to set the DC option, but I did both anyway.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software development resources</title>
		<link>http://www.steveglendinning.com/2007/10/16/software-development-resources/</link>
		<comments>http://www.steveglendinning.com/2007/10/16/software-development-resources/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 20:32:47 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/2007/10/16/software-development-resources/</guid>
		<description><![CDATA[Here are some fantastic blog posts and resources I&#8217;ve come across in the last week:

&#8220;Madduck&#8221; posted two extremely detailed posts on using the git revision control tool. Here is the first, and here is the second. They&#8217;re specific to debian packaging, but they&#8217;re the kind of worked examples I find extremely useful.Â  I think git [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some fantastic blog posts and resources I&#8217;ve come across in the last week:</p>
<ul>
<li>&#8220;Madduck&#8221; posted two extremely detailed posts on using the git revision control tool. <a href="http://blog.madduck.net/debian/2007.10.03_packaging-with-git" title="Packaging with git">Here is the first</a>, and <a href="http://blog.madduck.net/debian/2007.10.07_converting-a-package-to-git" title="Converting a package to git">here is the second</a>. They&#8217;re specific to debian packaging, but they&#8217;re the kind of worked examples I find extremely useful.Â  I think git has a lot of potential, especially with its excellent svn integration.</li>
<li>Chris Lamb posted his <a href="http://www.chris-lamb.co.uk/2007/10/09/top-10-interactive-shell-anti-patterns/" title="top 10 interactive shell anti patterns">top 10 shell shortcuts</a> (bash, zsh etc) . I only knew a few of these, they could save me some keyboard time.</li>
<li>ScottGu posted yet another <a href="http://weblogs.asp.net/scottgu/archive/2007/10/08/october-8th-links-asp-net-asp-net-ajax-silverlight-and-net.aspx" title=".net resources">useful collection of .net resources</a>. Particularly handy is the <a href="http://idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip" title="C Sharp Coding Standard">C# coding standard guidelines</a> from <a href="http://idesign.net/idesign/DesktopDefault.aspx" title="IDesign">IDesign</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2007/10/16/software-development-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
