<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Now This</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/" />
    <link rel="self" type="application/atom+xml" href="http://nowthis.com/atom.xml" />
    <id>tag:nowthis.com,2009-09-03://1</id>
    <updated>2010-02-13T21:44:46Z</updated>
    <subtitle>Links, exploration and synthesis from Steve Bogart</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.31-en</generator>

<entry>
    <title>iMT - new beta release</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2010/02/imt---posted-from-iphone.html" />
    <id>tag:nowthis.com,2010://1.20</id>

    <published>2010-02-13T21:36:36Z</published>
    <updated>2010-02-13T21:44:46Z</updated>

    <summary>Brad Choate has released a new beta of his Movable Type plugin iMT which gives iPhones/iTouches a decent mobile interface to MT. bradchoate Just put up a fresh beta build of iMT 1.1 for Movable Type. And it supports MT...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>Brad Choate has released a new beta of his Movable Type plugin <strong>iMT</strong> which gives iPhones/iTouches a decent mobile interface to MT.</p>

<blockquote>
  <p><a href="http://twitter.com/bradchoate">bradchoate</a> Just put up a fresh beta build of iMT 1.1 for Movable Type. And it supports MT 4 and 5 now: <a href="http://bit.ly/bhrxEA">github link</a></p>
</blockquote>

<p>Pretty excited about this actually. Regular MT doesn't play that well with the iPhone OS.</p>

<p>Posted from my iPad Jr. </p>
]]>
        

    </content>
</entry>

<entry>
    <title>Amazon v. Macmillan</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2010/02/amazon-v-macmillan.html" />
    <id>tag:nowthis.com,2010://1.19</id>

    <published>2010-02-01T13:38:49Z</published>
    <updated>2010-02-01T13:58:27Z</updated>

    <summary>Dear Amazon: I like you and I buy a lot from you, but you seem to have been infected with stupid. Don&apos;t make authors angry at you, but especially don&apos;t make Scalzi angry. He is quite skilled at explaining himself....</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>Dear Amazon: I like you and I buy a lot from you, but you seem to have been infected with stupid.</p>

<p>Don't make authors angry at you, but especially don't make Scalzi angry. He is quite skilled at explaining himself.</p>

<p><a href="http://whatever.scalzi.com/2010/02/01/all-the-many-ways-amazon-so-very-failed-the-weekend/">All The Many Ways Amazon So Very Failed the Weekend</a> by John Scalzi</p>

<blockquote>
  <p>Hey, you want to know how to piss off an author? It's easy: Keep people from buying their books. You want to know how to <em>really</em> piss them off? Keep people from buying their books for reasons <em>that have nothing to do with them</em>. And you know how to make them absolutely <em>incandescent</em> with rage? Keep people from buying their books for reasons that have nothing to do with them, and keep it a <em>surprise</em> until it happens. Which, as it happens, is exactly what Amazon did. As a result: <a href="http://www.antipope.org/charlie/blog-static/2010/01/news-flash.html">Angry, angry authors</a>. Oh so <em>very</em> angry.</p>
  
  <p>...</p>
  
  <p>Think about the disparity of corporate responses here. Macmillan issued a detailed statement from its CEO discussing the event and his company's reasons and rationales for acting as it did. Amazon issued an unsigned forum comment written by someone who is apparently a little shaky on Macmillan's relationship to its own product. Now, which of these two corporate responses ... appears to be the work of <em>actual adults</em>?</p>
</blockquote>

<p><a href="http://us.macmillan.com/NewsDetails.aspx?id=18537">A Message from Macmillan CEO John Sargent</a></p>
]]>
        

    </content>
</entry>

<entry>
    <title>Code musing</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2010/01/code-musing.html" />
    <id>tag:nowthis.com,2010://1.17</id>

    <published>2010-01-23T05:19:47Z</published>
    <updated>2010-01-23T05:27:57Z</updated>

    <summary>Interesting framing by Carl Masak: Code generation and stone soup Every type of control flow in programming languages is just convenient sugar for if statements and while loops. ifs and whiles are the stone soup to which all the rest...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>Interesting framing by Carl Masak:</p>

