Thoughts
wishlist-for-matrix
Matrix Wishlist
Matrix is a great chat protocol / platform. It's got some of the basics nailed down, but sadly, there is a few missing things, so here is the wishlist.
Most of these are based on what I think makes a good experience on Discord, sadly Matrix leaned closer to IRC in modelling their...
SSH RPC with MSGPACK
MSGPACK over SSH
For a few projects I needed a way to transmit MSGPACK over an SSH, namely, to make a simple request-response RPC system.
Of course, it is not fancy, but it's also not complex. To establish the connection, the client probes for the server at a well known path (such as /opt/bin/r...