added some old blog posts

This commit is contained in:
Ben Varick 2025-10-30 13:12:41 -07:00
parent 63319128c1
commit 022922dfc7
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
18 changed files with 847 additions and 15 deletions

View file

@ -0,0 +1,10 @@
+++
date = '2025-10-30T19:08:55Z'
draft = true
title = 'Home Network Design'
+++
Here is how I've setup my home network. My goal is to build something that is reliable, performant, as open-source as possible, and re-uses old electronics.
My thinking is based on homenethowto.com and a blog that I can't find anymore that had instructions for how to set up a cheap, simple network with and EdgeRouter and a Unifi AP.

View file

@ -0,0 +1,10 @@
+++
date = '2024-01-01T19:13:02Z'
title = 'Pretty Rivers'
+++
I like looking at maps that isolate different natural features. And I think that rivers make pretty patterns. So I made a series of scripts that generates a pretty map of rivers. I hope to print the maps of places that are important to me as art.
The code that generates these maps is here: https://git.dendroalsia.net/ben/pretty_rivers
---
![Wisconsin Rivers](https://git.dendroalsia.net/ben/pretty_rivers/media/branch/main/example.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

View file

@ -0,0 +1,11 @@
+++
date = '2024-10-14T19:13:18Z'
title = 'River Level Charts'
+++
I'm interested in rivers (both ecologically and recreationally) and I want to know water level they are currently at, and how does that compare to their water levels throughout the year and in their recent history.
In the US, the United States Geologic Survey (USGS) maintains a large set of realtime water level sensors, and that dataset is queriable through an API. So I wrote these scripts that take a set of rivers and their associated gauge IDs, downloads the recent and historical data and generates a bunch of graphs.
Here's the code: https://git.dendroalsia.net/ben/USGS_NWIS
![Example graph](https://git.dendroalsia.net/ben/USGS_NWIS/media/branch/main/example_last_6_months.png)

6
content/blog/_index.md Normal file
View file

@ -0,0 +1,6 @@
+++
date = '2025-10-30T19:08:15Z'
draft = true
title = 'Posts'
url = '/blog'
+++