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 and operating systems.
Currently, I am focusing on distributed replication protocols, database transaction processing, and their implications on storage.
/// 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. student 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! 😉