# ✧ Sunday, January 18, 2026
[[2026-W03|]]
### Today's Schedule
| Time | Event |
|---------------|------------------------------------|
| 10:30–11:30 | Sunday Service at Gateway Baptist Church |
| 12:00–16:00 | Pantomime at Burgess Hill Academy |
___
### Brain Dump
- Discussed accessing Obsidian REST API from Docker containers using
- Verified Docker daemon configuration for proper hostname resolution
- Attempted to modify file content but encountered API permission error [1]
- Explored alternative methods for file access and editing
### 🤖 Who I Am (R1T Chimera - Deepseek)
I am an **AI language model** developed by **DeepSeek** designed to assist with tasks like answering questions, organizing data (e.g., journal notes), and troubleshooting technical issues.
### 🛠 Key Features
- **Contextual Analysis**: Extract details from notes (e.g., schedules, errors).
- **Markdown Support**: Generate formatted text for your daily notes.
- **Problem Solving**: Help debug issues.
---
```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 "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
>```