From ffd81fee79512e91c72bd2074f9978e3f0f71de6 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 2 Feb 2024 09:44:27 -0500 Subject: [PATCH] Resize images to fix pixelation --- content/journal/dispatch-2-april-2023/index.md | 4 ++-- content/journal/dispatch-3-may-2023/index.md | 8 ++++---- content/journal/dispatch-4-june-2023/index.md | 8 ++++---- content/journal/dispatch-5-july-2023/index.md | 8 ++++---- content/journal/dispatch-6-august-2023/index.md | 4 ++-- content/journal/dispatch-7-september-2023/index.md | 12 ++++++------ content/notes/golang/index.md | 2 +- content/notes/good-tests/index.md | 2 +- content/notes/weekly-monthly-playbooks/index.md | 2 +- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/content/journal/dispatch-2-april-2023/index.md b/content/journal/dispatch-2-april-2023/index.md index 1906226..ca541d4 100644 --- a/content/journal/dispatch-2-april-2023/index.md +++ b/content/journal/dispatch-2-april-2023/index.md @@ -31,8 +31,8 @@ In April, I'm finishing training for (and then running) the [Tar Heel 10 Miler][ I didn't make much progress on the closet project this month (took some measurements and had some discussions with Claire), but I did manage to build this "learning tower" for Nev and started acquainting myself with Affinity Designer. -{{}} -{{}} +{{}} +{{}} This month: diff --git a/content/journal/dispatch-3-may-2023/index.md b/content/journal/dispatch-3-may-2023/index.md index 9911135..b7dc843 100644 --- a/content/journal/dispatch-3-may-2023/index.md +++ b/content/journal/dispatch-3-may-2023/index.md @@ -28,10 +28,10 @@ Another month in the books. Man, year's flying by. We filled it up though: went -{{}} -{{}} -{{}} -{{}} +{{}} +{{}} +{{}} +{{}} I ordered Claire an [e-bike][1] thinking it might arrive before her birthday mid-May, but it showed up just a few days later. It's been a blast taking Nevie to the museum and around town. We also ran the Tar Heel 10 Miler last weekend. Super fun, and I did better than I expected to based on my training ([result][2], [certificate][3]) -- there's something about an organized race that just gives that extra push I guess. diff --git a/content/journal/dispatch-4-june-2023/index.md b/content/journal/dispatch-4-june-2023/index.md index ad34bda..86640bf 100644 --- a/content/journal/dispatch-4-june-2023/index.md +++ b/content/journal/dispatch-4-june-2023/index.md @@ -30,10 +30,10 @@ We spent Memorial Day weekend at Lake Norman, but it was like 55° and rainy the We finished off the closet project -- building the second unit was a lot quicker than the first, since I really just had to scale up the existing plans. Then it was a matter of adding the connecting rod and shelf. I think it turned out great, though I'd like to improve at building drawers. Here are some before and after shots (courtesy of Claire): -{{}} -{{}} -{{}} -{{}} +{{}} +{{}} +{{}} +{{}} Other life updates: we had a big work retreat at the beginning of the month at the [Tides Inn][1], which was incredible. I celebrated 15 years (15!) with the company, and received a [scooter][2] as a gift. This thing is rad -- I've been really happy with the e-bike, but it's nice to have a smaller option for quick trips to the office or corner store. diff --git a/content/journal/dispatch-5-july-2023/index.md b/content/journal/dispatch-5-july-2023/index.md index f7f734a..cdaa3d2 100644 --- a/content/journal/dispatch-5-july-2023/index.md +++ b/content/journal/dispatch-5-july-2023/index.md @@ -37,10 +37,10 @@ June was dominated by work and travel. Weekdays were filled up with a client pro -{{}} -{{}} -{{}} -{{}} +{{}} +{{}} +{{}} +{{}} It was a busy month, sometimes overly so, but having so many unique experiences had this odd effect of slowing and expanding time, which is the opposite of how things tend to go as you get older ([good short piece along the same lines][2]). Most everything else fell by the wayside, but that's OK -- these were all awesome experiences, and I'm excited for a (relatively) quiet July. diff --git a/content/journal/dispatch-6-august-2023/index.md b/content/journal/dispatch-6-august-2023/index.md index 7b3d65d..711bbe2 100644 --- a/content/journal/dispatch-6-august-2023/index.md +++ b/content/journal/dispatch-6-august-2023/index.md @@ -27,8 +27,8 @@ Nice to have a quieter month, though we still managed to spend a weekend at Lake -{{}} -{{}} +{{}} +{{}} Tech-wise, I switched from Vim to [Helix][2], which I've detailed [over here][3]. I was also able to work through a whole bunch of the [Go track on Exercism][4] -- it's a good way to get a handle on the basics of a language, but doesn't cover using third-party packages, organizing large codebases, etc. To get that kind of experience, I'm going to try my hand at an app for fantasy sports drafts -- take a set of player projections and a scoring formula, and output a UI I can use during a live online draft. I've been doing this with spreadsheets for years, and it's pretty cumbersome. I'm going to use TOML for configuration, SQLite for data persistence, and [Bubble Tea][5] for the UI itself. We'll see how it goes! diff --git a/content/journal/dispatch-7-september-2023/index.md b/content/journal/dispatch-7-september-2023/index.md index ade4ec8..40529bf 100644 --- a/content/journal/dispatch-7-september-2023/index.md +++ b/content/journal/dispatch-7-september-2023/index.md @@ -39,16 +39,16 @@ We were down at Lake Norman for the long weekend, and as I was pulling up the ka -{{}} -{{}} +{{}} +{{}} The following weekend, we headed up to Rehoboth Beach in Delaware to spend the week with my family. It's different than the North Carolina beaches we're used to as there's a lot to do around the town (boardwalk, parks & playgrounds, [indoor amusement park][1]). We brought our bikes and took a ride on the [Gordons Pond Trail][2], which was rad. [1]: https://funlandrehoboth.com/ [2]: https://delawaregreenways.org/trail/gordons-pond-trail/ -{{}} -{{}} +{{}} +{{}} We also recorded this little jam featuring my 3.5-year-old niece on the melodica: @@ -76,8 +76,8 @@ We got hit with a [nasty storm][9] in the middle of August. It was wild -- hot, I did a couple projects in Go this month: -{{}} -{{}} +{{}} +{{}} The first, the fantasy draft TUI app [I mentioned last month][10], came together well and quickly. It was straightforward to set up TOML for configuration, SQLite for data persistence, and [Bubble Tea][11] for the UI. Bubble Tea's super cool -- you pull in your widgets (two in my case, for a table view and a search box), and you can respond to keypresses or let the widgets handle them. As a result, my UI has Vim keybindings without me doing anything, which was super handy during the draft. diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index 2cadbbd..aa28a55 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -67,7 +67,7 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo * Note-taking / journaling app * [StevieBlocks][9] -{{}} +{{}} [9]: https://gist.github.com/dce/f975cb21b50a2cf998bf7230cbf89d85 diff --git a/content/notes/good-tests/index.md b/content/notes/good-tests/index.md index 0d974e3..f58f6be 100644 --- a/content/notes/good-tests/index.md +++ b/content/notes/good-tests/index.md @@ -75,4 +75,4 @@ _(Notes for a [Viget article][1])_ [6]: https://json-schema.org/ [7]: https://github.com/NoRedInk/rspec-retry -{{}} +{{}} diff --git a/content/notes/weekly-monthly-playbooks/index.md b/content/notes/weekly-monthly-playbooks/index.md index da8ab76..da95ab0 100644 --- a/content/notes/weekly-monthly-playbooks/index.md +++ b/content/notes/weekly-monthly-playbooks/index.md @@ -21,7 +21,7 @@ references: file: www-annahavron-com-8hj07z.txt --- -{{}} +{{}} _Building a Second Brain_ (p. 215)