From ddd12a219b7d48f2f124db43e9059084faea9e1f Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 10 May 2025 12:54:00 +0200 Subject: [PATCH] :art: Format json docs Signed-off-by: SindreKjelsrud --- src/data/appearances.json | 44 +- src/data/bookshelf.json | 826 ++++++++++++++++++-------------------- src/data/guestbook.json | 58 +-- src/data/quotes.json | 2 +- src/data/resume.json | 322 ++++++++------- src/data/vinyl.json | 12 +- src/data/watchlist.json | 654 +++++++++++++----------------- 7 files changed, 869 insertions(+), 1049 deletions(-) diff --git a/src/data/appearances.json b/src/data/appearances.json index 590df57..e5b84da 100644 --- a/src/data/appearances.json +++ b/src/data/appearances.json @@ -1,34 +1,34 @@ { "writing": [ - { - "title":"AI-generated and doctors' answers to health-related questions", - "url":"https://tidsskriftet.no/en/2025/02/short-report/ai-generated-and-doctors-answers-health-related-questions", - "date":"10.02.2025", - "origin":"tidsskriftet.no", - "description":"Co-author of a research article investigating how a LLM (GPT-4) performed, in comparison to a real doctor, when answering health-related questions in terms of empathy, knowledge, and helpfulness. My contributions were: development of a survey platform, data collection, and some preliminary analysis of the data." + { + "title": "AI-generated and doctors' answers to health-related questions", + "url": "https://tidsskriftet.no/en/2025/02/short-report/ai-generated-and-doctors-answers-health-related-questions", + "date": "10.02.2025", + "origin": "tidsskriftet.no", + "description": "Co-author of a research article investigating how a LLM (GPT-4) performed, in comparison to a real doctor, when answering health-related questions in terms of empathy, knowledge, and helpfulness. My contributions were: development of a survey platform, data collection, and some preliminary analysis of the data." }, { - "title":"For oss studenter er ikke åpen kildekode bare et verktøy, men en lærings­plattform", - "url":"https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392", - "date":"03.10.2024", - "origin":"kode24.no", - "description":"This op-ed highlights how open-source software is more than just a tool for students; it's a learning platform. The student group, friByte, actively promotes involvement in open-source, particularly through events such as the Bergen Open Source conference." + "title": "For oss studenter er ikke åpen kildekode bare et verktøy, men en lærings­plattform", + "url": "https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392", + "date": "03.10.2024", + "origin": "kode24.no", + "description": "This op-ed highlights how open-source software is more than just a tool for students; it's a learning platform. The student group, friByte, actively promotes involvement in open-source, particularly through events such as the Bergen Open Source conference." }, { - "title":"7 kjappe med sommerjobberne i 2023!", - "url":"https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere", - "date":"21.08.2023", - "origin":"detsombetyrnoe.no", - "description":"The article gives brief interviews with some of NAV's summer interns in 2023, where I'm on of them sharing our tasks, tools we used, and positive experiences." + "title": "7 kjappe med sommerjobberne i 2023!", + "url": "https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere", + "date": "21.08.2023", + "origin": "detsombetyrnoe.no", + "description": "The article gives brief interviews with some of NAV's summer interns in 2023, where I'm on of them sharing our tasks, tools we used, and positive experiences." } ], "speaking": [ { - "title":"Introduksjon til Open Source", - "url":"https://files.fribyte.no/boskonf/2024/sindre.mp4", - "date":"07.11.2024", - "origin":"boskonf.no", - "description":"I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself." + "title": "Introduksjon til Open Source", + "url": "https://files.fribyte.no/boskonf/2024/sindre.mp4", + "date": "07.11.2024", + "origin": "boskonf.no", + "description": "I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself." } ] -} +} \ No newline at end of file diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 14b88ac..45afc46 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -2,17 +2,16 @@ "name": "Sid's Biblioteca", "url": "https://kjelsrud.dev/", "bio": "A collection of books I've read with some ratings aswell.", - "lists":[ + "lists": [ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ - ] + "books": [] }, { "name": "On the shelf", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ + "books": [ { "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, @@ -33,774 +32,713 @@ { "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ + "books": [ { - "title": "Black Box Thinking", - "isbn": 9781473613805, - "author": "Matthew Syed", - "date": - { - "year": "2025", - "month": "05", - "day": "09", - "string": "2025-05-09" - }, + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed", + "date": { + "year": "2025", + "month": "05", + "day": "09", + "string": "2025-05-09" + }, "rating": 3 - }, - { + }, + { "title": "Life, the Universe and Everything", "isbn": 9781529034547, "author": "Adams Douglas", - "date": - { - "year": "2025", - "month": "04", - "day": "21", - "string": "2025-04-21" - }, + "date": { + "year": "2025", + "month": "04", + "day": "21", + "string": "2025-04-21" + }, "rating": 3 }, - { + { "title": "Zucked: Waking Up to the Facebook Catastrophe", "isbn": 9780008319014, "author": "Roger McNamee", - "date": - { - "year": "2025", - "month": "04", - "day": "12", - "string": "2025-04-12" - }, + "date": { + "year": "2025", + "month": "04", + "day": "12", + "string": "2025-04-12" + }, "rating": 5 }, - { + { "title": "Digital Leadership in Hybrid Workplaces (A Case Study of a Nordic Marketplace on Handling Challenges of Hybrid Work)", "isbn": null, "author": "Ahmed Waseem Saeed", - "date": - { - "year": "2025", - "month": "03", - "day": "31", - "string": "2025-03-31" - }, + "date": { + "year": "2025", + "month": "03", + "day": "31", + "string": "2025-03-31" + }, "rating": 5 }, { "title": "The Happiest Man on Earth", "isbn": 9781529066364, "author": "Eddie Jaku", - "date": - { - "year": "2025", - "month": "03", - "day": "24", - "string": "2025-03-24" - }, + "date": { + "year": "2025", + "month": "03", + "day": "24", + "string": "2025-03-24" + }, "rating": 5 }, { "title": "The Restaurant at the End of the Universe", "isbn": 9781529034530, "author": "Adams Douglas", - "date": - { - "year": "2025", - "month": "03", - "day": "21", - "string": "2025-03-21" - }, + "date": { + "year": "2025", + "month": "03", + "day": "21", + "string": "2025-03-21" + }, "rating": 4 - }, { "title": "Ikigai: The Japanese secret to a long and happy life", "isbn": 9781786330895, "author": " Héctor García, Francesc Miralles", - "date": - { - "year": "2025", - "month": "03", - "day": "09", - "string": "2025-03-09" - }, + "date": { + "year": "2025", + "month": "03", + "day": "09", + "string": "2025-03-09" + }, "rating": 4 }, { - "title": "Star Wars: The Tales of Kenobi", "isbn": 9780525617754, "author": "Alan Dean Foster, John Jackson Miller", - "date": - { - "year": "2025", - "month": "03", - "day": "06", - "string": "2025-03-06" - }, + "date": { + "year": "2025", + "month": "03", + "day": "06", + "string": "2025-03-06" + }, "rating": 5 }, { "title": "The Hitchhiker's Guide to the Galaxy", "isbn": 9781529034523, "author": "Adams Douglas", - "date": - { - "year": "2025", - "month": "02", - "day": "07", - "string": "2025-02-07" - }, + "date": { + "year": "2025", + "month": "02", + "day": "07", + "string": "2025-02-07" + }, "rating": 4 }, { "title": "What I Talk about When I Talk about Running", "isbn": 9780099526155, "author": "Haruki Murakami", - "date": - { - "year": "2025", - "month": "01", - "day": "05", - "string": "2025-01-05" - }, + "date": { + "year": "2025", + "month": "01", + "day": "05", + "string": "2025-01-05" + }, "rating": 5 }, { "title": "Få ting gjort! - velsmurt hverdag uten stress", "isbn": 9788280877741, "author": "David Allen", - "date": - { - "year": "2024", - "month": "12", - "day": "31", - "string": "2024-12-31" - }, + "date": { + "year": "2024", + "month": "12", + "day": "31", + "string": "2024-12-31" + }, "rating": 4 }, { "title": "The Fine Art of Small Talk", "isbn": 1401302262, "author": "Debra Fine", - "date": - { - "year": "2024", - "month": "12", - "day": "05", - "string": "2024-12-05" - }, + "date": { + "year": "2024", + "month": "12", + "day": "05", + "string": "2024-12-05" + }, "rating": 3 }, { "title": "Understanding Marxism", "isbn": 9780359561582, "author": "Richard D. Wolff", - "date": - { - "year": "2024", - "month": "10", - "day": "20", - "string": "2024-10-20" - }, + "date": { + "year": "2024", + "month": "10", + "day": "20", + "string": "2024-10-20" + }, "rating": 3 }, { "title": "Presentation Zen: Simple Ideas on Presentation Design and Delivery", "isbn": 9780321811981, "author": "Garr Reynolds", - "date": - { - "year": "2024", - "month": "10", - "day": "16", - "string": "2024-10-16" - }, + "date": { + "year": "2024", + "month": "10", + "day": "16", + "string": "2024-10-16" + }, "rating": 4 }, { "title": "Almanack of Naval Ravikant: A Guide to Wealth and Happiness", "isbn": 9781544514208, "author": "Eric Jorgenson", - "date": - { - "year": "2024", - "month": "09", - "day": "13", - "string": "2024-09-13" - }, + "date": { + "year": "2024", + "month": "09", + "day": "13", + "string": "2024-09-13" + }, "rating": 5 }, { "title": "The Summit of the Gods: Vol. 5", "isbn": 9788492444403, "author": "Jiro Taniguchi, Yumemakura Baku", - "date": - { - "year": "2024", - "month": "08", - "day": "15", - "string": "2024-08-15" - }, + "date": { + "year": "2024", + "month": "08", + "day": "15", + "string": "2024-08-15" + }, "rating": 5 }, { "title": "The Summit of the Gods: Vol. 4", "isbn": 9788492444632, "author": "Jiro Taniguchi, Yumemakura Baku", - "date": - { - "year": "2024", - "month": "08", - "day": "14", - "string": "2024-08-14" - }, + "date": { + "year": "2024", + "month": "08", + "day": "14", + "string": "2024-08-14" + }, "rating": 4 }, { "title": "Kunsten å fly - ta styringen i ditt eget liv", "isbn": 9788272016172, "author": "Morten Åsli", - "date": - { - "year": "2024", - "month": "08", - "day": "07", - "string": "2024-08-07" - }, + "date": { + "year": "2024", + "month": "08", + "day": "07", + "string": "2024-08-07" + }, "rating": 5 }, { "title": "Viljestyrke: om mål, motivasjon og mot", "isbn": 9788248914525, "author": "Dag Otto Lauritzen", - "date": - { - "year": "2024", - "month": "08", - "day": "03", - "string": "2024-08-03" - }, + "date": { + "year": "2024", + "month": "08", + "day": "03", + "string": "2024-08-03" + }, "rating": 4 }, { "title": "Dune", "isbn": 9780340960196, "author": "Frank Herbert", - "date": - { - "year": "2024", - "month": "07", - "day": "29", - "string": "2024-07-29" - }, + "date": { + "year": "2024", + "month": "07", + "day": "29", + "string": "2024-07-29" + }, "rating": 4 }, { "title": "The Summit of the Gods: Vol. 3", "isbn": 9788492444335, "author": "Jiro Taniguchi, Yumemakura Baku", - "date": - { - "year": "2024", - "month": "07", - "day": "16", - "string": "2024-07-16" - }, + "date": { + "year": "2024", + "month": "07", + "day": "16", + "string": "2024-07-16" + }, "rating": 5 }, { "title": "Memories of Emanon", "isbn": 9784199500770, "author": "Shinji Kajio, Kenji Tsuruta", - "date": - { - "year": "2024", - "month": "07", - "day": "14", - "string": "2024-07-14" - }, + "date": { + "year": "2024", + "month": "07", + "day": "14", + "string": "2024-07-14" + }, "rating": 4 }, { "title": "Kagurabachi: Vol. 3", "isbn": 9784088841168, "author": "Takeru Gokazono", - "date": - { - "year": "2024", - "month": "06", - "day": "30", - "string": "2024-06-30" - }, + "date": { + "year": "2024", + "month": "06", + "day": "30", + "string": "2024-06-30" + }, "rating": 5 }, { "title": "Kagurabachi: Vol. 2", "isbn": 9784088838809, "author": "Takeru Gokazono", - "date": - { - "year": "2024", - "month": "06", - "day": "22", - "string": "2024-06-22" - }, + "date": { + "year": "2024", + "month": "06", + "day": "22", + "string": "2024-06-22" + }, "rating": 4 }, { "title": "Kagurabachi: Vol. 1", "isbn": 9784088838199, "author": "Takeru Gokazono", - "date": - { - "year": "2024", - "month": "06", - "day": "21", - "string": "2024-06-21" - }, + "date": { + "year": "2024", + "month": "06", + "day": "21", + "string": "2024-06-21" + }, "rating": 4 }, { "title": "One Piece: Vol. 108", "isbn": 9788822651518, "author": "Eiichiro Oda", - "date": - { - "year": "2024", - "month": "05", - "day": "19", - "string": "2024-05-19" - }, + "date": { + "year": "2024", + "month": "05", + "day": "19", + "string": "2024-05-19" + }, "rating": 5 }, { "title": "One Piece: Vol. 107", "isbn": 9781974749799, "author": "Eiichiro Oda", - "date": - { - "year": "2024", - "month": "05", - "day": "19", - "string": "2024-05-19" - }, + "date": { + "year": "2024", + "month": "05", + "day": "19", + "string": "2024-05-19" + }, "rating": 5 }, { "title": "One Piece: Vol. 3", "isbn": 9781591161844, "author": "Eiichiro Oda", - "date": - { - "year": "2024", - "month": "05", - "day": "12", - "string": "2024-05-12" - }, + "date": { + "year": "2024", + "month": "05", + "day": "12", + "string": "2024-05-12" + }, "rating": 3 - }, + }, { "title": "Maskiner som tenker", "isbn": 9788248932505, "author": "Inga Strümke", - "date": - { - "year": "2024", - "month": "05", - "day": "11", - "string": "2024-05-11" - }, + "date": { + "year": "2024", + "month": "05", + "day": "11", + "string": "2024-05-11" + }, "rating": 5 }, { "title": "Hi Score Girl 10", "isbn": 9781646090259, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "10", - "string": "2024-05-10" - }, + "date": { + "year": "2024", + "month": "05", + "day": "10", + "string": "2024-05-10" + }, "rating": 5 }, { "title": "Hi Score Girl 09", "isbn": 9781646090242, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "10", - "string": "2024-05-10" - }, + "date": { + "year": "2024", + "month": "05", + "day": "10", + "string": "2024-05-10" + }, "rating": 4 }, { "title": "Hi Score Girl 08", "isbn": 9781646090235, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "10", - "string": "2024-05-10" - }, + "date": { + "year": "2024", + "month": "05", + "day": "10", + "string": "2024-05-10" + }, "rating": 5 }, { "title": "Hi Score Girl 07", "isbn": 9781646090228, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "10", - "string": "2024-05-10" - }, + "date": { + "year": "2024", + "month": "05", + "day": "10", + "string": "2024-05-10" + }, "rating": 4 - }, + }, { "title": "YOU HAVE TOO MUCH SHIT", "isbn": null, "author": "Chris Thomas", - "date": - { - "year": "2024", - "month": "05", - "day": "07", - "string": "2024-05-07" - }, + "date": { + "year": "2024", + "month": "05", + "day": "07", + "string": "2024-05-07" + }, "rating": 3 }, { "title": "Hi Score Girl 06", "isbn": 9781646090211, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "06", - "string": "2024-05-06" - }, + "date": { + "year": "2024", + "month": "05", + "day": "06", + "string": "2024-05-06" + }, "rating": 5 }, { "title": "Hi Score Girl 05", "isbn": 9781646090204, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "05", - "day": "06", - "string": "2024-05-06" - }, + "date": { + "year": "2024", + "month": "05", + "day": "06", + "string": "2024-05-06" + }, "rating": 4 }, { "title": "Hi Score Girl 04", "isbn": 9781646090198, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "04", - "day": "29", - "string": "2024-04-29" - }, + "date": { + "year": "2024", + "month": "04", + "day": "29", + "string": "2024-04-29" + }, "rating": 3 }, { "title": "Hi Score Girl 03", "isbn": 9781646090181, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "04", - "day": "29", - "string": "2024-04-29" - }, + "date": { + "year": "2024", + "month": "04", + "day": "29", + "string": "2024-04-29" + }, "rating": 4 }, { "title": "Hi Score Girl 02", "isbn": 9781646090174, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "04", - "day": "08", - "string": "2024-04-08" - }, + "date": { + "year": "2024", + "month": "04", + "day": "08", + "string": "2024-04-08" + }, "rating": 4 }, { "title": "Hi Score Girl 01", "isbn": 9781646090167, "author": "Rensuke Oshikiri", - "date": - { - "year": "2024", - "month": "04", - "day": "08", - "string": "2024-04-08" - }, + "date": { + "year": "2024", + "month": "04", + "day": "08", + "string": "2024-04-08" + }, "rating": 4 - }, + }, { "title": "Neon Genesis Evangelion: Vol. 1", "isbn": 9781421550794, "author": "Yoshiyuki Sadamoto", - "date": - { - "year": "2024", - "month": "04", - "day": "01", - "string": "2024-04-01" - }, + "date": { + "year": "2024", + "month": "04", + "day": "01", + "string": "2024-04-01" + }, "rating": 4 - }, + }, { "title": "Invisible Women: Exposing Data Bias in a World Designed for Men", "isbn": 9781784706289, "author": "Caroline Criado Perez", - "date": - { - "year": "2024", - "month": "03", - "day": "18", - "string": "2024-03-18" - }, + "date": { + "year": "2024", + "month": "03", + "day": "18", + "string": "2024-03-18" + }, "rating": 5 - }, + }, { "title": "One Piece: Vol. 2", "isbn": 9780575078697, "author": "Eiichiro Oda", - "date": - { - "year": "2024", - "month": "03", - "day": "08", - "string": "2024-03-08" - }, + "date": { + "year": "2024", + "month": "03", + "day": "08", + "string": "2024-03-08" + }, "rating": 4 - }, + }, { "title": "One Piece: Vol. 1", "isbn": 9781569319017, "author": "Eiichiro Oda", - "date": - { - "year": "2024", - "month": "03", - "day": "06", - "string": "2024-03-06" - }, + "date": { + "year": "2024", + "month": "03", + "day": "06", + "string": "2024-03-06" + }, "rating": 5 - }, + }, { "title": "Permanent Record", "isbn": 9781529035667, "author": "Edward Snowden", - "date": - { - "year": "2024", - "month": "02", - "day": "19", - "string": "2024-02-19" - }, + "date": { + "year": "2024", + "month": "02", + "day": "19", + "string": "2024-02-19" + }, "rating": 5 }, { "title": "The Summit of the Gods: Vol. 2", "isbn": 9788492444328, "author": "Jiro Taniguchi, Yumemakura Baku", - "date": - { - "year": "2024", - "month": "01", - "day": "23", - "string": "2024-01-23" - }, + "date": { + "year": "2024", + "month": "01", + "day": "23", + "string": "2024-01-23" + }, "rating": 4 }, { "title": "Multiverses: An anthology of alternate realities", "isbn": 9781803362328, "author": "Preston Grassmann, Alix Harrow, Ken Liu, Alastair Reynolds, Clive Barker", - "date": - { - "year": "2024", - "month": "01", - "day": "22", - "string": "2024-01-22" - }, + "date": { + "year": "2024", + "month": "01", + "day": "22", + "string": "2024-01-22" + }, "rating": 3 }, { "title": "Lacero", "isbn": null, "author": "Andy Weir", - "date": - { - "year": "2024", - "month": "01", - "day": "08", - "string": "2024-01-08" - }, + "date": { + "year": "2024", + "month": "01", + "day": "08", + "string": "2024-01-08" + }, "rating": 5 }, { "title": "The Summit of the Gods: Vol. 1", "isbn": 9788496427877, "author": "Jiro Taniguchi, Yumemakura Baku", - "date": - { - "year": "2023", - "month": "12", - "day": "29", - "string": "2023-12-29" - }, + "date": { + "year": "2023", + "month": "12", + "day": "29", + "string": "2023-12-29" + }, "rating": 5 }, { "title": "A Promised Land", "isbn": 9788202662721, "author": "Barack Obama", - "date": - { - "year": "2023", - "month": "12", - "day": "28", - "string": "2023-12-28" - }, + "date": { + "year": "2023", + "month": "12", + "day": "28", + "string": "2023-12-28" + }, "rating": 3 }, { "title": "Mob Psycho 100: Vol. 9", "isbn": 9781506727615, "author": "ONE", - "date": - { - "year": "2023", - "month": "12", - "day": "12", - "string": "2023-12-12" - }, + "date": { + "year": "2023", + "month": "12", + "day": "12", + "string": "2023-12-12" + }, "rating": 4 }, { "title": "Mob Psycho 100: Vol. 8", "isbn": 9781506727608, "author": "ONE", - "date": - { - "year": "2023", - "month": "11", - "day": "30", - "string": "2023-11-30" - }, + "date": { + "year": "2023", + "month": "11", + "day": "30", + "string": "2023-11-30" + }, "rating": 4 }, { "title": "The Art of War", "isbn": 9780140455526, "author": "Sun-tzu", - "date": - { - "year": "2023", - "month": "07", - "day": "12", - "string": "2023-07-12" - }, + "date": { + "year": "2023", + "month": "07", + "day": "12", + "string": "2023-07-12" + }, "rating": 4 }, { "title": "Mob Psycho 100: Vol. 7", "isbn": 9781506727592, "author": "ONE", - "date": - { - "year": "2023", - "month": "06", - "day": "16", - "string": "2023-06-16" - }, + "date": { + "year": "2023", + "month": "06", + "day": "16", + "string": "2023-06-16" + }, "rating": 3 }, { "title": "Will Artificial Intelligence Outsmart Us?", "isbn": 9781529392401, "author": "Stephen Hawking", - "date": - { - "year": "2023", - "month": "06", - "day": "13", - "string": "2023-06-13" - }, + "date": { + "year": "2023", + "month": "06", + "day": "13", + "string": "2023-06-13" + }, "rating": 3 }, { "title": "Magnus", "isbn": 9788269259346, "author": "Magnus Midtbø, Thor Gotaas", - "date": - { - "year": "2023", - "month": "06", - "day": "01", - "string": "2023-06-01" - }, + "date": { + "year": "2023", + "month": "06", + "day": "01", + "string": "2023-06-01" + }, "rating": 5 }, { "title": "Hjertet i to: Seks måneder med Karpe", "isbn": 9788234713538, "author": "Yohan Shanmugaratnam", - "date": - { - "year": "2023", - "month": "05", - "day": "28", - "string": "2023-05-28" - }, + "date": { + "year": "2023", + "month": "05", + "day": "28", + "string": "2023-05-28" + }, "rating": 5 }, { "title": "JoJo's Bizarre Adventure: Phantom Blood Vol. 1", "isbn": 9781421578798, "author": "Araki, Hirohiko", - "date": - { - "year": "2023", - "month": "05", - "day": "22", - "string": "2023-05-22" - }, + "date": { + "year": "2023", + "month": "05", + "day": "22", + "string": "2023-05-22" + }, "rating": 3 }, { "title": "Steve Jobs", "isbn": 9788202410445, "author": "Walter Isaacson", - "date": - { - "year": "2023", - "month": "05", - "day": "15", - "string": "2023-05-15" - }, + "date": { + "year": "2023", + "month": "05", + "day": "15", + "string": "2023-05-15" + }, "rating": 4 } ] @@ -808,7 +746,7 @@ { "name": "Want to read", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ + "books": [ { "title": "Fraudcoin - 1000 år med inflasjon som politikk", "author": "Rune Østgård" @@ -821,14 +759,14 @@ "title": "Source Code", "author": "Bill Gates" }, - { - "title": "Careless People: A story of where I used to work", - "author": "Sarah Wynn-Williams" - }, - { - "title": "The Transparent Society", - "author": "David Brin" - }, + { + "title": "Careless People: A story of where I used to work", + "author": "Sarah Wynn-Williams" + }, + { + "title": "The Transparent Society", + "author": "David Brin" + }, { "title": "Lederskap - Et håndverk", "author": "Geir Aker" @@ -1078,4 +1016,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/src/data/guestbook.json b/src/data/guestbook.json index 4f7f013..94bd0a9 100644 --- a/src/data/guestbook.json +++ b/src/data/guestbook.json @@ -1,34 +1,34 @@ -{ +{ "visitors": [ { - "name":"Sid", - "social":"kjelsrud.dev", - "sociallink":"https://kjelsrud.dev", - "image":"/img/guestbook/sid_pizza.webp", + "name": "Sid", + "social": "kjelsrud.dev", + "sociallink": "https://kjelsrud.dev", + "image": "/img/guestbook/sid_pizza.webp", "date": { "year": "2024", "month": "03", "day": "01", "string": "01.03.2024" } - }, + }, { - "name":"Albert", - "social":"bayazidi.xyz", - "sociallink":"https://bayazidi.xyz", - "image":"/img/guestbook/albert_pizza.webp", + "name": "Albert", + "social": "bayazidi.xyz", + "sociallink": "https://bayazidi.xyz", + "image": "/img/guestbook/albert_pizza.webp", "date": { "year": "2024", "month": "03", "day": "02", "string": "02.03.2024" } - }, + }, { - "name":"Azlen", - "social":"azlen.me", - "sociallink":"https://azlen.me/", - "image":"/img/guestbook/azlen_pizza.webp", + "name": "Azlen", + "social": "azlen.me", + "sociallink": "https://azlen.me/", + "image": "/img/guestbook/azlen_pizza.webp", "date": { "year": "2024", "month": "08", @@ -37,10 +37,10 @@ } }, { - "name":"Luca", - "social":"les.cx", - "sociallink":"https://les.cx/", - "image":"/img/guestbook/luca_pizza.webp", + "name": "Luca", + "social": "les.cx", + "sociallink": "https://les.cx/", + "image": "/img/guestbook/luca_pizza.webp", "date": { "year": "2024", "month": "08", @@ -49,10 +49,10 @@ } }, { - "name":"Kristoffer", - "social":"@kristoffer-jorgensborg", - "sociallink":"https://www.linkedin.com/in/kristoffer-jorgensborg/", - "image":"/img/guestbook/kristoffer_pizza.webp", + "name": "Kristoffer", + "social": "@kristoffer-jorgensborg", + "sociallink": "https://www.linkedin.com/in/kristoffer-jorgensborg/", + "image": "/img/guestbook/kristoffer_pizza.webp", "date": { "year": "2024", "month": "08", @@ -60,11 +60,11 @@ "string": "29.08.2024" } }, - { - "name":"Kai Waløen", - "social":"kwal.no", - "sociallink":"https://www.kwal.no", - "image":"/img/guestbook/kai_pizza.webp", + { + "name": "Kai Waløen", + "social": "kwal.no", + "sociallink": "https://www.kwal.no", + "image": "/img/guestbook/kai_pizza.webp", "date": { "year": "2024", "month": "09", @@ -76,4 +76,4 @@ "meta": { "lastModified": "September 15, 2024" } -} +} \ No newline at end of file diff --git a/src/data/quotes.json b/src/data/quotes.json index 246c82f..94a2a7c 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -75,4 +75,4 @@ "quote": "Happiness is life when shared.", "author": "Chris McCandless, Into The Wild" } -] +] \ No newline at end of file diff --git a/src/data/resume.json b/src/data/resume.json index e5632c9..e0ba55c 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -1,165 +1,163 @@ { - "basics": { - "name": "Sindre Kjelsrud", - "email": "jobb@kjelsrud.dev", - "url": "kjelsrud.dev", - "linkedin": "https://www.linkedin.com/in/sindrekjelsrud/", - "summary": "Currently in the Ignite program @ Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." - }, - "work": [ - { - "name": "Capgemini", - "location": "Bergen, Vestland", - "position": "Software Engineer", - "url": "https://capgemini.com/", - "startDate": "Sep 2024", - "endDate": "present", - "highlights": [ - "Served as fullstack developer on multiple client projects.", - "Developed solutions using technologies like Altinn Studio, C#/.NET, Enonic etc." - ] + "basics": { + "name": "Sindre Kjelsrud", + "email": "jobb@kjelsrud.dev", + "url": "kjelsrud.dev", + "linkedin": "https://www.linkedin.com/in/sindrekjelsrud/", + "summary": "Currently in the Ignite program @ Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." }, - { - "name": "Wide Assessment", - "location": "Bergen, Vestland", - "position": "Intern", - "url": "https://wa.works/", - "startDate": "Aug 2023", - "endDate": "Dec 2023", - "highlights": [ - "Developed a movie database application with an API using React.js, C#, and PostgreSQL, collaborating through pair programming, as well as contributing to a large, existing codebase." - ] - }, - { - "name": "NAV IT", - "location": "Helsfyr, Viken", - "position": "Summer Intern", - "url": "https://detsombetyrnoe.no", - "startDate": "Jun 2023", - "endDate": "Aug 2023", - "highlights": [ - "Developed an error reporting application for the sick leave solution using React.js, Kotlin, and PostgreSQL, in collaboration with a team of mentors and interns." - ] + "work": [ + { + "name": "Capgemini", + "location": "Bergen, Vestland", + "position": "Software Engineer", + "url": "https://capgemini.com/", + "startDate": "Sep 2024", + "endDate": "present", + "highlights": [ + "Served as fullstack developer on multiple client projects.", + "Developed solutions using technologies like Altinn Studio, C#/.NET, Enonic etc." + ] + }, + { + "name": "Wide Assessment", + "location": "Bergen, Vestland", + "position": "Intern", + "url": "https://wa.works/", + "startDate": "Aug 2023", + "endDate": "Dec 2023", + "highlights": [ + "Developed a movie database application with an API using React.js, C#, and PostgreSQL, collaborating through pair programming, as well as contributing to a large, existing codebase." + ] + }, + { + "name": "NAV IT", + "location": "Helsfyr, Viken", + "position": "Summer Intern", + "url": "https://detsombetyrnoe.no", + "startDate": "Jun 2023", + "endDate": "Aug 2023", + "highlights": [ + "Developed an error reporting application for the sick leave solution using React.js, Kotlin, and PostgreSQL, in collaboration with a team of mentors and interns." + ] + } + ], + "education": [ + { + "institution": "Western University of Applied Sciences", + "url": "https://www.hvl.no/", + "area": "Bachelor in IT", + "startDate": "Aug 2021", + "endDate": "Jun 2024" + }, + { + "institution": "Universitat Politècnica de València", + "url": "https://www.upv.es/", + "area": "Exchange semester", + "startDate": "Jan 2024", + "endDate": "Jun 2024" + }, + { + "institution": "NLA University College", + "url": "https://www.nla.no/", + "area": "Secondary School Teacher, class 5-10", + "startDate": "Aug 2020", + "endDate": "May 2021" + }, + { + "institution": "University of South-Eastern Norway", + "url": "https://www.hvl.no/", + "area": "IT & Information Systems", + "startDate": "Aug 2019", + "endDate": "May 2020" + } + ], + "volunteer": [ + { + "organization": "friByte", + "position": "fribyte.no", + "url": "https://fribyte.no/", + "startDate": "Sep 2022", + "endDate": "Dec 2024", + "summary": "friByte is an independent student organization that provides secure and stable IT solutions to other student organizations in Bergen.", + "highlights": [ + "As a member, I collaborated in team environments, managed Linux servers, deployed Docker containers, and maintained WordPress sites for clients.", + "In Spring 2023, as Leader, I handled administrative tasks, recruited new team members, secured three new clients, and organized a successful Capture The Flag event with 35 participants.", + "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", + "url": "https://cloudnativebergen.dev", + "startDate": "2024", + "endDate": "2024", + "summary": "CloudNative Day Bergen is an annual, community-driven tech conference held in Bergen, Norway, focusing on cloud-native technologies and Kubernetes.", + "highlights": [] + } + ], + "skills": [ + { + "name": "Programming Languages", + "keywords": [ + "C#", + "CSS", + "Go", + "HTML", + "Java", + "JavaScript", + "Kotlin", + "Python", + "SQL", + "TypeScript" + ] + }, + { + "name": "Libraries and Frameworks", + "keywords": [ + "Astro", + "dotNET", + "Hugo", + "React.js", + "SCSS/SASS", + "Spring", + "Svelte", + "TailwindCSS", + "Vue", + "Zola" + ] + }, + { + "name": "Tools", + "keywords": [ + "Altinn Studio", + "Caddy", + "Docker/Podman", + "Enonic", + "Figma", + "Forgejo Runner", + "Git", + "GitHub Actions", + "MariaDB/MySQL", + "PostgreSQL", + "Proxmox", + "WordPress" + ] + } + ], + "meta": { + "lastModified": "02. January 2025" } - ], - "education": [ - { - "institution": "Western University of Applied Sciences", - "url": "https://www.hvl.no/", - "area": "Bachelor in IT", - "startDate": "Aug 2021", - "endDate": "Jun 2024" - }, - { - "institution": "Universitat Politècnica de València", - "url": "https://www.upv.es/", - "area": "Exchange semester", - "startDate": "Jan 2024", - "endDate": "Jun 2024" - }, - { - "institution": "NLA University College", - "url": "https://www.nla.no/", - "area": "Secondary School Teacher, class 5-10", - "startDate": "Aug 2020", - "endDate": "May 2021" - }, - { - "institution": "University of South-Eastern Norway", - "url": "https://www.hvl.no/", - "area": "IT & Information Systems", - "startDate": "Aug 2019", - "endDate": "May 2020" - } - ], - "volunteer": [ - { - "organization": "friByte", - "position": "fribyte.no", - "url": "https://fribyte.no/", - "startDate": "Sep 2022", - "endDate": "Dec 2024", - "summary": "friByte is an independent student organization that provides secure and stable IT solutions to other student organizations in Bergen.", - "highlights": [ - "As a member, I collaborated in team environments, managed Linux servers, deployed Docker containers, and maintained WordPress sites for clients.", - "In Spring 2023, as Leader, I handled administrative tasks, recruited new team members, secured three new clients, and organized a successful Capture The Flag event with 35 participants.", - "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", - "url": "https://cloudnativebergen.dev", - "startDate": "2024", - "endDate": "2024", - "summary": "CloudNative Day Bergen is an annual, community-driven tech conference held in Bergen, Norway, focusing on cloud-native technologies and Kubernetes.", - "highlights": [ - ] - } - - ], - "skills": [ - { - "name": "Programming Languages", - "keywords": [ - "C#", - "CSS", - "Go", - "HTML", - "Java", - "JavaScript", - "Kotlin", - "Python", - "SQL", - "TypeScript" - ] - }, - { - "name": "Libraries and Frameworks", - "keywords": [ - "Astro", - "dotNET", - "Hugo", - "React.js", - "SCSS/SASS", - "Spring", - "Svelte", - "TailwindCSS", - "Vue", - "Zola" - ] - }, - { - "name": "Tools", - "keywords": [ - "Altinn Studio", - "Caddy", - "Docker/Podman", - "Enonic", - "Figma", - "Forgejo Runner", - "Git", - "GitHub Actions", - "MariaDB/MySQL", - "PostgreSQL", - "Proxmox", - "WordPress" - ] - } - ], - "meta": { - "lastModified": "02. January 2025" - } -} +} \ No newline at end of file diff --git a/src/data/vinyl.json b/src/data/vinyl.json index bd409b2..573faf4 100644 --- a/src/data/vinyl.json +++ b/src/data/vinyl.json @@ -8,27 +8,27 @@ "album": "Tøyen Holding 3", "artist": "Tøyen Holding", "cover": "/img/vinyl/toyenholding3.webp" - }, + }, { "album": "Double Density", "artist": "Fredfades", "cover": "/img/vinyl/double_density.webp" - }, + }, { "album": "00:00", "artist": "han gaiden", "cover": "/img/vinyl/00_00.webp" - }, + }, { "album": "Enter The Wu-Tang (36 Chambers)", "artist": "Wu-Tang Clan", "cover": "/img/vinyl/enter_the_wutang_36_chambers.webp" - }, + }, { "album": "Til det føles fint", "artist": "Pikekyss", "cover": "/img/vinyl/til_det_foles_fint.webp" - }, + }, { "album": "Harry's House", "artist": "Harry Styles", @@ -144,4 +144,4 @@ "artist": "Air Supply", "cover": "/img/vinyl/greatest_hits_airsupply.webp" } -] +] \ No newline at end of file diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 1a928dd..e3b2aaa 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -2,11 +2,11 @@ "name": "Sid's Television", "url": "https://kjelsrud.dev/", "bio": "A collection of TV series, movies and anime I've seen with some ratings aswell.", - "lists":[ + "lists": [ { "name": "Currently watching", "url": "https://kjelsrud.dev/logs/watchlist/", - "tv":[ + "tv": [ { "title": "ONE PIECE: Egghead Arc", "type": "anime" @@ -28,7 +28,7 @@ { "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", - "tv":[ + "tv": [ { "title": "Allegiant", "type": "movie", @@ -76,1393 +76,1277 @@ { "title": "Don't Die: The Man Who Wants to Live Forever", "type": "movie", - "date": - { + "date": { "year": "2025", "month": "04", "day": "30", "string": "2025-04-30" - }, + }, "rating": 3 }, { "title": "Kompani Lauritzen S06", "type": "series", - "date": - { + "date": { "year": "2025", "month": "04", "day": "27", "string": "2025-04-27" - }, + }, "rating": 4 }, - { + { "title": "Star Wars Rebels S03", "type": "series", - "date": - { + "date": { "year": "2025", "month": "04", "day": "21", "string": "2025-04-21" - }, + }, "rating": 4 }, - { + { "title": "Star Wars Rebels S02", "type": "series", - "date": - { + "date": { "year": "2025", "month": "04", "day": "06", "string": "2025-04-06" - }, + }, "rating": 5 }, { "title": "Severance S02", "type": "series", - "date": - { + "date": { "year": "2025", "month": "04", "day": "03", "string": "2025-04-03" - }, + }, "rating": 5 }, { "title": "Bones S08", "type": "series", - "date": - { + "date": { "year": "2025", "month": "03", "day": "18", "string": "2025-03-18" - }, + }, "rating": 4 }, { "title": "Severance S01", "type": "series", - "date": - { + "date": { "year": "2025", "month": "03", "day": "16", "string": "2025-03-16" - }, + }, "rating": 5 }, { "title": "Children of the Sea", "type": "anime", - "date": - { + "date": { "year": "2025", "month": "03", "day": "15", "string": "2025-03-15" - }, + }, "rating": 5 }, { "title": "Biggest Heist Ever", "type": "movie", - "date": - { + "date": { "year": "2025", "month": "03", "day": "04", "string": "2025-03-04" - }, + }, "rating": 3 }, { "title": "Bridget Jones: Mad About the Boy", "type": "movie", - "date": - { + "date": { "year": "2025", "month": "03", "day": "02", "string": "2025-03-02" - }, + }, "rating": 4 }, { "title": "Buy Now! The Shopping Conspiracy", "type": "movie", - "date": - { + "date": { "year": "2025", "month": "03", "day": "01", "string": "2025-03-01" - }, + }, "rating": 3 }, { "title": "Megalobox S02", "type": "anime", - "date": - { + "date": { "year": "2025", "month": "02", "day": "27", "string": "2025-02-27" - }, + }, "rating": 4 }, { "title": "Megalobox S01", "type": "anime", - "date": - { + "date": { "year": "2025", "month": "02", "day": "13", "string": "2025-02-13" - }, + }, "rating": 4 }, { "title": "Bones S07", "type": "series", - "date": - { + "date": { "year": "2025", "month": "01", "day": "22", "string": "2025-01-22" - }, + }, "rating": 4 }, { "title": "Bones S06", "type": "series", - "date": - { + "date": { "year": "2025", "month": "01", "day": "11", "string": "2025-01-11" - }, + }, "rating": 4 }, { "title": "Fri for kreft", "type": "movie", - "date": - { + "date": { "year": "2025", "month": "01", "day": "06", "string": "2025-01-06" - }, + }, "rating": 3 }, { "title": "The Snow Sister", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "12", "day": "24", "string": "2024-12-24" - }, + }, "rating": 5 }, { "title": "How to Rob a Bank", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "12", "day": "18", "string": "2024-12-18" - }, + }, "rating": 4 }, { "title": "The Wild Robot", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "12", "day": "15", "string": "2024-12-15" - }, + }, "rating": 4 }, { "title": "Meru", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "12", "day": "02", "string": "2024-12-02" - }, + }, "rating": 4 }, { "title": "Star Wars Rebels S01", "type": "series", - "date": - { + "date": { "year": "2024", "month": "11", "day": "30", "string": "2024-11-30" - }, + }, "rating": 4 }, { "title": "Andor", "type": "series", - "date": - { + "date": { "year": "2024", "month": "11", "day": "28", "string": "2024-11-28" - }, + }, "rating": 4 }, { "title": "National Treasure: Edge of History", "type": "series", - "date": - { + "date": { "year": "2024", "month": "11", "day": "24", "string": "2024-11-24" - }, + }, "rating": 3 }, { "title": "Soul", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "23", "string": "2024-11-23" - }, + }, "rating": 5 }, { "title": "Troll", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "18", "string": "2024-11-18" - }, + }, "rating": 3 }, { "title": "A Whole Life", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "16", "string": "2024-11-16" - }, + }, "rating": 3 }, { "title": "Vendepunktet: Atombomben og den kalde krigen", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "16", "string": "2024-11-16" - }, + }, "rating": 4 }, { "title": "Bones S05", "type": "series", - "date": - { + "date": { "year": "2024", "month": "11", "day": "12", "string": "2024-11-12" - }, + }, "rating": 5 }, { "title": "The Coming War on China", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "04", "string": "2024-11-04" - }, + }, "rating": 3 }, { "title": "Haikyu!!: The Dumpster Battle", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "11", "day": "04", "string": "2024-11-04" - }, + }, "rating": 4 }, { "title": "Inside Out 2", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "03", "string": "2024-11-03" - }, + }, "rating": 4 }, { "title": "Nr. 24", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "11", "day": "02", "string": "2024-11-02" - }, + }, "rating": 5 }, { "title": "Drifting Home", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "10", "day": "27", "string": "2024-10-27" - }, + }, "rating": 4 }, { "title": "Bubble", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "10", "day": "25", "string": "2024-10-25" - }, + }, "rating": 3 }, { "title": "My Hero Academia S07", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "10", "day": "13", "string": "2024-10-13" - }, + }, "rating": 5 }, { "title": "Bones S04", "type": "series", - "date": - { + "date": { "year": "2024", "month": "10", "day": "13", "string": "2024-10-13" - }, + }, "rating": 4 }, { "title": "The Marvels", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "10", "day": "12", "string": "2024-10-12" - }, + }, "rating": 4 }, { "title": "Bones S03", "type": "series", - "date": - { + "date": { "year": "2024", "month": "09", "day": "29", "string": "2024-09-29" - }, + }, "rating": 5 }, { "title": "Bones S02", "type": "series", - "date": - { + "date": { "year": "2024", "month": "09", "day": "18", "string": "2024-09-18" - }, + }, "rating": 4 }, { "title": "Bones S01", "type": "series", - "date": - { + "date": { "year": "2024", "month": "09", "day": "01", "string": "2024-09-01" - }, + }, "rating": 4 }, { "title": "SPY x FAMILY S01", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "08", "day": "23", "string": "2024-08-23" - }, + }, "rating": 5 }, { "title": "The Help", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "08", "day": "17", "string": "2024-08-17" - }, + }, "rating": 5 }, { "title": "Chernobyl", "type": "series", - "date": - { + "date": { "year": "2024", "month": "08", "day": "14", "string": "2024-08-14" - }, + }, "rating": 4 }, { "title": "Euphoria S2", "type": "series", - "date": - { + "date": { "year": "2024", "month": "08", "day": "13", "string": "2024-08-13" - }, + }, "rating": 4 }, { "title": "Failure to Launch", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "08", "day": "12", "string": "2024-08-12" - }, + }, "rating": 4 }, { "title": "Alexander: The Making of a God", "type": "series", - "date": - { + "date": { "year": "2024", "month": "08", "day": "08", "string": "2024-08-08" - }, + }, "rating": 5 }, { "title": "Madoff: The Monster of Wall Street", "type": "series", - "date": - { + "date": { "year": "2024", "month": "08", "day": "07", "string": "2024-08-07" - }, + }, "rating": 4 }, { "title": "Star Wars: The Bad Batch S03", "type": "series", - "date": - { + "date": { "year": "2024", "month": "07", "day": "29", "string": "2024-07-29" - }, + }, "rating": 4 }, - { + { "title": "Star Wars: The Bad Batch S02", "type": "series", - "date": - { + "date": { "year": "2024", "month": "07", "day": "23", "string": "2024-07-23" - }, + }, "rating": 4 }, - { + { "title": "Saint☆Young Men (Movie)", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "07", "day": "17", "string": "2024-07-17" - }, + }, "rating": 5 }, { "title": "Beverly Hills Cop: Axel F", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "07", "day": "10", "string": "2024-07-10" - }, + }, "rating": 4 }, { "title": "Demon Slayer: Hashira Training Arc", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "07", "day": "08", "string": "2024-07-08" - }, + }, "rating": 5 }, { "title": "The Antisocial Network: Memes to Mayhem", "type": "movies", - "date": - { + "date": { "year": "2024", "month": "07", "day": "02", "string": "2024-07-02" - }, + }, "rating": 4 }, { "title": "Star Wars: The Bad Batch S01", "type": "series", - "date": - { + "date": { "year": "2024", "month": "06", "day": "25", "string": "2024-06-25" - }, + }, "rating": 4 }, { "title": "The Big Bang Theory S01-S04", "type": "series", - "date": - { + "date": { "year": "2024", "month": "06", "day": "16", "string": "2024-06-16" - }, + }, "rating": 4 }, { "title": "The Kings of Summer", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "06", "day": "09", "string": "2024-06-09" - }, + }, "rating": 3 }, { "title": "Street Fighter II: The Animated Movie", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "06", "day": "09", "string": "2024-06-09" - }, + }, "rating": 3 }, { "title": "Star Wars: The Clone Wars S07", "type": "series", - "date": - { + "date": { "year": "2024", "month": "06", "day": "07", "string": "2024-06-07" - }, + }, "rating": 5 }, { "title": "Star Wars: The Clone Wars S06", "type": "series", - "date": - { + "date": { "year": "2024", "month": "06", "day": "06", "string": "2024-06-06" - }, + }, "rating": 5 }, { "title": "Star Wars: The Clone Wars S05", "type": "series", - "date": - { + "date": { "year": "2024", "month": "06", "day": "06", "string": "2024-06-06" - }, + }, "rating": 5 - }, + }, { "title": "Live to 100: Secrets of the Blue Zones", "type": "series", - "date": - { + "date": { "year": "2024", "month": "05", "day": "27", "string": "2024-05-27" - }, + }, "rating": 4 - }, + }, { "title": "The Matrix Resurrections", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "05", "day": "20", "string": "2024-05-20" - }, + }, "rating": 4 - }, + }, { "title": "Star Wars: The Clone Wars S04", "type": "series", - "date": - { + "date": { "year": "2024", "month": "05", "day": "08", "string": "2024-05-08" - }, + }, "rating": 4 - }, + }, { "title": "The Founder", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "05", "day": "04", "string": "2024-05-04" - }, + }, "rating": 5 - }, + }, { "title": "Plastic Memories", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "04", "day": "29", "string": "2024-04-29" - }, + }, "rating": 3 - }, + }, { "title": "Call Me by Your Name", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "04", "day": "24", "string": "2024-04-24" - }, + }, "rating": 3 - }, + }, { "title": "Fractale", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "04", "day": "15", "string": "2024-04-15" - }, + }, "rating": 3 - }, + }, { "title": "Patema Inverted", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "04", "day": "09", "string": "2024-04-09" - }, + }, "rating": 4 - }, + }, { "title": "Mad Max: Fury Road", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "04", "day": "06", "string": "2024-04-06" - }, + }, "rating": 5 - }, + }, { "title": "Mad Max Beyond Thunderdome", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "04", "day": "05", "string": "2024-04-05" - }, + }, "rating": 3 - }, + }, { "title": "Mad Max 2", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "04", "day": "04", "string": "2024-04-04" - }, + }, "rating": 3 - }, + }, { "title": "Say 'I love you'", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "04", "day": "04", "string": "2024-04-04" - }, + }, "rating": 4 - }, + }, { "title": "Mad Max", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "04", "day": "02", "string": "2024-04-02" - }, + }, "rating": 3 - }, + }, { "title": "Star Wars: The Clone Wars S03", "type": "series", - "date": - { + "date": { "year": "2024", "month": "04", "day": "02", "string": "2024-04-02" - }, + }, "rating": 4 - }, + }, { "title": "The Hunger Games: The Ballad of Songbirds & Snakes", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "25", "string": "2024-03-25" - }, + }, "rating": 4 - }, + }, { "title": "Wonka", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "23", "string": "2024-03-23" - }, + }, "rating": 4 - }, + }, { "title": "Bitconned", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "18", "string": "2024-03-18" - }, + }, "rating": 4 - }, + }, { "title": "Anon", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "14", "string": "2024-03-14" - }, + }, "rating": 3 - }, + }, { "title": "Dungeons & Dragons: Honor Among Thieves", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "12", "string": "2024-03-12" - }, + }, "rating": 4 }, { "title": "Beautiful Boy", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "11", "string": "2024-03-11" - }, + }, "rating": 4 }, { "title": "Fantastic Beasts: The Crimes of Grindelwald", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "09", "string": "2024-03-09" - }, + }, "rating": 4 }, { "title": "Star Wars: The Clone Wars S01 & S02", "type": "series", - "date": - { + "date": { "year": "2024", "month": "03", "day": "09", "string": "2024-03-09" - }, + }, "rating": 4 - }, + }, { "title": "Ford v Ferrari", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "07", "string": "2024-03-07" - }, + }, "rating": 5 }, { "title": "In Time", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "06", "string": "2024-03-06" - }, + }, "rating": 3 }, { "title": "Violet Evergarden", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "03", "day": "05", "string": "2024-03-05" - }, + }, "rating": 5 - }, + }, { "title": "Seven Pounds", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "03", "day": "02", "string": "2024-03-02" - }, + }, "rating": 5 }, { "title": "American Psycho", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "29", "string": "2024-02-29" - }, + }, "rating": 4 }, { "title": "Citizenfour", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "25", "string": "2024-02-25" - }, + }, "rating": 5 }, { "title": "Better Call Saul S06", "type": "series", - "date": - { + "date": { "year": "2024", "month": "02", "day": "24", "string": "2024-02-24" - }, + }, "rating": 4 }, { "title": "Aksel", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "24", "string": "2024-02-24" - }, + }, "rating": 4 }, { "title": "Better Call Saul S05", "type": "series", - "date": - { + "date": { "year": "2024", "month": "02", "day": "20", "string": "2024-02-20" - }, + }, "rating": 3 }, { "title": "Bullet Train", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "15", "string": "2024-02-15" - }, + }, "rating": 3 }, { "title": "Children who Chase Lost Voices", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "02", "day": "15", "string": "2024-02-15" - }, + }, "rating": 3 }, { "title": "Banana Fish", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "02", "day": "13", "string": "2024-02-13" - }, + }, "rating": 4 }, { "title": "Erin Brockovich", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "12", "string": "2024-02-12" - }, + }, "rating": 5 }, { "title": "Better Call Saul S04", "type": "series", - "date": - { + "date": { "year": "2024", "month": "02", "day": "08", "string": "2024-02-08" - }, + }, "rating": 4 }, { "title": "Sensus", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "02", "day": "02", "string": "2024-02-02" - }, + }, "rating": 5 }, { "title": "Better Call Saul S03", "type": "series", - "date": - { + "date": { "year": "2024", "month": "02", "day": "02", "string": "2024-02-02" - }, + }, "rating": 4 }, { "title": "5 Centimeters per Second", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "02", "day": "01", "string": "2024-02-01" - }, + }, "rating": 4 }, { "title": "Better Call Saul S02", "type": "series", - "date": - { + "date": { "year": "2024", "month": "01", "day": "28", "string": "2024-01-28" - }, + }, "rating": 4 }, { "title": "Better Call Saul S01", "type": "series", - "date": - { + "date": { "year": "2024", "month": "01", "day": "22", "string": "2024-01-22" - }, + }, "rating": 3 }, { "title": "Nordfor sola", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "20", "string": "2024-01-20" - }, + }, "rating": 5 }, { "title": "Cyberbunker: The Criminal Underworld", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "20", "string": "2024-01-20" - }, + }, "rating": 3 - }, + }, { "title": "The Wonderful Story of Henry Sugar", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "19", "string": "2024-01-19" - }, + }, "rating": 3 - }, + }, { "title": "One Piece: Baron Omatsuri and the Secret Island", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "19", "string": "2024-01-19" - }, + }, "rating": 4 - }, + }, { "title": "Inside Bill's Brain: Decoding Bill Gates", "type": "series", - "date": - { + "date": { "year": "2024", "month": "01", "day": "12", "string": "2024-01-12" - }, + }, "rating": 4 }, { "title": "14 Peaks: Nothing Is Impossible", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "11", "string": "2024-01-11" - }, + }, "rating": 4 }, { "title": "S.W.A.T.: Firefight", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "11", "string": "2024-01-11" - }, + }, "rating": 1 }, { "title": "PROJECT ICEMAN", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "09", "string": "2024-01-09" - }, + }, "rating": 5 }, { "title": "The Yin & Yang of Gerry Lopez", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "08", "string": "2024-01-08" - }, + }, "rating": 5 }, { "title": "The Hitman's Apprentice", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "04", "string": "2024-01-04" - }, + }, "rating": 2 }, { "title": "The Hunger Games: Mockingjay - Part 2", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "03", "string": "2024-01-03" - }, + }, "rating": 3 }, { "title": "The Hunger Games: Mockingjay - Part 1", "type": "movie", - "date": - { + "date": { "year": "2024", "month": "01", "day": "03", "string": "2024-01-03" - }, + }, "rating": 3 }, { "title": "Night Agent S01", "type": "series", - "date": - { + "date": { "year": "2024", "month": "01", "day": "01", "string": "2024-01-01" - }, + }, "rating": 4 }, { "title": "JUJUTSU KAISEN S02", "type": "anime", - "date": - { + "date": { "year": "2024", "month": "01", "day": "01", "string": "2024-01-01" - }, + }, "rating": 5 }, { "title": "Dr. Stone S03", "type": "anime", - "date": - { + "date": { "year": "2023", "month": "12", "day": "23", "string": "2023-12-23" - }, + }, "rating": 3 }, { @@ -2196,10 +2080,10 @@ { "name": "Watchlist", "url": "https://kjelsrud.dev/logs/watchlist/", - "tv":[ - { - "title": "The Little Prince (2015)" - }, + "tv": [ + { + "title": "The Little Prince (2015)" + }, { "title": "No Other Land" }, @@ -2427,5 +2311,5 @@ } ] } - ] -} + ] +} \ No newline at end of file