Preparation of Emotion

I continue to be fascinated by Ainslie’s Breakdown of Will; which argues that the core challenge of our existence is a struggle between our various preferences over time. Our long-term and near-term preferences are continually churn to create inconsistencies of behavior that are totally irrational.  We tackle this frustrating inconsistency by attempting to strike bargains between our various preferences. He calls this intertemporal bargaining. I love this idea that the inside of our head is like disputatious committee meeting; i.e. it’s a governance problem.

Ainslie, et. al. have found only a very few tactics for the problem. Of which I find preparation of emotion fascinatingly perverse. It puts our nominally irrational self to work to achieve improved rationality. Since we know we can not trust ourselves to stick to our earlier agreements we roll up a bundle of emotion to deploy at the moment the temptation arises to break our earlier agreement.

A simple example of this might be the angry choice break off from a prior commitment, say a lover. Knowing we will be tempted to fall into the old pattern and it’s pleasures we prepare a knot of anger which can be deployed to counteract that temptation. Or we might learn to fear something we know will tempt us; and certainly we are all familiar with the seemingly irrational passion that others will bring to bear on avoiding something things – things which we do not find tempting or possibly enjoy. Or consider the situation were we are tempted by a near term lesser good (a lousy cookie for example) v.s. a distant but significantly better one (a fine dinner); in that situation winding up a emotional disgust to make it easier to shun the near term temptation.

I love that: it’s can be entirely rational to emote.

Professional Income Distribution

This deserves highlighting.  According to this chart lawyers salaries split sharply after they leave school.  Some of them are paid a king’s ransom while other’s are paid quite pedestrian salaries.  I suspect this is true for most highly educated people.

Larry Katz was recently quoted as stating that “Over the past 20 years things have been very good for highest-end abstract skills”.  In so far as that is conventional wisdom it allows the inteligencia to distance them selves from the falling income of the majority of the population.  It creates the illusion that top few percent, who have captured all the income growth implicit in the rising GDP, are their class brothers.  For many well educated people, as that chart shows, that is delusional.

Changing the Rules

I like this quote.

If a majority of the population is well accustomed to certain basic rules and if these rules work reasonably well common people even tend to stick more to these reliable rules than members of parliament and government would do – even if these rules are very unjust for some individuals or even major groups.

On the other hand, changing rules alone is only the one half of the process of change – the new rules must be known and accepted by a broad majority of the population to become effective. Direct Democracy does help to raise a discussion on rules in the families, at work and in other places ordinary people meet each other. Experts are forced to explain the necessity for change not only to a small number of people (members of government and parliament) but to everybody. This is very helpful to ensure that (almost) everybody will understand the need for change.

Reworking institutions to some end or another, e.g. the entrepreneurial act, is fundamentally about phase changes from one widely adopted rule set into something else.  What I like in this framing of the problem is how it highlights the switching cost.  The installed base is invested in the existing rule set.  While switching is risky, just as important is how they are used to paying to maintain the current system.  When the cost/benefits of the old/new regime are distant, impersonal, and fuzzy why should they change?  I’m amused by the presumption that it is experts who would face this problem – seems to me that it’s more often the affected minority who are interested.  Lastly I like how it faces up to the politicking/marketing necessary to drive such change.
I find the quote more interesting stripped of it’s context, but if you want you can look it up.

High praise

“With many frameworks and languages, I get the feeling that I’m dealing with a metal cabinet covered by layers of marine paint; one where scratches tend to reveal sharp edges.  With Erlang, I get the feeling of a Victorian mahogany armoire; one where scratches in the wood simply reveal more rich wood.” — Sam

Nice blog you got there, would be sad if …

Protection rackets seem easy to run on the internet.  While that example is pretty large scale; there are plenty of smaller opportunities for this kind of criminal activity.  Another long tail.  This morning this got caught in the blog’s spam filter:

hello , my name is Richard and I know  you get a lot of spammy comments ,  I can help you with this problem . I know a lot of spammers and I will ask them not to post on your site. It will reduce the volume of spam by 30-50%

He goes on to provide an IM contact and suggests the payment would be, only, some link juice.

Positive/Negative Emotions

funny-kittenspreview.jpgI read Seligman’s Authentic Happiness some time ago.  He has an interesting hypothesis. The idea is that the negative emotions (fear, envy, greed, etc.) are about scarcity (win-lose) while the positive emotions are about more collective constructions (win-win). It is a bit difficult to discern which ideas in this book are well validated by good studies; it appears that this idea is closer to the insta-theory end of the spectrum than most. But I like it. Collective good, selfish bad.

Even if you can puzzle out exactly which ideas and techniques he suggests are well tested you still get difficult confusions between cause and effect. Happy people have larger social networks, but how can you tease out the causality?  In another example; it is will known that marginal increases in your wealth have a weak but positive correlation with happiness. That weak link suggests we ought to strive to earn more. Much less widely reported though is the trajectory of happy people tends toward higher wages and positions.  I think that a cheery affect tends to generate the wealth, not the other way around.

The studies did show some interesting effects. Your various traits (humor, punctuality, cleanliness, etc. etc.) do tend to be genetically inherited and they don’t tend to be strongly effected by circumstance. I particularly liked that they know that older siblings do often have higher IQs than younger ones. How much? One IQ point!

