Find me on GitHub
https://github.com/josehu07
CV | LinkedIn | Google Scholar
guanzhou.hu (at) wisc.edu | |
josehu (at) cs.wisc.edu |
To all my loved ones and my friends ♥
GitHub Pages — Theme by orderedlist
I am a computer science Ph.D. student in the ADSL lab at the University of Wisconsin-Madison, advised by Professor Andrea Arpaci-Dusseau and Professor Remzi Arpaci-Dusseau. My research interest lies in computer systems, especially distributed storage systems, cloud systems, and operating systems.
My current focus is on distributed replication protocols, database transaction processing, and their implications on modern storage systems. Previously, I have studied file systems and storage stack technologies for emerging hardware such as persistent memory.
/// Keep calm & do good research!
impl<CS> Researcher<CS> for Me {
// TODO: This method is far from complete.
fn week(
&mut self,
paper: &Paper<CS>,
project: &mut Project<CS>,
) -> Result<(), Box<dyn Error>> {
let report = paper.read()?.note()?;
let progress = project.exec()?;
self.meeting(report, progress)?;
Ok(())
}
}
Say hello to the Hux OS kernel! It is a weekend operating system kernel project built to be minimal and understandable. I documented my development of Hux into a complete set of GitHub Wiki pages - please do check them out!
2020.08 - 20??.?? | Ph.D. candidate in Computer Science | UW-Madison |
2016.09 - 2020.07 | BEng. in Computer Science | ShanghaiTech |
2019.09 - 2020.06 | Special student program | MIT |
2019.07 - 2019.09 | Summer research intern ↩︎ | UCLA |
Please comment below anything you wanna say! 😉