Skip to content

Commit fc317c9

Browse files
committed
feat: dump
1 parent d06a51d commit fc317c9

7 files changed

Lines changed: 46 additions & 3 deletions

File tree

compile-typst-site.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ post_processing_typ = ["python", "$PROJECT_ROOT/scripts/post-process.py"]
1111
file_listing = "include-data"
1212
file_listing_extra_args = ["--ignore-system-fonts"]
1313
compilation_extra_args = ["--ignore-system-fonts"]
14+
disable_incremental = true

src/blog/antimemetics.typ

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#import "../../templates/blog_post.typ": conf
2+
3+
#show: conf.with(
4+
page-title: "micropost: There Is No Antimemetics Division",
5+
date: "2025-12-01",
6+
)
7+
8+
#link("https://qntm.org/antifaq")[There Is No Antimemetics Division] by qntm came out. I read "version one" on the SCP Wiki, really good writing. I should get a copy of this some time...

src/blog/flow-state.typtodo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#import "../../templates/blog_post.typ": conf
2+
3+
#show: conf.with(
4+
page-title: "todo",
5+
date: "2025-12-01",
6+
)

src/blog/openshot.typ

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#import "../../templates/blog_post.typ": conf
2+
#import "../../templates/utils.typ": sidenote
3+
4+
#show: conf.with(
5+
page-title: "openshot is weird",
6+
date: "2025-12-03",
7+
)
8+
9+
OpenShot is real weird... Instead of importing media into the project in a contained way, like Photoshop or uhhhh any art program I know, it "links" to files via just saving the file paths. After I noticed, I had to manually copy over the files into the project folder and manually find and replace all the relative file paths with `@assets`.#sidenote[Apparently VSCode ctrl-f and adjacent utilities use BurntSushi's ripgrep. Cool.] Also it's obnoxious to do transformations without it creating animations and keyframes automatically, forcing me to do weird workarounds like snapping the clip to your scrubber cursor to preview while being able to do transformations. I suppose it's nice in the other case? Also, the ergonomics for precisely entering in positioning data is annoying, all the double clicking...
10+
11+
And finally, it segfaulted like three times while I was editing my video. It's almost nostalgic, it's been a while since software has segfaulted on me---I think of my in-progress C code for class.

src/blog/wardrobe.typtodo

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#import "../../templates/blog_post.typ": conf
2+
#import "../../templates/utils.typ": sidenote
3+
4+
#show: conf.with(
5+
page-title: "micropost: wardrobe",
6+
date: "2025-12-01",
7+
)
8+
9+
talk about the putting on the red sleeves because wanted color and it was kinda meh but yknow, it's like the crit hit indicator for a boss so whatever ill cope and pretends it looks nice against two dark pieces, but oh my tshirt has a really colorful graphic on it so it actually turned out to look not bad

src/garden/daily-driver-issues.typ

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ It has some persisting issues that I don't quite enjoy. I list them for my and y
2828

2929
Additionally, some issues have been fixed.
3030

31+
- I had to manually reenable some ghostscript extension for imagemagick to get conversion to images to work, even though the insecure version of ghostscript wasn't on my machine.
32+
3133
- My firefox tabs flickered when running my mouse along the top of the screen. I recorded the video below:
3234

3335
#html.video(height: 50, controls: true)[

src/garden/link-wall.typ

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@
66

77
Here's just a bunch of links to things I think are cool.
88

9-
Inspiration for the layout of this website:
9+
= Icons
10+
11+
- #link("https://phosphoricons.com/")
12+
13+
- #link("https://feathericons.com/")
14+
15+
= Inspiration for the layout of this website
1016

1117
- #link("https://practicaltypography.com/")
1218

1319
- #link("https://www.teamten.com/lawrence/writings/")
1420

15-
What's with that cat in the garden?
21+
= What's with that cat in the garden?
1622

1723
- #link("https://nekothecat.neocities.org/")
1824

19-
Misc:
25+
= Misc
2026

2127
- #link("https://qntm.org/scp")[There Is No Antimemetics Division by qntm] is a VERY good book that you should read.
2228

0 commit comments

Comments
 (0)