vault backup: 2026-03-23 16:42:49
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
# 2026-03-16
|
||||
|
||||
## Capture
|
||||
<!-- Quick thoughts, links, ideas throughout the day -->
|
||||
-
|
||||
|
||||
```
|
||||
curl https://api.githubcopilot.com/models \
|
||||
-H "Authorization: Bearer ${GITHUB_API_KEY}" \
|
||||
-H "Editor-Version: vscode/1.90.0" \
|
||||
-H "Accept: application/json"
|
||||
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
matrix claw
|
||||
|
||||
```
|
||||
mpt_XgOmW8PcPL8BJAuIbK7pgVzoIZBluQ_SmSuL4
|
||||
```
|
||||
|
||||
```
|
||||
curl -sS \
|
||||
-H "Authorization: Bearer mat_AvacXX49pkX2fDfxNg8J9zOoxVhkXK_bhYVH1" \
|
||||
"https://synapse.chans.xyz/_matrix/client/v3/account/whoami" | jq
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
curl -sS \
|
||||
-H "Authorization: Bearer mat_AvacXX49pkX2fDfxNg8J9zOoxVhkXK_bhYVH1" \
|
||||
"https://synapse.chans.xyz/_matrix/client/v3/account/joined_rooms" | jq
|
||||
```
|
||||
|
||||
|
||||
|
||||
```
|
||||
curl -sS https://synapse.chans.xyz/_matrix/client/v3/login \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"type": "m.login.password",
|
||||
"identifier": {
|
||||
"type": "m.id.user",
|
||||
"user": "@claw:chans.xyz"
|
||||
},
|
||||
"password": "D929jA*&NrszMhm8",
|
||||
"device_id": "N8vYcZp7oo",
|
||||
"initial_device_display_name": "ZeroClaw Bot"
|
||||
}' | jq
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Questions
|
||||
<!-- What am I curious about today? -->
|
||||
-
|
||||
|
||||
## Insights
|
||||
<!-- What did I learn or realize? -->
|
||||
-
|
||||
|
||||
## Connections
|
||||
<!-- Links to other notes or ideas -->
|
||||
-
|
||||
|
||||
## For Tomorrow
|
||||
<!-- What needs follow-up? -->
|
||||
-
|
||||
|
||||
---
|
||||
← [[2026-03-15]] | [[2026-03-17]] →
|
||||
|
||||
*End of day: Ask Claude Code to review and find connections*
|
||||
Reference in New Issue
Block a user