diff --git a/_posts/2025-11-09-be-right-back.md b/_posts/2025-11-09-be-right-back.md new file mode 100644 index 0000000..dcd5ae7 --- /dev/null +++ b/_posts/2025-11-09-be-right-back.md @@ -0,0 +1,54 @@ +--- +title: "Summoning Ghosts" +layout: post +featured-video: +featured-poster: +featured-gif: +mathjax: false +python-interactive: false +categories: [Algorithms, A.I., M.L.] +summary: Walking through a +--- + +Things to talk about: + +- chat.db / address_book.db + - attribute body + - snapshotting logic + - memory implications +- fine-tuning woes + +``` +--base-model TinyLlama/TinyLlama-1.1B-Chat-v1.0 +--base-model mlx-community/Llama-3.2-3B-Instruct-4bit +--base-model mlx-community/Llama-3.1-8B-Instruct-4bit +--base-model mlx-community/phi-3-mini-intruct +--base-model mlx-community/Phi-4-mini-instruct-4bit +--base-model microsoft/Phi-4-mini-instruct +``` + +## iMessage `sqlite3` Schemas + +### `chat.db` + +
+ +
+ +### The Woes of `attributeBody` + +### `address_book.db` + +
+ +
diff --git a/_site/categories/index.html b/_site/categories/index.html index 8469d4e..8f890ab 100644 --- a/_site/categories/index.html +++ b/_site/categories/index.html @@ -1 +1 @@ - Categories | Where will you go next?

Categories

Advent of Code

Political Science

+ Categories | Where will you go next?

Categories

Advent of Code

Political Science

diff --git a/_site/index.html b/_site/index.html index 0c7e6a6..bdd8baf 100644 --- a/_site/index.html +++ b/_site/index.html @@ -53,6 +53,12 @@

All Posts

Chronological order, newest first

+
Algorithms   A.I.   M.L.
+

Summoning Ghosts

+ - 1 min read +
+

Walking through a

+
📌 PINNED Algorithms   A.I.   M.L.
Understanding Muon

Understanding Muon

- 58 mins read diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 766f1ee..04418b0 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -201,6 +201,10 @@ 2025-10-28T00:00:00-04:00 +http://localhost:4000/2025/be-right-back/ +2025-11-09T00:00:00-05:00 + + http://localhost:4000/about/ diff --git "a/images/be-right-back/pt1/Screenshot 2025-11-15 at 12.07.28\342\200\257PM.jpg" "b/images/be-right-back/pt1/Screenshot 2025-11-15 at 12.07.28\342\200\257PM.jpg" new file mode 100644 index 0000000..f50a7b2 Binary files /dev/null and "b/images/be-right-back/pt1/Screenshot 2025-11-15 at 12.07.28\342\200\257PM.jpg" differ