Skip to content

Commit

Permalink
Merge pull request #187 from reshamas/blog_yao
Browse files Browse the repository at this point in the history
add xiao interview
  • Loading branch information
reshamas authored Jul 18, 2024
2 parents 0d8bc35 + 193cb22 commit 25fa873
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-11-30-meekail-zain-interview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ postauthors:
- name: Reshama Shaikh
website: https://reshamas.github.io
image: reshama_shaikh.jpeg
- name: Meekail zain
- name: Meekail Zain
website: https://www.linkedin.com/in/meekail-zain-02a412a2/
image: meekail-zain.jpg
---
Expand Down
64 changes: 64 additions & 0 deletions _posts/2024-07-18-yao-interview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: "Interview with Yao Xiao, scikit-learn Team Member"
date: July 18, 2024
categories:
- Team
tags:
- Open Source
featured-image:

postauthors:
- name: Reshama Shaikh
website: https://reshamas.github.io
image: reshama_shaikh.jpeg
- name: Yao Xiao
website: https://charlie-xiao.github.io/
image: yao-xiao.jpeg
---

<div>
<img src="/assets/images/posts_images/{{ page.featured-image }}" alt="">
{% include postauthor.html %}
</div>

Yao Xiao recently earned his undergraduate degree in mathematics and computer science. He will be pursuing a Master’s degree in Computational Science and Engineering at Harvard SEAS. Yao joined the scikit-learn team in February 2024.

1. __Tell us about yourself.__

My name is Yao Xiao and I live in Shanghai, China. At the time of interview I have just got my Bachelor’s degree in Honors Mathematics and Computer Science at NYU Shanghai, and I’m going to pursue a Master’s degree in Computational Science and Engineering at Harvard SEAS. My current research interests are in networks and systems (e.g. sys4ml and ml4sys), but this may change in the future.

- GitHub: [@Charlie](https://github.com/Charlie-XIAO)
- LinkedIn: [@yao-xiao](https://www.linkedin.com/in/yao-xiao-200073244/)
- Website: [https://charlie-xiao.github.io](https://charlie-xiao.github.io/)

1. __How did you first become involved in open source and scikit-learn?__

In my junior year I took a course at NYU Courant called Open Source Software Development where we needed to make contributions to an open source software as our final project - and I chose scikit-learn.

1. __We would love to learn of your open source journey.__

I was lucky to get involved in a pretty easy meta-issue when I first started contributing to scikit-learn. I made quite a few PRs towards that issue, familiarizing myself with the coding standards, contributing workflow etc., and during which I gradually explored the codebase and learned a lot from maintainers how to write better code. After that meta-issue was completed, I decided to continue contributing since I enjoyed the experience, and I started looking through the open issues, tried reproducing and investigating them, then opened PRs for those that I was able to solve. It is the process of familiarizing with more parts of the codebase, being able to make more PRs, so on and so forth. While contributing to scikit-learn, sometimes there are also issues to solve upstream, so I also had opportunities to contribute to projects like pandas and pydata-sphinx-theme. Up till today I’m still far from familiar with the entire scikit-learn project, but I will definitely continue the amazing open-source journey.

1. __To which OSS projects and communities do you contribute?__

I have contributed to scikit-learn, pandas, pydata-sphinx-theme, sphinx-gallery. I’m also writing some small softwares that I decide to make open source.

1. __What do you find alluring about OSS?__

It is amazing to feel that my code is being used by so many people all around the world through contributing to open source projects. Well it might be inappropriate to say “my code”, but I do feel like making some actual contributions to the community instead of just writing code for myself. Also OSS makes me care about code quality and so on instead of merely making things “work”, which is very important for programmers but not really taught in school.

1. __What pain points do you observe in community-led OSS?__

Collaboration can lead to better code but also slows down the development process. Especially when there are not enough reviewers around, issues and PRs can easily get stale or forgotten. But I would say it’s more like a tradeoff rather than a pain point.

1. __If we discuss how far OS has evolved in 10 years, what would you like to see happen?__

I couldn’t say about the past 10 years since I’ve only been involved for about one and a half years, but regarding the scientific Python ecosystem I would like to see better coordination across projects (which is already happening). For instance a common interface for array libraries and dataframe libraries would allow downstream dependents to easily provide more flexible support for different input/output types, etc. And as a Chinese I would also hope that open source can thrive in my country some day as well.

1. __What are your favorite resources, books, courses, conferences, etc?__

As for physical books I would recommend *The Pragmatic Programmer* by Andy Hunt and Dave Thomas, and *Refactoring: Improving the Design of Existing Code* by Martin Fowler and Kent Back. As for courses I like MIT’s *The Missing Semester of Your CS Education*. In particular about learning Python, *The Python Tutorial* in the official Python documentation is good enough for me. By the way I want to mention that **documentations** of most languages and popular packages are very nice and they are the best place to learn the most up-to-date information.

1. __What are your hobbies, outside of work and open source?__

I would say my largest hobby is programming (not for school, not for work, just for fun). I’ve recently been fascinated with [Tauri](https://v2.tauri.app/) and wrote a lot of small desktop applications for myself in my spare time. Apart from this I also love playing the piano and I’m an [anime](https://www.animenzpiano.com/) lover, so I often listen to or play piano versions of anime theme songs (mostly arranged by Animenz).
Binary file added assets/images/author_images/yao-xiao.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25fa873

Please sign in to comment.