Skip to content
View kaiiserni's full-sized avatar

Block or report kaiiserni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kaiiserni/README.md

Hello, I'm Kai!

(Use dark theme to find my socials ;))

canarycoders.es Kai De Sutter | LinkedIn Kaiiserni | Twitter




Languages and Tools:

GOLANG REACT NODEJS C C++ git

Software:

Neovim

Linux NPM TMUX


About me

CanaryCoders is my official brand for coding, based in the peaceful Canary Islands.
Kaiiserni is my old handle and is Flemish/Dutch slang for "Kai is not here" ;).

I have always been passionate about technology since childhood, taught myself coding on an i386 pc with an MS-DOS book in the early 90s (qbasic), and have been engineering software ever since.
In addition, I enjoy all things space and philosophy.

Make sure to also check out my son/padawan's github profile!

Pinned Loading

  1. supermaven-inc/supermaven-nvim supermaven-inc/supermaven-nvim Public

    The official Neovim plugin for Supermaven

    Lua 1.4k 74

  2. TokyoNight Moon BlinkSH TokyoNight Moon BlinkSH
    1
    t.prefs_.set("color-palette-overrides", ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8", "#444a73", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#c8d3f5"]);
    2
    t.prefs_.set("foreground-color", "#c8d3f5");
    3
    t.prefs_.set("background-color", "#222436");
    4
    t.prefs_.set("cursor-color", "rgba(200, 211, 245, 0.5)");
  3. TokyoNight Dark BlinkSH TokyoNight Dark BlinkSH
    1
    t.prefs_.set('color-palette-overrides',["#15161E","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#a9b1d6","#414868","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#c0caf5"]);
    2
    t.prefs_.set('foreground-color', "#c0caf5");
    3
    t.prefs_.set('background-color', "#1a1b26");
    4
    t.prefs_.set('cursor-color', 'rgba(192, 202, 245,0.5)'); 
  4. TokyoNight Day BlinkSH TokyoNight Day BlinkSH
    1
    t.prefs_.set("color-palette-overrides", ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0", "#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]);
    2
    t.prefs_.set("foreground-color", "#3760bf");
    3
    t.prefs_.set("background-color", "#e1e2e7");
    4
    t.prefs_.set("cursor-color", "rgba(55, 96, 191, 0.5)");
  5. pinescript.nvim pinescript.nvim Public

    C 4

  6. tmux-agent-notifications tmux-agent-notifications Public

    Per-project tmux notifications for Claude Code agents

    Shell 1