<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Thu, 23 Feb 2012 13:47:00 GMT -->
<opml version="2.0">
	<head>
		<title>What I learned by turning off comments</title>
		<dateCreated>Thu, 23 Feb 2012 13:24:45 GMT</dateCreated>
		<dateModified>Thu, 23 Feb 2012 13:47:00 GMT</dateModified>
		<ownerName>Dave Winer</ownerName>
		<ownerEmail>dave.winer@gmail.com</ownerEmail>
		<expansionState>1</expansionState>
		<vertScrollState>1</vertScrollState>
		<windowTop>127</windowTop>
		<windowLeft>874</windowLeft>
		<windowBottom>1118</windowBottom>
		<windowRight>1817</windowRight>
		</head>
	<body>
		<outline created="Thu, 23 Feb 2012 13:24:45 GMT" ctSaves="12" flPreview="false" id="2012.02.23.1681" server="xmlrpc://cms.scripting2.com:5337/RPC2" storySerialNum="1681" text="What I learned by turning off comments" type="scripting2Post" url="http://scripting.com/stories/2012/02/23/whatILearnedByTurningOffCo.html" username="davewiner" versionClient="0.44" versionServer="0.44" whenLastSave="Thu, 23 Feb 2012 13:47:00 GMT">
			<outline created="Thu, 23 Feb 2012 13:12:47 GMT" pgfnum="12912" text="After all these years, the reasons I write my blog remain the same."></outline>
			<outline created="Thu, 23 Feb 2012 13:13:49 GMT" pgfnum="12913" text="1. To influence."></outline>
			<outline created="Thu, 23 Feb 2012 13:13:56 GMT" pgfnum="12914" text="2. To be influenced."></outline>
			<outline created="Thu, 23 Feb 2012 13:14:02 GMT" pgfnum="12915" text="Hopefully, in both cases, for the better. I want to learn things that make what I do better informed, more valuable (however that is defined) and more timely. And I want to reciprocate, to give others the benefit of what I am learning."></outline>
			<outline created="Thu, 23 Feb 2012 13:15:02 GMT" pgfnum="12917" text="The people who read this blog, by and large, are really smart. I'm learning that because, after turning off the comments, I'm hearing from people about my blog that surprise me. People I didn't know read it. If I knew they did, I might ask them what they think about this or that. Or to fill in a bit of knowledge that I am missing and don't find online. But if I don't know they're reading, I don't know to ask."></outline>
			<outline created="Thu, 23 Feb 2012 13:16:21 GMT" pgfnum="12918" text="Further, they read the comments too. That's a surprise. But they don't contribute. Now, to me -- that's not good. In fact, that's bad."></outline>
			<outline created="Thu, 23 Feb 2012 13:17:22 GMT" pgfnum="12919" text="And some read the comments because they like to see my response to off-topic stuff. To that I say *@#$*(&amp;@#. What a waste. I work so hard, really -- every damn day -- to create software that makes this stuff work better, and that's what you look to me for? To those people, hope you find some other place for your emotional thrill. I'm not in that business. "></outline>
			<outline created="Thu, 23 Feb 2012 13:14:09 GMT" pgfnum="12916" text="The &lt;a href=&quot;http://scripting.com/mail/&quot;&gt;Mail Pages&lt;/a&gt;, very early in the evolution of Scripting News, were the ideal. They were a lot of work, a lot more than comments. But the result was incredible. It was like the stage at a really good conference. The people had important information and perspectives to share, and lots of them shared. They were excited about a new medium and it showed. It was the kind of excitement you see in basketball players the last few weeks, the thrill they're experiencing, that they were always capable of, catalyzed by an improbable star. Newness brings out goodness, it seems."></outline>
			<outline created="Thu, 23 Feb 2012 13:20:05 GMT" pgfnum="12920" text="I hear that some people feel there's a virtue in being silent. I don't. I see it as selfishness. You're willing to take but you're not willing to give. Not a big fan of people who do that."></outline>
			<outline created="Thu, 23 Feb 2012 13:20:40 GMT" pgfnum="12921" text="It's the same gripe I have with the tech investors. When the holes are being dug they don't have any help to offer, but when the ideas are ready for commercializing, they are happy to take the work and run with it. Great. Where's the profit in figuring out what's next? Where's the incentive? Having been around this block repeatedly and seeing unbelievable selfishness, I find myself wishing there was a way to say No, you didn't help so you can't have the benefit. "></outline>
			<outline created="Thu, 23 Feb 2012 13:21:38 GMT" pgfnum="12922" text="I've actually had people say, to my face, that my job is to work for free, and their job is to make the money. How could someone actually let those words come out of their mouth, with a straight face, with any honor or self-respect? These are people with kids, who presumably teach them to share what they have, and to help run the house. Yes people do things they don't want to do, because they need doing. So, as adults, why don't they roll up their sleeves and help? "></outline>
			<outline created="Thu, 23 Feb 2012 13:23:16 GMT" pgfnum="12923" text="Think about what you want from the net. And what you're willing to give up for that. Perhaps a few of your ideas? Or nuggets of truth you learn by doing what you do? Or if you spot an error in someone else's work, are you willing to help out by writing a great bug report? Think about it when you look for the comments and don't find them. They're not here now quite possibly because you weren't willing to contribute. "></outline>
			<outline created="Thu, 23 Feb 2012 13:31:57 GMT" pgfnum="12924" text="If you &lt;i&gt;are&lt;/i&gt; willing to help, if you are a generous person, then what's stopping you? "></outline>
			<outline created="Thu, 23 Feb 2012 13:32:40 GMT" pgfnum="12925" text="PS: I love that the rotating header for today is the &lt;a href=&quot;http://images.scripting.com/archiveScriptingCom/2005/02/24/bsod.gif&quot;&gt;BSOD&lt;/a&gt;. Totally random. I had no role in chosing it other than writing the code that uses a random number generator."></outline>
			<htmlCache>&lt;script>	function ec (id, showClassName, urlExpand, urlCollapse) {		var imgId = 'img_'+ id;		if (document.getElementById (id).className == 'hide') {			document.getElementById (id).className = showClassName;			document.getElementById (imgId).src = urlCollapse;					}		else {			document.getElementById (id).className = 'hide';			document.getElementById(imgId).src = urlExpand;			}		}	&lt;/script> 
