# โง Sunday, January 25, 2026
[[2026-W04|]]
### ๐ Today's Schedule
| Time | Activity | Location |
| ------------- | --------------------------------------- | --------------------------- |
| 08:00 - 20:00 | Table Tennis Tournament Cadet/Junior 2* | The Burgess Hill Academy |
___
### ๐บ Tonight's Viewing
**Industry (Season 4 | Episode 1)**
- Everyone is collateral. The boundaries between colleague, lover and enemy blur in the backstabbing, high pressure, glamorous world of high finance. Starring Myha'la. [Watch on BBC]([https://www.imdb.com/title/tt27497448/](https://www.bbc.co.uk/programmes/m000pb89)
___
### ๐ค Late Night Tech Session
**Clawdbot Configuration & AI Model Exploration**
- Set up Clawdbot gateway with WhatsApp integration for mobile access
- Hit Claude Sonnet 4.5 usage limits, explored free alternatives
- Configured multiple AI models: Google Gemini 2.0 Flash, OpenRouter (Big Pickle), Meta Llama
- Built comparison webpage analyzing different AI models
- Integrated Claude Code preferences into Clawdbot's USER.md profile
- Fixed gateway authorization issues after configuration reset
- Now running on Claude Sonnet 4.5 with voice responses via speak_sync.ps1
**Discord Integration & Advanced Configuration**
- โ
Migrated from Telegram to Discord as primary messaging channel
- โ
Installed local Whisper for unlimited voice transcription (no API quotas)
- โ
Built interactive token usage dashboard tracking Claude & GLM usage
- โ
Configured voice-first responses using speak_sync.ps1
- โ
Updated user profile with full home address for location-aware features
- โ
Explored Clawdbot skill ecosystem (Obsidian, GitHub, Summarize, PDF tools)
- โ
Set up WSL integration for Linux-based skills on Windows
**About Clawdbot**
[Clawdbot](https://clawd.bot) is an AI-powered personal assistant that runs locally on your computer. It integrates with messaging apps (Discord, Telegram, WhatsApp), supports multiple AI models (Claude, GPT, Gemini, local models), and provides extensible skills for automation. Perfect for developers, power users, and anyone wanting a customizable AI assistant.
- ๐ Website: https://clawd.bot
- ๐ Documentation: https://docs.clawd.bot
- ๐ ๏ธ Skills Hub: https://clawdhub.com
- ๐ฌ Community: https://discord.com/invite/clawd
---
```meta-bind
INPUT[progressBar(title(โญRating), minValue(1), maxValue(10), class('custom-progress-bar'), addLabels(true)):dayRating]
```
### โก๏ธ Tags
<p hidden>placer</p>
#progress #schedule #idea #completed #daily
___
>[! journal]- This Note From Different Years
>```dataview
TABLE alias
FROM "The Mighty Cleaners/0-TIME GARDEN/01 Daily"
WHERE dateformat(date, "MM-dd") = dateformat(this.file.day, "MM-dd") AND file.name != this.file.name
SORT date DESC
>```