<p><a href="http://use.perl.org/~masak/journal/40122">Code generation and stone soup</a></p>

<blockquote>
  <p><em>Every type of control flow in programming languages is just convenient sugar for <code>if</code> statements and <code>while</code> loops.</em></p>
  
  <p><code>if</code>s and <code>while</code>s are the stone soup to which all the rest of our control flow can be added as seasoning. <code>if</code>s let you conditionally skip ahead in code, and <code>while</code>s allow you to conditionally skip back. That's all you need.</p>
</blockquote>

<p>Hadn't quite heard it put it like that before.</p>

<p>I'm as likely as not to try and turn a given task into an operation on lists -- filter with <code>grep</code>, process with <code>map</code>, repeat and fade. </p>

<p>I guess if you could squint you could look at <code>map</code> as a flavor of <code>while</code> and <code>grep</code> as your <code>if</code>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>On not wasting opportunities</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2010/01/on-not-wasting-opportunities.html" />
    <id>tag:nowthis.com,2010://1.16</id>

    <published>2010-01-23T03:08:25Z</published>
    <updated>2010-01-23T05:35:16Z</updated>

    <summary>Smart advice from Matt Deatherage to anyone who has the chance to ask Apple honchos a question in public. Recommend reading the whole thing; it really highlights the value of lurking in a space before speaking (and on Apple conference...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>Smart advice from Matt Deatherage to anyone who has the chance to ask Apple honchos a question in public.</p>

<p>Recommend reading the whole thing; it really highlights the value of lurking in a space before speaking (and on Apple conference calls, lurking is all most people can do).</p>

<p>Deatherage has apparently been listening to the calls for almost 14 years...</p>

<p><a href="http://www.macworld.com/article/145846/2010/01/analystquestions.html"><strong>What analysts should ask Apple:</strong> Apple holds an earnings call Monday--here are some dos and don'ts for analysts</a> [via <a href="http://twitter.com/timbray">@timbray</a>]</p>

<blockquote>
  <p>Reporters can call and listen live ... but Apple hasn't taken a question from reporters during a quarterly conference call in well over a decade. Only financial analysts are allowed to query the company's executives.</p>
  
  <p>That can be a darned shame, because a few times each year, well-meaning analysts let loose with giant stink bombs of questions.</p>
</blockquote>

<p>...i.e. unproductive questions which an experienced attendee knows will be swattted aside. A couple of his suggested questions instead:</p>

<blockquote>
  <p>On their retail stores: "Is your retail operation exposed to any of the CRE problems, including GGP's bankruptcy?"</p>
  
  <p>...someone needs to ask those executives, point blank, "How long do you believe the filter-and-review model for every application on your worldwide mobile platform is sustainable?"</p>
</blockquote>
]]>
        

    </content>
</entry>

<entry>
    <title>Top 100 movies of the decade</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2010/01/top-100-movies-of-the-decade.html" />
    <id>tag:nowthis.com,2010://1.14</id>

    <published>2010-01-03T13:27:10Z</published>
    <updated>2010-01-03T14:09:20Z</updated>

    <summary><![CDATA[..or of a decade, if you're fussy about when it starts &amp; stops. I'm agnostic. Kevin C. Murphy over at Ghost in the Machine has gone to a lot of trouble to put together a review of the best 100...]]></summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>..or of <em>a</em> decade, if you're fussy about when it starts &amp; stops. I'm agnostic. </p>

<p><strong>Kevin C. Murphy</strong> over at <a href="http://www.ghostinthemachine.net/">Ghost in the Machine</a> has gone to a lot of trouble to put together a review of the best 100 movies of the last 10 years, according to him (I think by the end he's reviewed more like 115, but who's counting).</p>

<p>Worth your attention.</p>

