Stream
The Stream is where all actions occur, in reverse chronological order. Every thing that I do happens in the Stream, though you can filter the Stream to narrower views by visiting a specific page.
This page serves as the permanent location of the complete unified stream for the website.
/stream Stream
September 25, 2023
/stream /bicycle /repair /rad-runner
Last night I went to install a front rack on the /RadRunner Plus and had to reroute my front brake cable. By taking it out, it loosened a frayed part of the cable which then got jammed inside the cable housing, rendering the brake useless. I had never replaced a brake cable before, but a quick search told me it should be pretty straightforward. Today I was able to get a replacement cable from a local bike shop for $3 and swap it out in about 5 minutes.
The special notes were that brake cables are pretty standardized but are different than shifting cables, and that you have to match the "head" of the new brake cable with the one used in the brake lever. I was able to remove (and replace) my cable from the brake lever without tools by just aligning the slots in the barrel adjusters and pulling the cable through. I reused the existing rigid cable housing, and threaded the new cable through it. I was also able to re-use the cable-end cap from the old brake cable by sliding it off with needle-nose pliers, and then crimping it back onto the new cable. Finally, I used those same pliers to cut the new cable to length.
September 15, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
After coming to the conclusion that GRUB2 was the only way to boot, my only remaining option to get the GPU working on /MacBook Pro (2006) was to go through the process of extracting the firmware from a BIOS boot, and then patching the radeon kernel module to manually load that firmware from a file. I tried for a long time to make a BIOS-bootable USB drive of an old Ubuntu 10 live CD, but the computer refused to boot from it. From what others had written online, it seemed like booting from a DVD was the easiest path forward, so I hunted down a blank DVD and burned that 32bit Ubuntu 10 image to it.
Unfortunately, when trying to boot from the DVD I came to the conclusion that the DVD drive was broken. My /MacBook (2007) easily booted from the DVD, but the /MacBook Pro (2006) did not. My solution: open up both machines, hook up the working drive from the MacBook to the MacBook Pro, boot into Ubuntu and extract the firmware, and put everything back together. To make a long story short: it worked, miraculously. After a long morning of open-heart surgery, I still had two working laptops and a "vbios.bin" file that would be the key to a working GPU.
I spent a little time after the firmware extraction looking into patching the kernel, but didn't make it too far.
September 8, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
After a bit of a break, I came back to the project of getting the /MacBook Pro (2006) GPU functional in arch linux again. With the time away, I'd had more time to think about what the problem was, and to come up with new approaches. Essentially, I understood that the GPU driver needed to be able to see the GPU firmware, which was only exposed during certain boot conditions. I came to the conclusion that if I could boot directly into an EFISTUB that the firmware would be visible, and so I made it my goal to try and do that.
Unfortunately, the main problem with this machine is that it has two oddities with its EFI: it uses 32bit EFI hardware to boot into a 64bit CPU, and it is also an Apple-specific EFI 1.10 implementation and not a modern UEFI standard implementation. I think I ended up believing that there have been advances in both the linux kernel and also things like systemd-boot that would have overcome the 32bit -> 64bit mismatch, but I kept running into boot errors anyway. My final takeaway is that it was the custom EFI 1.10 implementation that was breaking the boot process due to missing hooks. If you're reading this in the future, I don't think that this machine will ever get any better boot options due to its proprietary and opaque EFI 1.10 implementation, unless someone takes the time to reverse-engineer Apple's implementation.
This means that I'm left relying on GRUB2 and its EFI Handover Protocol method of booting "mixed-mode" on this particular hardware. I also discovered that newer versions of GRUB2 (starting at r566 I believe) have issues with this boot mode, so I ended up pinning grub to an older version (2.04) in pacman and now booting works every time. By adding "reboot=pci" to the kernel parameters, rebooting also works every time, and the laptop never has any strange boot issues. All that's left now is to figure out how to get the GPU firmware loaded manually.
September 5, 2023
/stream /now
The summer has been incredibly busy. My /livable city advocacy group has had a lot of both engagement and disengagement, with city initiatives asking for our input and members being generally unavailable due to summer holidays. It continues to be a difficult line to walk as a volunteer based organization, where nobody is getting paid but success requires people to keep showing up.
Over the course of August, my partner and I stumbled into an opportunity to take over a large commercial space in the center of our Downtown as part of a collective of artists. There is huge potential for the space to be a much needed non-commercial hub of arts and activism, but organizing a bunch of strangers into creating a financially solvent space in such a short time frame is also a difficult task. We're hoping to establish a legal Co-op, and we'll see how it plays out.
Progress on the /coalescent computer moves in small bursts, though my time is increasingly dedicated to scheduling meetings and running agendas for volunteer and activist groups. It's hard to get a concrete feeling of forward movement, but it does generally feel like things are happening. I'd be lying if I didn't mention how frequently I wonder if I shouldn't move out to the country and focus my time on /farming, land stewardship, writing about /philosophy, and /programming, but that feels like giving up and running away.
Finally, we are not in imminent financial danger, but our lack of household income is becoming increasingly difficult to ignore. I have been hoping to serendipitously find a way to generate a bare minimum of income while working on all of these projects towards a better world, but it doesn't seem to be happening. It's frustrating to feel like I need to pause one or more of my many important initiatives so that I can extract money from the economy, but sooner or later something is going to have to give.
I'll try to post smaller and more frequent updates in the future.
September 3, 2023
/stream /collapse /complex-systems
Spent a big chunk of time today writing out my thoughts on /collapse, descent, and contingency, spurred by a couple of posts I saw floating around Merveilles today. While there's a lot written out here now, I'm thinking about how I can better explain some of the intuitions I've developed around the nature of life and complex systems. I have so many long posts written out and unpublished on my philosophical explorations into metaphysics, abstractions, /complex systems, and so on, and I should really get them out into the world in some form.
September 2, 2023
/stream /colophon /programming /linux
After spending a few hours this week trying to build a CLI that replaces my jnl
shell-alias tool and allowed it to publish my website, I spent a few more hours today really thinking about the difference between a shell script and a program binary, and if I wasn't creating unecessary complications. This project of porting a shell script to a Rust binary taught me a lot of things about the nature of the shell as a computing environment, and pushed me to try to keep these tools as shell scripts for now.
I ultimately don't feel like the scripts I have now are the best version of this tool, but I also don't think that the compiled binary I was building was any better... and it was going to take an order of magnitude longer. I'm going to sit in the discomfort of these unfinished tools for a while as I continue to shape the /coalescent computer environment, and at least enjoy the fact that it's much faster to add entries to my website logs now.
August 23, 2023
/stream /repair /bicycle /fixie
After riding around town on my new /Fixie for the last week, I got tired of the seized rear brake and was itching to try and repair it. From what I could tell, it seemed to be a Bridgestone "Self Centering" side pull rim-brake, or at least something that was attempting to look like one. I removed the brake and disassembled it, cleaning all of the parts with soapy water and then soaking everything in distilled white vinegar over night. Afterwards, I brushed the rust off with a toothbrush, reasssembled, lubricated the pivots, and everything was working well.
August 12, 2023
/stream /bicycle /fixie
Today I bought a new (to me) /bicycle. A few weeks ago I tried riding a friend of a friend's beater fixie, and immediately fell in love. Since then, I've been on the hunt for a small, beat-up old bike that I could turn into my own nimble little /Fixie, and today I found it.
It's a franken-bike with a seized rear brake, two different tires on two different wheels, and a spray paint job that looks like it was done by a teenager about 10 years ago. Most importantly, it's ridable and has a flip-flop rear hub with a single-speed freewheel and the fixed cog I was looking for. It needs a lot of work, but I'm excited to dive in.
July 20, 2023
/stream /reading /mutual-aid /mutual-aid-spade
Finished reading Mutual Aid by Dean Spade. The last chapter was two thirds of the book, and full of specific plans and examples for how to deal with common issues in mutual aid groups. I found it quite helpful in framing my thinking about the real-world bumpy patches I encounter in my activism and movement building, and I'll be reflecting on it for a while I think. I'll continue reviewing my highlights and notes, and put together a synthesis on the book to share with others, since I think it is a hugely important topic.
July 19, 2023
/stream /reading /mutual-aid /mutual-aid-spade
Continued reading through Mutual Aid by Dean Spade, from the second through the fourth chapters. He outlined the shortcomings of the charity model of nonprofits, the necessity of asking for the entire world, and some of the dangers and pitfalls of mutual aid projects. The second and third chapters maintained the punchiness of the first, but the fourth chapter (in the second "part" of the book) fell apart a little bit. Still useful information, but less refined and impactful.
/stream /mutual-aid /ollas-comunes
After discussing the Ollas Comunes paper with my friend who linked me to it and then sleeping on my notes, I came back this morning and wrote a clearer synthesis on the topic. The notion of co-production stood out to me much more today, especially in the context of the other conversations I've been having with friends around the /climate crisis and the recent catastrophic floods in Vermont.
July 18, 2023
/stream /reading /mutual-aid /mutual-aid-spade
In preparation for an upcoming book club, I read through the first chapter of Mutual Aid, by Dean Spade. In this chapter, Dean lays out the three elements of mutual aid centered around meeting survival needs, educating people why needs are not met, expanding solidarity, and active participation. Spade writes extremely clearly, and this book so far feels very impactful and concise.
/stream /reading /mutual-aid /ollas-comunes
Read Collective Infrastructures of Care after being linked to it by a friend from Peru, which was a great review and anlysis of some of the history of community kitchens in Lima. It was a great example of Mutual Aid in South America, and formally introduced me to a concept I had been thinking about called "Co-Production", where communites are directly involved in the decision making and design of their collective infrastructure. I read through the paper and took a lot of notes and highlights, and will come back later to finish a synthesis after sleeping on it a bit.
/stream /recipes
I've recently moved away from making bagels as my daily breakfast, and have been experimenting with a shift to pancakes. To make them a bit healthier, I'm expermenting with sourdough starter and whole wheat flour (and topping with home ground peanut butter instead of syrup), which should also have the benefit of staying "frothy" in the fridge for an extra day or two. The goal is to be able to prepare a batch of batter once every three days or so, pour it into the skillet for a round of pancakes in the morning, and put the batter back in the fridge. This morning was my first go at it, and fermenting the starter sponge in the fridge overnight worked well, though the recipe is a little too "wet", yielding flatter pancakes. Overall though, it seems promising.
July 17, 2023
/stream /recipes
With a ton of leftover scallions in the fridge from yesterday's blanched asparagus, I went looking for another recipe to use that up and found a few scallion oil noodle recipes that seemed easy and delicious. I ultimately ended up following J. Kenji Lopez-Alt's Scallion Oil Noodles recipe, and it was incredible. Easy, fast, vegan, and definitely in the "comfort food" category. The main component is the scallion oil itself, which is easy to batch and store in the fridge, making a bowl of hot, fresh noodles only take a few minutes once you've made the oil. This will definitely be sticking around in my weekly rotation, especially as a lunch.
July 16, 2023
/stream /recipes
Tried some new recipes today from a vegan chinese cookbook. One was a blanched asparagus topped with shreds of chili, ginger, and scallion, and the other was a basil-garlic tofu. Both of them were very quick to prepare, and had very few ingredients. I was honestly not expecting to like either of them, but was very surprised to have liked both of them quite a lot. I thought the textures would be hard for me, but I went back for seconds. I'm excited to try more out of this book, and I'm hopeful that I'll get some new ideas for preparing simple dishes that feature vegetables as the star ingredient.
July 15, 2023
/stream /bicycle /repair /rad-runner
Performed some light maintenance and repairs on my /RadRunner Plus. I have never done much bike maintenance, but I've been slowly adjusting the brake tension as the pads wore down over the last 18 months. Recently however, my small tweaks stopped making an impact and braking power has reduced, and I needed to actually learn what I was doing. Turns out there is an adjustment screw on the brake calipers that nudges the brake pads in or out, and I needed to nudge the pads closer to the disc a bit as it wore out. I removed and cleaned both calipers with a damp rag (avoiding the pads), made adjustments, and reattached them with the correct alignment by squeezing the brake cable while tightening. Braking power is back to 100%, and the slight rub and squeak I occasionally got is gone now too.
July 10, 2023
/stream /technology /programming
A few days ago I watched this video about the performance differences between stack machine VMs and register machine VMs (when running on a physical register machine). The takeaway was that due to pipelining, a stack machine VM runs slower since it is always reusing the top of the stack, and none of the work can be done in parallel. For example, the equation ( 1 + 2 ) * ( 3 + 4 ) on a stack machine could be 1 2 + 3 4 + *, but all 7 instructions have to be run sequentially; on a register machine ( 1 + 2 ) and ( 3 + 4 ) can be decoded and prepped at the same time, since there is no dependency on those calculations (only the '*' must wait).
This, for some reason, made something click about Interaction Nets, in a way that didn't resonate with me the first time I started reading about them. It might have just been because lambda-calculus feels so opaque to me and I didn't have a good visual model in my head, and that this concept of dependencies in calculations gave me that visual. From there, I revisited HVM's github and Devine's interaction net page (linked above), and found myself thinking about rewriting rules again too.
Either way, this all got me thinking about how you might be able to declare "dependencies" for calculations in a stack machine. Could you maybe "branch" a stack into parallel computations with different memory addresses? Could you use that for SIMD operations? Would this be a great way to increase real world performance, or would it make writing code unecessarily complex? Am I just reinventing an obvious idea from a part of computer science that I don't know about?
July 2, 2023
/stream /technology /programming /collect
Spent a good chunk of time today revamping a community website to add a blog, and part of that meant figuring out how to implement a "dynamic root path" for URLs. I had to make some changes to 'collect' for it to work, but I think it's more robust now: it should more fully be able to recurse through contexts looking for objects of a certain name (which in this case is the "root-override").
Adding this feature has made me feel a little bad about 'collect', since with only four months having passed it feels quite sloppy and difficult to reason about the source code. It's definitely not worth rewriting again any time soon, but it's worth keeping in mind as my web projects that rely on it continue to grow.
June 25, 2023
/stream /technology /linux /macbook-pro-2015
After running out of "time budget" to get /MacBook Pro (2006) up and running, I installed Arch Linux on my daily driver laptop, which is a /MacBook Pro (2015). Being somewhat recent, but not too new, the install was quick and painless and has had very few problems.
As I've been shifting my daily computing to Linux, one of the biggest gaps in my daily computer usage was a "stream of thought" note taking tool, which I usually use the Apple Notes.app for. I spent an hour trying to figure out how to write a zsh alias to create a "journal" command, and it turned out really well. `jrnl` creates a temp file, opens $EDITOR, then appends a timestamp and the contents to a file named with the date in the ~/.journal folder.
After that win, I also finally learned how to set up screenshots with the `scrot` tool, mapped it to an unused media key, and send them to ~/.screenshot.
Finally, I decided to learn how rsync works and set up a few more aliases for syncing the journals and screenshots to my home server; now I can replicate the files across all of my machines, and I'm one step closer to a personal "cloud". Most importantly, I can access screenshots on my phone, though I can't yet easily integrate my phone with my new "journal" set up.
June 12, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
After finally getting Arch installed, booting into it also had many challenges. I have not been able to get a consistent boot, and in fact have only been able to get all the way through to login once. Just like the /MacBook (2007), it frequently immediately hangs from grub on “Loading initial ramdisk”, but the success rate seems far lower than the MacBook. I’ll need to dig much deeper into the boot process to see if this isn’t fixable, but at the moment, /MacBook Pro (2006) does not have a usable linux partition. Hopefully I can get this sorted out, because these old machines are great, and having a reliable arch install would give these machines life for many more years to come.
June 11, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
Working through trying to completely restore this /MacBook Pro (2006) to a fresh copy of OS X Lion was hell. There was nowhere to download a disk image from, and the machine I was on was missing its Recovery HD partition. I jumped through so many different hoops trying to get figure out how to get things to clean install, but eventually I was able to generate a Lion Bootable USB, change the clock back to 2013, and then boot (and install) from the USB.
Unfortunately, the complete formatting of the drive and fresh install of OS X didn’t make the Arch install go any smoother. I had to mess with kernel parameters to get the arch iso USB to boot, and was eventually able to get the OS installed.
June 10, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
The last part for my /MacBook Pro (2006) came in today, which was the lower case. Unfortunately, while I’m sure it was a relatively “New OEM” part at one point, its years in storage left it a little bent in places, most notably the slot for the disc drive was collapsed. I looked through the internet and decided there were probably no more “new” parts like this easily purchasable online, and that this part was better than the one I had, so I did my best to bend it back in place and moved on with reassembly.
I never know if I’m doing a good job reapplying thermal paste, but otherwise reassembly went smoothly. My first attempt to boot failed, but it turned out to be from the RAM not being fully seated; I thought it was funny that after completely disassembling the entire laptop and transplanting it into a new case, the final step, and the only one that doesn’t require disassembly was the part that went wrong. After reseating the RAM, the computer booted normally into OSX.
Arch was a different story. I ran into a ton of problems, and ultimately decided that my “clone from a different machine” idea was a bad one. I’ll have to wipe this machine clean and start from scratch.
/stream /technology /coalescence /coalescent-computer
I fleshed out the /coalescent computer page pretty significantly, intending to have a deep enough overview on this site to make it worth linking to internally. For the moment, it still suggest readers check out the external Coalescent Computer site, but as the project matures in the future I'll add more information here on this site.
June 9, 2023
/stream /coalescence
Took a moment to remove the low-effort text and write a bit more about coalescence. I also split out the subsections to their own pages. I still need to find a big chunk of writing time to really bring over a lot of the larger and deeper essays I've written.
/stream /technology /permacomputing /repair /macbook-2006
Stopped in our local reuse shop today hoping that an old Apple Thunderbolt Display that I had seen earlier in the week would still be there, but as I was walking in, someone was walking out with it. As a consolation prize, there was a G4 iBook and a Matte Black /MacBook (2006) in stock. The MacBook was $10 and in need of a battery, but it came with an original MagSafe charger which would be useful for the /MacBook Pro (2006), and my /MacBook (2007) battery could be swapped in for testing and set up.

