Posts
All the articles I've posted.
Rust For Computer Scientists
Posted on:July 2, 2024As a computer science enthusiast, I delve into the intricacies of Rust, exploring the underlying mechanisms of its memory management through hands-on tutorials and sharing my own solutions and bug fixes on GitHub.
Rust FFI Builds With Rayon
Posted on:June 26, 2024In this post I describe how I reduced our Llama.rs build times from 1.5h to 16min using Rayon
One Year With Rust
Posted on:May 24, 2024This article details my one-year journey learning Rust, from a beginner to building an LLM Inference Engine, working with Bindgen and FFI, and implementing TypeScript libraries in Rust.
Llamas and Dinosaurs
Posted on:May 4, 2024In this post I share insights from my 10-day visit to Germany, where I advanced AI-powered projects and explored scalable technologies, while also enjoying cultural and team-building experiences.
ESM Module Loader and Deno
Posted on:February 12, 2024This article explores how JavaScript modules behave when imported multiple times in Deno, discussing shared state retention, the implications of importing different module versions, and the potential for subtle bugs due to version range specifications and import order.
Web APIs and Shell Scripts: Scripting with Deno
Posted on:January 18, 2024In this blog, I share my experience of transitioning from Bash to TypeScript for scripting at Mediform, highlighting TypeScript's advantages in tooling, module management, and maintainability within a diverse technology environment.
Skiing Mt Washington
Posted on:January 5, 2024Our family's ski trip to Mt. Washington was a tapestry of clear skies, spirited runs, cozy lunch breaks, and an afternoon of challenging slopes, all wrapped up in the warmth of togetherness and memorable mountain moments.
Fixing my ErgoDox
Posted on:January 2, 2024This blog post shares my personal experience with the ErgoDox EZ ergonomic mechanical keyboard, emphasizing its customizable features and durable design, alongside a recent DIY repair that refreshed the keyboard for the new year.
Packing Structs with Deno FFI
Posted on:December 19, 2023In the post, I discuss the technical journey and challenges of integrating large language model inference into Typescript using Deno's FFI, particularly when interfacing complex data structures between Rust and Deno, and share some code snippets and resources that helped navigate these complexities.
Christmastime Work and Wanderlust in Karlsruhe
Posted on:December 14, 2023My recent trip to Karlsruhe, Germany, was a delightful mix of exploring traditional Christmas markets, attending a medieval market in Durlach, hiking in the Black Forest, and making significant progress on the AI Inference Engine for MediForm, all while bonding with coworkers.