oscarmlage oscarmlage

Log

Little summary from our instance in numbers (20221107):

πŸ”˜ Mastodon version 3.5.3
πŸ”˜ Active users: 35
πŸ”˜ Interactions: near 1k
πŸ”˜ Disk: 26Gb (90% are media_attachments)
πŸ”˜ DB: pg_dump recently baked is about 200Mb (50Mb gzipped)

My guess is that no big investment is needed - server - for a tiny number of users, but to be honest dunno what happens if it grows as it is doing in some instances that have experienced problems lately.

Today’s backyard

On the road again

That feeling of being alive again!

My first Rubik ever.

Little pleasures of 127.0.0.2 <aka the-new-place> ❀️

This afternoon I had a meeting, my mate prettified a horrible string into a tabulated and perfectly aligned json in his shinny VSCode.

Immediately felt that I needed to get the same using my tools. Literally 4 mins later in my .vimrc:

:command Format :%!jq .
:command Unformat :%!jq -c .