Status: Confirmed by real-device testing (May 2026)
Firmware: Unknown (latest as of testing date)
Protocol: MIDI 1.0, USB-MIDI
• 今の ESP-NOW はこの 16 byte 固定パケットです。
#define NULLEVI_BEAT_VERSION 1
#define NULLEVI_ESPNOW_CHANNEL 1
#define NULLEVI_BEAT_FLAG_CELEBRATION 0x80
typedef struct __attribute__((packed)) {
uint8_t version; // 1
uint8_t flags; // 0x00 通常 / 0x80 祝福| import os | |
| import select | |
| import sys | |
| import termios | |
| import tempfile | |
| import threading | |
| import time | |
| import tty | |
| import wave | |
| from dataclasses import dataclass |
Thariq @trq212
本日、Claude Codeの利用状況をより把握しやすくするため、/usageの新アップデートをリリースします。これは多数のお客様との対話から得られた知見に基づくものです。 ヒアリングで繰り返し挙がったのは、セッションの管理方法に大きなばらつきがあるという点でした。特にClaude Codeの100万トークンコンテキストへのアップデート以降、その傾向が顕著です。
ターミナルで開きっぱなしのセッションを1〜2個だけ使うのか?プロンプトごとに新しいセッションを始めるのか?compact、rewind、サブエージェントはいつ使うのか?「悪いcompact」は何が原因で起きるのか?
Prompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.
1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."
2. Meeting Action Items (Fathom)