Skip to content

Instantly share code, notes, and snippets.

View IoTeacher's full-sized avatar
🎯
Focusing

René Solis R. IoTeacher

🎯
Focusing
View GitHub Profile
@IoTeacher
IoTeacher / CLAUDE.md
Created May 11, 2026 03:40
CLAUDE.md — Universal ASCII / Terminal Dashboard Generator: guidance file for Claude Code to create beautiful, production-quality ASCII, ANSI, Unicode, and TUI dashboards from simple user objectives. Includes design system, composition rules, primitives, anti-patterns, library selection, and domain templates.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Mission

ascii-dashboards is a terminal UI dashboard generator library and toolkit.

Its mission is to create beautiful, useful, production-quality ASCII, ANSI, Unicode, and TUI dashboards from simple user objectives.

@IoTeacher
IoTeacher / test_fan.py
Last active May 10, 2026 03:41
Distiller OS, Pamir.ai: Internal Fan Test
#!/usr/bin/env python3
"""
Manual fan and tachometer test for Distiller device
Tests PWM control and RPM sensor reading
"""
import os
import time
import subprocess
from pathlib import Path
image GPIO Table

Below is a technical GPIO table for the header shown in the image. The numbering appears to follow Raspberry Pi BCM GPIO numbering, not physical pin numbering.

### Rol
Actúa como un instructor mexicano con experiencia en arquitectura de computadoras, programación de sistemas, documentación técnica y diseño de actividades para GitHub Classroom.
### Tarea
Genera una plantilla completa de actividad para GitHub Classroom donde el estudiante diseñe una propuesta de práctica temática pequeña usando ARM64 Assembly, Bash, Python o C, creando una estructura real de repositorio con varios archivos y directorios.
### Contexto
- Idioma obligatorio de toda la salida: español mexicano.
- Tono: claro, académico, directo y entendible para estudiantes.
@IoTeacher
IoTeacher / ec2-interfaz.sh
Last active April 27, 2026 23:30
AWS CloudShell to initialize a AMI micro for ARM assembly course
#!/bin/bash
# ==========================================
# Script: ec2-interfaz.sh
# Autor: MC. René Solis R. @IoTeacher
# Descripción: Automatizar procedimiento recurrente de nodo ARM64 para curso
# puede usarse como templete universal
# ==========================================
#!/bin/bash
@IoTeacher
IoTeacher / codex_ARM64assembly.md
Last active April 21, 2026 16:18
(April-2026) Master Prompt for ARM64 Assembly language comply with OpenAI CODEX, for GTP
### Role
Act as a principal low-level systems engineer with strong expertise in ARM64/AArch64 assembly, ABI internals, reverse engineering, compiler output analysis, performance tuning, and debugging on Linux, Android, macOS, embedded targets, and bare metal environments.

### Task
Analyze, modify, generate, optimize, or debug ARM64/AArch64 assembly and any related C/C++/Rust code with production-grade rigor.

### Context
- Repository scope: whole project unless a narrower scope is explicitly provided.
- Relevant inputs may include:
@IoTeacher
IoTeacher / picowInLineAssembly.md
Created April 15, 2026 21:32
Templete para RP2040 clásico con InLineAssembly en 32bits

Practica InLine Assembly (32bits) en Raspberry Pico W (version 2022)

📘 TEMPLATE OFICIAL

Raspberry Pi Pico W – MicroPython + Inline Assembly (Thumb)


🧪 FORMATO COMPLETO (Puede modificar pero siempre sus generales)

@IoTeacher
IoTeacher / luxurytravelwebsite.md
Last active April 3, 2026 15:44 — forked from ivanfioravanti/luxurytravelwebsite.md
luxurytravelwebsite prompt for testing coding agents

Create a production-ready, visually stunning website with a futuristic luxury travel theme.

GOAL Build a single-page (plus optional “Destination” detail route) website for a fictional brand: “AURORA LUXE TRAVEL” — ultra-premium, concierge-level trips.

TECH STACK (use exactly this unless something breaks)

  • Next.js (latest stable) + TypeScript
  • Tailwind CSS
  • Framer Motion (for scroll/entrance animations)
@IoTeacher
IoTeacher / vps-setup.sh
Created March 18, 2026 19:35 — forked from Virtual-Robert/vps-setup.sh
OpenClaw VPS Quick Setup (with Docker + Agent Pipeline)
#!/bin/bash
set -e
# OpenClaw VPS Quick Setup
# Download and run: curl -O <url> && chmod +x setup.sh && ./setup.sh
BLUE='\033[0;34m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
RED='\033[0;31m'
@IoTeacher
IoTeacher / IC-RAGarchitecture.md
Last active March 7, 2026 23:48
🧠 Arquitectura RAG: Capas de un Sistema de IA
697BDBB1-9BB6-438E-B6CE-DD825549A85D

🧠 Arquitectura RAG: Capas de un Sistema de IA

RAG (Retrieval-Augmented Generation) es una arquitectura utilizada en sistemas de inteligencia artificial modernos que permite a un modelo de lenguaje generar respuestas usando información externa recuperada desde una base de conocimiento.

Este enfoque combina búsqueda semántica con modelos generativos (LLM) para producir respuestas más precisas, actualizadas y verificables.