{"version":"1.0","provider_name":"Rainbow Dash Network","provider_url":"http:\/\/rainbowdash.net\/","type":"link","title":"RedEnchilada (notice the lack of a space) (redenchilada)'s status on Monday, 15-Apr-13 03:07:09 UTC","author_name":"RedEnchilada (notice the lack of a space) (redenchilada)","author_url":"http:\/\/rainbowdash.net\/redenchilada","url":"http:\/\/rainbowdash.net\/notice\/2526177","html":"@<span class=\"vcard\"><a href=\"http:\/\/rainbowdash.net\/user\/29445\" class=\"url\" title=\"-\"><span class=\"fn nickname\">artisticmink<\/span><\/a><\/span> class Ball extends Throwable {} class P { P target; P(P target) { this.target = target; } void aim(Ball ball) { try {throw ball;} catch(Ball b) {target.aim(b);} } public static void main(String[] args) { P parent = new P(null); P child = new P(parent); parent.target = child; parent.aim(new Ball()); } }"}