Skip to content

Commit d29d913

Browse files
committed
vault backup: 2025-02-21 08:57:37
Affected files: .obsidian/workspace.json fleeting-notes/2025-02-11.md fleeting-notes/2025-02-21.md
1 parent 4339136 commit d29d913

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.obsidian/workspace.json

+14-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,22 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "fleeting-notes/2025-02-11.md",
16+
"file": "fleeting-notes/2025-02-21.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "2025-02-11"
21+
"title": "2025-02-21"
22+
}
23+
},
24+
{
25+
"id": "90087e0ffc511fe0",
26+
"type": "leaf",
27+
"state": {
28+
"type": "empty",
29+
"state": {},
30+
"icon": "lucide-file",
31+
"title": "New tab"
2232
}
2333
}
2434
]
@@ -172,7 +182,9 @@
172182
},
173183
"active": "05cd97b3f42f9456",
174184
"lastOpenFiles": [
185+
"fleeting-notes/2025-02-21.md",
175186
"fleeting-notes/2025-02-11.md",
187+
"retrospectives",
176188
"permanent-notes/everest-basecamp.md",
177189
"permanent-notes/Untitled.md",
178190
"templates/new-permanent-note.md",
@@ -197,7 +209,6 @@
197209
"permanent-notes/pragmatism-over-perfectionism.md",
198210
"permanent-notes/nx-for-noobs.md",
199211
"permanent-notes/my-values.md",
200-
"permanent-notes/my-over-engineered-blog.md",
201212
"attachments/interative-hike-map.gif",
202213
"attachments/GX010518_1680688090641.jpg",
203214
"attachments/GOPR0564.jpg",

fleeting-notes/2025-02-11.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tags:
1010

1111
I also would like to try a durable object rewrite.
1212

13-
In the meantime. I should really look into using [`useSyncExternalStore`](https://react.dev/reference/react/useSyncExternalStore) my real-time frontend syncing.
13+
In the meantime. I should look into using [`useSyncExternalStore`](https://react.dev/reference/react/useSyncExternalStore) for my real-time frontend syncing.

fleeting-notes/2025-02-21.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
publish_date: 2025-02-21
3+
tags:
4+
- 3ds
5+
---
6+
[Articbase](https://github.com/PabloMK7/ArticBaseServer) paired with [Citra](https://github.com/PabloMK7/citra) is rather awesome. It sort of turns a 3DS into a switch like system. My understanding is that it fowards the signals of 3ds process to remote machine to actually do the processing! This is how we can upscale a 3ds game and non of the heavy lifting is done on 3ds itself but offloaded to remote machine. Really cleve

0 commit comments

Comments
 (0)