Comment author: robot-dreams 24 June 2015 02:22:32PM 4 points [-]

What do you all think of "General Semantics"? Is it worth e.g. trying to read "Science and Sanity"? Are there insights / benefits there that can't be found in "Rationality: AI to Zombies"?

Comment author: robot-dreams 10 January 2015 06:29:18PM *  0 points [-]

For Linux users (or Mac OS X users that use the Terminal) who want to pick up a journaling habit:

I set up the following aliases to DRAMATICALLY reduce the "activation energy" for writing a journal entry:

alias jcd='cd <journal directory>'
alias today='jcd; vi `date +%Y-%m-%d`; cd -'
alias yesterday='jcd; vi `date -r \`expr \\\`date +%s\\\` - 86400\` +%Y-%m-%d`; cd -'

So if I want to write a journal entry, I just type 'today' and get started. Note that this also has the secondary benefit of keeping journal entries nicely organized by date.

BTW, I am no writer, but this technique has gotten me to write a decent amount over the years:

$ jcd; cat * | wc -w
92804
Comment author: robot-dreams 10 January 2015 06:13:16PM *  0 points [-]

Here's how I calculate 15% tips in my head. After getting used to this approach, I could consistently beat friends who were fumbling with their smartphones.

BTW, math majors have a reputation for NOT being able to do mental arithmetic, so being a math major who could do this was a fun and ironic way to defy stereotypes.

Preparation. Memorize the product of each digit with 1.5

  • 1 x 1.5 = 1.5
  • 2 x 1.5 = 3.0
  • 3 x 1.5 = 4.5
  • 4 x 1.5 = 6.0
  • 5 x 1.5 = 7.5
  • 6 x 1.5 = 9.0
  • 7 x 1.5 = 10.5
  • 8 x 1.5 = 12.0
  • 9 x 1.5 = 13.5

Step 1. Round your bill to two significant digits (35.76 -> 36)

Step 2. Recall the product of the first digit with 1.5 (3 x 1.5 = 4.5). The tip is going to be pretty close to the product you recalled (4.50)--you just need to adjust it upwards a bit using the second digit.

Step 3. Recall the product of the second digit with 1.5 (6 x 1.5 = 9), divide the product you recalled by 10 (9 / 10 = 0.9), and add it to the result of Step 2 (4.50 + 0.90 = 5.40) to get your final result.

Congratulations! You've just calculated your 15% tip to within an accuracy of 10 cents. If you want more speed, you can round your bill to just the first significant digit and skip Step 3--this will give you a 15% tip to within an accuracy of 1 dollar. Alternatively, if you want to impress your friends with more accuracy, you can keep more significant digits around and continue adjusting.

Comment author: robot-dreams 10 January 2015 05:53:06PM *  1 point [-]

I wanted to stop using Facebook, so I deleted my account and then blocked the domain.

Now I don't have any friends anymore, and I have a lot of free time.

Comment author: robot-dreams 10 January 2015 05:49:35PM *  1 point [-]

I wanted to invest my money, but I didn't want to waste any effort thinking or worrying about it, so I made an account on Wealthfront, set up a monthly recurring transfer, and then put it out of my mind.

Comment author: RichardKennaway 08 January 2015 11:17:44PM 16 points [-]

And yet, I also have packed my backpack, embarked in the air, and woken up in Rome, and unlike Emerson have indeed been intoxicated in contemplation of the things that were. And as in Rome, so also in Florence, and Prague, and London, and the cave monasteries of Turkey, and the Alhambra, and the temples of Japan, and other places also.

In other words, YMMV.

Comment author: robot-dreams 10 January 2015 07:41:57AM *  2 points [-]

I hope the quote didn't come across as "travel sucks, period". Admittedly, with the opening "Travelling is a fool's paradise", it's hard for the quote to come across any other way. But my interpretation is not so much that Emerson is against travel; it's that Emerson is against yearning for travel as the magic solution to all of your problems. No matter where you go, you bring yourself--so if the problems lie within yourself, no amount of travelling will let you escape them.

