CJ Trowbridge

Past Projects

Multipurpose Apocalypse Sensors v4

Draft status: Working outline for active edits.

This draft lays out v4 of a modular sensor platform for off-grid monitoring, early warning, and community infrastructure diagnostics.

Why v4

In the last iteration, I added geiger counters and laser particulate sensors in order to study the realtionship between air quality and radiation levels. This was a fun project, but the lack of a proper Stevenson screen led to corrosion and damage over the last six years. Also, I have developed an interest in leveraging the bleeding edge forecast models which are available via satellite downlink, and the current platform is not powerful enough to handle the data processing requirements.

What’s New In v4:

Custom Enclosure

I have made great progress with my vibe modeling pipeline. This agentic framework knows how to design and iterate on 3d objects based on a chat interface. I simply explain what I want and it designs a printable 3d model. Then we discuss any issues and it designs a new one. It also learns and tracks the design history. This has been a real game changer for me, as it allows me to rapidly prototype and iterate on designs without needing to crawl through the process of using cumbersome 3d modeling software. The pipeline can simply directly use whatever software it needs to whatever process is required, with a holistic view on the overall plan and goals.

This design includes two pieces which will be printed upside down. The top of the enclosure will be a simple waterproof box measuring 200mm x 200mm x 100mm. This will contain all the electronics except for the sensors. The top of this print will be open.

The bottom piece will be the stevenson screen which follows the same layout as the first piece, but with recessed edges to allow the top piece to mount snugly. (Ensuring enough margin to allow it to slide together)

The bottom piece starts as a 200mm x 200mm x 100mm box with a hole in the center to allow wires and connections to pass through to the watertight electronics enclosure above. The sides of the box are louvered to allow maximum air flow while still providing protection from the elements. The top of the second print is also left open to allow for air flow while still providing protection from the elements.

When both pieces are done, they are inverted and assembled together. The top piece is slid into the bottom piece, creating a secure and weather-resistant enclosure for the sensors and electronics. The modular design allows for easy access to the components for maintenance and upgrades, while the Stevenson-style design ensures that the sensors are protected from direct exposure to sunlight and precipitation, allowing for accurate environmental readings.

Project Status

My 3d printer is down, pending some replacement parts. I have been working on the design and iteration of the enclosure using my vibe modeling pipeline, but I have not yet been able to print and test the physical components. I will update when I have the printer back up and running, and I can start testing the enclosure design and sensor integration.

Future Work

Precision Forecasting

I have been working for a while to figure out an easy way for communities to put together hyper-local forecasting models that build on things like the GOES forecasts and take advantage of older hardware which is still great for these kinds of tasks.

The resolution of something like the NOAA GFS model is 12 square miles. People want to know what’s happening in their neighborhood, not the average of a 12 square mile area. Who among us feels confident that they understand what “20% chance of rain” means for their block?

By using local sensor data to calibrate and adjust the forecasts, we can create hyper-local models that provide much more accurate and relevant information for communities. This could be especially valuable for things like flood forecasting, where local topography and infrastructure can have a huge impact on outcomes.

Convergence Analysis

There are lots of global forecast models out there, and they all have their own strengths and weaknesses. By observing all these models in parallel and over time, we can compare their outputs versus reality. This lets us identify areas of agreement and disagreement, which can help us understand the underlying uncertainties and improve our forecasts.

There is a kind of fluid and moving boundary in the forecasts between short-term consensus and longer-term hallucination. By tracking this boundary as it moves and changes, we can get a sense of how much confidence to place in the forecasts at any given time.

For example, if all the models are in agreement for the next 24 hours, we can be more confident in the forecast for that period. However, if the models start to diverge after 48 hours, we know that there is more uncertainty in the forecast beyond that point.

This kind of convergence analysis can be a powerful tool for improving the accuracy and reliability of our forecasts, especially in complex and rapidly changing situations.

Inspiration

  • I found this Stevenson screen design which is pretty similar to the bottom half of the design I want to build. Also, it’s already in OpenSCAD so I will give it to the vibe modeling pipeline as an example of a similar project to take inspiration from.

