Daily Journal — 2026-06-02
⏱ min read
Freewrite¶
Tuesday morning spent in exploration mode — part infrastructure research (Cloudflare ecosystem, local LLMs), part creative wandering (Thai digital gardens, domain name brainstorming). The CC-OpenACP project continues with small friction around the Discord interface. No big decisions today, but a lot of useful reference material gathered.
Big Things Today¶
- [ ] Get the Discord interface working for CC-OpenACP
- [ ] Decide on domain name / personal brand direction (after .ing domain brainstorm)
Conversations¶
Infrastructure & AI Tooling¶
Cloudflare Workers vs GitHub Actions¶
Explored the Cloudflare ecosystem — Pages for static hosting, Workers for serverless functions, and the full backend suite (KV, D1, R2, Queues, Durable Objects). Clarified that Pages + Workers = full-stack alternative to Vercel, and mapped practical BOL use cases: webhook receivers, API proxies, cron triggers. → See [[cloudflare-workers-pages]]
Best Open Source LLM for Coding¶
Researched best 30B–70B coding LLMs for local/agentic workflows. Clear winner for practical use: Qwen2.5-Coder 32B (Apache 2.0, fits 24GB GPU). Kimi-Dev-72B leads on SWE-bench / repo-level tasks. DeepSeek R1 70B distill best for reasoning and debugging. → See [[open-source-coding-llms]]
CC-OpenACP Project¶
CC-OpenACP¶
Quick clarification: /clear and /compact are Claude Code slash commands, not OpenACP commands. In OpenACP's Discord interface, /clear resets session history — but Discord integration isn't working yet. Once active, commands can be typed directly in the session thread.
→ See [[cc-openacp]]
Personal / Exploration¶
Popular Thai Person's Personal Websites¶
Researched Thai public figures with Maggie Appleton–style digital gardens. Thai internet culture is heavily platform-centric (Facebook, TikTok, LINE) — indie web culture is rare. Found one genuine example: Prabda Yoon (prabdayoon.net), writer/filmmaker/translator. → See [[prabda-yoon]]
Why .top Domains Are Cheap / .ing Domain Brainstorm¶
Brainstormed 20 invented .ing-style domains for personal branding. Top picks: nuvox.ing, blynx.ing, zwirk.ing, quorv.ing, nymbl.ing. No decision made — exploring personal brand identity.
Open Tasks Surfaced¶
- [ ] Fix Discord interface in CC-OpenACP project
- [ ] Evaluate Qwen2.5-Coder 32B locally (if GPU >= 20GB VRAM)
- [ ] Decide on personal domain direction
Insights Worth Developing¶
- [[Cloudflare as full-stack backend]] — viable Vercel/AWS alternative with generous free tier
- [[Thai indie web gap]] — nearly no Thai public figures maintain personal digital gardens; platform culture dominates
- [[Local LLM sweet spot]] — 32B quantized models hit the practical balance of quality vs. hardware cost in 2026