Skip to content

Blog

What I miss in My Campus Job

If you know me personally, you might now that I work at University of Chicago Computer Science Instructional Laboratory (CSIL). Do I like working there? Absolutely. I feel like I did well, learnt a lot, accomplished more and made CSIL better for the staff and users. I play a huge role in almost all deployments, debugging any problem and try to help everyone, even if they don’t ask for it. I became the person people depend on a lot.

Why you might ask?

How uv Changed Python Coding for Me

Python used to come with this annoying warm-up ritual: make a venv, install stuff, discover something conflicts, and then somehow it works on this machine but not the next one. uv basically removed that entire category of pain. It makes Python feel fast, predictable, and honestly more serious as a day-to-day dev tool.