commit 02d991e441839686fb3b396c572c35cfd4ff3d07 parent 827aeec1b5afd22a92fd91a339a9d2129a3c3f7b Author: Jake Bauer <jbauer@paritybit.ca> Date: Tue, 14 Feb 2023 23:58:20 -0500 * Diffstat:
6 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/content/garden/arboretum/index.md b/content/garden/arboretum/index.md @@ -109,6 +109,7 @@ tree nuts unless otherwise noted. * [Brownies](brownies.html) * [Granola Bars](granola-bars.html) * [Banana Bread](banana-bread.html) + * [Oatmeal Chocolate Chip Cookies](oatmeal-chocolate-chip-cookies.html) * Soups and Stews: * [Barley and Split Pea Stew](barley-split-pea-stew.html) * [Bean Soup](bean-soup.html) diff --git a/content/garden/arboretum/oatmeal-chocolate-chip-cookies.md b/content/garden/arboretum/oatmeal-chocolate-chip-cookies.md @@ -0,0 +1,12 @@ +Title: Oatmeal Chocolate Chip Cookies +Summary: Oatmeal Chocolate Chip Cookies + +# [%title] + +[← Back](./) + +In a large bowl, beat ½ cup of softened vegan butter, ½ cup of brown sugar, and ½ cup of granulated sugar until creamy. Mix in 1 tablespoon of chia seeds and 1 teaspoon of pure vanilla extract. Add 1.5 cups of rolled oats, 1 cup of all-purpose flour, 1 teaspoon of baking soda, ½ teaspoon of ground cinnamon, and ¼ teaspoon of salt and mix until just combined. Stir in 1 cup of chocolate chips/chunks. + +Cover the bowl and refrigerate for 30 minutes before baking. + +Preheat the oven to 350°F (180°C) and line a cookie sheet with parchment paper. Scoop about 1.5 tablespoons of dough onto the baking sheet for each cookie, flattening them slightly, leaving a little room between each scoop. Bake for 10-12 minutes, until the tops of the cookies are set. diff --git a/content/garden/arboretum/seitan-loaf.md b/content/garden/arboretum/seitan-loaf.md @@ -3,4 +3,6 @@ Summary: Seitan Loaf # [%title] +[← Back](./) + Preheat your oven to 325°F (160°C). In one bowl combine 2 cups of wheat gluten, 1 cup of nutritional yeast, 1 tablespoon of garlic powder, 1 tablespoon of onion powder, 1 teaspoon of paprika, 1 teaspoon of ground cumin, one teaspoon of sage, ½ a teaspoon of oregano, ½ teaspoon of salt, and ¼ teaspoon of black pepper. In another bowl combine 1.5 cups of vegetable broth, ¼ cup of salsa, 2 tablespoons of soy sauce, 1 tablespoon of tomato paste, and ½ teaspoon of chili garlic paste. Pour the bowl of wet ingredients into the bowl of dry ingredients and mix well. Dump onto a work surface and knead gently for a couple minutes. Let the dough rest for 5 minutes. Line a loaf pan with aluminium foil, then parchment paper. Place the seitan in the loaf pan and wrap the parchment paper, then the aluminium foil over top to seal it completely. Bake in the oven for 80 minutes. Remove the top piece of foil and parchment to expose the top of the loaf and bake for another 10 minutes. diff --git a/content/garden/arboretum/values-and-beliefs.md b/content/garden/arboretum/values-and-beliefs.md @@ -3,8 +3,7 @@ Summary: Values and Beliefs # [%title] -[← Back](../) - +[← Back](./) ## Against diff --git a/content/garden/plots/os-project.md b/content/garden/plots/os-project.md @@ -153,3 +153,6 @@ The end goal would be to make the system as "user-friendly" as possible in so mu [https://merveilles.town/@noa/109591421469751580](https://merveilles.town/@noa/109591421469751580) +## Helpful Resources + +[Software Unscripted: Scratch-Building an Operating System with Steve Klabnik](https://podcasts.apple.com/us/podcast/scratch-building-an-operating-system-with-steve-klabnik/id1602572955?i=1000594645400) ← This is also useful for "C package manager" ideas. diff --git a/content/garden/plots/text-editor.md b/content/garden/plots/text-editor.md @@ -46,3 +46,7 @@ During December, 2022, I attempted to learn Clojure and set myself the project o Unfortunately, it was just a bit too limiting to do what I wanted it to do. It's limited to very basic text editing, pretty much the kind of stuff you have available in a textbox in the browser. Nevertheless, I did have some new/improved ideas as a result: * Line numbers aren't really that useful. A current/total line count might be, but the line count on the left is not really that useful outside of editors like Vim or linking to specific lines like on GitHub or other code collaboration tools. + +## Helpful Resources + +[TextEditors.org](https://texteditors.org/cgi-bin/wiki.pl)