Castro Media

Independent, flat media nonprofit featuring progressive, intersectional perspectives on current events.

Coming Soon:

  • Weekly round table live streams about current events.
  • Regular updates from a diverse set of contributors, in the same vein as Novara Media from the UK.
  • A merchandise shop where 100% of proceeds go to specific charities. Submit designs, sponsor causes, drive support.

Always-free Substack

Follow along: Website Twitch Bluesky Youtube TikTok

CJ’s AI Toolbox

All the tools and skills you need for your AI toolbox.

Get Involved: Build Your Own AI Toolbox! Always-free Substack

Follow along: Website Bluesky Youtube TikTok

Social Media Analytics

Daily and weekly view comparisons for two networks plotted on a logarithmic scale.

Daily views

Weekly views last three months

View the notebook

Ethical Artificial Intelligence

A recorded livestream discussion on ethical issues in generative artificial intelligence featuring CJ Trowbridge, Future Inifinitive, and The Real Cornpop.

My main takeaways of the topics discussed:

  • The practical impossibility of any real ban or limits in a post-international-law world
  • Lack of explicit consent vs fair use rights
  • Derivative work vs stolen work
  • Alignment
    • Elon assumes he can force AI to act like Stephen Miller; it’s more likely to act like the hundreds of thousands of administrative beurocrats who refused to go along with him.
  • Consolidation of power/ wealth
    • Epistemic Power
      • Centralized corporate/oligarch control over the social construction of truth and knowledge
      • The only truth is whatever serves capital
      • Bias and representation
        • What perspectives does a model built by {Sama, Elon, Zucc} ignore, exclude, or erase
    • Cloud Capital
      • Very large models are almost exclusively built/run by rent-seeking coprorations/oligarchs

Edit this page

Analysis Lab — Hardware & Software Stack, Methodology

Last updated: May 26 2025


1  Servers

Hostname Model CPUs (total cores) Memory GPUs PSUs
edge-router Dell PowerEdge R410 2 × Xeon L5520 @ 2.26 GHz (8 cores total) 16 GB DDR3 ECC 2 × 500 W
docker-ai Dell PowerEdge R720 2 × Xeon E5‑2670 v2 @ 2.5 GHz (40 cores total) 256 GB DDR3 ECC 2 × NVIDIA Tesla P40 24 GB 2 × 750 W
docker-logic Dell PowerEdge R630 (8 SFF) 2 × Xeon E5‑2680 v3 @ 2.4 GHz (48 cores total) 128 GB DDR4 ECC 2 × 750 W

Both servers run Ubuntu 24 LTS with a single, root‑based Docker daemon. The edge router runs pfSense and also hosts a WireGuard tunnel for remote/public access to the internal network.


2  AI Server (docker-ai) Containers

Container Image GPU Host Ports Notes
Portainer portainer/portainer-ce:lts 9443 (HTTPS) Runs as root (-u 0:0) to avoid cert‑dir permissions
Ollama ollama/ollama:latest 11434 Models stored in /var/containers/ollama (bind‑mount)
Stable‑Diffusion WebUI zefie/stable-diffusion-automatic1111:latest 7860 Model assets bind‑mounted from /var/containers/sd

3  Logic Server (docker-logic) Containers

Container Image Host Ports Notes
Portainer portainer/portainer-ce:lts 9443 / 8000 Runs as root inside
OpenWebUI ghcr.io/open-webui/open-webui:latest 3000 OLLAMA_BASE_URL=http://docker-ai:11434
Dashy lissy93/dashy:latest 8088 Config & icons bind‑mounted from /home/cj/docker/dashy
Jellyfin jellyfin/jellyfin:latest 8096 Config & cache in /srv/jellyfin; media on local disks
GitLab gitlab/gitlab-ce:latest 8929 / 2222 Persistent volumes gitlab_config, gitlab_data; self‑hosted code repo

4 Setup Scripts

Backup your favorite TikTok accounts.

Backs up tiktok accounts in case of disasters.


← Back to Projects

← Back to Home