public function index($user = "******")
 {
     // get the posts from the specified user
     $this->template->posts = buzz::get_updates($user);
 }