<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>That's what chemicals can do</title>
<link>http://blog.greglaun.org/</link>
<description>Greg's Personal Blog</description>
<language>en</language>
<image>
        <url>http://blog.greglaun.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: That's what chemicals can do - Greg's Personal Blog</title>
        <link>http://blog.greglaun.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Hi!</title>
    <link>http://blog.greglaun.org/archives/89-Hi!.html</link>

    <description>
        Hey everybody, I know I haven&#039;t been posting for quite some time.  It&#039;s been a hard couple of months for me, but things are settling down.  I have been taking math classes at College Park, and I intend to go into graduate school in pure math rather than physics (as I last claimed on this blog) or applied math as I had suggested to others.&lt;br /&gt;
&lt;br /&gt;
Why pure math?  The basic answer is that I&#039;m pretty decent at it and I think it&#039;s the least likely for me to become dissatisfied with the direction of the field.  Nobody really knows what the math of social science will look like, but it seems likely to me that some of it still needs to be invented.  The physicists working on social science research projects tend to use models commonly in use to study physical processes, and once we exhaust those it will be up to mathematicians to provide better models.  I envision getting similarly frustrated in physics as I was in psychology, and pure math seems to invite the least stagnation.  &lt;br /&gt;
&lt;br /&gt;
I&#039;m concerned, though, that I&#039;ll be only a mediocre mathematician.  But I suppose I&#039;d rather be that than a terrific psychologist.  I suppose I&#039;ll figure out more about my abilities as time goes on. 
    </description>
</item>
<item>
    <title>Down at Fractal Rock</title>
    <link>http://blog.greglaun.org/archives/88-Down-at-Fractal-Rock.html</link>

    <description>
        A friend of mine pointed me to this  description on how to make &lt;a href=&quot;http://www.evilmadscientist.com/article.php/fractalcookies&quot;&gt;fractal cookies&lt;/a&gt;.  They&#039;re beautiful and no doubt amazingly delicious.  They in turn link to a description of &lt;a href=&quot;http://www.urbanhonking.com/digest/archives/2006/06/fractal_pizza.html&quot;&gt;fractal pizza&lt;/a&gt;, which looks less delicious but is perhaps conceptually more interesting:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
The idea was simple, as are most truly genius moments. When looking at a pizza I noticed that you had bread, sauce, cheese and toppings. The toppings struck me as interesting. No matter what you put on top of the bread, sauce, and cheese you still had pizza. Initially I had the same thoughts of the many pizza innovators that have gone before me, &#039;What is the craziest thing I could put on pizza!??&#039; &lt;br /&gt;
&lt;br /&gt;
It was my love of the term &quot;meta&quot; that turned me on to the idea. What is the craziest thing to put on pizza? Well, what about more pizza!??! I almost dismissed the idea initially, as I have eaten pizza with two crusts, and even stacked slices on top of each other... but I couldn&#039;t let go of the idea of a meta-pizza and then while wandering the frozen food aisle of my local grocery store it was like Newton&#039;s apple hit me on the head and said, &quot;The pizza comes in a wide variety of sizes.&quot; Eureka!&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
The idea is called &quot;self similarity&quot;.  With pizzas of infinitely many sizes, any time you zoom in on a pizza you still see a full pizza topped with mini-pizzas!  Deliciously brilliant I must say.&lt;br /&gt;
&lt;br /&gt;
This inspired me to post an idea I had the other day: fractal symbioses.  I know real ecosystems have fractal properties.  That&#039;s not the point.  In my fractal ecosystem, which I&#039;ll call fractal rock, you start with a medium-sized animal like a tiger.  Then you take an animal that is about the size of that animal&#039;s prey but which (1) is a scaled down copy of the original animal (e.g. a housecat), and (2) is a symbiote.  Maybe the housecat rids the area of mice and other vermon that the tiger doesn&#039;t want to bother with.&lt;br /&gt;
&lt;br /&gt;
But that&#039;s only one layer of self-similarity.  There needs to be a smaller cat, as small to the housecat as the housecat is to the tiger.  And then there needs to be a bigger cat!.  I think four generations  is enough to get a really cool fractal symbioses going.  We can potentially go smaller with cats the size of shrews.  But any bigger and we&#039;d be on dinosaur scales, and that&#039;s just scary. 
    </description>
