vote up 200 vote down star
113

I'm getting married on April 4th, 2009. My future wife has agreed to let me have actual code on top of the wedding cake. Woot!

There isn't very much room, four, maybe five lines (it's only a 6" cake because the main cake is a bunch of cupcakes).

Any language is okay, Java, JavaScript, XML.

A lot of the people attending the wedding have coded before, so they'll "get it".

My name is 'Robert' and her name is 'Tiffany', some sort of creative use of those names would be cool.

What code would you have on your wedding cake?

More code cakes (1) (2) (3) (4) (5) (6)

flag
7  
Am I the only curious one to see an actual picture of the cake? – Ólafur Waage Apr 17 at 12:35
4  
Congratulations by the way! – m_oLogin Apr 20 at 15:07
3  
@Sembiance: Wish you a happy life together! – Mehrdad Afshari Apr 27 at 13:18
12  
The USB cupcakes are a nice touch. – mmyers May 9 at 5:02
93  
Good you didn't put until(death = true); – ya23 Jul 13 at 0:50
show 7 more comments

78 Answers

1 2 3 next
vote up 259 vote down check
Do {
    Have();
    Hold();
} Until (Death == True);
link|flag
15  
Your suggestion is what inspired the cake I ended up with. Thanks! – Sembiance Apr 20 at 21:51
1  
Holy cow. Why were people messing with this in the beginning? – George Stocker Jul 13 at 18:46
2  
Um... how about `Do { ... } While (!Dead ); ? – Svish Jul 14 at 20:50
show 4 more comments
vote up 190 vote down

You can keep it simple also, and just have:

for( ; ; );

I don't even think you need to say more than that. It's simple and gets the point across. :)

link|flag
1  
Beautifully expressed!!! – Shivasubramanian A Mar 28 at 15:54
1  
Love the subtlety of this one. – martinlund Mar 31 at 7:20
15  
#define ever (;;); – hasen j Jun 8 at 0:27
19  
Doesn't this translate to "do nothing forever?" – Kevin Laity Jul 13 at 17:50
show 1 more comment
vote up 189 vote down
if (wife.allowsCodeOnCake)
{
    this(nerd).hasFoundTrueLove = true;
}
link|flag
6  
How about another line in the if? wife.rollEyesAndSigh(); – Samuel Mar 26 at 20:50
4  
And please do not expose your class members like that. Accessor methods, anyone? ;) – E Dominique Mar 27 at 13:44
1  
@Click Upvote: I agree. $(nerd) might look better :) jQuery style. – Mehrdad Afshari Mar 28 at 11:02
show 12 more comments
vote up 165 vote down

What's a wife ? :)

Pesto:

It's a subclass of girlfriend that has unlimited access to your private members but doesn't make good use of it, hogs all available resources, and spawns child processes that you aren't allowed to kill off.

link|flag
13  
A compiled girlfriend. – Martin Mar 26 at 15:48
168  
It's a subclass of girlfriend that has unlimited access to your private members but doesn't make good use of it, hogs all available resources, and spawns child processes that you aren't allowed to kill off. – Pesto Mar 26 at 15:52
8  
Surely a statically linked girlfriend? – mgb Mar 26 at 17:01
1  
I wish I could give Martina and Pesto upmods. – SquidScareMe Mar 26 at 17:06
1  
Pesto deserves upmods and I wish we could upmod individual comments. That just made my day! – X-Istence Mar 26 at 17:33
show 8 more comments
vote up 100 vote down
public class Girlfriend {
   public virtual bool sex() { return true; }
}

public class Wife : Girlfriend {
   public override bool sex() { return false; }
}
link|flag
3  
Probably not the best code for the wedding cake, but nice anyway – MartinStettner Mar 29 at 7:35
16  
4 offensive flags, I didn't know we had so many female readers :) – gbjbaanb Mar 29 at 21:53
1  
I hardly think this post is offensive. Who has it offended? The sensibilities of the Victorians? – Mark Ingram Mar 30 at 13:35
2  
why "virtual" in the base class? – thomasrutter Apr 6 at 3:24
12  
Found my answer. It is for situations where an instance of the derived cast is cast as the base class, and it means that the override should take precedence. Wow, I am learning about programming even from this post, who'd have thought ?! – thomasrutter Apr 6 at 3:26
show 5 more comments
vote up 94 vote down
/*
* No need anymore, but plz do NOT erase
*
* class Singleton {...}
*/
link|flag
3  
Subtle, I like it. – Atomiton Mar 26 at 19:12
show 2 more comments
vote up 72 vote down
if(husband.take(wife) && wife.take(husband)){
  while(!death){
    love();
    honor();
    cherish();
  }
  part();
}
link|flag
9  
It's already a little long for what the OP wanted, but I could add an "obey();" call... although that would probably just be "husband.obey();" since that method is not implemented for wife objects. =) – gnovice Mar 26 at 16:10
1  
wife.obey(); // Syntax error – Daniel LeCheminant Mar 26 at 16:17
1  
@Daniel L: Nope. It's a pure virtual function call exception! – Mehrdad Afshari Mar 28 at 11:03
show 10 more comments
vote up 64 vote down

A nice little marital crontab:

# DO NOT EDIT THIS FILE - until death
# (/marriage/crontab.XXX installed on Sat Apr  4 11:26:10 2009)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
0 21 * * * unzip; strip; touch; grep; finger; mount; fsck; more; yes; umount; sleep
link|flag
1  
+1 and hasen j: how else would you know where to finger and mount? – Spoike Mar 27 at 9:14
34  
I prefer the full joke: whois; trace; date; yacc; gawk; ssh; unzip; strip; find; touch; finger; head; uptime; whereis; latex; mount; join; nice; man; top; split; fsck; gasp; more; yes; exit; umount; sleep; dump – Laplie Mar 28 at 4:34
5  
wow, anyone who finds this one funny or original clearly hasn't been around unix very long... this one is as old as the hills (and about as amusing as such) – Nik Reiman Mar 28 at 14:35
1  
haha +1 for fsck! I think about that every time I check my filesystem if you know what I mean. – thomasrutter Apr 6 at 3:29
show 11 more comments
vote up 61 vote down

I'd simply have On Error Resume Next

link|flag
show 1 more comment
vote up 59 vote down
SELECT wife FROM women WHERE 
  looks='gorgeous' AND idealman LIKE 'Robert%'
UNION
SELECT husband FROM men WHERE
  job='geek' AND loves='Tiffany'

OK, so I've got no idea about SQL, but someone with knowledge must be able to knock something up with the rather appropriate keywords like SELECT, JOIN, UNION, LIKE etc.

link|flag
1  
+1, if only for the proximity of "knock something up" to "SELECT, JOIN, UNION, LIKE" – Adam Liss Mar 27 at 2:54
show 3 more comments
vote up 52 vote down

while( true ) love++;

link|flag
7  
This is all good until you increment too high and either get an error, or if you're working with really low levels and are using a signed number, wrap around to negatives. – Dinah Jul 13 at 16:14
show 1 more comment
vote up 40 vote down

It isn't technically code but I would put simply:

F1
link|flag
4  
F1 is an usual shortcut for "Help!" – bigmonachus Apr 20 at 19:42
show 2 more comments
vote up 38 vote down
while (!husband.isDead() && !wife.isDead()) {
    try {
        marriage();
    } catch (DisagreementException e) {
        continue;
    }
}
link|flag
32  
|| should be && there-- unless you're into necrophilia. – sysrqb Mar 26 at 20:01
1  
Good catch, sysrqb! – Cerebrus Mar 28 at 10:18
show 6 more comments
vote up 31 vote down

Be careful when trying to cast a girlfriend as a wife. There are several interfaces supported by iGirlFriend that aren't supported by iWife.

link|flag
vote up 20 vote down

What about some Python?


if ' love '.join("Bob", "Tiff") :
   eatThatDamnCake(datetime.datetime.now())
link|flag
show 5 more comments
vote up 18 vote down
while(isAlive) continue;
link|flag
vote up 18 vote down

Y = λf·(λx·f (x x)) (λx·f (x x))

link|flag
1  
dude thats not even possible – theman_on_vista Apr 7 at 21:18
show 3 more comments
vote up 17 vote down
double GetBankAccountBalance()
{
   if (isMarried)
   {
      return 0.0;
   }
   else
   {
      return lifeSavings;
   }
}
link|flag
show 1 more comment
vote up 16 vote down

Don't have an answer for you wedding cake, but your 40th anniversary cake code should be in Ruby...

[fetches coat]

link|flag
3  
lemme guess, you're here all week – thomasrutter Apr 6 at 3:30
show 1 more comment
vote up 14 vote down

girlfriend attacks you:
  save -vs- marriage...roll:2
You are now marred.

link|flag
vote up 14 vote down
void Relationship.doMarriage(Minister aMinister) {
  Bride lBride = (Bride)self.female;
  Groom lGroom = (Groom)self.male; 

  lBride.walkDownAisle(new WeddingMusic("Arrival of the Queen of Sheba"));

  aMinister.BeginService(WeddingService.Traditional);

  try {
    lGroom.makeVows();
    lBride.makeVows();

    lGroom.Rings++;
    lBride.Rings++;

    self.IsMarried = true;

    lGroom.kiss(lBride);
  } finally {
    aMinister.EndService();
  }
}

Or if that's too long:

Relationship.doMarriage() {
      Groom.makeVows();
      Bride.makeVows();

      self.IsMarried = true;
      Groom.kiss(Bride);
   }
link|flag
show 5 more comments
vote up 13 vote down

If I was you, I would think about what a big, stinky nerd I was being and not go through with this :). Leave coding at home on your wedding day, your wife (and all the guests) will thank you.

link|flag
2  
Surely you're not suggesting that love and code don't go together? How do you think so much crap software ever sees the light of day? ;) – rism Mar 31 at 1:39
2  
Haha, good point. I've always thought the best coders are the ones that can leave it at home and live a little without thinking about everything in terms of data structures (ie a bit of a different perspective). – temp2290 Mar 31 at 4:19
show 1 more comment
vote up 12 vote down
// Variables Robert & Tiffany are integer representations
// of the actual people.
(Robert ^ Tiffany) == uint.MaxValue;

In case you don't get this one it is essentially saying that Tiffany is the perfect complement to Robert.

link|flag
vote up 11 vote down

abort();

Only joking of course ;)

link|flag
1  
Too pessimistic – DL Redden Jul 13 at 15:47
show 2 more comments
vote up 10 vote down
const bool devotion = true;
link|flag
4  
Shouldn't it be volatile bool? =] – strager Mar 27 at 3:05
vote up 10 vote down

I had the following on my grooms cake back in 2006. I think they changed their tab sizes halfway through it though.

alt text

link|flag
5  
Dude! Your cake isn't properly null terminated! – Vicky Jul 13 at 16:04
vote up 9 vote down

GAME OVER

:-)

link|flag
vote up 8 vote down
// Java-ish pseudocode
public Happiness marriage(husband, wife) {
  while (true) {
    husband.love(wife);
    wife.love(husband);
    if (bedrooms.size() > family.size() && savings > 0) {
       newChild = fork();
       family.add(newChild);
       savings = 0;
    }
  }
}
link|flag
show 1 more comment
vote up 7 vote down
#define cake 3.1415

#undef cake          // (cake = lie if you didn't get it)
link|flag
show 6 more comments
vote up 7 vote down
wife++;
while (stillMarried)
{
    bankBalance--;
}
link|flag
1 2 3 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.