Yuesir | Graceful your collar, Endless my wonder

RSS Feed

I thoroughly enjoy the pleasures that come with writing and coding. The words I produce hold significant meaning for me; they assist in exploring, organizing, and documenting the myriad details of life. Welcome to the personal blog of yuesir—glad you could visit!

Building Flash Attention from Source

Notes from compiling Flash Attention on an A800 box. If you’re hitting endless build times or OOM “killed” errors, the key env vars and pitfalls here may save you time.

Read More

VS Code for Remote Python Development

A quick guide to using VS Code with SSH for remote development, plus a plug for notebooks. Once you know the flow, spinning up a remote Python/Notebook workflow is incredibly …

Read More

Back Up and Migrate Conda Environments

I recently needed to move a Conda environment. Deep learning stacks are usually tightly coupled to driver versions and package versions, so being able to package a working …

Read More

Hugo Image Optimization: Fancybox, Webp and Watermarks

Recently switching my blog from Hexo to Hugo, I discovered Hugo's powerful customization capabilities, including image customization. After some fiddling around, I successfully …

Read More

Notes While Reading Hugging Face Transformers Docs

Briefly record the conclusions and methods that appear in the official documentation of hugging face. By the way, record some personal thinking and confusion, so that it is …

Read More

Install CUDA and an NLP Stack with Conda (No Root)

How a non-root user can install a newer version of the transformers suite without being able to change the version of the installed cuda driver.

Read More

Capture the Star Rail Gacha URL on Rooted Android with HttpCanary

Some guides show how to sniff the Star Rail gacha URL on Android via ADB/PC. This walkthrough is for rooted tinkerers who want to capture traffic directly on-device. The steps are …

Read More

Switch Xcode Versions to Build Theos Tweaks

After recently replacing my device with a new one, I was about to recompile an iOS jailbreak plugin called PassBy, and found that it frequently reported errors. After a bit of …

Read More

Install the R Kernel for Jupyter with Homebrew

I introduced in another article in the Linux remote server using conda configuration r-kernel jupyter notebook, but I found that conda for a variety of dependency conflicts are not …

Read More

Unix Terminal Setup with Oh My Zsh

macOS has now replaced the default shell with zsh, which is a perfect match for the Oh My Zsh project to achieve an unimaginable terminal experience. With its colorful themes, …

Read More