oscarmlage oscarmlage

Log

Some words about our little ...

In the beginning I was curious about the challenge to host a instance, then I was a bit worried because of the data responsibility and everything. Now, after chatting and dealing with little problems here and there, I must say I'm glad I did that.

And proud, because understand that this is a hobby and afaik they understand what + decentralized means + they're offering hand when some help is needed.

❀️

My mate today is twitch.tv/usirin

I don't understand a word of Turkish but you can't imagine how it helps to see someone else working -with similar tools- same time.

Remote work is not all about pros and pleasures, it has cons too, such as being alone most of the time.

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 .