Hacker News new | ask | show | jobs
by pskk 2730 days ago
I was trying to reason about CRISPR (and other editing methods) and try to get an analogy. It sounds a lot like an efficient hex editor. Sure you can edit parts of the "code" but we don't have any debuggers readily available. We can edit randomly and "run" the code, but as far as I know that's about it.
2 comments

It's not a perfect analogy, but I think CRISPR is a bit like a regexp-replace edit function being used to hot-patch your live system memory. It has an extremely narrow pattern-recognition buffer, and you are gambling that you found a sufficiently unique signature at your edit point(s) so that it doesn't also corrupt unrelated parts of your system image that happen to match the same pattern.
And it turns out nature really likes operator overloading.