DeepSeek π³ on ur local host right now!
Jan 30, 2025
β
4 minutes
Hello, folks! ππ»ββοΈ Today, I want to show you how to run Blue Whale on your local computer and make its web UI accessible over the internet. Iβll guide you through the setup step by step, so stay tuned! What will be need: MacBook Air 13 M3 16GB RAM 512GB...
Process vs Thread in Python
Dec 15, 2024
β
2 minutes
Hi there, I posted some time ago, and now Iβm continuing because it helps keep important things organized and makes it easier to review and remember information. I want to dive into the topic of processes and threads in Python because an HR representative asked me about it, and I...
Have your own GitHub-like service!
May 29, 2023
β
5 minutes
Today Iβll show how to deploy your own Cloud Git Repository Service. This article is from Self-Hosted Services series which perfect fits for your home lab :) When youβre working on software development, itβs important to manage your source code efficiently and keep track of changes. Source code management (SCM)...