coderredlab

↗ HN profile [ 851 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. runNburn is an Apache-2.0 Rust inference engine for quantized GGUF models that are too big for your fast memory. The core idea: weights stay file-backed (mmap), host residency stays under an explicit byte budget…

  2. I built a drop-in replacement for proot that runs full Linux userspace (Node.js, Python, Git, Chromium) on Android without root. proot uses ptrace — 2 context switches per syscall. proroot uses LD_PRELOAD + binary…

  3. Hi HN, I built this because using Claude Code or Codex CLI on a remote server from a phone was awkward whenever I needed to send an image. Typing commands on mobile is manageable, but moving an image from the phone into…

  4. Hi HN, I built an Android app that bundles a minimal Linux environment and runtime to run OpenClaw locally on-device. The motivation was simple: I didn’t want to spin up and maintain cloud VMs just to host an AI…