Hacker News new | ask | show | jobs
by mappu 2921 days ago
Even in the FLOSS world this is a somewhat extremist position - see https://www.gnu.org/philosophy/javascript-trap.en.html
1 comments

Interesting, I'm inclined to support some way of removing code obfuscation. I wonder if a neural network could be trained to do that.
It can be done reasonably well without a neural network (look at the '{}' button in Chrome, or Hex-rays for C/C++).

There is some work in applying an NN to make the result look more like "realistic" code samples: http://www.cs.unm.edu/~eschulte/data/katz-saner-2018-preprin...