№ — Index34 articles· page 1 of 6

All posts

  1. 01

    9 min read

    Claude Code as a back-office: wiring Drive, Gmail and Trello to actually run your company

    Plugging Claude Code into Google Drive, Gmail and Trello to audit what's actually happening in a startup: 107 files reorganized, emails that never arrived, a Trello board reconciled with reality. Including the OAuth traps nobody documents.

    claude-codeaimcp
  2. 02

    9 min read

    Claude Fable 5: what the official demos don't tell you

    Fable 5 migrates 50 million lines of Ruby in a day. That's true. But the flip side the announcements skip: 500k to 1M tokens per session, 19 timeouts out of 33 tasks, and guardrails that trip at the faintest hint — to the point that Anthropic had to publicly apologize 48 hours after launch.

    claude-codeaifable-5
  3. 03

    10 min read

    chrome-devtools MCP from WSL: driving (and auto-launching) a Windows Chrome

    Setting up the chrome-devtools MCP in WSL2 to drive a real Windows Chrome: the hostAddressLoopback networking prerequisite nobody documents, why --autoConnect doesn't work cross-OS, and a PreToolUse hook that launches Chrome on its own at the right moment.

    claude-codemcpwsl
  4. 04

    7 min read

    Claude Code Remote Control: resume your WSL sessions from your phone

    How to drive Claude Code sessions stored in WSL from your phone using the remote-control command, and why DISABLE_TELEMETRY=1 silently blocks the feature even on Max plan.

    claude-codeaiproductivity
  5. 05

    15 min read

    Self-hosted family SFTP: exposing a NAS without port forwarding using Pangolin + Newt + SFTPGo

    Replacing an Internet-exposed SFTP with a Pangolin + Newt + SFTPGo stack: no port open on the NAS, outbound WireGuard tunnel, raw TCP SFTP served from a €3/month VPS. Including the traps: invisible provider firewall, SFTPGo defender useless behind NAT, broken PROXY protocol.

    nasself-hostedsftp
  6. 06

    13 min read

    Kernel panic on a Debian NAS: recovering a truncated libc without rebooting into the void

    A Debian 13 NAS that won't boot: immediate kernel panic on the first userspace exec, with libc.so.6 turned into "ISO-8859 text" instead of ELF. Diagnosis through debugfs, recovery from a live USB with the apt↔libc chicken-and-egg trap, and the APT guardrails to put in place so it never happens again.

    naslinuxdebian