hoodwink.d enhanced
RSS
2.0
XHTML
1.0

RedHanded

As Though the Whole Planet Was One Giant Image Composed of Millions and Millions of Objects #

by why in cult

So, this is already all over the place, but there’s no way I’m off the bandwagon on this one. It’s a historical milestone, for sure. Geoff’s posted a full bigvid of Adam Keys’ one-man show at RejectConf.

He makes Captain Picard’s head bald by just using his hand. Very daring! I hope Pythonistas have as much fun making fun of us as we have whenst picking on them.

said on

For the record, he had two performances, the one Geoff posted was the second one on Sunday during the normal proceedings. See Eric’s fragmented videos for the original, high-energy version.

said on

my god!, it’s full of objects!!!

said on

Is there a transcript available? I find it a bit hard to understand at times, maybe a native speaker can help? Anyway, the parts I understood were funny :)

said on

I’ve got some chunky bacon for the first person who can identify the infamous why hack embedded within the play. Hint: its in the first two minutes.

Go forth baconeers and find those hacks!

said on

I assume you mean <a href="http://www.google.com/codesearch?q=+doc:jtHyXOyN6vs+Proc.new+args+args.shift.__send__+self,+args+show:jtHyXOyN6vs:sFV7RFMqpv0:u8ooaiFAaUQ&sa=N&cd=1&ct=ri&cs_p=http://dev.rubyonrails.org/svn/rails/trunk&cs_f=activesupport/lib/active_support/core_ext/symbol.rb#a0">Symbol#to_proc</a>?

class Symbol
  # Turns the symbol into a simple proc, which is especially useful for enumerations. Examples:
  #
  #   # The same as people.collect { |p| p.name }
  #   people.collect(&:name)
  #
  #   # The same as people.select { |p| p.manager? }.collect { |p| p.salary }
  #   people.select(&:manager?).collect(&:salary)
  def to_proc
    Proc.new { |*args| args.shift.__send__(self, *args) }
  end
end

Then again, if there’s chunky bacon on the line, this seems a little too obvious. Did I miss something more deftly hidden?

said on

...That is not how Preview rendered my @@-encrusted link.

Testing: <a href="">link_to ""</a>

said on

Well done, edbrannin. You take home the bacon!

said on

Symbol#to_proc isn’t my hack, I’m not sure if that’s what you meant. I saw it on PragDave’s blog just like everyone else. And I think he brought it over from Japan. It’s pretty awesome how it rolled off your tongue like that, though.

Sorry about the preview, edbrannin. It needs some work, yeah.

said on

Ahh, but the messenger is just as important as the message!

said on DD Mon YYYY at HH:MM

* do fancy stuff in your comment.

PREVIEW PANE