Advertisement
Guest User

Microsoft_Marketing_Code

a guest
Oct 23rd, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.10 KB | None | 0 0
  1. This was originally posted on semper.fi, and I think it was originally done by Brian J. Potter <potter@hpwss702.mayfield.hp.com> (if I'm wrong, please let me know!)
  2.  
  3. #include <nonsense.h>
  4. #include <lies.h>
  5. #include <spyware.h> /* Microsoft Network Connectivity library */
  6. #include <process.h> /* For the court of law */
  7.  
  8. #define say(x) lie(x)
  9. #define computeruser ALL_WANT_TO_BUY_OUR_BUGWARE
  10. #define next_year soon
  11. #define the_product_is_ready_to_ship another_beta_version
  12.  
  13. void main()
  14. {
  15.  if (latest_window_version > one_month_old)
  16.  {
  17.    if (there_are_still_bugs)
  18.      market(bugfix);
  19.    if (sales_drop_below_certain_point)
  20.      raise(RUMOURS_ABOUT_A_NEW_BUGLESS_VERSION);
  21.  }
  22.  while (everyone_chats_about_new_version)
  23.  {
  24.    make_false_promise(it_will_be_multitasking); /* Standard Call, in lie.h */
  25.    if (rumours_grow_wilder)
  26.      make_false_promise(it_will_be_plug_n_play);
  27.    if (rumours_grow_even_wilder)
  28.    {
  29.      market_time=3Dripe;
  30.      say("It will be ready in one month);
  31.      order(programmers, stop_fixing_bugs_in_old_version);
  32.      order(programmers, start_brainstorm_about_new_version);
  33.      order(marketingstaff, permission_to_spread_nonsense);
  34.      vapourware=3DTRUE;
  35.      break;
  36.     }
  37.  }
  38.  switch (nasty_questions_of_the_worldpress)
  39.  {
  40.     case WHEN_WILL_IT_BE_READY:
  41.       say("It will be ready in", today+30_days," we're just testing");
  42.       break;
  43.     case WILL_THIS_PLUG_AND_PLAY_THING_WORK:
  44.       say("Yes it will work");
  45.       ask(programmers, why_does_it_not_work);
  46.       pretend(there_is_no_problem);
  47.       break;
  48.     case WHAT_ARE_MINIMAL_HARDWARE_REQUIREMENTS:
  49.       say("It will run on a 8086 with lightning speed due to the 32"
  50.         " bit architecture");
  51.       inform(INTEL, "Pentium sales will rise skyhigh");
  52.       inform(SAMSUNG, "Start a new memorychip plant"
  53.              "'cos all those customers will need at least 32 megs");
  54.       inform(QUANTUM, "Thanks to our fatware your sales will triple");
  55.       get_big_bonus(INTEL, SAMSUNG, QUANTUM);
  56.       break;
  57.     case DOES_MICROSOFT_GET_TOO_MUCH_INFLUENCE:
  58.       say("Oh no, we are just here to make a better world for everyone");
  59.       register(journalist, Big_Bill_Book);
  60.       when(time_is_ripe)
  61.       {
  62.         arrest(journalist);
  63.         brainwash(journalist);
  64.         when(journalist_says_windows95_is_bugfree)
  65.         {
  66.           order(journalist, "write a nice objective article");
  67.           release (journalist);
  68.         }
  69.       }
  70.       break;
  71.   }
  72.   while (vapourware)
  73.   {
  74.     introduction_date++; /* Delay */
  75.     if (no_one_believes_anymore_there_will_be_a_release)
  76.       break;
  77.     say("It will be ready in",today+ONE_MONTH);
  78.  }
  79.  release(beta_version)
  80.  while (everyone_is_dumb_enough_to_buy_our_bugware)
  81.  {
  82.    bills_bank_account +=3D 150*megabucks;
  83.    release(new_and_even_better_beta_version);
  84.    introduce(more_memory_requirements);
  85.    if (customers_report_installation_problems)
  86.    {
  87.      say("that is a hardware problem, not a software problem");
  88.      if (smart_customer_says_but_you_promised_plug_and_play)
  89.      {
  90.        ignore(customer);
  91.        order(microsoft_intelligence_agency, "Keep an eye on this guy");
  92.      }
  93.    }
  94.    if (there_is_another_company)
  95.    {
  96.      steal(their_ideas);
  97.      accuse(company, stealing_our_ideas);
  98.      hire(a_lot_of_lawyers); /* in process.h */
  99.      wait(until_other_company_cannot_afford_another_lawsuit);
  100.      buy_out(other_company);
  101.    }
  102.  }
  103.  /* Now everyone realizes that we sell bugware and they are all angry at us */
  104.  order(plastic_surgeon, make_bill_look_like_poor_guy);
  105.  buy(nice_little_island);
  106.  hire(harem);
  107.  laugh_at(everyone,
  108.    for_having_the_patience_year_after_year_for_another_unfinished_version);
  109. }
  110.  
  111. void bugfix(void)
  112. {
  113.  charge (a_lot_of_money)
  114.  if (customer_says_he_does_not_want_to_pay_for_bugfix)
  115.    say("It is not a bugfix but a new version");
  116.  if (still_complaints)
  117.  {
  118.    ignore(customer);
  119.    register(customer, big_Bill_book);
  120.    /* We'll get him when everyone uses Billware!!*/
  121.   }
  122. }
  123. Taken from Farokh's Humor Page.
  124.  
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement