Skip to content

Instantly share code, notes, and snippets.

@apnea
apnea / workspace-to-personal-google.md
Created May 26, 2026 07:13
Tips for migrating from a Google Workspace account to a personal Google account

Moving Off a Workspace Account to a Personal Google Account

Best tool: Takeout Transfer

Go to takeout.google.com/transfer while signed into your Workspace account. This copies Gmail and Drive files you own directly to your personal account. Takes hours to a week. The verification code expires in 24 hours.

Known limitations:

  • Only covers Gmail and My Drive files you own
  • Does not include contacts, calendar, tasks, or chats
  • Files in "Shared with me" or Shared Drives are not included -- move them to My Drive first
@apnea
apnea / zai-vs-neuralwatt-comparison.md
Created May 30, 2026 09:37
Z.ai Coding Plan Lite vs NeuralWatt Cloud pricing comparison (May 2026)

Z.ai Coding Plan Lite vs NeuralWatt Cloud -- Pricing Comparison

Date: May 30, 2026
Models compared: GLM-5.1 (zai-org/GLM-5.1-FP8)

What you currently pay: Z.ai Coding Plan Lite

Detail Value
Price $18/month (billed monthly on z.ai)
@apnea
apnea / session-observability-landscape.md
Last active June 1, 2026 20:23
The AI Coding Session Observability Landscape (mid-2026) -- a survey of tools, architectures, feature coverage, and market velocity in the emerging field of developer-AI session analysis

The AI Coding Session Observability Landscape (mid-2026)

What this field is

A new tool category has emerged around observing, recording, and analyzing the interactions between developers and AI coding agents (Claude Code, Cursor, Copilot, Codex, OpenCode, etc.). These tools sit alongside the coding agent -- intercepting traffic, reading session files, hooking into agent events, or integrating into the IDE -- and provide visibility into what was asked, what was done, how much it cost, and what patterns emerge over time.

This is distinct from production LLM observability (Langfuse, LangSmith, Helicone, etc.), which monitors AI applications running in production. The tools here are focused on developer workstations and coding sessions.

The field is roughly six months old as a recognizable category and is evolving rapidly.

@apnea
apnea / MiMoCode-Analysis.md
Created June 11, 2026 16:28
MiMo-Code Feature Architecture Analysis: an investigation into how MiMo-Code incorporates and extends the open-source OpenCode project, including attribution analysis of derived Superpowers plugin skills.

MiMo-Code Feature Architecture Report

This report describes six core features of the MiMo-Code platform (the packages/opencode package): Persistent Memory, Intelligent Context Management, Task Tracking, the Subagent System, Goal / Stop Conditions, and Dream & Distill. Each section traces the feature from user-facing surface down through its implementation layers, database schema, and integration points. A final section analyzes how the features interact.


1. Persistent Memory

Overview