</item>
<item>
    <title>Sage Math</title>
    <link>http://blog.greglaun.org/archives/87-Sage-Math.html</link>

    <description>
        I have been experimenting with the &lt;a href=&quot;http://www.sagemath.org/&quot;&gt;Sage mathematics&lt;/a&gt; software and so far I find it very good.   The only mathematics software I am used to using is R, which I absolutely love. The advantage of Sage for me is that it does more than statistics (which is R&#039;s main reason for existing), it can solve equations symbolically, and it&#039;s easy to incorporate it into Python programs.&lt;br /&gt;
&lt;br /&gt;
Basically, sage extends python to include several mathematical functions and also has an interface for a number of open source mathematical programs to fill in gaps.  For example, there&#039;s an interface for maxima and octave, and they&#039;re working on one for R.  The interface would be more cumbersome than using R directly, but it has the advantage of doing all one&#039;s math in the same place.&lt;br /&gt;
&lt;br /&gt;
I have been using sage to do integrals that I don&#039;t feel like evaluating.  For example you can do the following:&lt;br /&gt;
&lt;br /&gt;
&gt; F = x/(x^2 + 2) - log(x)&lt;br /&gt;
&gt; F.integrate()&lt;br /&gt;
log(x^2 + 2)/2 - x*log(x) + x&lt;br /&gt;
&gt; F.integrate().display2d()&lt;br /&gt;
&lt;br /&gt;
The last line does the integration and displays the result in ascii art.  It&#039;s a very nice feature to have when equations get more complicated.  Sadly, it doesn&#039;t display correctly in verbatim tags.  &lt;br /&gt;
&lt;br /&gt;
I highly recommend checking out sage if you have a need for such things. 
    </description>
</item>
<item>
    <title>Psychological Science</title>
    <link>http://blog.greglaun.org/archives/86-Psychological-Science.html</link>

    <description>
        As many of you already know, I am taking a leave of absence from Yale to pursue the prospect of a department with a more rigorous approach.  The impetus for this can be found in earlier posts.  Basically, I think there are exciting things going on in the application of nonlinear science to social processes.  I&#039;m currently thinking of transferring to physics since many people who work in this area are in physics departments.&lt;br /&gt;
&lt;br /&gt;
In this process, I have been thinking much about the status of psychology as a science.  There&#039;s an organization called Psychological Science that considers itself to be &quot;Building a science-first foundation for psychology.&quot; The silly thing about this organization is that they seem to engage more in apologetics for the current state of psychology than in advancing any scientific foundation.  They have resisted the adoption of Bayesian statistics, and instead have been promoting this very silly cosmetic changes to statistics that nobody is really fooled by.  In doing so they explicitly defined a replication in psychology as an experiment that reproduces generally the same result.  For example, if study A finds a 90% decrease in depression due to some intervention then study B that finds only a 0.01% decrease is considered a replication.  This would be clearly absurd to most sciences.&lt;br /&gt;
&lt;br /&gt;
Their upcoming  Psychological Science convention is tauting the idea that psychology is a &quot;&lt;a href=&quot;http://www.psychologicalscience.org/observer/getArticle.cfm?id=2203&quot;&gt;hub science&lt;/a&gt;&quot;, which means that if you draw a picture of how similar various disciplines are to each other, psychology is considerably different from physics and chemistry etc.  They argue that this means psychology has an important position.  What it really means, of course, is that psychology is measurably different from the hard sciences, which we already knew.  It seems almost an act of desperation for them to take this interpretation.&lt;br /&gt;
&lt;br /&gt;
Andrew Gelman has this nice post about &lt;a href=&quot;http://www.stat.columbia.edu/~cook/movabletype/archives/2008/01/thou_shalt_not.html&quot;&gt;social science&lt;/a&gt;, which explains that while social scientists know many things they have not done much that they can objectively claim to have solved or that has practical import. 
    </description>