I took it home and checked it out, and it ended up being in great condition. It turned out to be the original Core Duo revision (MacBook 1,1) and not the Core 2 Duo revision from later in 2006, making it my first and only 32 bit computer. It should eventually be a great 32 bit test platform for the /coalescent computer. I luckily had 2GB of RAM sitting around from the /MacBook (2007) before it was upgraded to 3GB, which meant I was able to max out its RAM capacity without any new parts.
/stream /technology /permacomputing /repair /linux /macbook-pro-2006
Set up the SSD for the /MacBook Pro (2006). My current /MacBook (2007) has both Mac OS X Snow Leopard and Arch Linux installed, and uses the native Apple bootloader system to choose between operating systems; it was a pain to set up, especially because that specific chipset uses a 64bit CPU with a 32bit EFI. I decided that the easiest way to set up the new drive would be to clone the SSD from the /MacBook (2007), since it uses the exact same CPU and EFI system as the /MacBook Pro (2006). I booted the /MacBook (2007) from an Arch Linux Live USB, connected the new SSD via USB, and then used dd if=/dev/sdX of=/dev/sdY bs=256K conv=noerror,sync status=progress to clone between the drives.
Unfortunately, though they were both nominally 256GB, the new drive was about 0.1GB smaller than the existing drive so dd
failed right at the end. Since I knew that all the data was there, and that the main issues were around the missing backup partition table and the truncated final partition, I manually reconstructed the partition table with gdisk
by choosing the same block offset and length as the original disk for all partitions, letting the last one automatically go to the end instead of overflowing. By writing the modified table, the backup partition table was correctly rewritten to the end. gdisk v and fsck
let me know that there were no remaining problems. Finally, I used resize2fs
to also make sure the filesystem (ext4) in that partition knew that the size had changed, and e2fsck
to verify it was clean. For sanity, I also regenerated all of the GPT UUIDs for the disk and partition, and then regenerated the fstab file for linux. I mounted that disk and arch-chrooted to make sure all was well, and then successfully rebooted directly from the drive.
Now, hopefully, it will be ready to drop right in to its new home when the final component arrives.
June 8, 2023
/stream /film /anime
Watched The White Snake Enchantress (1958). My partner and I have started going through a new film guide to try to find some new corners of /anime, and this was the first one on the list. It was really interesting to see an obvious connection to early Disney, but that is also still distinctly anime, even if you can tell that it was 65 years old. It was hard to find a good copy of the film, but the art direction and sound design still came through the lo-fi recording. It's difficult to watch something so old without spending most of the time focused on the historical relevance, but the story touched on themes that are still explored in anime today, like the boundary between the spirit world and humanity, and overcoming taboo.
/stream /technology /permacomputing /repair /macbook-pro-2006
Several of the parts that I ordered for the /MacBook Pro (2006) came in today, including the Rear Bezel (the top of the "lid"), the Upper Case (where the keyboard and trackpad are), and the replacement 250GB SSD.