<ul>
<li><a href="http://www.ghostinthemachine.net/006442.html">The Oughts in Film: Part I (100-76)</a></li>
<li><a href="http://www.ghostinthemachine.net/006444.html">The Oughts in Film: Part II (75-51)</a></li>
<li><a href="http://www.ghostinthemachine.net/006446.html">The Oughts in Film: Part III (50-26)</a></li>
<li><a href="http://www.ghostinthemachine.net/006447.html">The Oughts in Film: Part IV (25-11)</a></li>
<li><a href="http://www.ghostinthemachine.net/006449.html">The Oughts in Film: Part V (10-1)</a></li>
</ul>

<p>Kevin, 3 things:</p>

<ol>
<li>Wow that was a lot of time you put in, both watching &amp; reviewing.</li>
<li>Thanks! Found several new things I should put in (or move way up in) my movie queue. </li>
<li><p>Thanks for reminding me of Tom Hanks' Mr. Short Term Memory. This was <a href="http://snltranscripts.jt.org/90/90hgame.phtml">my favorite sketch of his</a>:</p>

<blockquote>
  <p><strong>Mr. Short-Term Memory :</strong> [ looks at the card ] What is this? "Tony Randall"? What you just hand these out to people you meet? That's a little sad. <br />
  <strong>Tony Randall :</strong> You just asked me for it! You begged! <br />
  <strong>Mr. Short-Term Memory :</strong> Wha- [ turns to Tony again] Tony Randall!</p>
  
  <p><strong>Host [Phil Hartman] :</strong> Here's today's showcase, spend your thousand on whatever you want. <br />
  <strong>Mr. Short-Term Memory :</strong> Oh Cool um, I-I'll take the color TV for 300. <br />
  <strong>Host :</strong> Alright that leaves you with 700. <br />
  <strong>Mr. Short-Term Memory :</strong> And let's see, uh, I'll take the color TV for 300. <br />
  <strong>Host :</strong> ... Fine, that leaves you with 400. <br />
  <strong>Mr. Short-Term Memory :</strong> Oh! A color TV! I need one of those!</p>
</blockquote></li>
</ol>
]]>
        

    </content>
</entry>

<entry>
    <title>Blogging is the first to go</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/12/blogging-is-the-first-to-go.html" />
    <id>tag:nowthis.com,2009://1.13</id>

    <published>2010-01-01T04:54:52Z</published>
    <updated>2010-01-01T04:58:40Z</updated>

    <summary>7+ weeks with no posts. Shew. The problem is: Writing for the web is one of the most optional things I do. There are a lot of less optional things in front of it, including but not limited to: work,...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>7+ weeks with no posts. Shew. </p>

<p>The problem is: Writing for the web is one of the <strong>most optional</strong> things I do. There are a lot of less optional things in front of it, including but not limited to: work, @thelittleguy, @Medley.. sleep.. the occasional videogame..</p>

<p>As soon as any of the other items needs a little more time than usual, any time I might have normally written up anything for the site just goes 'poof'. And November/December are pretty much guaranteed to be busier months, in several dimensions. So, apologies.</p>

<p>Resolved for the new year: no gaps between posts greater than 7 <strong>days</strong>. </p>

<p>It's not like I don't have immense piles of links saved up to post about..</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Excellent Everyday Coffee</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/11/excellent-everyday-coffee.html" />
    <id>tag:nowthis.com,2009://1.11</id>

    <published>2009-11-03T04:54:21Z</published>
    <updated>2009-11-03T06:01:24Z</updated>

    <summary>I can&apos;t find a reference for it right now, but I remember reading once that the physicist Richard Feynman ate the same lunch every day. He figured out what he needed and then just did the same thing all the...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    <category term="coffee" label="coffee" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="excellentthings" label="excellent things" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>I can't find a reference for it right now, but I remember reading once that the physicist Richard Feynman ate the same lunch every day. He figured out what he needed and then just did the same thing all the time so he could stop wasting any more of his life worrying about 'Gee, what should I have for lunch <em>today</em>?' Could be apocryphal, but it's believable to me.</p>

