<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title>mnot&#8217;s Web log: On Jargon and Applicability</title>
<link rel="stylesheet" href="/style.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.mnot.net/blog/index.rdf" />
<link rel="start" href="http://www.mnot.net/blog/" title="Home" />
<link rel="prev" href="http://www.mnot.net/blog/2004/08/08/measured_monkey_lunch" title="previous" />



<script type="text/javascript" language="javascript">
<!--
var HOST = 'www.mnot.net';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
    setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
    setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '', HOST);
    deleteCookie('mtcmthome', '', HOST);
    deleteCookie('mtcmtauth', '', HOST);
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

//-->
</script>

<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
    rdf:about="http://www.mnot.net/blog/2004/08/20/jargon"
    trackback:ping="http://www.mnot.net/cgi-sys/cgiwrap/mnot/blog/mt-tb.cgi/490"
    dc:title="On Jargon and Applicability"
    dc:identifier="http://www.mnot.net/blog/2004/08/20/jargon"
    dc:subject="Economics"
    dc:description="Alfred Marshall, who is credited with turning economics from a sideline to a proper discipline of its own, had this to say: (1) Use mathematics as a shorthand language, rather than as an engine of inquiry.  (2) Keep to them till you have done....  (4) Then illustrate by examples that are important in real life."
    dc:creator="mnot"
    dc:date="2004-08-20T07:58:26-08:00" />
</rdf:RDF>
-->




</head>

<body>

<h1>mnot&#8217;s Web log</h1>
<p class="subtitle">Everybody seems to have one, so here&#8217;s mine. &nbsp; &nbsp; </p>
<p class="navtop">
<a href="/blog/">recent entries</a> | 
<a href="/blog/all">all entries</a> |
<a class="textbutton" href="/blog/index.rdf" title="RSS feed for this blog">RSS</a></p>

<h2>On Jargon and Applicability</h2>

<p><br />
<a class="offsite" href="http://www.cam.ac.uk/societies/marshal/marshall.htm">Alfred Marshall</a>, who is credited with turning economics from a sideline to a proper discipline of its own, had this to say:</p>

<blockquote>(1) Use mathematics as a shorthand language, rather than as an engine of inquiry. (2) Keep to them till you have done. (3) Translate into English. (4) Then illustrate by examples that are important in real life. (5) Burn the mathematics. (6) If you can&#8217;t succeed in 4, burn 3. This last I did often.</blockquote>

<a name="more"></a>

<br/>
<p class="footnote">
<a href="http://www.mnot.net/blog/Economics/index.html">Economics</a>, <a href="http://www.mnot.net/blog/Protocol Design/index.html">Protocol Design</a><br/>
published on August 20, 2004 at 07:58 AM -08:00</p>








<form method="post" action="/cgi-sys/cgiwrap/mnot/blog/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="606" />

<h3>add to the discussion</h3>
<p>your details</p>
<table class="grid"><tr>
<th>name</th>
<td><input name="author" /></td>
</tr><tr>
<th>e-mail address</th>
<td><input name="email" /></td>
</tr><!--tr>
<th>URL (optional)</th>
<td><input name="url" /></td>
</tr--></table>
<p class="detail">Your e-mail address will not be shared.</p>


<p>your comment<br/>
<textarea name="text" rows="10" cols="50"></textarea></p>
<p class="detail">Separate paragraphs with blank lines; HTML markup will be removed.</p>

<p><input type="checkbox" name="bakecookie" /> store your details</p>

<p class="detail">By submitting a comment, you agree to grant a limited
license to reproduce it, under the same terms as the page being commented upon. If you have questions or prefer other terms, please <a href="/contact/">contact me</a>.</p>

<p><input type="submit" name="preview" value="preview" />
<input type="button" onclick="forgetMe(this.form)" value="remove your details" /></p>
</form>

<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>




<br clear="all" />

<p class="navigation">
<a href="/">mnot.net</a> &nbsp;
<a href="/bookmarks/">bookmarks</a> &nbsp;
<a href="/blog/">blog</a> &nbsp;
<a href="/contact/">contact</a>
</p>

</body>
</html>
