Skip to content

Commit

Permalink
blogggggiiiinnnngggg
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Jan 4, 2024
1 parent e4c704c commit 985d60f
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 24 deletions.
14 changes: 0 additions & 14 deletions _drafts/2024-01-01-holiday-blog-tinkering.md

This file was deleted.

13 changes: 5 additions & 8 deletions _journals/2024-01-03.md → _journals/2024-01-03_1709.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
---
title: January 3rd, 2024
date: 2024-01-03
date: "2024-01-03, 17:09:32 -08:00"
section: journal
aliases:
- January 3rd, 2024
title: "202401031709"
---
Hosting capacity as a measure of agency

## Hosting capacity as a measure of agency

![](/assets/IMG_4451.jpeg)
![Hosting capacity as a measure of agency](/assets/IMG_4451.jpeg)

> I drew this diagram to illustrate a lot of related insights about agency, hosting, community-building, collaborative leadership & social change
> you can use this map to self-evaluate your level of agency: where are you currently? what group experiences do you feel comfortable to host? what feels very doable? what would feel like a tolerable stretch? what would be overwhelming even to attempt?
via [Richard D. Bartlett @RichDecibels](https://x.com/richdecibels/status/1742494880625016921)
via [Richard D. Bartlett @RichDecibels](https://x.com/richdecibels/status/1742494880625016921)
4 changes: 4 additions & 0 deletions _notes/Co-op Cloud Alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _**@boris commentary:** I took a look at Yunohost and found it scary from a secu
- 👎 [Requires 512MB RAM for a single app](https://github.com/caprover/caprover/issues/28).
- 👎 [Backup/restore is "experimental"](https://caprover.com/docs/backup-and-restore.html), and doesn't currently help with backing up Docker volumes.
- 👎 Exposes its bespoke management interface to the internet via HTTPS by default.

## [[Ansible]]

### Pros
Expand All @@ -71,6 +72,7 @@ _**@boris commentary:** I took a look at Yunohost and found it scary from a secu

- 👎 Upstream libre software communities aren't publishing Ansible roles.
- 👎 Lots of manual work involved in things like app isolation, backups, updates.

## [[Kubernetes]]

### Pros
Expand All @@ -93,4 +95,6 @@ _**@boris commentary:** I took a look at Yunohost and found it scary from a secu
- 👎 Secret storage not available yet.
- 👎 [Swarm is the new best practice](https://github.com/BretFisher/ama/issues/8#issuecomment-367575011).

---

I'll skip the the "doing it manually" old school version of server + app maintenance.
4 changes: 2 additions & 2 deletions _plugins/bidirectional_links_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ def generate(site)
graph_edges = []

all_notes = site.collections['notes'].docs
# all_posts = site.posts # unclear right syntax here
all_posts = site.posts.docs # unclear right syntax here
all_pages = site.pages
all_journals = site.collections['journals'].docs

all_docs = all_notes + all_pages + all_journals
all_docs = all_notes + all_pages + all_journals + all_posts

link_extension = !!site.config["use_html_extension"] ? '.html' : ''

Expand Down
60 changes: 60 additions & 0 deletions _posts/2024-01-01-holiday-blog-tinkering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
date: 2024-01-01T22:06:10.268-08:00
title: Holiday Blog Tinkering
categories:
- BMC
tags:
- Obsidian
- blogging
- Cloudron
---
I didn't get much blog tinkering done over the holidays, other than just barely opening my code editor and making a new branch, deciding to delete my archive from this site, and see if [[Obsidian]] can work for what it's intended to be: a fancy Markdown editor!

This is my January 1st log of things to look at and what I'm planning to do.
## Obsidian
I've long "held out" against Obsidian. I tried it, it was fine, but after many years of rolling my own sites with [[Jekyll]] and [[Markdown]] it didn't feel like much of a difference.

I _want_ the type of graph structure that [[LogSeq]] and other advanced systems do, with full block based systems, not just pages of Markdown on disk.

But! Pages of Markdown on disk does accurately describe what I do when I'm working on this site, especially on desktop.

We're also using Obsidian at [[Fission]] as of December 2023, for our product planning process. We bought licenses for the whole team and are using git for [[multiplayer]].
## IndieKit

I've gone back and forth on using [[IndieKit]]. The main thing it brings is a [[Micropub]] interface for mobile posting to this site. And with LogSeq not really working for me for that, and Noosphere not being quite ready, maybe I bring back journals here.

I've been using and paying for [[Micro.blog]] for this for my [personal blog](https://blog.bmannconsulting.com), and I've been enjoying the cross posting -- posts get sent to Bluesky and Mastodon (and Nostr and Tumbler and LinkedIn).

![](/assets/microblog-cross-posting-screenshot.png)
## Cloudron
I'm going to make a [[Cloudron]] page here, because I've been learning and experimenting and raving about it for 3 months or so.

I had tried it some time ago and recently re-committed to it in a big way. I've got a personal install I call the [[Commons Computer]], installed it for [[CoSocial]], installed it for [[Fission]], and have an [[IPFS]] community one that isn't quite active yet.

## LogSeq (and Noosphere and Linkding and...)
What about my [notes site](https://notes.bmannconsulting.com) powered by [[LogSeq]]? Do I ... migrate all the notes back here? it's probably a good idea to have a separate notes site which is more ephemeral than this. But maybe everything is ephemeral???

The other other thing I meant to do over the holidays was install the commandline [[Noosphere]] tooling. I'm in the beta, so have the [[Subconscious]] iOS app, and being able to perhaps use Noosphere for syncing between desktop and mobile would be good, without doing the [[Working Copy]] git client on my phone.

And finally, I have a [shared bookmarking service Linkding installed on Commons Computer](https://commonscomputer.com/t/linkding-installed/25). You can browse [shared bookmarks here](https://links.commonscomputer.com/bookmarks/shared).

Do I need another place to stash bookmarks? Part of the thinking of IndieKit and Journals on this site, is that notes-as-bookmarks / journals-with-links are a good place for them, and yet another service is just another spot for them to never get looked at again.
## Eleventy
One of the other solutions for how long it takes to build this site, and perhaps for more advanced "stuff", is perhaps to move it to [[Eleventy]]. But that's going to take a lot more coding and learning time, although I did [capture some Eleventy bookmarks](https://links.commonscomputer.com/bookmarks/shared?q=%23eleventy).

## Addendum Jan 3rd, 2024

OK, I went back and forth from this being a "blog" vs a [journal](/journal/).

Now that I've got the Obsidian "unique note creator" creating datestamped journal entries that are more "block" sized, this giant post makes more sense as a "blog". And maybe, since I do have a [Obsidian on mobile via git](https://bmannconsulting.com/journal/2024-01-02/), there really isn't much pressure to move on IndieKit.

And the one new person who subscribed to my feed will get it via RSS!

I'll add a feed for journals...but may use that just to import / cross-post via Micro.blog, and invite people to follow my Mastodon account (which also has an RSS feed!).

I likely won't add a feed for notes, as they get "edited in place". I have the five most recently updated on the home page, just as a way to surface things for those who truly come in through the home page. And, new notes will often get created / noted via journal posts, so people will get links to them that way.

Perhaps weekly blog post summaries. We'll see!

I'm itchy at how many wikilinks point over to the LogSeq notes site, but re-importing those back over here -- again! -- is a big project.

0 comments on commit 985d60f

Please sign in to comment.