</item>
<item>
    <title>MIT's Walter Lewin Drinks Your Milkshake</title>
    <link>http://blog.greglaun.org/archives/85-MITs-Walter-Lewin-Drinks-Your-Milkshake.html</link>

    <description>
        This video from MIT&#039;s introductory course in physics discusses atmospheric pressure.  At the end (around time 00:45:03, or the last five minutes) he discusses the physics of stealing somebody&#039;s drink with a very long straw.  The video is from 1999, and precedes the current pop-culture discussion of milkshake-stealing by nearly a decade.  &lt;br /&gt;
&lt;br /&gt;
The motivation for the problem is the fact that the human lungs can only take so much pressure.  The most one can normally suck a liquid through a straw is about 1 meter, as he  demonstrates directly before the drink-stealing discussion.  He then proceeds to steal a drink from 5 meters away.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://ocw.mit.edu/ans7870/8/8.01/f99/videolectures/ocw-8.01-lec27.mp4&quot;&gt;Walter Lewin drinks your milkshake&lt;/a&gt;. 
    </description>
</item>
<item>
    <title>Do Elections Behave Like Magnets?</title>
    <link>http://blog.greglaun.org/archives/84-Do-Elections-Behave-Like-Magnets.html</link>

    <description>
        I&#039;m writing a paper in I argue that belief transmission can be modeled rather well by standard magnetism models from physics.  Many people have actually made this point.  What many people have not done is made animated gifs of election results and placed them next to an animated model of magnet dynamics in red and blue.  I have now bridged that gap.  I&#039;m not sure they have any scientific value, but they are hypnotizing.  I&#039;ll spare unintended eye strian by linking to the web page rather than placing the graphics here directly.&lt;br /&gt;
&lt;br /&gt;
On the right are congressional election results by year, on the left is the so-called Ising model of magnetism.&lt;br /&gt;
&lt;a href=&quot;http://greglaun.org/election_magnets.html&quot;&gt;Magnetism and Elections&lt;/a&gt;. 
    </description>
</item>
<item>
    <title>Help?</title>
    <link>http://blog.greglaun.org/archives/83-Help.html</link>

    <description>
        Anyone want to help me by giving me comments on my paper today? 
    </description>
</item>
<item>
    <title>Interesting Discussion on Multitasking</title>
    <link>http://blog.greglaun.org/archives/82-Interesting-Discussion-on-Multitasking.html</link>

    <description>
        I have been looking for  a while for good research on whether multitasking is good or bad.  I have always been an extreme multitasker but I have long had the intuition that that&#039;s a bad thing.  &lt;br /&gt;
&lt;br /&gt;
Here is a piece from the &lt;a href=&quot;http://www.theatlantic.com/doc/200711/multitasking&quot;&gt;Atlantic  Monthly&lt;/a&gt; reviewing the literature and arguing that multitasking is bad.  Here&#039;s a &lt;a href=&quot;http://science.slashdot.org/science/08/01/27/2221228.shtml&quot;&gt;slashdot discussion&lt;/a&gt; on the issue.  Alternately there are people who argue that multitasking makes people more cognitively flexible, but I&#039;m not sure there&#039;s any scientific evidence for that claim.  The rise of multitasking could, however, explain the rise of ADD in the last few generations.&lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>KDE4 Released</title>
    <link>http://blog.greglaun.org/archives/81-KDE4-Released.html</link>

    <description>
        KDE4, the fourth installment of the K Desktop Environment, has been released today.  For those unfamiliar with them, a desktop environment is essentially the software that determines the look and feel of your graphical user interface. Windows and OS X differ from each other in many ways, but the primary way that non-technical userss notice is the difference in desktop environment.  Elements such as OS X&#039;s dock, expose, the style of the menus, the prettiness of the icons, and so forth are all desktop elements.  &lt;br /&gt;
