Skip to content

Commit 3a44f6e

Browse files
committed
reorder projects
1 parent 5e81e99 commit 3a44f6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/projects.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ export default [
1313
"A small programming language with an interpreter, a profiler, and a WebAssembly compiler.",
1414
to: "/a-custom-webassembly-compiler",
1515
},
16-
{
17-
name: "llmfs",
18-
link: "https://github.com/healeycodes/llmfs",
19-
desc: "FUSE filesystem where file operations are handled by an LLM.",
20-
to: "/filesystem-backed-by-an-llm",
21-
},
2216
{
2317
name: "noter",
2418
link: "https://github.com/healeycodes/noter",
@@ -44,6 +38,12 @@ export default [
4438
desc: "A daily word-sliding puzzle game inspired by Wordle and Scrabble.",
4539
to: "/solving-queuedle",
4640
},
41+
{
42+
name: "llmfs",
43+
link: "https://github.com/healeycodes/llmfs",
44+
desc: "FUSE filesystem where file operations are handled by an LLM.",
45+
to: "/filesystem-backed-by-an-llm",
46+
},
4747
{
4848
name: "jar",
4949
link: "https://github.com/healeycodes/jar",

0 commit comments

Comments
 (0)