Local LLMs in VS Code with GitHub Copilot Chat and Ollama

How to run fully local language models in VS Code’s Copilot Chat using Ollama — including a structured approach to maintaining separate planning and coding models per machine.

April 23, 2026 · 4 min · 830 words · Felix Itzenplitz

Integrating Tailwind CSS and daisyUI into a Leptos Project with cargo-leptos

This is an updated version of Leptos can use Tailwind CSS and daisyUI without Node.js by Marc, reflecting changes in Tailwind CSS v4 and the current daisyUI standalone release. Leptos projects created with cargo-leptos have built-in support for Tailwind CSS — no Node.js, no separate build tool, no npm scripts required. cargo-leptos downloads and runs the Tailwind CSS standalone executable automatically as part of the build pipeline. daisyUI plugs into that same pipeline via its standalone .mjs bundle, so the entire styling setup stays purely within the Rust/Cargo ecosystem. ...

April 20, 2026 · 3 min · 473 words · Felix Itzenplitz

n8n: A Versatile Open-Source Workflow Automation Tool

Workflow automation tools are becoming essential for businesses aiming to streamline operations, boost productivity, and allocate resources more efficiently. Among these, n8n stands out as a powerful, open-source platform that is transforming how businesses manage their processes. This article explores the features, capabilities, and unique advantages of n8n, including a comparison with other players in the market. Capabilities of n8n n8n allows users to automate a wide variety of tasks, from simple data transfers to complex workflows with multiple conditional steps. The platform excels due to the following features: ...

March 13, 2025 · 3 min · 477 words · Felix Itzenplitz

WSL2: Enabling systemd in Ubuntu 22.04

Since Ubuntu 22.04 it is possible to use systemd in an experimental state on WSL installations. This guide explains how you can easily set it up in just a few steps. Setup Guide Install wsl-setup package, if its not already there. sudo apt install wsl-setup Create a /etc/wsl.conf file (WSL Configuration Documentation): For WSL comes with Windows 10/11: [boot] command="/usr/libexec/wsl-systemd" For WSL Preview from MS Store in Windows 11: ...

June 24, 2022 · 1 min · 117 words · Felix Itzenplitz

My First Post

This is my first post.

February 4, 2022 · 1 min · 5 words · Felix Itzenplitz