&lt;br /&gt;
KDE4 looks a bit like Vista, which is not my favorite look.  But that is massively configurable as it is in all linux desktop environments. More interesting to me are speed improvements in the underlying architecture.&lt;br /&gt;
&lt;br /&gt;
Everyone should check out Linux soon, as it&#039;s becoming much more friendly to the non-technical user.  It has always been extremely friendly to the so-called &quot;power user&quot; who wants full control of the system.  And in addition, the software is free and open source, which makes using and improving it an investment in the future of computing for everyone. 
    </description>
</item>
<item>
    <title>Homicides in Baltimore 2007 Map</title>
    <link>http://blog.greglaun.org/archives/80-Homicides-in-Baltimore-2007-Map.html</link>

    <description>
        In honor of the upcoming wire season (I can&#039;t wait!), I thought I&#039;d share this Google map application that locates Baltimore murders fitting criteria specified by the user.  &lt;a href=&quot;http://essentials.baltimoresun.com/micro_sun/homicides/&quot;&gt;Here it is.&lt;/a&gt;. 
    </description>
</item>
<item>
    <title>Personal Update (Sociophysics, Guitar Hero)</title>
    <link>http://blog.greglaun.org/archives/79-Personal-Update-Sociophysics,-Guitar-Hero.html</link>

    <description>
        Sorry for the sporadic/slow updating.  I have been working on school stuff in such a way that I&#039;m not wanting to write about it in a public forum.  When my article gets published I&#039;ll return to my usual rants about psychology not being a real science and how to improve it. &lt;br /&gt;
&lt;br /&gt;
On the plus side, I&#039;ve found that there are numerous physicists working on similar problems to the one I am.  The general field is called sociophysics, and it&#039;s become a hot topic in physics journals. A former editor of the journal Nature has called it a revolution in the social sciences, and clearly the most important problem of our era.  That makes me feel better for having argued that something like sociophysics needs to happen.  I had made the argument for a sociophysics approach to psychology in order to justify learning the math behind statistical physics.  People thought I was kind of crazy I think.&lt;br /&gt;
&lt;br /&gt;
Whenever I find myself in the minority (as I often do, and as I currently do with my belief that psychology needs a makeover), I usually have people much smarter than I am back me up.  I&#039;ve been missing this sort of backup lately, but it looks like the physicists are to the rescue.  If they think that applying statistical mechanics to psychology is a good idea, then I can&#039;t be entirely crazy in thinking the same thing...right?  I hope so.  At least my advisor no longer has to worry that nobody will publish a physics-ized psychology study.  &lt;br /&gt;
&lt;br /&gt;
In non-school news (which is sparse lately because I&#039;ve been schooling non-stop) I&#039;ve been hanging out with my family and playing a lot of Guitar Hero.  I find guitar hero appreciably harder than playing the actual guitar.  Many of the songs are heavy metal songs that I don&#039;t really like, but beyond that it&#039;s incredible fun.   
    </description>
</item>
<item>
    <title>Sun Niagara 2 Open Source!</title>
    <link>http://blog.greglaun.org/archives/78-Sun-Niagara-2-Open-Source!.html</link>

    <description>
        Have you ever thought to yourself, &quot;I wish Sun would opensource its Niagra 2 CPU architecture?&quot;  I know I have.  Really, I have.&lt;br /&gt;
&lt;br /&gt;
Well they&#039;ve &lt;a href=&quot;http://www.opensparc.net/news/&quot;&gt;done it&lt;/a&gt;.  Why is this cool?  Well, it means more people can chip in on chip design.  The Niagara 2 can be used for supercomputing.  If people are able to produce low-cost spinoffs, then CPU prices might come down for supercomputers or for computers overall.  &lt;br /&gt;
&lt;br /&gt;
This latter part is good because lower CPU costs are needed for projects like One Laptop Per Child.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s the &lt;a href=&quot; http://hardware.slashdot.org/article.pl?sid=07/12/12/2250242&quot;&gt;slashdot link&lt;/a&gt; 
    </description>
</item>
<item>
    <title>DO NOT CITE OR CIRCULATE WITHOUT AUTHOR'S PERMISSION</title>
    <link>http://blog.greglaun.org/archives/77-DO-NOT-CITE-OR-CIRCULATE-WITHOUT-AUTHORS-PERMISSION.html</link>

    <description>
        Does anyone know what happens if you violate the plea not to cite or circulate a draft of a paper?  I&#039;m inclined to think that the openness of science favors citing anything and everything that might be relevant.&lt;br /&gt;
&lt;br /&gt;
I know in other disciplines it&#039;s common to cite technical reports or things posted online if they advance the discipline.  In social science and the humanities embargoing such things seems to be more common.    &lt;br /&gt;
&lt;br /&gt;
EDIT: Jordan pointed out that this has been discussed in philosophy.  Particularly &lt;a href=&quot;http://metaphysicalvalues.blogspot.com/2007/06/ethics-of-citation.html&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://tar.weatherson.org/2007/06/06/citation-practices/&quot;&gt;here&lt;/a&gt;.  &lt;br /&gt;
&lt;br /&gt;
To quote,&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
I’m tempted to think that if you put a paper up on the web, that’s to put it in the public domain, and it’s no more appropriate to place a citation restriction on such a paper than it is on a paper published in a print journal. &lt;br /&gt;
&lt;/blockquote&gt;The paper certainly doesn&#039;t go in the public domain in the sense that I can copy it without citing.  But it does enter the world of public knowledge and can be cited as such. Maybe it&#039;s all the time I spend in the free software crowd, but I think information should be free as in free speech and that placing restrictions like these are against the spirit of academic discourse.   
    </description>
</item>
<item>
    <title>Truman Atom Bomb Documents</title>
    <link>http://blog.greglaun.org/archives/75-Truman-Atom-Bomb-Documents.html</link>

    <description>
        I came across these documents while trying to remember Truman&#039;s official position on dropping the atom bomb.  Many of them are formerly classified documents that I find quite interesting to read.&lt;br /&gt;
&lt;br /&gt;
There&#039;s the &lt;a href=&quot;http://www.dannen.com/decision/handy.html&quot;&gt;official memo&lt;/a&gt; to drop the bombs, as well as &lt;a href=&quot;http://www.dannen.com/decision/hst-jl25.html&quot;&gt;a diary entry&lt;/a&gt; the same day indicating Truman&#039;s belief that the target was &quot;purely military.&quot;&lt;br /&gt;
&lt;br /&gt;
More documents are &lt;a href=&quot;http://www.dannen.com/decision/&quot;&gt; at this random page&lt;/a&gt;, and at the &lt;a href=&quot;http://www.trumanlibrary.org/whistlestop/study_collections/bomb/large/index.php&quot;&gt;Truman Library page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I can&#039;t wait until Kennedy&#039;s documents are unclassified. 
    </description>
</item>
<item>
    <title>Personal Update</title>
    <link>http://blog.greglaun.org/archives/74-Personal-Update.html</link>

    <description>
        I&#039;ve been working hard on my Theme Statement, which is a big essay due at the end of our third year.  It&#039;s eventually going to become a paper on how people learn second-hand information, which I hope to submit to a journal that takes longer theoretical papers with data.&lt;br /&gt;
&lt;br /&gt;
I started a statistics reading group and we met for the first time yesterday.  It was nice to have people interested in statistics, and I&#039;ve been talking more to students in other areas like personality and clinical psychology that have in my opinion much stronger methods.  The irony is that in developmental psychology the stereotype is that clinical and personality psychologists have weaker methods.  At any rate, I envision some collaboration on issues that I think are especially challenging.&lt;br /&gt;
&lt;br /&gt;
Thanksgiving break is coming up soon.  I&#039;m looking forward to seeing my family and friends. 
    </description>
</item>

</channel>
</rss>
