Posts
21 Nov 2025
Example of how to use Tokenizers from Huggingface in Rust
21 Oct 2025
Serverless Webhooks with Cerebrium
Processing large PDF files often leads to HTTP timeouts. You send a document, wait, and the connection dies before processing completes. Cerebrium’s serverless platform solves this with custom FastAPI webhooks and built-in security.
12 Aug 2025
Using Ansible to automate and manage home environments, including server setups and configurations.
3 Oct 2024
Re-Writing a Text Deduplication Tool in Rust
Exploratory project to re-write a text deduplication tool in Rust, comparing performance and accuracy with the original Python implementation.