mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

@hamatti tbh I’m so bad at jq, I often use the Python interpreter to deal with JSON. :thisisfine:

Also I try to use protobuf a lot nowadays, especially for internal RPCs.

@shimst3r I also often jump into Python whenever my jq (or shell scripting) skills fall short.

@hamatti @shimst3r Have you tried Jello? It’s Jq but with Python-like syntax – much nicer to use!

@tero @shimst3r

Looks interesting, I need to check this out. I hadn't heard of it before!

@hamatti @shimst3r I found it quite a while ago (probably while trying to google how to do something in jq 😀) and haven’t gone back to jq since.

@hamatti

Thanks, I didn't know about jless and fx, very cool.

There is also one called yq, which is like jq but for yml files. I've ended up using that one more often -- most of the giant files I've wanted to query have been swagger/openapi documents, and yml seems more popular there.