Giles comments on An angle of attack on Open Problem #1 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (84)
My thoughts on this problem were: define a predicate quasi_safe(p), equivalent to:
(I may have some off-by-one errors in that but that was the general idea). In the OP's statement of the problem, a time step can represent either a single step of computation or halting with "double down" and being instantaneously replaced with Quirrel's new program.
Anyway, I reckoned that:
Should I write this up or am I obviously confused about something?
I've started wondering whether this may be closely related to Wei Dai's quining approach; posted some preliminary thoughts here.
(Sorry for the delayed reply.) Yeah, that does sound as if it could work! Would be helpful to see the details.