Unlike mammals, it’s not hormones that dictate a chicken’s sex. It’s a fundamental property of the cells themselves. But this only became apparent when biologists investigated several odd chickens that were half male and half female, as if a line were drawn down the center of their bodies.
Comments Off on Half-Cocked? Hermaphrochickens Challenge Gender Determination
It’s a Lisp book that is, in its own way, even crazier than the dearly-departed _why’s (Poignant) Guide to Ruby. Check out this sample of the comic on their homepage:
Here’s one I found once a long time ago and keep thinking of randomly. jynx on Perlmonks explains what makes and breaks an Obfuscated Code entry. Does anyone still write Perl? Does anyone still write (intentionally) obfuscated Perl? Still, I really like the way he offers examples and counter-examples of each principle.
2) pack/unpack is not obfuscation
The reason i list the counter-example is because it is not unpacking anything like what you think at first glance. While the obfu itself does need some work, that is an acceptable use of unpack. On the other hand, looking at the example we see a fairly common use of unpack: get the string and unpack it, oh look the string is japh. While a packed string is line noise, it’s easy to see past it and note what the code is doing if it’s a simple obfu.