commit 07685025220dd68e8935917c32618a2afceb66d3
parent fc4be661f2ed82fac603fc025ef163b9bbc6a949
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 1 May 2023 20:30:20 -0400
*
Diffstat:
4 files changed, 91 insertions(+), 39 deletions(-)
diff --git a/content/garden/building-an-operating-system.md b/content/garden/building-an-operating-system.md
@@ -151,4 +151,4 @@ The end goal would be to make the system as "user-friendly" as possible in so mu
* [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.
* [Recfiles](https://chrismanbrown.gitlab.io/28.html) - a simple database format
-
+* [The Little Book About OS Development](http://littleosbook.github.io/)
diff --git a/content/garden/colourschemes.md b/content/garden/colourschemes.md
@@ -6,9 +6,37 @@ Summary: Colourschemes
## Merveilles Colours
<table>
-<th>cyan #72dec2
-<th>cyan-light #9ffce3
+<th>cyan #72dec2</th>
+<th>cyan-light #9ffce3</th>
<tr height="25px">
<td style="background-color: #72dec2"></td>
<td style="background-color: #9ffce3"></td>
</table>
+
+## Paritybit Colours
+
+### Logo
+
+<table>
+<th>black #000000</th>
+<th>red #bb7777</th>
+<th>gold #e7cb8f</th>
+<tr height="25px">
+<td style="background-color: #000000"></td>
+<td style="background-color: #bb7777"></td>
+<td style="background-color: #e7cb8f"></td>
+</table>
+
+### Site
+
+<table>
+<th>black #111111</th>
+<th>white #fcfcfc</th>
+<th>blue #134799</th>
+<th>purple #551a8b</th>
+<tr height="25px">
+<td style="background-color: #111111"></td>
+<td style="background-color: #fcfcfc"></td>
+<td style="background-color: #134799"></td>
+<td style="background-color: #551a8b"></td>
+</table>
diff --git a/content/garden/index.md b/content/garden/index.md
@@ -13,19 +13,10 @@ Digital Garden Philosophy](digital-garden-philosophy). It describes what
you can expect when visiting here, and the philosophy by which I curate this
garden.
-Right now you are standing at a carrefour. Laid out before you is a selection
-of different paths. They serve to loosely collect and broadly organize the
-garden. Explore at your leisure.
+## Intake
-## π± The Greenhouse
-
-The Greenhouse is the place where new things are incorporated into the garden.
-It is the sprouting place for seeds that may eventually develop into projects
-or wiki pages.
-
-### Intake
-
-Here are links, documents, and other things I found interesting that I want to get around to reading and possibly taking notes on.
+Here are links, documents, and other things I found interesting that I want to
+get around to reading and possibly taking notes on.
* [Sick Systems](https://www.issendai.com/psychology/sick-systems)
* [Google Didn't Break Your Brain: A History of Distraction](https://aeon.co/essays/google-didnt-break-your-brain-a-history-of-distraction)
@@ -37,31 +28,13 @@ Here are links, documents, and other things I found interesting that I want to g
* [Virtual Machines 1](https://elly.town/d/blog/2021-12-29-instruction-encoding.txt)
* [Economy and Pleasure](https://wiki.xxiivv.com/docs/economy_and_pleasure.txt)
* [Principles of UI](https://notes.yip.pe/notes/notes/Principles%20of%20UI%2C%20A%20Thread)
-* [What The Hell Is Forth?](https://blog.information-superhighway.net/what-the-hell-is-forth)
-* [Reading Assembly Is Easy](https://www.timdbg.com/posts/fakers-guide-to-assembly/)
* [Defending the Incommunicability of Programs](https://jimmyhmiller.github.io/incommunicability)
* [Growing in reciprocation with nature.](https://tickfoot.sensorstation.co/garden)
* [How Browsers Work](https://www.freecodecamp.org/news/web-application-security-understanding-the-browser-5305ed2f1dac/)
* [An Introduction to Language-Oriented Programming Using Racket](https://beautifulracket.com/)
* [Repeat yourself, do more than one thing, and rewrite everything](https://programmingisterrible.com/post/176657481103/repeat-yourself-do-more-than-one-thing-and)
-* [The Little Book About OS Development](http://littleosbook.github.io/)
-
-## π² The Arboretum
-
-### π¨ Art
-
-* Various [colourschemes](colourschemes)
-
-### π Books
-
-* [Wishlist](book-wishlist)
-* [Reading List](reading-list).
-Notes on:
-
-* [Disciplined Minds](disciplined-minds)
-
-### ποΈ Notes
+## ποΈ Notes
General documents, notes, and other bits and pieces I find valuable.
@@ -69,12 +42,16 @@ General documents, notes, and other bits and pieces I find valuable.
* [Amateur Radio](amateur-radio)
* [Avoiding Burnout](avoiding-burnout)
* Benchmarking: [Fedora 36 Spins - Resource Usage Comparison](fedora-36-spin-resource-comparison)
+* Books:
+ * [Wishlist](book-wishlist)
+ * [Reading List](reading-list).
+ * [Disciplined Minds](disciplined-minds)
* [Building a Computer](building-a-computer)
* [Building an Operating System](building-an-operating-system)
* [Laptops I Might Like](laptops-i-might-like)
* [Math Reference Sheets](math-reference-sheets)
* [Notes on Text Editors](notes-on-text-editors)
-fit anywhere else, but which I still find valuable.
+* Various [colourschemes](colourschemes)
* Philosophy:
* [Meditation](meditation)
* [Obscurantism](obscurantism)
@@ -82,7 +59,7 @@ fit anywhere else, but which I still find valuable.
* [Some Thoughts On The Real World By One Who Glimpsed It And Fled by Bill Watterson](watterson)
* [The Merveilles Sensibility](merveilles)
-### πΎ Programming
+## πΎ Programming
* General:
* [Some Notes on Programming Style and Composition](programming-style)
@@ -93,7 +70,7 @@ fit anywhere else, but which I still find valuable.
* Tools: [git](git), [Vim](vim), [plan9](plan9), [Make](make)
* Other: [Licenses](software-licenses), [Potential Project Names](project-names)
-### π₯οΈ System Administration
+## π₯οΈ System Administration
Notes, configurations, and other things related to computer system administration.
@@ -121,7 +98,7 @@ Notes, configurations, and other things related to computer system administratio
* [Issues with Systemd](issues-with-systemd)
* [Issues with ZFS](zfs-issues)
-### π Cooking
+## π Cooking
All recipes are vegan and free of tree nuts unless otherwise noted.
@@ -168,7 +145,7 @@ All recipes are vegan and free of tree nuts unless otherwise noted.
* [Sauces](sauces)
* [Oven Roasted Corn on the Cob](oven-roasted-corn-on-the-cob)
-### βοΈ Writing
+## βοΈ Writing
Notes about writing and my mini collection of fountain pens and inks.
diff --git a/content/now.md b/content/now.md
@@ -6,10 +6,57 @@ Summary: This is a now page. I'm using it a bit like a monthly log where it desc
This is my monthly log. It describes what I've been up to recently and what I'm
currently working on. [Learn more about now pages here](https://nownownow.com/about).
+* [April 2023](#april-2023)
* [March 2023](#march-2023)
* [February 2023](#february-2023)
* [January 2023](#january-2023)
+## April 2023
+
+As Ewan McGregor once said: "Hello there!"
+
+This month I did some more writing, tended the gardens, and got caught up on
+a few things I've been wanting to do for a bit but which were overshadowed by
+other things going on in life.
+
+This month I migrated my repositories off of SourceHut and onto the [Gitea
+instance I host](https://git.jaderune.net/jbauer) since I didn't see a point in
+continuing to pay for SourceHut (or needing to pay when it goes into Beta
+soonβ’) when I already was paying to host this git forge. Plus, I already have
+a barebones way for people to view my repositories over at
+[git.paritybit.ca](http://git.paritybit.ca), so having both a plain and more
+flashy way for people to view my repos is nice. I also like [the activity
+tracker](https://git.jaderune.net/jbauer?tab=activity).
+
+The gardens (both physical and digital) have undergone more cleaning, trimming,
+and sweeping up of old stuff that no longer fits or serves a purpose. In my
+physical garden I've started radish, tomato, pepper, lettuce, cilantro, dill,
+chives, and basil seedlings which are coming along nicely. In my digital garden
+I've done a small re-organization and eliminated the opinions section since it
+grew stale, but freshened up and re-planted my opinions on [software
+licensing](/garden/software-licensing), now complete with a rant about the ISC
+license controversy π.
+
+Thanks to [Devine](http://xxiivv.com), I've been playing around with [dbanay's
+implementation of Smalltalk-80](https://github.com/dbanay/Smalltalk), which
+I got to run on OpenBSD and FreeBSD. I haven't played around with it as much as
+I'd've liked to, but I'm hoping to get to that more in May.
+
+Finally, I didn't finish any books this month, but I did binge-read a novel's
+worth of [r/nosleep](https://old.reddit.com/r/nosleep) stories which was fun.
+It's like reading the [Goosebumps](https://en.wikipedia.org/wiki/Goosebumps)
+novels from my childhood.
+
+If you're looking for something awesome to watch, check out [this
+talk](https://www.youtube.com/watch?v=ZZgQ3MoNJUQ&t=22099s) by [Ramsey
+Nasser](http://nas.sr) at Causal Islands 2023 titled "How to Write a Joke That
+Will Still Be Funny in Two Thousand Years" regarding the future of computing.
+Stick around after that for an equally great talk by [Maggie
+Appleton](http://maggieappleton.com/) about the ramifications of the recent
+leap forward in "AI" tech.
+
+That's all I've got for now! Byeeee o/
+
## March 2023
Another month, another update.