Vapourware Jokes

  • Funny Jokes

    /* * Microsoft marketing algorithm. */ #include #include #include /* Microsoft Network Connectivity library */ #include /* For the court of law */ #define say(x) lie(x) #define computeruser ALL_WHO_WANT_TO_BUY_OUR_BUGWARE #define next_year soon #define the_product_is_ready_to_ship another_beta_version void main() { if (latest_window_version > one_month_old) { if (there_are_still_bugs) market(bugfix); if (sales_drop_below_certain_point) raise(RUMOURS_ABOUT_A_NEW_BUGLESS_VERSION); } while(everyone_chats_about_new_version) { make_false_promise(it_will_be_multitasking); /* Standard Call, in lie.h */ if (rumours_grow_wilder) make_false_promise(it_will_be_plug_n_play); if (rumours_grow_even_wilder) { market_time=ripe; say("It will be ready in one month); order(programmers, stop_fixing_bugs_in_old_version); order(programmers, start_brainstorm_about_new_version); order(marketingstaff, permission_to_spread_nonsense); vapourware = TRUE; break; } } switch (nasty_questions_of_the_worldpress) more...

    /*
    * Microsoft marketing algorithm.
    */
    #include
    #include
    #include /* Microsoft Network Connectivity library */
    #include /* For the court of law */
    #define say(x) lie(x)
    #define computeruser ALL_WHO_WANT_TO_BUY_OUR_BUGWARE
    #define next_year soon
    #define the_product_is_ready_to_ship another_beta_version
    void main()
    {
    if (latest_window_version > one_month_old)
    {
    if (there_are_still_bugs)
    market(bugfix);
    if (sales_drop_below_certain_point)
    raise(RUMOURS_ABOUT_A_NEW_BUGLESS_VERSION);
    }
    while(everyone_chats_about_new_version)
    {
    make_false_promise(it_will_be_multitasking); /* Standard Call, in
    lie.h */
    if (rumours_grow_wilder)
    make_false_promise(it_will_be_plug_n_play);
    if (rumours_grow_even_wilder)
    {
    market_time=ripe;
    say("It will be ready in one month);
    order(programmers, stop_fixing_bugs_in_old_version);
    order(programmers, more...

  • Recent Activity