Writing
Blog
Does Star Gender Affect How Audiences Rate Films?
A statistical investigation into gender bias in movie ratings using MovieLens 32M, IMDb data, a custom star-identification heuristic, and Cohen's d effect size measurement.
Fine-Tuning a Language Model to Write Like Manzoni
How I built a custom parallel dataset through distillation and adapted Gemma 3 4B to perform literary style transfer in nineteenth-century Italian prose.
Parallelizing a Physics Simulation: CUDA vs. MPI+OpenMP
How I implemented the same 1D particle storm simulation three ways — hybrid MPI+OpenMP and CUDA — and what each architecture taught me about parallel performance.