73
Can't be the only one right?
(lemmy.world)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
You can look at the git logs for any open-source project if you want to feel better about it: there's usually a regular pattern of:
do this for all the things
.Followed by either:
hang on, wait. Not *all* the things
.Or:
Missed these out of all the things
Yeah . . . many of my commits are just to fix typos.
In case you don't know, you can do an interactive rebase and amend any past commit, not only the latest.
If the commits were already pushed to a remote, you can still do it but need to add
--force
or--force-with-lease
to your nextgit push
to make it overwrite the remote branch.