I removed and cleaned the keyboard from the original upper case along with the bluetooth module, and then reinstalled them on the the new case. It also came with a fresh set of insulation and spacers, which I also installed. I had already removed the rear bezel from the old LCD assembly, so snapping that on and replacing the two screws only took a minute. After about an hour and a half of work, those two parts were fully cleaned and transitioned, and looked good as new.
/stream /degrowth /benign-computing /complex-systems /climate-crisis
When reading about /benign computing, there was a point where it was explaining the way natural systems are more resilient to failure compared to the fragility of human-made complex systems. This reminded me of the fact that our poorly designed systems are stabilized by the resilience of nature, like how the global ecosystem was able to absorb and handle a huge amount of carbon emissions before deteriorating. This makes it very difficult for humans to see, since our time scales are so short.
/stream /reading /technology /permacomputing /degrowth /benign-computing /complex-systems
Read Abstraction, indirection, and Sevareid's Law: Towards benign computing after seeing it mentioned on Damaged Earth Catalog. It provides background on the idea that computing may, in general, be creating more problems than solutions, and proposes a design framework for computing that minimizes that outcome. The core principles are “scale out”, “fail well”, “open design”, and “fractal”. In essence, it promotes small nodes speaking open protocols that are individually resilient, creating an emergent larger network that also exhibits these properties. It prioritizes long term resiliency and harm mitigation over short term costs and maximum availability.
I like the idea of benign computing aiming to mimic how nature *fails*, instead of how it *succeeds*. Placing the emphasis on resilience as opposed to solutions naturally puts you in a defensive and critical position during system design. I think that this framework lends itself well to an analysis of the Coalescent Computer which shares many of these goals, and would benefit from a deeper analysis through this lens.
June 4, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
Today I completely disassembled the junk shop /MacBook Pro (2006) to inspect for any internal damage before buying a few replacement parts. Everything seemed to be in great shape, so I ordered a replacement top and bottom case from eBay, and a 2.5" SSD to replace the 17 year old spinning hard drive it still had. I had enough old RAM sticks lying around to max out its capacity (3GB), and the battery is actually in pretty good condition.