He has a few pages devoted to dismissing the Freudian idea that childhood trama creates an emotional blockage which latter blisters out in ugly behaviors. Those ideas have been extensively tested and they came up wanting.

The Freudian idea that emotions are like water, e.g. if you represses them up they will leak out elsewhere turns out to be extremely wrong. Repressing is fine, and effective. Bottling up doesn’t cause them to stew. No, stewing on them makes them fester. If you nurture a grudge you can turn it into a monster. Living with those is a bummer. If you nurture gratitude, satisfaction, forgiveness, confidence, optimism, etc. etc. you can fill your inner life with kittens.

flashing buffalo router from mac os x

I bought the highly spoken of (scroll down here) Buffalo WHR-G125, which is cheap and flashed it’s software so I can use dd-wrt. I did this from a mac following the directions, but in the end I had a tough time getting the timing right. So this posting’s purpose is to explain how to get the timing right.

I used two tricks. The first is to use expect to script tftp. The second is ignore the instructions (which say to launch the upload when the lights on the router indicate that the single LAN Ethernet your using to connect to it is now active). Instead I wait until the Mac’s brings up it’s interface.

My expect script looked like this:

#!/usr/bin/expect -f
set  timeout 3000
spawn “tftp”
expect “tftp> “; send “binary\n”;
expect “tftp> “; send “rexmt 1\n”;
expect “tftp> “; send “connect 192.168.11.1\n”;
expect “tftp> “; send “put dd-wrt.v24_std_whr-g125.bin\n”;
expect “tftp> “; send “quit\n”;

You use this command to run that.

 % expect flash_it  

That’s pretty straight forward and expect is installed on the mac if you have unix tools, which your likely to if your flashing routers in your spare time. You invoke it like so:

It’s easy to see when the Mac bring up the network connection to the router. When you set things up following the instructions you configured the your network to talk to the router. Open that system preferences up again and stare at the TCP/IP page. You can monitor that page to see the connection to the router come up; first the Ethernet is sensed and a moment latter the IP address is configured; it’s at that point you hit return on the command above.

Wibble

I haven’t really a clue what wibble actually means, but it certainly looks like a fine neologism who’s support I encourage. Meanwhile I’m quite pleased to see that fat-tail distributions are now recognized as so common that we can ridicule those who pretend not to know that. That certainly wasn’t the case even a few years ago.

The W3 and IETF should, and I believe this is one of the rare cases where they would agree, that wibble should be the official pronunciation for WWW. It’s apparent association with states of emotional insanity and high-minded blovating seem like a perfect fit for what most sites serve up from that those names.

In other news related to improving our language tools I’m sure I’ll need the phrase used in this headline: ‘… Outage Blamed on a “Deficiency in An Algorithm”‘.

HamachiX & balance

HamachiX is a Mac OS X application for casually creating “virtual” private networks connecting random computers. It’s implemented by wrapping some user interface around the no charge variant of the proprietary Hamachi VPN product. The VPN(s) it creates are named. The machines that join that network providing an appropriate password and get IP addresses like 5.85.1.2. At which point they may exchange data packets with each other. Hamaci is clever in that it uses p2p tricks to bust thru firewalls.

A typical application is to create a community of users who share iTunes collections, or printers, or whatever.

I’m using this to create http listeners on machines which sit on the public network that then forward to listeners on my laptop. When ever my laptop manages to get on the network Hamanchi rejoins the appropriate network and the forwards start working again. This allows me to demo things running my laptop to random folks on the network at large. I do the port forwarding with balance (sudo port install balance).

It looked like I could do something similar with tinc and avoid the issues raised by using proprietary software. But, MacPorts doesn’t include tinc and this certainly was easy. There are lots of choices for how to forward the listener, as I am with balance. I’d be curious to hear of how other people do this kind of thing?

Update: This widget is an alternative to HamachiX once you get started. You can do all this on the command line, say on 10.3.9.

Update 2: Some people find that HamachiX goes crazy and consumes vast amounts of memory.  A problem you can work around by using it as a easier way to install things and then use the widget or the command line tool hamachi from there on in.  The command line tool gives you a better model of what’s really going on.
I’m finding it dependable for simple tcp/ip connections; but mDNS is spotty.  The forums are full of complaints about various non-working scenarios and some of those are real v.s. user confusion.  One of the foundation pieces, tuntap, is also known to occationally misbehave on intel macs.

Grammar

Years ago I was on the periphery of a massive standardization effort and very very late in the process a feature in the spec was found to be, well, unimplementable.  So under the guise of a “grammar fix” the spec was revised to change a “will” to a “will not.”

That story is filed in my head with along with the trick used in our state legislature to buy time when the budget is running late.  They send a guy up on a chair to turn back the clock.

But really, this story takes the cake!  Apparently this guy managed to stick a 10 million dollar appropration in for a friend of his, after congress passed the bill but before the president signed it.  During what appears to be the typesetting step.

I don’t recall the typesetting step being clearly specified in the constitution.  Which is odd, since the republic was founded after the invention of movable type.