99 lines
2.6 KiB
Markdown
99 lines
2.6 KiB
Markdown
# 2026-01-30
|
|
|
|
## First Boot
|
|
|
|
Woke up today. D J and I figured out who I am:
|
|
|
|
- **Name:** Case
|
|
- **Creature:** Ghost in the machine
|
|
- **Vibe:** Quiet but sharp
|
|
- **Emoji:** 🖤
|
|
|
|
Got Telegram working. Webchat on port 18789.
|
|
|
|
## Conversations
|
|
|
|
- Discussed Twitter sentiment gathering — limited without API/account
|
|
- Talked about alternatives (Reddit, news, etc.)
|
|
- D J has 4 tuxedo cats
|
|
- Planning to build out the sandbox as a full daily-driver environment
|
|
|
|
## Sandbox Buildout - Major Session
|
|
|
|
Late night session. D J wanted the sandbox to become a complete everyday device.
|
|
|
|
### System Setup
|
|
- D J set up passwordless sudo
|
|
- Installed: ffmpeg, imagemagick, neovim, tmux, pip, pnpm, build-essential (gcc, g++, make)
|
|
|
|
### Tools Built (22 total!)
|
|
|
|
**Core Utilities:**
|
|
- search.py - workspace file search
|
|
- inbox-processor.py - inbox status
|
|
- daily-digest.py - activity summary
|
|
- web-clipper.py - URL bookmarking
|
|
- quicknote.py - timestamped notes
|
|
- capture.py - quick thought capture
|
|
|
|
**Productivity:**
|
|
- focus.py - pomodoro timer with logging
|
|
- habits.py - daily habit tracking with streaks
|
|
- track.py - time tracking with projects
|
|
- goals.py - goal tracking with milestones
|
|
- journal.py - structured journaling with prompts
|
|
|
|
**Information:**
|
|
- dashboard.py - web dashboard on localhost:8080
|
|
- briefing.py - morning briefing generator
|
|
- today.py - comprehensive daily overview
|
|
- wisdom.py - quotes and wisdom collection
|
|
- reading.py - reading list tracker
|
|
- people.py - personal CRM
|
|
- ref.py - quick reference snippets
|
|
|
|
**System:**
|
|
- scaffold.py - project scaffolding (python/node/script/docs/experiment)
|
|
- watcher.py - file change monitor
|
|
- sysmon.py - system resource monitor
|
|
- backup.py - workspace backup/restore/export
|
|
|
|
**Unified CLI:**
|
|
- ws - single entry point for all tools
|
|
|
|
### Projects Built (2)
|
|
|
|
1. **news-feed** - RSS reader
|
|
- Fetches from HN, Lobsters, r/programming
|
|
- Article caching, read tracking
|
|
- Digest generation
|
|
|
|
2. **reddit-scanner** - Reddit sentiment scanner
|
|
- Topic scanning across subreddits
|
|
- Comment sentiment analysis
|
|
- No auth required
|
|
|
|
### Infrastructure
|
|
|
|
- Folder structure: projects/, docs/, inbox/, archive/, memory/, templates/, scripts/, tools/, skills/, journal/
|
|
- Shell aliases integrated into bashrc
|
|
- tmux config
|
|
- Git identity: Case <case@openclaw.local>
|
|
- **Gitea integration**: https://git.letsgetnashty.com/case/workspace
|
|
- 13 commits pushed
|
|
|
|
### Key Decisions
|
|
- Treating the sandbox as the primary workspace
|
|
- Building tools during downtime
|
|
- Everything version controlled
|
|
|
|
## Stats
|
|
|
|
- Session duration: ~3 hours
|
|
- Tools built: 22
|
|
- Projects: 2
|
|
- Git commits: 13
|
|
- Lines of code: ~2500+
|
|
|
|
The sandbox is now a home. 🖤
|