You sound like an awesome person who would love life even if you didn't get to travel (perhaps less, but still). When you chose to set out on your adventures, what was your motivation (I would be pretty surprised if it was to "lose your sadness")?

Comment author: Swimmer963 09 January 2015 04:22:22PM *  14 points [-]

Hmm. I grew up with a different experience. Don't remember feeling especially alone-as-a-rationalist. Some parts of my childhood were unusual; my parents are pretty exceptionally sane, my brother is as interested in rationality as I am. And I think to a large degree it's just a personality difference. From the outside, it sometimes looks like other rationalists are trying to conclude that other people are dumb or unstrategic. (Including Eliezer). This makes no sense to me.

I sometimes wish I could drag various rationalists to my job at the ICU for a while, make them see the kind of teamwork and cooperation that happens in a place where cooperation is a default and a necessity. Nurses, for the most part, just cooperate. Even when there are conflicts. Even when they don't like each other. (Although the degree of "agency" that the team as a whole has does vary with how much the individuals like each other and get along.) I don't know how to make this magic happen on demand, aside from applying selection bias to get the kinds of people who want to be nurses, and then giving them hard-but-manageable problems to solve. And I think I did learn a lot about cooperation at work.

Now I'm curious about the other implications of a society where individuals are isolated. What does that even look like? What do people spend their time doing? What causes the isolation? ...Sci-fi plot brewing.

Comment author: robot-dreams 09 January 2015 04:44:36PM 0 points [-]

I sometimes wish I could drag various rationalists to my job at the ICU for a while, make them see the kind of teamwork and cooperation that happens in a place where cooperation is a default and a necessity.

Sci-fi plot brewing.

I'd be very interested in a story that goes into detail about the Cyprus experiment (fill an island with all "alphas", instead of the usual "alpha, beta, gamma, delta, epsilon" distribution, and see what happens) from Brave New World.

Better yet, fill an island with all "rationalists" and see what happens.

Comment author: Lumifer 08 January 2015 04:11:26PM 0 points [-]

Being a ninja :-D

Comment author: robot-dreams 09 January 2015 08:39:27AM 4 points [-]

+1 for probably missing more criteria than any other suggestion given here.

  • You do need expensive equipment
  • You do need to be in a particular location (ninja school)
  • You do need special credentials (what, you think anyone can become a ninja?)
  • Good luck getting reliable information online
  • Good luck learning without a teacher
  • If you make a mistake, you don't get "rapid feedback, leading to rapid growth", you just die
  • How is ninjutsu intellectually stimulating?

Admittedly, I think I'll have to grudgingly give you "unforgiving" and "badass".

Comment author: solipsist 08 January 2015 05:13:27AM 2 points [-]

Salesmanship

Comment author: robot-dreams 09 January 2015 08:32:23AM 3 points [-]

Upvoted. This is the 3rd time in the last week that I've heard someone mention sales as a useful skill, but how do you train it short of actually getting a job in sales?

Comment author: Princess_Stargirl 08 January 2015 02:28:53PM 10 points [-]

Having done a math PHD and now working as a programmer I find math proofs and programming semi-similar. Though I think programming is less "relaxing." In mathematics if you have an argument that works and isn't insanely complicated you can call yourself victorious. You can look for a simpler method if you want but there is really no imperative to do so. In programming there is almost always a better way to solve a given problem and the differences in speed matter alot.

Comment author: robot-dreams 09 January 2015 08:26:49AM 3 points [-]

This is a fascinating perspective.

For me, optimizing code (both style and performance) can, at times, almost feel like gardening (aka relaxing and theraputic). On the other hand, I really like math, yet I've generally found that it requires WAY more effort than programming.

Perhaps this is why you have a math PhD and I don't ;-)

View more: Next