In the absence of cron, I was planning to have a Ruby script sleeping up to the scheduled time (using Ruby's sleep() ). I was wondering if this would affect the performance/battery life of the tablet or if there's another "right" way to have scheduled events.
Thanks!