From b95ba45d7ef07eb5ae272c4d2d9fe0a45ab1849e Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 25 Apr 2026 09:35:21 +0200 Subject: [PATCH 1/3] music: Add new albums to mp3-collection Signed-off-by: SindreKjelsrud --- src/data/music.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/data/music.json b/src/data/music.json index 62f0c8a..6150a3f 100644 --- a/src/data/music.json +++ b/src/data/music.json @@ -176,6 +176,36 @@ } ], "mp3": [ + { + "album": "Hvis du vil", + "artist": "Elskling", + "cover": "https://archive.org/download/mbid-79c604a1-72bc-49fe-ab52-d48c4a9ee33b/mbid-79c604a1-72bc-49fe-ab52-d48c4a9ee33b-44932085844_thumb500.jpg", + "url": "https://listenbrainz.org/album/1703d7f2-32b7-42ee-99eb-94a4d27a46fb/" + }, + { + "album": "USB", + "artist": "Fred again..", + "cover": "https://archive.org/download/mbid-1c895d7d-dcc6-4bf8-8547-77a84d82d52b/mbid-1c895d7d-dcc6-4bf8-8547-77a84d82d52b-43058964685_thumb500.jpg", + "url": "https://listenbrainz.org/album/0d223bf8-1096-4cc5-adb5-df6123f676d1/" + }, + { + "album": "Valget å gå, og vi gikk", + "artist": "Ari Bajgora", + "cover": "https://archive.org/download/mbid-bc89a1b0-c415-42f1-86cb-f29dfbd3dd2c/mbid-bc89a1b0-c415-42f1-86cb-f29dfbd3dd2c-42140891390_thumb500.jpg", + "url": "https://listenbrainz.org/album/54e217c8-4da2-4c68-b224-4996176d0c7e/" + }, + { + "album": "The Ballad of Rooster Jenkins", + "artist": "Logic", + "cover": "https://archive.org/download/mbid-56be6673-55e3-412d-849f-a24f8d6f645f/mbid-56be6673-55e3-412d-849f-a24f8d6f645f-44817334466_thumb500.jpg", + "url": "https://listenbrainz.org/album/5ddb7cdf-19a1-49fc-b810-59b1cfe48281/" + }, + { + "album": "ONE PIECE 25th Anniversary BEST 1999-2024 [Limited Edition]", + "artist": "Various Artists", + "cover": "https://archive.org/download/mbid-14df000a-7003-4cbd-9dfd-a098b9e9ad5a/mbid-14df000a-7003-4cbd-9dfd-a098b9e9ad5a-43403456856_thumb500.jpg", + "url": "https://listenbrainz.org/album/f2336a30-f332-4d99-aea5-cbef272b8e3d/" + }, { "album": "Information Overload", "artist": "Logic", From 9346eb413d5972d60838b8c80ec623a34f100fb1 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 25 Apr 2026 09:38:12 +0200 Subject: [PATCH 2/3] uses: Update uses Signed-off-by: SindreKjelsrud --- src/pages/uses.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/uses.md b/src/pages/uses.md index 550be91..341742f 100644 --- a/src/pages/uses.md +++ b/src/pages/uses.md @@ -4,7 +4,7 @@ description: "" layout: "../layouts/Layout.astro" --- -> *Last update: January 19, 2026* +> *Last update: April 25, 2026* ## What do I use? @@ -28,7 +28,7 @@ The following is a list of the different technologies that I use on a daily basi - **MP3 Player:** iPod Classic 6th gen - **Phone:** iPhone 13 - **Server ("_eastblue_" & "_arabasta_"):** 2 x HP Prodesk 600 G3 SFF -- **Watch:** Garmin Forerunner 745 +- **Watch:** CASIO VINTAGE B640WB-1A - **Webcam:** Logitech C920 [![eastblue.webp](/img/eastblue.webp)](/img/eastblue.webp) @@ -40,7 +40,7 @@ The following is a list of the different technologies that I use on a daily basi - **Browser:** [Zen](https://zen-browser.app/) - [Invidious](https://invidious.io/). Open source front-end for YouTube. - [uBlock Origin](https://ublockorigin.com/) Free, open-source ad content blocker. -- **Calendar:** Physical calendar +- **Calendar:** Calendar.app - **Chat:** [Signal](https://signal.org/) & [Jitsi](https://meet.jit.si/) - **Contacts:** Contacts.app - **Editor:** [vim](https://www.vim.org/) @@ -48,7 +48,7 @@ The following is a list of the different technologies that I use on a daily basi - **Email Service:** [Migadu](https://migadu.com) - **Filesharing:** [LocalSend](https://localsend.org/#/) - **Image compression:** [Squoosh](https://squoosh.app/) -- **Music:** [Navidrome](https://www.navidrome.org/) x [flo](https://client.flooo.club/) (iPhone) / [Rockbox](https://www.rockbox.org/) (iPod) / [aonsoku](https://github.com/victoralvesf/aonsoku) (desktop) +- **Music:** [Navidrome](https://www.navidrome.org/) x [flo](https://client.flooo.club/) (iPhone) / [Rockbox](https://www.rockbox.org/) (iPod) / [feishin](https://github.com/jeffvli/feishin) (desktop) - **Notes/Tasks:** Physical book or [vim](https://vim.org/) with Markdown - **Password management:** [Bitwarden](https://bitwarden.com/) - **Podcasts:** [Anytime Player](https://anytimeplayer.app/index.html) From 722604534131760f5748dd2421cb12f8f9f33ab1 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 25 Apr 2026 10:25:32 +0200 Subject: [PATCH 3/3] cv: Update CV info Signed-off-by: SindreKjelsrud --- src/data/resume.json | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/src/data/resume.json b/src/data/resume.json index 591dc7b..bef80a0 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -16,7 +16,7 @@ "endDate": "present", "highlights": [ "Client 1: Developed and maintained an Altinn 3.0 form, a Drupal site, and custom Moodle LMS plugins. Replaced an old CSV solution with a new database for a data visualization project. Facilitated user workshops and performed system testing on multiple applications.", - "Client 2: Development of an Enonic XP-based website with universal design improvements. Migrated an Altinn 2.0 form to 3.0, resolving REST and SOAP API issues. Improved developer experience by fixing Git-repo issues, upgrading dependencies, and transferring project location." + "Client 2: Development of an Enonic XP-based website with accessibility improvements. Migrated an Altinn 2.0 form to 3.0, resolving REST and SOAP API issues. Improved client-ownershhip of codebase and added SBOM-generation. Improved developer workflow with CI/CD pipelines." ] }, { @@ -73,6 +73,20 @@ } ], "volunteer": [ + { + "organization": "BOS-conference", + "position": "boskonf.no", + "url": "https://boskonf.no/en", + "startDate": "2023", + "endDate": "present", + "summary": "Bergen Open Source is an annual technology conference in Bergen, organized by students and other volunteers. The conference focuses on open source and open data.", + "highlights": [ + "Founded and led the inaugural Bergen Open Source conference in 2023, managing end-to-end planning and delivering a successful event with 70+ attendees and 5 speakers.", + "Directed the second Bergen Open Source conference in 2024, growing the event to 90+ attendees and 7 speakers while improving program and operations.", + "Bergen Open Source became an independent organization at the start of 2025; subsequently served on the conference council to help guide strategy and governance.", + "Served as Sponsorship Manager in 2026, securing sponsor partnerships and increasing funding to expand program offerings and attendee support." + ] + }, { "organization": "#HelloStavanger", "position": "hellostavanger.no", @@ -95,18 +109,6 @@ "In Fall 2023, as PR-Manager, I led recruitment initiatives, boosted social media presence by 250%, and coordinated PR for the Bergen Open Source conference." ] }, - { - "organization": "BOS-conference", - "position": "boskonf.no", - "url": "https://boskonf.no/en", - "startDate": "2023", - "endDate": "2024", - "summary": "Bergen Open Source is an annual technology conference in Bergen, organized by students and other volunteers. The conference focuses on open source and open data.", - "highlights": [ - "Initiated and led the first Bergen Open Source conference in 2023, overseeing all planning stages and successfully hosting over 70 participants and 5 speakers.", - "Continued to lead the second iteration of the BOS-conference in 2024, successfully hosting over 90 participants and 7 speakers." - ] - }, { "organization": "Cloud Native Bergen", "position": "cloudnativebergen.dev", @@ -118,6 +120,10 @@ } ], "certifications": [ + { + "name": "CODE: Certified Open Source Developer for Enterprises", + "date": "02.2026" + }, { "name": "AZ-900: Microsoft Azure Fundamentals, Microsoft", "date": "01.2025" @@ -188,6 +194,6 @@ } ], "meta": { - "lastModified": "19. June 2025" + "lastModified": "25. April 2026" } }