Hacker News new | past | comments | ask | show | jobs | submit | Epitaph's comments login

It's down for the count, but when it gets back up everyone should run this piece of java (requires you to import java.awt.Robot):

      try{
         Robot robot = new Robot();
         while(true){
            for(float t=0; t<1000; t++){
               robot.mouseMove(200+(int)(150*Math.cos(2*Math.PI*(t/1000))), 400+(int)(50*Math.sin(2*Math.PI*(t/500))));
               robot.delay(1);
            }
         }
      } catch (Exception e) {}
We would all be infinitely tracing the infinity symbol.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: