From ebf8ad121bd36c074f08c4c3f4a648ac8f8aeb61 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 11 Aug 2026 22:38:26 +0200 Subject: [PATCH 1/3] change font to comic code ligatures --- kitty/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index ac0394d..c00bcad 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -1,7 +1,7 @@ # vim:fileencoding=utf-8:foldmethod=marker # BEGIN_KITTY_FONTS -font_family family="GohuFont 11 Nerd Font Mono" +font_family family="Comic Code Ligatures" enable_audio_bell no visual_bell_duration 0.0 confirm_os_window_close 0 From 9d3f3d04af8149ac1f94d9a0a9db47a2ca06c69f Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 16 Aug 2026 02:24:40 +0200 Subject: [PATCH 2/3] switch to rofi launcher --- i3/.config/i3/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/justfile b/i3/.config/i3/justfile index df1a69a..b6831df 100644 --- a/i3/.config/i3/justfile +++ b/i3/.config/i3/justfile @@ -6,6 +6,6 @@ reset-wallpaper: xsetroot -solid black program-picker: - dmenu_run -p 'start program' + rofi -show drun From b497e885ee21926c7ff0c137b37780435cd318a2 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 17 Aug 2026 01:11:35 +0200 Subject: [PATCH 3/3] TEMP: questions --- questions.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 questions.md diff --git a/questions.md b/questions.md new file mode 100644 index 0000000..240b7a3 --- /dev/null +++ b/questions.md @@ -0,0 +1,34 @@ +1. develop 'high-level' programs for the sensor project + 1. What does high-level mean in this context? Low-code, or high complexity? +2. Handle data-pipeline from receival of sensor-data (MQTT) to storage, processing and visualization + 1. Guessing: + 1. golang process (using paho) receives data through MQTT and uploads + it to influx db database, also probably contextualizes by writing + something to mariaDB? + 2. I am familiar and keep pretty up-to-date with golang + 1. I have written my tmux session manager in it. + 2. I have written my own application launcher / dmenu replacement which + I use on my macbooks. +3. Develop and maintain frontend- and backend-solutions, including use of Docker Compose. + 1. I made a small wordle clone application using react native + 2. I have worked on backend services that contextualize and read data. + Manipulating data on databases such as relational and time-series data. + 3. I use docker compose on my rasperry pi server to run a gitea (github + clone), minecraft server, foundry (vtt). +4. Set up and maintain servers, both internal and external. + 1. Have a home server on a raspberry pi 5 running my github. Uses caddy + handle certificates and redirecting to multiple websites on the same + server. +5. Maintain security in solutions, for exmaple through OAuth2 and secure +data-transportation. + 1. Working on an API right now that uses OAuth. +6. Help development and completion of autumated tests to validate sensor- and +server-setup. + 1. +7. Participate in more projects within your area of expertise + +> # Databases +> InfluxDB is a timeseries database +> MariaDB is a relational database +> > Have worked with similar data through Cognite Data Fusion, but not those +> > specific databases.