<p>I'm not so ascetic that I'd accept no variety in my daily food, but I recognize the value in having standard procedures for some things. If you can make any potential decision point a Solved Problem, that frees up your attention for other things.</p>

<p>So it is with our morning coffee. We've tried a number of varieties and brands and flavor profiles, and after years of iteration we've hit on a combination which is satisfying every single morning:</p>

<ul>
<li>Use <a href="https://www.dunkindonuts.com/shoponline/Product.aspx?CategoryId=COFF&amp;GroupId=OB">Dunkin' Donuts Original Blend whole beans</a>. Grind them fresh.</li>
<li>Add a bit of <a href="http://www.penzeys.com/cgi-bin/penzeys/p-penzeysmulledwine.html">Penzeys Mulling Spices</a> to the grounds. Around a teaspoon most of the time; if making a pot later in the day, or if the weather is cold, double that.</li>
</ul>

<p>It's awfully good. </p>

<p>Lately I've taken to customizing the spice blend by adding even more <a href="http://www.penzeys.com/cgi-bin/penzeys/p-penzeyscassiachunks.html">Cinnamon Chunks</a> than there already are in the Mulling Spices. Makes it even better.</p>

<p>Knowing in advance that we're going to be drinking this all the time lets us order in quantity --</p>

<ul>
<li>DD actually has a <a href="https://www.dunkindonuts.com/delivery/">Home Delivery option</a> that works out pretty well cost-wise. We started with a 5-pound bag every 10 weeks, which is the longest interval they offer; we may well need to shorten that in the end.</li>
<li>Penzeys takes off a bit if you buy a lot of Mulling Spices at once.</li>
</ul>

