Categories

updates

  • VIM configuration update

    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.

  • Fixing Salt LSP

    I’m using Salt for managing configuration and I have been making changes to my VIM configuration relying more on LanguageServer to help with the autocomplete and as I’m spending more time with Salt I become fustrated by not having autocomplete in my state files.

    Turns out that there was something already for acting as...

  • So you want to have a non recursive build

    Well maybe you don’t want but for some reasons you need one.

    I’ve started to spend some time in the Dibbler codebase and lately I also wanted to try ALE with C++. I’ll write more about my journey with Vim and ALE in a later post.

    The very first time I...

  • Updates on my vim configuration

    I just updated my vim configuration available in my dotfiles repo. I tried to avoid tools (ie. ruby) that don’t always have on a machine (ie. raspberry pi) to install things and instead prefer (borring) shell.

    Over the years I went through multiple iteration, I started stealing Metze and Tridge configuration. Then I tried Maximum-awesome this...

  • Restarting my blog

    I used to have a blog hosted by Gandi but when they stopped their support for Dotclear and somehow I lost all my content. Sometime last year (2022) I wanted to restart to blog to talk about my projects and what not. Given that I’m really just restarting in 2023 it took me a little more than 6 months to...

  • Adding IPv6 at home at last !

    I finally took the time lately to one more time have a more serious look at IPv6. Last time I did that it was 6 years ago at it was not great, my ISP at that time (Sonic over AT&T FTTN) was not offering native IPv6.

    Initially I got around it by doing IPv6 over IPv4 but one day it...


homenetwork

  • Adding IPv6 at home at last !

    I finally took the time lately to one more time have a more serious look at IPv6. Last time I did that it was 6 years ago at it was not great, my ISP at that time (Sonic over AT&T FTTN) was not offering native IPv6.

    Initially I got around it by doing IPv6 over IPv4 but one day it...


IPv6

  • Adding IPv6 at home at last !

    I finally took the time lately to one more time have a more serious look at IPv6. Last time I did that it was 6 years ago at it was not great, my ISP at that time (Sonic over AT&T FTTN) was not offering native IPv6.

    Initially I got around it by doing IPv6 over IPv4 but one day it...


Vim

  • VIM configuration update

    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.

  • Updates on my vim configuration

    I just updated my vim configuration available in my dotfiles repo. I tried to avoid tools (ie. ruby) that don’t always have on a machine (ie. raspberry pi) to install things and instead prefer (borring) shell.

    Over the years I went through multiple iteration, I started stealing Metze and Tridge configuration. Then I tried Maximum-awesome this...


builds

  • So you want to have a non recursive build

    Well maybe you don’t want but for some reasons you need one.

    I’ve started to spend some time in the Dibbler codebase and lately I also wanted to try ALE with C++. I’ll write more about my journey with Vim and ALE in a later post.

    The very first time I...


lsp

  • Fixing Salt LSP

    I’m using Salt for managing configuration and I have been making changes to my VIM configuration relying more on LanguageServer to help with the autocomplete and as I’m spending more time with Salt I become fustrated by not having autocomplete in my state files.

    Turns out that there was something already for acting as...


vim

  • Fixing Salt LSP

    I’m using Salt for managing configuration and I have been making changes to my VIM configuration relying more on LanguageServer to help with the autocomplete and as I’m spending more time with Salt I become fustrated by not having autocomplete in my state files.

    Turns out that there was something already for acting as...


Misc

  • Remapping keys for azerty keyboard in Linux

    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...


bazel

  • Xar rules for Bazel

    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...


cubism


grafana


javascript