OpenClaw

OpenClaw (formerly Clawdbot/Moltbot) is an open-source, autonomous AI agent that runs locally on a user’s computer or server, operating 24/7 to manage tasks and interact with applications. Unlike passive chatbots, it acts on behalf of the user to manage files, browse the web, send emails, and integrate with tools like Telegram, Slack, and GitHub, featuring …

LM Studio

LM Studio provides an interface to select, configure, and run AI models locally. Installation Download the LM studio installer. The AppImage to install the graphical user interface, or the Daemon to use the command line interface from the Terminal. On Linux (Ubuntu) Install Fuse Newer Ubuntu releases do not include FUSE (Filesystem in Userspace) to …

Running AI models locally

System performance monitoring When AI models run locally, it is important to see how our system behaves, how much load the model puts on the resources. Local AI model managers LM Studio LM Studio is a user interface to select and configure locally ran AI models. See LM Studio AI Models Stable Diffusion AI image …

Japan travel tips

If you travel to Japan, these tips can help to make your journey smoother. Carry some cash Cash is still very widely used in modern Japan. Some vendors don’t accept credit cards. Even if cards are acepted, many small vendors don’t take American Express Many parks and gardens only sell tickets for cash. Those are …

Debugging Vitest JavaScript and TypeScript unit tests

Node.js has multiple unit testing frameworks, one of the most popular for web applications is Vitest. If a unit test fails, debugging is the best way to find the problem. To debug Vitest JavaScript and TypeScript unit tests in Visual Studio Code Set the breakpoint Open the JavaScript Debug Terminal Start the debugger When the …

Set up Easy Auth with Microsoft Azure Entra ID

The Microsoft Azure Entra ID provides federated authentication and authorization services for applications running in the Azure Cloud. Easy Auth enables application to use Single Sign On (SSO) services transparent to the user to detect the identity of the user of the application. To set up Easy Auth There are two ways to set up …