My blog
My thoughts and ideas
My thoughts and ideas
In a previous post, I mentioned working on a cubism plugin for grafana.
The core of this plugin is the cubism library, but it seems that this library is somehow stuck in 2014 and it’s not working well in the current Javascript ecosystem.
I found a somewhat newer version of the library that was ported to ES...
I really like cubism, I find it very useful to display a lot of information in dense way.
Grafana is the obvious tool in 2024 for doing graphs on time series so I think it would be great to have a way of doing cubism like graphs in Grafana, given the number of issues mentioning...
A few years ago Meta opensourced xar, I think it’s a cool piece of software.
Recently I had the need to integrate it with bazel
so that I could produce versions of stacky packaged as a xar archive.
I haven’t found anything to do it already so I wrote my own rules for bazel
...
I learned to type on a french keyboard (azerty) and that’s kind of the muscle memory that I have. Now that I live in the US I have to remap my keyboard and it’s mostly ok but for the <
and >
signs, on a Macbook it’s kind of ok as it’s located on the key...
It’s been a while that I haven’t posted about it but I have been quite active updating my vim configuration and other related dotfiles.
I decided to change the LSP client from LanguageClient
to LSClient
as it support more feature from the LSP protocol.