Most people know me as a programmer.
I’ve been developing mobile apps since the month the App Store launched, but spend most of my time on backend software and libraries these days.
I love startups, and have even co-founded a few!
I’ve worked in industries ranging from streaming media to finance and even agriculture.
My current day job (and nights and weekends too sometimmes) is Stadia Maps.
In the weeks since my previous post on Working with Arrow and DuckDB in Rust,
I've found a few gripes that I'd like to address.
Memory usage of query_arrow and stream_arrow
In the previous post, I used the query_arrow API.
It's pretty straightforward ...
read more →
How (and why) to work with Arrow and DuckDB in Rust
My day job involves wrangling a lot of data very fast.
I've heard a lot of people raving about several technologies like DuckDB,
(Geo)Parquet, and Apache Arrow recently.
But despite being an "early adopter,"
it took me quite a while to figu ...
read more →
Over the past two weeks, I've been focused on optimizing some data pipelines.
I inherited some old ones which seemed especially slow,
and I finally hit a limit where an overhaul made sense.
The pipelines process and generate data on the order of hund ...
read more →
Today I had a rather peculiar need to search through features from TIGER
matching specfiic attributes.
These files are not CSV or JSON, but rather ESRI Shapefiles.
Shapefiles are a binary format which have long outlived their welcome
according to man ...
read more →
I've lived in South Korea for quite some time,
and during my stay here I've become reasonably fluent in the language.
People often ask how long it took to become fluent
and if I have any tips for their language learning aspirations.
This post is abou ...
read more →
I just listened to a fantastic Two's Complement podcast episode
(transcript)
in which Matt and Ben discussed a data structure I'd never heard of before:
the sequence lock.
It is not very well known,
but it's useful for cases where you want to avoid w ...
read more →
Copying and Unarchiving From a Server Without a Temp File
Sometimes I want to copy files from a remote machine--usually a server I control.
Easy; just use scp, right?
Well, today I had a subtly different twist to the usual problem.
I needed to transfer a ~100GB tarball to my local machine,
and I really want ...
read more →
Yesterday I had the pleasure of attending KWDC 24,
an Apple developer conference modeled after WWDC,
but for the Korean market.
Regrettably, I only heard about it a few days prior
through a friend at the Seoul iOS Meetup,
so I wasn’t able to give a t ...
read more →