because adulthood is lonely

WallAboutListLeave

#223 — April 8, 2026 by Evan Chen

Note to self on how to use virtualfish to create a new uv environment with a specified Python version

vf new -c ENVIRONMENT_NAME --python (uv python find 3.12)

Honestly the virtualfish and uv situation is worthy of a blog post… maybe it'll help some confused amateurs like me? If I have the time.


#222 — April 7, 2026 by Evan Chen

Programming languages are also judged by the proficiency of their users. So a programming language with good design principles attracts good developers, which in turn increases its reputation further.


#221 — April 7, 2026 by Evan Chen

I ran out of Claude credits so I ended up refactoring build.py in web.evanchen.cc by hand, which took way longer than making a robot do it, but I feel like the final product was also better than it would've been if I had an LLM do it.


#220 — April 7, 2026 by Evan Chen

Switched from Pelican to Zola for wall and it feels so clean. (And fast.)


#219 — April 7, 2026 by Evan Chen

TIL that sed can delete all lines matching a pattern:

sed -i '/pattern/d'

I think I should learn more about sed.


Page 1 / 45 (next)