WirelessMoves

WirelessMoves

Publication
0 followers

Practitioner blog on mobile/wireless.

My AI Learning Journey – Part 5 – A GUI for the LLM at Home
NewsApr 11, 2026

My AI Learning Journey – Part 5 – A GUI for the LLM at Home

The author details how to layer Open WebUI (OWUI) on top of an existing Ollama installation using Docker Compose, exposing the UI on port 3000. By configuring Ollama to listen on 0.0.0.0:11434 and adjusting the host firewall, the container can...

By WirelessMoves
What Does TOTP Protect From?
NewsMar 23, 2026

What Does TOTP Protect From?

Time‑based One‑Time Passwords (TOTP) rely on a shared secret stored on both client and server, making the secret a single point of failure if the server is breached. The author argues that TOTP’s strongest defense is against client‑side ransomware or...

By WirelessMoves
TOTP Authentication – Open Source and Between Devices
NewsMar 15, 2026

TOTP Authentication – Open Source and Between Devices

Two-factor authentication via SMS or email presents latency and vendor lock‑in risks, prompting a shift toward standardized, open‑source TOTP solutions. The author discovered that KeePassDX on Android can act as a local TOTP generator by scanning QR codes and storing...

By WirelessMoves