At some point in the next few weeks after cleaning and installing the guts in a new case, reapplying thermal paste, upgrading to an SSD, and setting up Arch Linux, this laptop will be a high performance work machine again, hopefully saved from a landful for another long while.
June 2, 2023
/stream /reading /technology /permacomputing /degrowth /collapse
Following some links led me to The Monster Footprint of Digital Technology on Low Tech Magazine. While the concept of embodied energy (in microchips, or in general) was not new to me, this article did a great job of describing the scale and trends in energy and resource consumption in the manufacturing of modern digital technology.
One aspect in particular stood out to me, which was the claim that "digital technology is a product of cheap energy". I think about this idea from many angles, that there are many aspects of our modern society that have expanded to consume all of the "infinite energy" we've had access to during the fossil fuel era. The proliferation of cars, processed foods, and microchips are all goods that have fundamentally changed the way we have lived, but are (and have always been) unsustainable to produce in the long term since they are fundeamentally born out of an environment with very cheap, portable, and dense energy sources. Trying to maintain that lifestyle without fossil fuels will be nearly impossible due to "Energy Return on Investment" (EROI) calculations and the laws of physics. And yet, at the same time, many people (and our economic system more broadly) have become completely dependent on these goods and this lifestyle, with a looming threat of /collapse if they were to suddenly disappear.
And so I wonder about what computing might look like in a world with more restricted and balanced energy use, if we managed to actually ramp down our energy and resource consumption to a truly sustainable level. Will computing still exist? How accessible would it be?
June 1, 2023
/stream /now
I left my most recent salaried job in the Fall, and have been living off of savings while I put together plans for the next major phase of my life. I had saved a good amount of money in my 20s that I intended to use to put a down payment on a house, but the world (and the housing market) had other plans. I decided to "be the change", and dedicate my life completely to bringing about the economic and social shifts that the planet desperately needs.
From one angle, I've been building up a local grassroots advocacy group that focuses on the holistic thinking needed for livable, resilient, people-oriented cities. We've built up a distributed group of people who show up to city council meetings, meet with neighbors, and talk to reporters. We've pushed for parking reforms and have shaped local narrative around density and transit. In the future we hope to continue to organize and educate our neighborhoods on the need for intentional, dynamic, and fearlessly compassionate community, that welcomes new neighbors and lives within our "ecological means". Hopefully, we are just getting started.
At the same time, I am building real, practical skills for the future I want to live in. I have been developing my skills as a woodworker, doing my best to learn how to repurpose old materials, to favor hand tools, and to build for longevity. I am in my second year of volunteering at a local community farm which provides a no cost CSA to low-income or food-insecure folks. I aim to continue developing these skills and communicate them, to better distribute the knowledge of buiding and food production among my community.
Finally, I am working on a /permacomputing system inspired by natural complex systems called the Coalescent Computer. My hope is to develop a platform for social computing that allows communities to "fork and evolve" economic processes and knowledge systems for their local needs, while still gaining the computational benefit of code and data reuse.
I turn 30 this summer, and I think that I'm actually ready for it.
May 31, 2023
/stream /film /anime /ghibli
Watched Whisper of the Heart, directed by Yoshifumi Kondō, written by Hayao Miyazaki, and based on a manga by Aoi Hiiragi. This was the second time I've seen it, the first time being while watching every Studio Ghibli film in order two years ago. I rated it highly after my first watch, and I enjoyed it just as much the second time.
The story follows a 14 year old girl as she navigates the people around her growing up, moving on, and taking risks, and then choosing to take her future into her own hands as well. I think it does a great job of capturing the combined emotional rollercoaster of both being a 14 year old navigating new social situations and trying to push yourself creatively for the first time. While Ghibli movies are more widely known for their fantasy elements, their films about normal people living normal lives are just as beautiful and engrossing
May 30, 2023
/stream /reading /merveilles /programming
I read Situated Software, by Clay Shirky which seemed to be bubbling up in conversation around Merveilles today. It elaborated on some of the ideas I've been playing with lately, specifically around offloading the social aspect of computing networks to the humans in the loop instead of strict algorithms. This note on payment in small scale networks was particularly in line with that:
The possibility of being shamed in front of the community became part of the application design, even though the community and the putative shame were outside the framework of the application itself.
May 29, 2023
/stream /merveilles
I joined in on the #theLogo community art project at Merveilles, where everyone was riffing on the logo.
I spent a few hours in Blender trying to bring my animated idea to life, and was able to get it to a really appealing place by leaning into some things that were beyond my skill set. Small adjustments to the model, framerate, and render settings let me find an aesthetic that fit my goal without having to push way beyond what I was actually capable of doing.
May 28, 2023
/stream /reading /philosophy
Read Superintelligence: The Idea that Eats Smart People. It helped me develop my own thoughts on intelligence and sentience, and connect some of my "emergent, complex systems" model of human cognition with my gut-level distrust in the hype narratives around "AI".
Specifically, as someone who grew up in an environment where religious beliefs were facilitated, and as someone who subsequently exited that faith, it helped show me that my distrust may have been stemming from the fact that the aura around AI is rooted in many of those same faith based arguments that I've learned to escape from. This quote sums it up pretty well:
It's a clever hack, because instead of believing in God at the outset, you imagine yourself building an entity that is functionally identical with God. This way even committed atheists can rationalize their way into the comforts of faith.
The AI has all the attributes of God: it's omnipotent, omniscient, and either benevolent (if you did your array bounds-checking right), or it is the Devil and you are at its mercy.
Like in any religion, there's even a feeling of urgency. You have to act now! The fate of the world is in the balance!
May 25, 2023
/stream /coalescence
Moved some writing from my old website to the new page for /coalescence. Re-reading it now, I think a lot of it will have to be rewritten, but I think it's a good idea to have a starting point that matches the old site.
May 24, 2023
/stream /technology /programming /collect /colophon
As I started fleshing out components of this site, I wanted to add some new features to /collect. I added the ability to reuse the name of a @map as a value using "$NAME", and it can also be interpolated in strings with "@name". I also exposed a list of the @group objects on a @map using the value "@groups" on a @map. The first change reduced redundancies when writing new stream events, and the second made it possible to render all of the groups for each stream event.
May 23, 2023
/stream /reading /colophon
Read The Garden and The Stream, by Mike Caulfield after seeing it linked in Maggie Appleton's digital garden post, and seeing it use the same metaphor I stumbled on for this site.
I appreciated the interpretation of the history of the "personal web" through the lense of "streams and gardens", with the early web going for a garden metaphor (open wikis), and getting eaten by the stream metaphor (blogs, RSS, social media). Mike suggested that the time may be right for the garden to return (this is from 2015), and this tracks for me with the rise of Roam, Obsidian, and the general movement around the smallweb and permacomputing.
/stream /reading /colophon
While trying to read more about digital gardens, I checked out this piece on the history of digital gardens by Maggie Appleton. It was in this piece that I saw the link to "The Garden and The Stream" by Mike Caulfield, and found some gems around thinking about "topologies", as well as providing "epistemic transparency".
/stream /technology /programming /colophon
Built out the rough framework for this website, settling on the complimentary "garden" and "stream" metaphors.
May 20, 2023
/stream /technology /permacomputing /repair /macbook-pro-2006
While helping my partner set up her work for a DIY art festival, I found a /MacBook Pro (2006) in a junk shop for $25. It was a 2006 2.16GHz Core 2 Duo model. I took it home and was surprised to find that it worked great after plugging it into an old MagSafe charger I had lying around. The case was a little bent as if someone had sat on it, and consequently the trackpad was a little wonky; otherwise, it seemed like a great machine. I'll need to tear it down at some point to look for any other internal damage before spending more time or money on it.
/stream /philosophy /coalescence /information
Explored the ideas of "pattern, information, and concepts" through drafting an essay. After some good conversations, I feel like I've developed some really strong connections between my definition of abstract concepts and the nature of information as "embodied" concepts.