J_Taylor comments on What are you working on? December 2011 - Less Wrong

7 Post author: jsalvatier 13 December 2011 03:27PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (117)

You are viewing a single comment's thread. Show more comments above.

Comment author: J_Taylor 16 December 2011 03:27:03AM 1 point [-]

I am currently progressing through Learning Python The Hard Way.

I also am trying to find a legitimate job while going through grad-school applications.

Comment author: J_Taylor 17 December 2011 01:16:29AM 2 points [-]

I just finished my first Project Euler problem.

Comment author: Normal_Anomaly 24 December 2011 07:20:21PM 1 point [-]

I'm working on Project Euler too, also in Python. Would you be interested in sharing solutions to problems after we've both finished them? It would provide me, and possibly you, incentive to do more, and we'd get to compare strategies.

Comment author: cousin_it 25 December 2011 05:52:35PM *  1 point [-]

After you solve each Project Euler problem, you automatically get access to the forum thread where people compare their solutions to that problem. For example, I was happy to find Peter Norvig's impressively concise solution to #54.

Comment author: Kutta 30 December 2011 11:00:40PM *  0 points [-]

Do you have evidence besides the username and the programming skill that it's Norvig? I also entertained the idea that it's him. At first I didn't examine his code deeply, but its conciseness inspired me to create a 12-line semi-obfuscated Python solution. I posted a clarified version of that in the thread. What do you think about it? Also, could you tell me your Euler username so I could look for your solutions (provided that you actually post there)?

Now that you mentioned Norvig's solution I investigated it and after correcting some typos I got it to run on my PC. I concluded that it works pretty much the same way as my solution (but mine's considerably faster :) ).

Comment author: cousin_it 01 January 2012 10:30:16AM *  0 points [-]

Do you have evidence besides the username and the programming skill that it's Norvig?

Yes, I have exchanged emails with Norvig about it. But it didn't even occur to me to doubt his authorship, because the style is so similar to his Sudoku solver.

Also, could you tell me your Euler username so I could look for your solutions (provided that you actually post there)?

My username is cousin_it but I never post there.

At first I didn't examine his code deeply, but its conciseness inspired me to create a 12-line semi-obfuscated Python solution. I posted a clarified version of that in the thread.

Woah. If you enjoy crafting your code into such puzzles, check out call/cc in any language that supports it, e.g. Ruby which is really similar to Python. It will help you increase the amount of havoc per line :-)

Comment author: J_Taylor 29 December 2011 06:22:36AM 0 points [-]

Hello.

I recently posted in the mentoring thread:

http://lesswrong.com/r/discussion/lw/929/less_wrong_mentoring_network/

How interested are you in forming an anti-akrasia partnership? If you are interested, do you have a preferred medium of communication?

Comment author: J_Taylor 28 December 2011 12:42:43AM 0 points [-]

Certainly. However, I should note that I have not progressed as far as you have.