Skip to main content

Blog

Blog

2025

DuckDB and DBeaver, The Perfect Local Development Database Setup
·464 words·3 mins
I like DuckDB for local development and I enjoy using it with DBeaver.
GPU Monitoring Tools inside linux, Glances and NVTOP
·187 words·1 min
GPU Monitoring Tool inside Linux: Glances and NVTOP # While for Windows 11, we have task manager for quick and dirty monitoring of GPU usage, Linux does not ahve anything close to that. Here are two programs, I tested out. For me Glances is quite good, can run in webmode and very beautiful.
Setting Up Home Assistant with Zigbee2MQTT for Air Quality Monitoring
·640 words·4 mins
This guide walks you through setting up a complete Home Assistant environment with Zigbee2MQTT to monitor air quality using IKEA’s VINDSTYRKA sensor and Sonoff ZigBee 3.0 dongle. Why This Setup? # I am curious about sensors that measure the living conditions in the home.
Public data sources - Netherlands
·102 words·1 min
I use different data sources to model and develop systems thinking on subjects. I have built some models from these sources.
Poetry vs UV - Sticking with Poetry in 2025
·552 words·3 mins
While UV promises impressive speed improvements and there is a host of tech influencers now migrating to UV, Poetry still remains the more reliable, mature choice for Python package management in 2025.
Switching from LMStudio to Ollama + OpenWebUI
·375 words·2 mins
Why I moved from LMStudio to Ollama and setting up OpenWebUI as frontend

2024

Is an AI agent a sophisticated version of a loop ?
·96 words·1 min
Looking at the current state of agents, It is possible to replicate a lot of them.
Shape Up Method in Data Science Projects
·993 words·5 mins
Adapting Shape Up methodology for data science work, what works and what doesn’t
Ollama Environment Configuration
·66 words·1 min
Key environment settings for running Ollama efficiently on Windows and Linux.
Force Ollama to use only a single Nvidia GPU
·163 words·1 min
Selecting and enabling which GPUs are visible to ollama within windows.