/images/avatar.jpg

Bio

I am a fourth-year Computer Science Ph.D. student in OrderLab at University of Michigan, advised by Prof. Ryan Huang.

My research interest spans broadly in computer systems, including operating systems and distributed systems. My research focuses on building more robust and reliable systems.

I was a Ph.D. student in Johns Hopkins University from 2020-2023. I obtained my B.E. degree in Computer Science from ShanghaiTech University in July 2020.


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
/// Learn to become a good researcher
impl<CS> Researcher<CS> for Me {
    // TODO: terminated with EMTODO: too many TODOs
    async fn week(self, paper: CS) -> Result<(), Box<dyn Error>> {
        let thoughts = paper.read().digest().await?;
        let progress = self.project.coding().await?;
        self.meeting.report(self.compile(thoughts, progress)).await?;
        Ok(())
    }
}
(Idea by Jose Hu)

News

  • Jan. 2023 I will be teaching a new course Reliable Programming with Rust at JHU in Intersession 2023!
  • Mar. 2022 Our work on operating system support for auxiliary executions is accepted to OSDI'22!
  • Aug. 2021 Finally arrived at Baltimore and met everyone!
  • Sep. 2020 I’m TAing the course CS318/418/618 Operating System this semester.
  • Sep. 2020 My Ph.D. life begins (online) at JHU!
  • Aug. 2020 BORA is accepted to appear at SC'20.