Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions _posts/2025-11-09-be-right-back.md
Original file line number Diff line number Diff line change
@@ -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`

<div style="width: 100%; max-width: 100vw; margin: 0 auto;">
<iframe
src="https://dbdiagram.io/e/6910b1e46735e11170ef0295/6910b1e76735e11170ef0330"
style="width: 100%; min-height: 400px; aspect-ratio: 16/9; border: none;"
allowfullscreen
loading="lazy"
></iframe>
</div>

### The Woes of `attributeBody`

### `address_book.db`

<div style="width: 100%; max-width: 100vw; margin: 0 auto;">
<iframe
src="https://dbdiagram.io/e/6910b7a06735e11170ef8e37/6910b7c66735e11170ef922a"
style="width: 100%; min-height: 400px; aspect-ratio: 16/9; border: none;"
allowfullscreen
loading="lazy"
></iframe>
</div>
2 changes: 1 addition & 1 deletion _site/categories/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ <h2>All Posts</h2>
<p>Chronological order, newest first</p>
</div>
<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">
<div class="post-card " data-year="2025" data-date="2025-11-09" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting"> <span class="post-card__label"> <span class="post-card__new-badge-placeholder" style="display: none;"></span> <a href="/categories/#Algorithms" class="label ">Algorithms</a>   <a href="/categories/#A.I." class="label ">A.I.</a>   <a href="/categories/#M.L." class="label ">M.L.</a> </span> <a href="/2025/be-right-back/"><figure class="post-card__thumb"><div class="dark-bg"></div></figure></a> <a class="post-card__inner" href="/2025/be-right-back/"><div class="post-card__header">
<h2>Summoning Ghosts</h2>
<span class="post-card__meta"> <time>Nov 9, 2025</time> </span> <span class="post-card__meta"> - </span> <span class="post-card__meta" style="font-style: italic"> 1 min read </span>
</div>
<p>Walking through a</p></a>
</div>
<div class="post-card pinned" data-year="2025" data-date="2025-10-28" data-pinned="true" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting"> <span class="post-card__label"> <span class="post-card__new-badge-placeholder" style="display: none;"></span> <span class="label post-card__pinned-badge">📌 PINNED</span> <a href="/categories/#Algorithms" class="label ">Algorithms</a>   <a href="/categories/#A.I." class="label ">A.I.</a>   <a href="/categories/#M.L." class="label ">M.L.</a> </span> <a href="/2025/understanding-muon/"><figure class="post-card__thumb"> <img src="https://www.dropbox.com/scl/fi/o6vcqhrddhpgen2ydlz6t/muon-overview-simple-fast.gif?rlkey=o4gcbbcckpfb09wkfqb6q3o1g&amp;st=recelk51&amp;raw=1" data-srcset="https://www.dropbox.com/scl/fi/o6vcqhrddhpgen2ydlz6t/muon-overview-simple-fast.gif?rlkey=o4gcbbcckpfb09wkfqb6q3o1g&amp;st=recelk51&amp;raw=1" class="lazyload blur" alt="Understanding Muon"> <noscript> <img src="https://www.dropbox.com/scl/fi/o6vcqhrddhpgen2ydlz6t/muon-overview-simple-fast.gif?rlkey=o4gcbbcckpfb09wkfqb6q3o1g&amp;st=recelk51&amp;raw=1" alt="Understanding Muon"> </noscript></figure></a> <a class="post-card__inner" href="/2025/understanding-muon/"><div class="post-card__header">
<h2>Understanding Muon</h2>
<span class="post-card__meta"> <time>Oct 28, 2025</time> </span> <span class="post-card__meta"> - </span> <span class="post-card__meta" style="font-style: italic"> 58 mins read </span>
Expand Down
4 changes: 4 additions & 0 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
<lastmod>2025-10-28T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/2025/be-right-back/</loc>
<lastmod>2025-11-09T00:00:00-05:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/about/</loc>
</url>
<url>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.