Nan Xiao
nanxstats.bsky.social
Nan Xiao
@nanxstats.bsky.social
A small vibe coding experiment with Claude Code: nanx.me/blog/post/cl...
Refactoring the GPU Selector App with Claude Code: A Vibe Coding Experiment
I rebuilt my deep learning GPU selector app using Claude Code, and here is what I learned from this small vibe coding experiment.
nanx.me
June 13, 2025 at 5:36 AM
Optimize R foreach loops for parallelism: avoid the .combine argument nanx.me/blog/post/r-... #rstats
Optimize R foreach loops for parallelism: avoid the .combine argument
Learn why using .combine in R parallel foreach loops can harm performance. Benchmark comparisons show that manual aggregation methods like data.table::rbindlist() significantly accelerate execution.
nanx.me
March 25, 2025 at 12:54 AM
Skip splash screen in RStudio IDE 2024.12+ nanx.me/blog/post/rs... #rstats
Skip RStudio splash screen
Learn how to skip the RStudio IDE splash screen using simple automation scripts for macOS, Linux, and Windows.
nanx.me
December 17, 2024 at 6:15 AM