Jan David Narkiewicz (Developer)
Monday, September 29, 2025
Git Command-Line: Listing All Untracked Files
›
When a new folder is added to a local Git repo, "git status" only shows the folder name: C:\repo>git status On branch bug/jdnar...
Monday, September 22, 2025
Visual Studio Code: A launch.json for Python Development
›
Having spent years as a PowerShell developer, I find myself in need of a launch.json file for Python work. To add the launch.json file, crea...
WSL/Ubuntu: Make Visual Studio Code Always Use Your Python Virtual Environment
›
Recall from WSL: Install Azure OpenAI SDK that in order to install the Azure OpenAI SDK on Ubuntu, a virtual environment had to be used. W...
Sunday, September 21, 2025
AI: Sample Dataset – National Vulnerability Database (NVD) CVE
›
Any AI needs seed data such as critical business data. With the help of ChatGPT, I created a Python app that downloads records from the Nati...
Saturday, September 20, 2025
WSL: Install Azure OpenAI SDK
›
I have a pristine Ubuntu (Ubuntu-24.04) distro running on WSL (see: WSL: Keeping a Pristine (Greenfield) Version of Your Distro ). The blog...
WSL: Keeping a Pristine (Greenfield) Version of Your Distro
›
WSL has a limitation. Once you install a distro using wsl --install , you cannot just install a second copy of the same distro. The way to g...
WSL: Restoring a Distro from a Backup
›
This article discusses restoring a WSL distro from a backup TAR file. In a previous entry, the backup process for a WSL distro was presented...
›
Home
View web version