<p>(Not affiliated with or compensated by Dunkin' Donuts or Penzeys Spices. Though they are welcome to send me merchandise or money if they feel so inclined.)</p>

<hr />

<p>Some other folks have already picked up the ball and run with it, posting about several Excellent Things themselves. I like!</p>

<ul>
<li><a href="http://uncorked.org/medley/2009/11/excellent-things/">Medley</a></li>
<li><a href="http://www.flutterby.com/archives/comments/12637.html">Dan Lyke @ Flutterby</a></li>
<li><a href="http://papaya-palace.com/katlog/archives/1350">Katxena @ Breaching the Web</a></li>
</ul>

<p>I see both Medley and Katxena mentioned other Penzeys Spices. This is not surprising as they are generally awesome.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Excellent Things</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/11/excellent-things.html" />
    <id>tag:nowthis.com,2009://1.10</id>

    <published>2009-11-02T04:13:47Z</published>
    <updated>2009-11-02T05:01:01Z</updated>

    <summary>Back in the mists of 2008 or so, there was a Facebook/LJ-meme going around called &apos;25 Random Things About Me&apos;. I lack the wiring to put any effort into that sort of overtly public navel-gazery without prohibitive amounts of throat-clearing...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    <category term="excellentthings" label="excellent things" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>Back in the mists of 2008 or so, there was a Facebook/LJ-meme going around called '25 Random Things About Me'. </p>

<p>I lack the wiring to put any effort into that sort of overtly public navel-gazery without prohibitive amounts of throat-clearing mixed with impatience with myself for participating in it.</p>

<p>So, I never did get around to that. However, thinking about such lists inspired me to do something else I find less annoying and more interesting.</p>

<p>What I'm willing to write about instead, and what I'd like to know from other people, is:</p>

<p><strong>What things are excellent?</strong> <br />
What do you not just like, but think everyone should know about? <br />
Can be anything. A food, a place, a website, a product, an idea, a song, a book ... whatever.</p>

<p>So, in Facebook parlance, I tag anyone who reads this. Post about some Excellent Things and why you like them. And you can post 1, 5, or 25, it really doesn't matter.</p>

<p>I have several Excellent Things in mind, and will be posting about them for the next little while. </p>

<p>Not so coincidentally, it's November! When some people try to post regularly on their blogs! And try to come up with approaches which will help them do so!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>quotable yglesias</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/10/quotable-yglesias.html" />
    <id>tag:nowthis.com,2009://1.9</id>

    <published>2009-10-15T04:25:57Z</published>
    <updated>2009-10-15T04:36:40Z</updated>

    <summary>Matthew Yglesias writes a lot, nearly every day. It comes as no surprise then that he&apos;s a fairly quotable guy at least once a week. The Cable Effect ...The three [daytime cable news] networks combined have an aggregate daytime audience...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p><a href="http://yglesias.thinkprogress.org/">Matthew Yglesias</a> writes a lot, nearly every day. It comes as no surprise then that he's a fairly quotable guy at least once a week.</p>

<p><a href="http://yglesias.thinkprogress.org/archives/2009/10/the-cable-effect.php">The Cable Effect</a></p>

<blockquote>
  <p>...The three [daytime cable news] networks combined have an aggregate daytime audience of roughly zero. But even though the audience, looked at nationally, amounts to [a] rounding error the networks are hugely popular among the tiny number of people who work in professional politics. Just like traders have CNBC and Bloomberg on in their offices, political operatives are constantly tuned in to what's happening on cable news. </p>
  
  <p>The result is a really <strong>bizarre hothouse scenario</strong> in which people are basically watching . . . well . . . nothing, but they're riveted to it. <strong>How things "play" on cable news is considered fairly important</strong> even though <strong>no persuadable voters are watching it.</strong> </p>
  
  <p>And cable news' hyper-agitated style starts to infect everyone's frame of mind, making it extremely difficult for everyone to forget that the networks have huge incentives to <strong>massively and systematically overstate the significance</strong> of everything that happens.</p>
</blockquote>

<p>We've unsubscribed from cable TV and have no service to replace it; we don't hate TV, we just recognize that we weren't watching <strong>any</strong> for the last several months (what with 2 jobs + a 1-year-old), so why pay a monthly fee for it?</p>

<p>Now and then I miss a couple of shows, or live baseball. I do not miss the cable news networks one bit.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>A Novel Approach to Newspaper Marketing</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/10/a-novel-approach-to-newspaper-marketing.html" />
    <id>tag:nowthis.com,2009://1.8</id>

    <published>2009-10-15T04:10:34Z</published>
    <updated>2009-10-15T04:16:31Z</updated>

    <summary>We currently get the Sunday Washington Post. Why? Honestly, not for much. #1, I like getting the Sunday comics, #2, sometimes I enjoy looking through the Sunday ads, and #3, it&apos;s just possible there will be something interesting to read....</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>We currently get the Sunday <a href="http://www.washingtonpost.com/">Washington Post</a>.</p>

<p>Why? Honestly, not for much. #1, I like getting the Sunday comics, #2, sometimes I enjoy looking through the Sunday ads, and #3, it's just possible there will be something interesting to read. But more often, when I browse it, I encounter a piece or 2 or 3 or 4 which is just garbage and wonder anew if we should just drop it entirely.</p>

<p>And, ok, #4, <a href="http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/25/LI2005032501927.html">Gene Weingarten</a>'s pretty good most of the time.</p>

<p>The Post called twice this week to ask if we wanted to receive the Post for the other 6 days of the week, <strong>for free</strong> (for 12 weeks). <em>Such a deal!</em></p>

<p>Well, knowing our past experience when we got the Post every day, it would just arrive, pile up, and go straight in the recycle pile.</p>

<p>(I thought there was an economics term for this sort of pointless waste of materials, energy and effort, but 'deadweight loss' isn't it. I'm certain there is one, though.)</p>

<p>So I said no thanks.</p>

<p>She, paraphrased:</p>

<blockquote>
  <p>"I would ask you to reconsider, Mr. Bogart. Think about the paper carriers, whom the Post will still be paying even though you're not charged for the paper. It would keep them working and paid."</p>
  
  <p>"......"</p>
</blockquote>

<p>Wow. What do you say, really? I had answered the phone intending to say "Look, I already said no once this week, something's wrong with your list", but this completely threw me off from remembering that.</p>

<p>So I refused more explicitly:</p>

<blockquote>
  <p>"Still. We are barely even sure we want to keep receiving the Sunday. So, no on getting the rest of the week."</p>
</blockquote>

<p>With that, she let me go without a fight.</p>

<p><strong>Do it for the carriers?</strong></p>

<p>I'm not without sympathy, but. If you are reduced to using <em>preserving the carriers' jobs</em> as the reason someone should accept your paper, you seem to have run out of good arguments.</p>

<p>Don't ask me to please come back to your restaurant so the cleanup crew will keep their jobs; ask me to come back because you make such tasty food.</p>

<p>Produce a paper people would want to read, and maybe you won't have to ask people to <em>please</em> accept it for free. Maybe stop inflicting people with twisted value systems (like Robin Givhan, Richard Cohen, Charles Krauthammer, Howard Kurtz, George WIll...) on your readers, and I'll think about spending time with the decent rest of the paper.</p>

<p>Had I said yes, we'd just be back to shuttling little daily bundles from our front stoop to the recycle pile, then back out to the curb.</p>

<p>Just like picking up dog poop, except it's recyclable.</p>

<p>(The Washington Post: Think of us as Recyclable Dog Poop! But delivered to your door <em>for free</em>!)</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Tales of TheLittleGuy: Signs of Subtlety</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/09/tales-of-thelittleguy-signs-of-subtlety.html" />
    <id>tag:nowthis.com,2009://1.7</id>

    <published>2009-09-14T12:52:09Z</published>
    <updated>2009-09-14T12:55:48Z</updated>

    <summary>(14 months) Lately L has been making pancakes on Saturday mornings (with an egg- free, dairy-free mix -- surprisingly tasty). TLG has been pretty happy with them. His first taste of syrup was a couple of weekends ago. He had...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    <category term="tlg" label="tlg" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[<p>(14 months)</p>

<p>Lately L has been making pancakes on Saturday mornings (with an egg-
free, dairy-free mix -- surprisingly tasty). TLG has been pretty happy with them.</p>

<p>His first taste of syrup was a couple of weekends ago. He had finished
maybe 2 torn-up pancakes, plain, and indicated he wanted another with
the time-honored point-and-"Uh!"</p>

<p>I wanted to share a little extra goodness with him, so I broke off a
piece of another pancake, dipped one edge of it in the small pool of
100% Maple Syrup on my plate, and told him that this bite would
be a little different.</p>

<p>He took it and ate it, and had no visible reaction.</p>

<p>This wasn't what I was expecting... I pretty much expected some happy
kicking of the feet, or an 'aaooh', or 'mmm', or a very quick request
for more. <em>Something</em> to indicate he'd been pleasantly surprised.</p>

<p>But no, he just ate it like all the other bites of pancake before it,
and he was in no hurry for the next bite. He gave no sign he even
noticed a difference.</p>

<p>Except.</p>

<p>When he was ready for another bite, he picked up the next chunk of
pancake in front of him and silently held it out to me. Aha.</p>

<p>I again dipped one edge in some syrup and gave it to him. Again he ate
it as though nothing were different. But for every remaining bite, he
held it out to me for a little touch of syrup until the pancake was
all gone.</p>

<p>Thankfully, he hasn't insisted on syrup for everything ever since.</p>

<p>But I had to laugh at his unusually nonchalant yet unmistakable way of
saying "yeah, ok, that was pretty good." </p>
]]>
        

    </content>
