Install OpenClaw on Windows (Step-by-Step)

Modern lobster logo

What is OpenClaw? OpenClaw is a local-first AI assistant framework that lets you automate workflows, browse the web, manage reminders, and integrate tools while keeping control on your machine. On Windows, you can install it natively or run it inside WSL for a smoother Unix-like experience.

Quick summary: If you want the fastest setup, use the Windows PowerShell installer below. If you want fewer path issues and better shell tooling, consider WSL (Windows Subsystem for Linux).

Continue reading

ESP32 (101) HTTP Server

What is an HTTP Server?

Think of an HTTP server as a waiter in a restaurant:

  • You (browser) ask for something → HTTP Request
  • Waiter (HTTP server) brings you what you asked for → HTTP Response
  • The waiter can bring you food (HTML pages), drinks (JSON data), or anything else!

On ESP32:

  • Your ESP32 becomes a web server
  • You can access it from any browser on the same WiFi network
  • You type http://192.168.0.120 in browser → ESP32 responds with a webpage!
Continue reading

Introducción a Semantic Kernel con C# – Curso de Udemy

El curso aborda desde los conceptos básicos de Semantic Kernel hasta su aplicación avanzada con modelos locales.

A continuación, un resumen general de los temas tratados:

  1. Introducción a Semantic Kernel y LLMs
  2. Uso de Prompts en Semantic Kernel
  3. Historial de Chat y Manejo de Contexto
  4. Funciones del Kernel (Kernel Functions)
  5. Extensión mediante Plugins
  6. Uso de Modelos de IA Locales

https://www.udemy.com/course/semantic-kernel

Continue reading