Archive for the ‘humor’ tag
Binary Solo
The Humans Are Dead - Flight of the Conchords
We no longer say “yes,” we say “affirmative.”
Yes, affirmative.
Slays me everytime.
Ouroboros
struct serpent
{
public:
serpent* tail;
void swallow(serpent* s) { /* ... */ }
};
serpent* ouroboros = new serpent();
ouroboros->swallow(ouroboros->tail);