Comment author: WalterL 28 February 2015 10:57:17PM 4 points [-]

So the Patronum is between Harry and each and every one of the death eaters? That seems dubious, unless he's wearing it like a suit.

Also, they been instructed to use different attacks, so unless the Patronus blocks everything I don't think it'd stop everything that would come his way.

Comment author: wwa 28 February 2015 11:34:47PM 4 points [-]

Wearing the Patronus isn't any more dubious than casting it inside of Hermione to revive her. You're right about stunners instead of AKs of course, but that can be blocked by a thin invisible tranfigured shield (air into glass, since apparently he can transfigure arbitrary atomic structures). Transfiguration is wordless and he has a wand. I mean, this isn't anywhere near as deus-ex-machina as half of the Azkaban escape anyway.

Comment author: wwa 28 February 2015 09:52:19PM *  4 points [-]

"Expecto Patronum", at which point Death-Eaters will fire an utterly futile barrage of AKs. Voldy still can't fire directly at Harry due to resonance. Gun is not as much concern if you move fast enough and considering Voldy is some distance away. Gives Harry enough elbow room to get to his nearby (?) Pouch, Cloak and Time-Turner with 1 more hour on it. At this point we're sorta free of any serious constraints.

Comment author: bramflakes 23 February 2015 08:44:39PM 17 points [-]

I show not your face but your coherent extrapolated volition

I got shivers when I read that and realized what the Mirror was. Another thing that ought to have been obvious, in hindsight.

Comment author: wwa 23 February 2015 10:34:41PM 11 points [-]

And the entire HPMOR fanbase has just now googled the concept. Promotion of ideas is what HPMOR's purpose is, after all.

Comment author: linkhyrule5 23 February 2015 09:57:24PM 7 points [-]

I immediately thought of Eliezer's metaphor of the brain as "the lens that perceives its own flaws", and reflective consistency.

Comment author: wwa 23 February 2015 10:29:27PM 0 points [-]

Perfect mathematical reflection, free of Gödel's incompleteness theorem.

Comment author: [deleted] 01 August 2014 07:22:28PM *  2 points [-]

I'm developing a low-level strongly typed virtual machine suitable for running thought processes with provable program properties, and which result in checkable partial execution traces with cryptographically strong bounds on honest vs fraudulent work. Such a framework meets the needs for a strong AI boxing setup.

In response to comment by [deleted] on Saving the World - Progress Report
Comment author: wwa 02 August 2014 06:56:03PM *  0 points [-]

checkable partial execution traces with cryptographically strong bounds on honest vs fraudulent work

You may want to talk to these guys: http://www.scipr-lab.org/pub (SNARKs for C)

And to me as well, in due time.

Comment author: wwa 08 June 2014 11:26:32AM 36 points [-]

I quit my job for one that I'm much less comfortable with, but with more room for long-term improvement.

In your face, risk aversion!

Comment author: James_Miller 17 April 2014 07:06:01PM 1 point [-]

Yes, but if a company has assets then in bankruptcy often both it's assets and some of its liabilities get transferred. Say Alcor goes bankrupt and a judge has to decide what to do with Alcor's bodies and its assets. The judge would be more likely to give the assets to an organization that was likely to preserve the bodies.

Comment author: wwa 17 April 2014 07:31:13PM *  6 points [-]

Assuming somebody would want to take over a bankrupt company with liabilities as nasty as not-quite-dead humans. The liabilities of a bankrupt cryo company would vastly exceed the assets. Also, you can't get rid of those liabilities, not even part of them, in any way which isn't a PR disaster.

Comment author: James_Miller 17 April 2014 04:20:18PM 20 points [-]

For-profit companies have more incentives than Alcor does to take risks that deliberately expose themselves to the risk of bankruptcy. When a company goes bankrupt it's assets (and often many of its obligations) are not destroyed, rather they are often transferred to another organization.

Comment author: wwa 17 April 2014 06:52:48PM 7 points [-]

Frozen people are liabilities, not assets.

Comment author: wwa 11 April 2014 03:51:10PM *  11 points [-]

Interesting. I'll look into that when/if I have some free time. In the meantime, may I suggest gamifying this at some point? Let MIRI organize a programming competition in Botworld, preferably with prizes. If this plays well, you'll get a lot of attention from some highly skilled hackers and maybe some publicity.

Comment author: Gunnar_Zarncke 11 April 2014 06:33:54AM *  6 points [-]

Reminds me of Core War. Only that the cells were single memory locations. There are no 'actors' - if you could call it that because cells had no owner; only execution threads have.

Maybe some insights can be derived by comparing the significant experience with Core Wards programs. For example There was no single winning strategy but kind of rock-paper-scissors types of programs. It also allos analysis and exploitation of opponents code - albeit at a very low level.

ADDED: The advantage of this model (which has been used to study evolution of actors) is that it is extremely simple. The disadvantage is that the effect per computation is very high: A simple loop can alter a sizable fraction of the 'world' within short time. Thus no complex analysis of opponents never pays off (except for tests like 'is some opponent at this address').

I like your bot-world as it is kind of a hybrid of other bot worlds and core wars in that it does allow inspection. But I think it's complexity (robots, parts, items, inspection, cells; esp. the winning condition) doesn't cut directly to the problem at hand. The key point missing in core wars is a limit to physical reach. Using a limit to the range of mov-instructions would have made a significant difference - even without going to 2D or 3D (actually that complicates reasoning). Or if mov instructions took more time the further they reach.

I agree that a more gradual winning criteria than dead/alive (as in core wars) would help direct the search for more efficient programs.

See also: The AI Challenge - Ants Article

Comment author: wwa 11 April 2014 03:41:15PM *  2 points [-]

A simple loop can alter a sizable fraction of the 'world' within short time. Thus no complex analysis of opponents never pays off (except for tests like 'is some opponent at this address').

It's not because a simple loop can alter a lot of space. It's because Core Wars world is crowded both in space and time. Make agents start a lightyear away from each other and/or make a communication/energy/matter bottleneck and all of a sudden it pays off to do a complex code analysis of your opponent!

View more: Next