You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

morganism comments on Open Thread, Aug. 1 - Aug 7. 2016 - Less Wrong Discussion

4 Post author: Elo 01 August 2016 12:12AM

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

Comments (81)

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

Comment author: morganism 06 August 2016 08:49:58PM 0 points [-]

Is good to learn some python at least but..

"Computer program fixes old code faster than expert engineers:

One unexpected byproduct of the work is that it lets researchers see the different tricks that programmers used on the old code, such as archaeologists combing through computational fossils.

“We can see the ‘bit hacks’ that engineers use to optimize their algorithms,” says Amarasinghe, “as well as better understand the larger context of how programmers approach different coding challenges.”

http://news.mit.edu/2015/computer-program-fixes-old-code-faster-than-expert-engineers-0609

Comment author: ChristianKl 08 August 2016 08:32:14AM 0 points [-]

"Computer program fixes old code faster than expert engineers:

Fixing old code isn't a job that most computer programmers want to do. In this particular example it's simply code that works as a better compiler. It's similar to how using Amazons S3 is easier then configuring your own server. Computer programmers get empowered by tools.

Comment author: morganism 13 August 2016 10:17:41PM 1 point [-]

Here is a new tool architecture

Neural Generation of Regular Expressions from Natural Language with Minimal Domain Knowledge

http://arxiv.org/abs/1608.03000

Comment author: ChristianKl 14 August 2016 11:57:24AM 2 points [-]

The problem of programming isn't to translate natural language into computer code. It's to think about both the structure of the problem and the structure of the solution.

In practice programmers also want to write safe code. The architecture you link to looks like it doesn't make clear gurantees about the data. It uses a neural network that works a bit like a black box. There are likely usecases where such a tool is useful but I don't think it will bring replace the need for programmers in a meaningful way.