Slashdot Mirror


Cybercafe At Mt. Everest

Makarand writes "A Nepalese entrepreneur, Tsering Gyalzen, is making plans to set up a cybercafe at Mt Everest basecamp and open it by March. Proceeds from the venture will be used to support solid waste management in the area. VSAT digital satellite equipment installed a 2-hour trek-distance away from base camp will be used to send signals to the internet cafe using radio links."

2 of 102 comments (clear)

  1. But by Anonymous Coward · · Score: -1, Offtopic

    old ike still likes peckers.

  2. RPN Examples by Anonymous Coward · · Score: -1, Offtopic

    Square root of 3

    ALG: sqr 3 = 3 keystrokes
    RPN: 3 sqr 2 keystrokes

    square root of (3 + 1)

    ALG: sqr ( 3 + 1) = 7 keystrokes
    RPN: 3 Enter 1 + sqr 6 Keystrokes