c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.9K
active users

#thisisfine

0 posts0 participants0 posts today
Replied in thread

@jnl
There are plateaus. Even uphill slopes at times.

And just as people live “normal” lives as societies are growing and changing, they live “normal” lives while they’re falling apart, too.

Except for the points where the collapse is aggressive in your particular time and place for a bit.

I note that it’s become commonplace to talk about how things are fine, *right now*, in our little bubbles. Even as we can see everything burning around us. We’re not clueless…

I'm doing some git nonsense lately.

Git has the concepts of "porcelain" (the commands users interact with) and "plumbing" (the commands that automation and other git commands interact with).

Normally 'git-status' is a porcelain command that tells a user the state of their working tree.

If you want to use git-status as plumbing, you have to pass it an option.

That option: 'git-status --porcelain'