<?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>Scott Means &#187; kids</title>
	<atom:link href="http://smeans.com/category/kids/feed/" rel="self" type="application/rss+xml" />
	<link>http://smeans.com</link>
	<description>Ripping the envelope of software development, one technology at a time.</description>
	<lastBuildDate>Tue, 06 Oct 2009 13:47:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>My daughter.</title>
		<link>http://smeans.com/2008/05/02/my-daughter/</link>
		<comments>http://smeans.com/2008/05/02/my-daughter/#comments</comments>
		<pubDate>Fri, 02 May 2008 14:37:55 +0000</pubDate>
		<dc:creator>smeans</dc:creator>
				<category><![CDATA[kids]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://smeans.com/2008/05/02/my-daughter/</guid>
		<description><![CDATA[My daughter never speaks. Most weeks I spend two or three hours total driving her around in my car, and she never speaks, she just looks out the window. I often wonder what she&#8217;s thinking about, and today when I got the school newsletter I saw this poem she wrote: Memories Selene Means Team 73 [...]]]></description>
			<content:encoded><![CDATA[<p>My daughter never speaks. Most weeks I spend two or three hours total driving her around in my car, and she never speaks, she just looks out the window. I often wonder what she&#8217;s thinking about, and today when I got the school newsletter I saw this poem she wrote:</p>
<blockquote><p><strong>Memories</strong><br />
Selene Means<br />
Team 73</p>
<p><em>I am a piece of paper;<br />
clean and blank,<br />
now written all over<br />
by others.</p>
<p>Words written in sharpie;<br />
written in ink.<br />
Staying there.<br />
Forever.</p>
<p>Everything is written.<br />
Everything.<br />
Praises.<br />
Compliments.<br />
.Kindness.<br />
Lies.<br />
Hatefulness.<br />
Misery.<br />
Anger.</p>
<p>Sometimes it seems,<br />
just seems,<br />
kindness is outnumbered<br />
by hurt.</p>
<p>But still,<br />
I am a piece of a paper.<br />
A home to these words.<br />
Written in sharpie.<br />
Staying with me.<br />
Forever.<br />
In memories.</em></p></blockquote>
<p>It makes my heart ache, because I can&#8217;t give her any of my experiences, just watch her form her own. And hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://smeans.com/2008/05/02/my-daughter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista: making the formerly trivial nearly impossible every day since 2007.</title>
		<link>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/</link>
		<comments>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 20:17:23 +0000</pubDate>
		<dc:creator>smeans</dc:creator>
				<category><![CDATA[kids]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/</guid>
		<description><![CDATA[So yesterday my daughter got herself into trouble. Normally, she&#8217;s a really well-behaved girl, but last night she made up for a few months of good behaviour with one well-timed failure to obey her mother and some poor choices regarding a school orchestra recital. So to punish her, I&#8217;ve taken away her access to the [...]]]></description>
			<content:encoded><![CDATA[<p>So yesterday my daughter got herself into trouble. Normally, she&#8217;s a really well-behaved girl, but last night she made up for a few months of good behaviour with one well-timed failure to obey her mother and some poor choices regarding a school orchestra recital. So to punish her, I&#8217;ve taken away her access to the computer for a week. Should be a snap, I think. In every version of Windows since NT I can just go in and disable her account. Child&#8217;s play. Wrong, sooo wrong.</p>
<p>I tried several approaches, some obvious, some not, but for some reason Microsoft decided that the account lock out feature is too dangerous for primitive Windows Vista home users. They don&#8217;t provide any access to it in the User Accounts applet through the Control Panel, and they&#8217;ve disabled access through the Computer Management MMC plug-in. After flailing around for about fifteen minutes (which for such a trivial thing felt like a lifetime), I suddenly remembered the old tried-and-true user account command line tool: <code>NET USER</code>.</p>
<p>Not to be confused with <code>NET USE</code> (which is for accessing shared network drives), <code>NET USER</code> lets you manage Windows user accounts from the command line. Feeling like I was only seconds away from my goal, I started a command prompt and got the command line help for the tool (<code>NET USER /?</code>). I get this output:</p>
<p><code>NET USER [username [password | *] [options]] [/DOMAIN]<br />
         username {password | *} /ADD [options] [/DOMAIN]<br />
         username [/DELETE] [/DOMAIN]<br />
         username [/TIMES:{times | ALL}]</code></p>
<p>Arrgh! Nothing remotely resembling the disable command I remember from 10 years ago. But, not willing to give up yet, I try <code>NET HELP USER</code>, and I see this:</p>
<p><code><em>(boring stuff elided)</em></p>
<p>Options      Are as follows:</p>
<p>   Options                    Description<br />
      --------------------------------------------------------------------<br />
   <span style="color: red">/ACTIVE:{YES | NO}         Activates or deactivates the account. If<br />
                              the account is not active, the user cannot<br />
                              access the server. The default is YES.</span></p>
<p><em>(more boring stuff elided)</em></code></p>
<p>Victory! So I disabled her account, and it disappeared off of the login screen. She&#8217;ll think I deleted it, and I&#8217;ll go to sleep tonight satisfied that I have yet again managed to do something in 1/2 hour that could have been done with three mouse clicks a mere three years ago. Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I guess I&#8217;m the tooth fairy now?</title>
		<link>http://smeans.com/2007/09/27/i-guess-im-the-tooth-fairy-now/</link>
		<comments>http://smeans.com/2007/09/27/i-guess-im-the-tooth-fairy-now/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 02:19:29 +0000</pubDate>
		<dc:creator>smeans</dc:creator>
				<category><![CDATA[kids]]></category>

		<guid isPermaLink="false">http://smeans.com/wordpress/?p=4</guid>
		<description><![CDATA[I&#8217;m posting this from my phone, waiting for my son Skyler to go to sleep. He has been grilling me about Santa Claus since he was five, just plain doesn&#8217;t believe it. But the tooth fairy, he believes. So now I wait for him to sleep so I can trick him into thinking some supernatural [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this from my phone, waiting for my son Skyler to go to sleep. He has been grilling me about Santa Claus since he was five, just plain doesn&#8217;t believe it. But the tooth fairy, he believes. So now I wait for him to sleep so I can trick him into thinking some supernatural being &#8220;bought&#8221; his tooth. Parenting is always full of surprises.</p>
]]></content:encoded>
			<wfw:commentRss>http://smeans.com/2007/09/27/i-guess-im-the-tooth-fairy-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
