Skip to content
View kaiiserni's full-sized avatar

Sponsoring

@natew
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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.
I also have an interest in crypto and I am currently heavily working on a private project that leverages my programming and financial markets knowledge.
In addition, I enjoy all things space and philosophy.

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

Pinned

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

    The official Neovim plugin for Supermaven

    Lua 79 7

  2. tamagui/tamagui tamagui/tamagui Public

    Style React fast with 100% parity on React Native, an optional UI kit, and optimizing compiler.

    TypeScript 10.2k 410

  3. 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)");
  4. 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)'); 
  5. 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)");
  6. ruby-debug-ide ruby-debug-ide Public archive

    Forked from ruby-debug/ruby-debug-ide

    An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.

    Ruby 2