✕ Clear all filters
18 articles
▶ Videos →

📰 Dev.to · Bruno Verachten

18 articles · Updated every 3 hours · View all reads

All Articles 115,786Blog Posts 124,247Tech Tutorials 29,548Research Papers 23,494News 17,117 ⚡ AI Lessons
Automating Jenkins on Old Android Phones: From Naive Experiment to Production-Ready Infrastructure
Dev.to · Bruno Verachten ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Automating Jenkins on Old Android Phones: From Naive Experiment to Production-Ready Infrastructure
Transforming aging Android phones into Jenkins CI/CD infrastructure with full automation using Ansible and Infrastructure as Code principles. From 3-h
Running GitHub Actions on RISC-V64: A Production Journey with Docker Builds
Dev.to · Bruno Verachten ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Running GitHub Actions on RISC-V64: A Production Journey with Docker Builds
A comprehensive guide to setting up and running GitHub Actions on RISC-V64 hardware, covering self-hosted runner installation, production deployment,
Docker Buildx for RISC-V64: When Infrastructure Just Works
Dev.to · Bruno Verachten ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Docker Buildx for RISC-V64: When Infrastructure Just Works
Announcing Docker Buildx support for RISC-V64—a story of infrastructure maturity where adding new features becomes straightforward
Running a 70B LLM on Pure RISC-V: The MilkV Pioneer Deployment Journey
Dev.to · Bruno Verachten 2mo ago
Running a 70B LLM on Pure RISC-V: The MilkV Pioneer Deployment Journey
Successfully deploying llama.cpp and Ollama on a 64-core RISC-V workstation to run a 70-billion parameter language model without GPU acceleration - a
The One-Line Patch That Unlocked Next.js on RISC-V: A Detective Story
Dev.to · Bruno Verachten ⚡ AI Lesson 2mo ago
The One-Line Patch That Unlocked Next.js on RISC-V: A Detective Story
How we discovered and fixed the root cause preventing Next.js from recognizing riscv64 architecture, achieving the first successful native SWC build o
How Docker Gave My 'Unsupported' GPU a Second Life
Dev.to · Bruno Verachten ⚡ AI Lesson 2mo ago
How Docker Gave My 'Unsupported' GPU a Second Life
A Docker Captain's story about running local LLMs on unsupported AMD hardware thanks to community Docker images.
WebAssembly on Embedded Devices: A Docker Captain Tries Atym
Dev.to · Bruno Verachten ⚡ AI Lesson 2mo ago
WebAssembly on Embedded Devices: A Docker Captain Tries Atym
An in-depth exploration of WebAssembly containers on embedded devices using the Atym platform - comparing size, performance, and architecture against
When a Docker Captain Puts an AI Tool in a Container on RISC-V (Because Of Course He Does)
Dev.to · Bruno Verachten ⚡ AI Lesson 2mo ago
When a Docker Captain Puts an AI Tool in a Container on RISC-V (Because Of Course He Does)
Running OpenClaw AI assistant on RISC-V hardware (BananaPi F3) using Docker cross-compilation and BuildKit
Running a Local LLM on RISC-V: Building llama.cpp on a Banana Pi F3 (Part 1)
Dev.to · Bruno Verachten 🧠 Large Language Models ⚡ AI Lesson 2mo ago
Running a Local LLM on RISC-V: Building llama.cpp on a Banana Pi F3 (Part 1)
Building llama.cpp from source on a RISC-V board and running a local LLM inference server with TinyLlama 1.1B, achieving 8.5 tokens/second.
Your AI Agents Need Their Own Computers
Dev.to · Bruno Verachten 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Your AI Agents Need Their Own Computers
Part 1 of 3 - Why the future of AI-assisted development runs on hypervisors
Benchmarking llama.cpp on SpacemiT K3: RISC-V AI Cores vs Standard RVV (Part 4)
Dev.to · Bruno Verachten 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Benchmarking llama.cpp on SpacemiT K3: RISC-V AI Cores vs Standard RVV (Part 4)
Benchmarking llama.cpp on SpacemiT's K3 RISC-V chip with three models: X100 cores hit 76 t/s, A100 AI cores are 30x slower on pp until vendor IME2 cod
NanoClaw on RISC-V: Running an AI Agent Runtime on a Banana Pi F3
Dev.to · Bruno Verachten 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
NanoClaw on RISC-V: Running an AI Agent Runtime on a Banana Pi F3
Getting NanoClaw, an open-source AI agent runtime, running on RISC-V hardware (SpacemiT K1 / Banana Pi F3). Part 1 of a 3-part series covering feasibi
Running 100 Wasm Containers on a Raspberry Pi (with 903 MB of RAM)
Dev.to · Bruno Verachten 2mo ago
Running 100 Wasm Containers on a Raspberry Pi (with 903 MB of RAM)
100 WebAssembly containers on a Raspberry Pi 3B+ with 903 MB of RAM: 34 MB total, 164 KB per container. Measured every data point. Here's how Wasm com
Running Node.js on RISC-V with Docker (when there's no official image yet)
Dev.to · Bruno Verachten ⚡ AI Lesson 4mo ago
Running Node.js on RISC-V with Docker (when there's no official image yet)
How and why I built unofficial Node.js Docker images for RISC-V 64-bit, filling the gap until official support lands.