&lt;style>	.divOutlineBody {		padding: 0;		margin-left: -16px;		}	.divOutlineList {		margin-left: 0;		padding-left: 0;		text-indent: 0;		}	.divOutlineItem {		margin-left: 16px;		}	.spanOutlineText { 		cursor: pointer;		float: none;		margin-left: 0;		color: black;		}	.show {		display: block;		}	.hide {		display: none;		}	img.expandIcon {		position: relative;		left: -16px;		margin-right: -16px;		padding: 0;		border: 0;		height: 16px;		width: 16px;		}	&lt;/style>
&lt;div class="divOutlineBody">
	&lt;div class="divOutlineList" style="padding-left: 0;">
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">After all these years, the reasons I write my blog remain the same.&lt;/span>&lt;a name="afterAllTheseYearsTheReasonsIWriteMyBlogRemainTheSame">&amp;nbsp;&lt;/a>&lt;a href="#afterAllTheseYearsTheReasonsIWriteMyBlogRemainTheSame">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">1. To influence.&lt;/span>&lt;a name="1ToInfluence">&amp;nbsp;&lt;/a>&lt;a href="#1ToInfluence">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">2. To be influenced.&lt;/span>&lt;a name="2ToBeInfluenced">&amp;nbsp;&lt;/a>&lt;a href="#2ToBeInfluenced">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Hopefully, in both cases, for the better. I want to learn things that make what I do better informed, more valuable (however that is defined) and more timely. And I want to reciprocate, to give others the benefit of what I am learning.&lt;/span>&lt;a name="hopefullyInBothCasesForTheBetterIWantToLearnThingsThatMakeWhatIDoBetterInformedMoreValuableHoweverThatIsDefinedAndMoreTimelyAndIWantToReciprocateToGiveOthersTheBenefitOfWhatIAmLearning">&amp;nbsp;&lt;/a>&lt;a href="#hopefullyInBothCasesForTheBetterIWantToLearnThingsThatMakeWhatIDoBetterInformedMoreValuableHoweverThatIsDefinedAndMoreTimelyAndIWantToReciprocateToGiveOthersTheBenefitOfWhatIAmLearning">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">The people who read this blog, by and large, are really smart. I'm learning that because, after turning off the comments, I'm hearing from people about my blog that surprise me. People I didn't know read it. If I knew they did, I might ask them what they think about this or that. Or to fill in a bit of knowledge that I am missing and don't find online. But if I don't know they're reading, I don't know to ask.&lt;/span>&lt;a name="thePeopleWhoReadThisBlogByAndLargeAreReallySmartImLearningThatBecauseAfterTurningOffTheCommentsImHearingFromPeopleAboutMyBlogThatSurpriseMePeopleIDidntKnowReadItIfIKnewTheyDidIMightAskThemWhatTheyThinkAboutThisOrThatOrToFillInABitOfKnowledgeThatIAmMissingAndDontFindOnlineButIfIDontKnowTheyreReadingIDontKnowToAsk">&amp;nbsp;&lt;/a>&lt;a href="#thePeopleWhoReadThisBlogByAndLargeAreReallySmartImLearningThatBecauseAfterTurningOffTheCommentsImHearingFromPeopleAboutMyBlogThatSurpriseMePeopleIDidntKnowReadItIfIKnewTheyDidIMightAskThemWhatTheyThinkAboutThisOrThatOrToFillInABitOfKnowledgeThatIAmMissingAndDontFindOnlineButIfIDontKnowTheyreReadingIDontKnowToAsk">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Further, they read the comments too. That's a surprise. But they don't contribute. Now, to me -- that's not good. In fact, that's bad.&lt;/span>&lt;a name="furtherTheyReadTheCommentsTooThatsASurpriseButTheyDontContributeNowToMeThatsNotGoodInFactThatsBad">&amp;nbsp;&lt;/a>&lt;a href="#furtherTheyReadTheCommentsTooThatsASurpriseButTheyDontContributeNowToMeThatsNotGoodInFactThatsBad">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">And some read the comments because they like to see my response to off-topic stuff. To that I say *@#$*(&amp;@#. What a waste. I work so hard, really -- every damn day -- to create software that makes this stuff work better, and that's what you look to me for? To those people, hope you find some other place for your emotional thrill. I'm not in that business. &lt;/span>&lt;a name="andSomeReadTheCommentsBecauseTheyLikeToSeeMyResponseToOfftopicStuffToThatISayWhatAWasteIWorkSoHardReallyEveryDamnDayToCreateSoftwareThatMakesThisStuffWorkBetterAndThatsWhatYouLookToMeForToThosePeopleHopeYouFindSomeOtherPlaceForYourEmotionalThrillImNotInThatBusiness">&amp;nbsp;&lt;/a>&lt;a href="#andSomeReadTheCommentsBecauseTheyLikeToSeeMyResponseToOfftopicStuffToThatISayWhatAWasteIWorkSoHardReallyEveryDamnDayToCreateSoftwareThatMakesThisStuffWorkBetterAndThatsWhatYouLookToMeForToThosePeopleHopeYouFindSomeOtherPlaceForYourEmotionalThrillImNotInThatBusiness">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">The &lt;a href="http://scripting.com/mail/">Mail Pages&lt;/a>, very early in the evolution of Scripting News, were the ideal. They were a lot of work, a lot more than comments. But the result was incredible. It was like the stage at a really good conference. The people had important information and perspectives to share, and lots of them shared. They were excited about a new medium and it showed. It was the kind of excitement you see in basketball players the last few weeks, the thrill they're experiencing, that they were always capable of, catalyzed by an improbable star. Newness brings out goodness, it seems.&lt;/span>&lt;a name="theAHrefhttpscriptingcommailmailPagesaVeryEarlyInTheEvolutionOfScriptingNewsWereTheIdealTheyWereALotOfWorkALotMoreThanCommentsButTheResultWasIncredibleItWasLikeTheStageAtAReallyGoodConferenceThePeopleHadImportantInformationAndPerspectivesToShareAndLotsOfThemSharedTheyWereExcitedAboutANewMediumAndItShowedItWasTheKindOfExcitementYouSeeInBasketballPlayersTheLastFewWeeksTheThrillTheyreExperiencingThatTheyWereAlwaysCapableOfCatalyzedByAnImprobableStarNewnessBringsOutGoodnessItSeems">&amp;nbsp;&lt;/a>&lt;a href="#theAHrefhttpscriptingcommailmailPagesaVeryEarlyInTheEvolutionOfScriptingNewsWereTheIdealTheyWereALotOfWorkALotMoreThanCommentsButTheResultWasIncredibleItWasLikeTheStageAtAReallyGoodConferenceThePeopleHadImportantInformationAndPerspectivesToShareAndLotsOfThemSharedTheyWereExcitedAboutANewMediumAndItShowedItWasTheKindOfExcitementYouSeeInBasketballPlayersTheLastFewWeeksTheThrillTheyreExperiencingThatTheyWereAlwaysCapableOfCatalyzedByAnImprobableStarNewnessBringsOutGoodnessItSeems">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">I hear that some people feel there's a virtue in being silent. I don't. I see it as selfishness. You're willing to take but you're not willing to give. Not a big fan of people who do that.&lt;/span>&lt;a name="iHearThatSomePeopleFeelTheresAVirtueInBeingSilentIDontISeeItAsSelfishnessYoureWillingToTakeButYoureNotWillingToGiveNotABigFanOfPeopleWhoDoThat">&amp;nbsp;&lt;/a>&lt;a href="#iHearThatSomePeopleFeelTheresAVirtueInBeingSilentIDontISeeItAsSelfishnessYoureWillingToTakeButYoureNotWillingToGiveNotABigFanOfPeopleWhoDoThat">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">It's the same gripe I have with the tech investors. When the holes are being dug they don't have any help to offer, but when the ideas are ready for commercializing, they are happy to take the work and run with it. Great. Where's the profit in figuring out what's next? Where's the incentive? Having been around this block repeatedly and seeing unbelievable selfishness, I find myself wishing there was a way to say No, you didn't help so you can't have the benefit. &lt;/span>&lt;a name="itsTheSameGripeIHaveWithTheTechInvestorsWhenTheHolesAreBeingDugTheyDontHaveAnyHelpToOfferButWhenTheIdeasAreReadyForCommercializingTheyAreHappyToTakeTheWorkAndRunWithItGreatWheresTheProfitInFiguringOutWhatsNextWheresTheIncentiveHavingBeenAroundThisBlockRepeatedlyAndSeeingUnbelievableSelfishnessIFindMyselfWishingThereWasAWayToSayNoYouDidntHelpSoYouCantHaveTheBenefit">&amp;nbsp;&lt;/a>&lt;a href="#itsTheSameGripeIHaveWithTheTechInvestorsWhenTheHolesAreBeingDugTheyDontHaveAnyHelpToOfferButWhenTheIdeasAreReadyForCommercializingTheyAreHappyToTakeTheWorkAndRunWithItGreatWheresTheProfitInFiguringOutWhatsNextWheresTheIncentiveHavingBeenAroundThisBlockRepeatedlyAndSeeingUnbelievableSelfishnessIFindMyselfWishingThereWasAWayToSayNoYouDidntHelpSoYouCantHaveTheBenefit">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">I've actually had people say, to my face, that my job is to work for free, and their job is to make the money. How could someone actually let those words come out of their mouth, with a straight face, with any honor or self-respect? These are people with kids, who presumably teach them to share what they have, and to help run the house. Yes people do things they don't want to do, because they need doing. So, as adults, why don't they roll up their sleeves and help? &lt;/span>&lt;a name="iveActuallyHadPeopleSayToMyFaceThatMyJobIsToWorkForFreeAndTheirJobIsToMakeTheMoneyHowCouldSomeoneActuallyLetThoseWordsComeOutOfTheirMouthWithAStraightFaceWithAnyHonorOrSelfrespectTheseArePeopleWithKidsWhoPresumablyTeachThemToShareWhatTheyHaveAndToHelpRunTheHouseYesPeopleDoThingsTheyDontWantToDoBecauseTheyNeedDoingSoAsAdultsWhyDontTheyRollUpTheirSleevesAndHelp">&amp;nbsp;&lt;/a>&lt;a href="#iveActuallyHadPeopleSayToMyFaceThatMyJobIsToWorkForFreeAndTheirJobIsToMakeTheMoneyHowCouldSomeoneActuallyLetThoseWordsComeOutOfTheirMouthWithAStraightFaceWithAnyHonorOrSelfrespectTheseArePeopleWithKidsWhoPresumablyTeachThemToShareWhatTheyHaveAndToHelpRunTheHouseYesPeopleDoThingsTheyDontWantToDoBecauseTheyNeedDoingSoAsAdultsWhyDontTheyRollUpTheirSleevesAndHelp">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Think about what you want from the net. And what you're willing to give up for that. Perhaps a few of your ideas? Or nuggets of truth you learn by doing what you do? Or if you spot an error in someone else's work, are you willing to help out by writing a great bug report? Think about it when you look for the comments and don't find them. They're not here now quite possibly because you weren't willing to contribute. &lt;/span>&lt;a name="thinkAboutWhatYouWantFromTheNetAndWhatYoureWillingToGiveUpForThatPerhapsAFewOfYourIdeasOrNuggetsOfTruthYouLearnByDoingWhatYouDoOrIfYouSpotAnErrorInSomeoneElsesWorkAreYouWillingToHelpOutByWritingAGreatBugReportThinkAboutItWhenYouLookForTheCommentsAndDontFindThemTheyreNotHereNowQuitePossiblyBecauseYouWerentWillingToContribute">&amp;nbsp;&lt;/a>&lt;a href="#thinkAboutWhatYouWantFromTheNetAndWhatYoureWillingToGiveUpForThatPerhapsAFewOfYourIdeasOrNuggetsOfTruthYouLearnByDoingWhatYouDoOrIfYouSpotAnErrorInSomeoneElsesWorkAreYouWillingToHelpOutByWritingAGreatBugReportThinkAboutItWhenYouLookForTheCommentsAndDontFindThemTheyreNotHereNowQuitePossiblyBecauseYouWerentWillingToContribute">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">If you &lt;i>are&lt;/i> willing to help, if you are a generous person, then what's stopping you? &lt;/span>&lt;a name="ifYouIareiWillingToHelpIfYouAreAGenerousPersonThenWhatsStoppingYou">&amp;nbsp;&lt;/a>&lt;a href="#ifYouIareiWillingToHelpIfYouAreAGenerousPersonThenWhatsStoppingYou">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;div class="divOutlineItem" style="padding-bottom: 10px;">&lt;span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">PS: I love that the rotating header for today is the &lt;a href="http://images.scripting.com/archiveScriptingCom/2005/02/24/bsod.gif">BSOD&lt;/a>. Totally random. I had no role in chosing it other than writing the code that uses a random number generator.&lt;/span>&lt;a name="psILoveThatTheRotatingHeaderForTodayIsTheAHrefhttpimagesscriptingcomarchivescriptingcom20050224bsodgifbsodaTotallyRandomIHadNoRoleInChosingItOtherThanWritingTheCodeThatUsesARandomNumberGenerator">&amp;nbsp;&lt;/a>&lt;a href="#psILoveThatTheRotatingHeaderForTodayIsTheAHrefhttpimagesscriptingcomarchivescriptingcom20050224bsodgifbsodaTotallyRandomIHadNoRoleInChosingItOtherThanWritingTheCodeThatUsesARandomNumberGenerator">&lt;img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink">&lt;/a>&lt;/div>
		&lt;/div>
	&lt;/div>
</htmlCache>
			</outline>
		</body>
	</opml>