</entry>

<entry>
    <title>2009-09-03</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/09/2009-09-03.html" />
    <id>tag:nowthis.com,2009:/test//1.3</id>

    <published>2009-09-03T14:15:35Z</published>
    <updated>2009-09-03T14:27:38Z</updated>

    <summary>Attempting to return to the state of &quot;having a proper website&quot;.Installed MT 4.3 and began an entirely new blog, destined to live at the root of my site. The old blog is still where it was - nowthis.com/log/; it can live...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    <category term="att" label="att" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="meta" label="meta" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[Attempting to return to the state of "having a proper website".<div><br /></div><div>Installed <a href="http://www.movabletype.com/">MT 4.3</a> and began an entirely new blog, destined to live at the root of my site. The old blog is still where it was - <a href="http://nowthis.com/log/">nowthis.com/log/</a>; it can live on there as an archive.  </div><div><br /></div><div>Among the many impetuses (yep, looked it up, that's the right word form) for doing it this way was this post by Amber Riviere, widely linked in my twitter feed:</div><div><br /></div><div><a href="http://webworkerdaily.com/2009/08/22/your-blog-is-your-mothership/">Your Blog is Your Mothership</a> </div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">Maintained correctly, your blog is the one tool that will get you the most traffic, and it's the <span class="Apple-style-span" style="font-weight: bold;">tool over which you have the most control</span>.</blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><br /></blockquote><div>The point is for businesses, but it also holds for individuals, particularly professionals.</div><div><br /></div><div>The logical place to put a blog these days is at the root of the site. Because anyone deciding to check out my online presence is going to find the string 'nowthis', check out the default page and find ... what? a lame table of contents which I never look at and just about never update? No, better to make the home page the main page.</div>

<div><br /><hr><br /></div>

<div><a href="http://www.nytimes.com/2009/09/03/technology/companies/03att.html"> Customers Angered as iPhones Overload AT&amp;T</a></div>
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">"It's so slow, it feels like I'm on a dial-up modem" ... "You hit the dial button and the phone just sits there, saying it's connecting for 30 seconds" ...</blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><br /></blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">[AT&amp;T] has also delayed bandwidth-heavy features like multimedia messaging, or text messages containing pictures, audio or video. It is also postponing "tethering," which allows the iPhone to share its Internet connection with a computer, a standard feature on many rival smartphones.</blockquote><div><br /></div><div>Oy. We're actually probably going to get iPhones next week after whatever happens with the iPod announcement on the 9th, so this is just ducky. Would love to see the exclusivity deal with AT&amp;T just go away.</div>

<div><br /><hr><br /></div>

<div>One of many reasons I'm so far out of practice doing this is, I'm awfully fussy about trying to be precise and polished with my posts. The predictable result of this, when one has a full-time job and a marriage and a very young child, is: almost no posts. </div><div><br /></div><div>So, going to try being less fussy and more think-out-loud-y.</div><div><br /></div><div>More thinking out loud soon.</div>

<div><br /><hr><div><br /></div>p.s. Comments are enabled, but at the moment require authentication (i.e. gotta create an account). That doesn't seem like exactly what I want, but I haven't looked into that part yet.</div>


]]>
        
    </content>
</entry>

<entry>
    <title>something happening</title>
    <link rel="alternate" type="text/html" href="http://nowthis.com/2009/09/some-people-would-quote-for.html" />
    <id>tag:nowthis.com,2009:/test//1.1</id>

    <published>2009-09-03T02:28:10Z</published>
    <updated>2009-09-03T02:39:27Z</updated>

    <summary>Some people would quote &quot;For What It&apos;s Worth&quot; at this point.Trying the newest Movable Type, a fresh install with all the modern features the kids like.(Am I still stuck having to have a title for every post, unless I tweak...</summary>
    <author>
        <name>Steve Bogart</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://nowthis.com/">
        <![CDATA[Some people would quote "For What It's Worth" at this point.<div><br /></div><div>Trying the newest Movable Type, a fresh install with all the modern features the kids like.</div><div><br /></div><div>(Am I still stuck having to have a title for every post, unless I tweak all the templates? Ugh.)</div>]]>
        
    </content>
</entry>

</feed>
