Software and puns

whoami

#rust | #tantivy

December 15, 2019

Understanding what new code does without reading it

I recently started working on a ticket in tantivy that allows users to customise the weight of a field by increasing/decreasing the score of documents that match the query in a specific field. Read more
#tantivy

October 1, 2019

Takeaways from my tantivy talk

I spoke about tantivy at the Rust London meetup last week (video). Read more
#rust | #tantivy

June 18, 2019

Using Docker to reproduce a read-only file system

This is part 2 of my journey adding read-only mode to tantivy. Read more
#rust | #tantivy

June 16, 2019

Don't mistake file permissions for read-only fs mounts

I enjoy contributing to tantivy, a Lucene-like library in Rust. Read more