Posts

2022


My Obsidian setup

·
1177 words ·
6 mins
Sharing my setup and usecases for Obsidian, an application focused on knowledge base building on top of plain text markdown files.

2021


Setting up, configuring and deploying Dask Distributed

·
·
1716 words ·
9 mins
A collection of tips and tricks for setting up, configuring and deploying dask.distributed in Python projects. Most of topics covered focus on single tenant access pattern, where potentially multiple instances of the same application or a project submit tasks directly to Dask’s scheduler.