🎨 Format json docs
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m20s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m20s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
2a80f81257
commit
ddd12a219b
7 changed files with 869 additions and 1049 deletions
|
@ -1,34 +1,34 @@
|
||||||
{
|
{
|
||||||
"writing": [
|
"writing": [
|
||||||
{
|
{
|
||||||
"title":"AI-generated and doctors' answers to health-related questions",
|
"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",
|
"url": "https://tidsskriftet.no/en/2025/02/short-report/ai-generated-and-doctors-answers-health-related-questions",
|
||||||
"date":"10.02.2025",
|
"date": "10.02.2025",
|
||||||
"origin":"tidsskriftet.no",
|
"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."
|
"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æringsplattform",
|
"title": "For oss studenter er ikke åpen kildekode bare et verktøy, men en læringsplattform",
|
||||||
"url":"https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392",
|
"url": "https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392",
|
||||||
"date":"03.10.2024",
|
"date": "03.10.2024",
|
||||||
"origin":"kode24.no",
|
"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."
|
"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!",
|
"title": "7 kjappe med sommerjobberne i 2023!",
|
||||||
"url":"https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere",
|
"url": "https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere",
|
||||||
"date":"21.08.2023",
|
"date": "21.08.2023",
|
||||||
"origin":"detsombetyrnoe.no",
|
"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."
|
"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": [
|
"speaking": [
|
||||||
{
|
{
|
||||||
"title":"Introduksjon til Open Source",
|
"title": "Introduksjon til Open Source",
|
||||||
"url":"https://files.fribyte.no/boskonf/2024/sindre.mp4",
|
"url": "https://files.fribyte.no/boskonf/2024/sindre.mp4",
|
||||||
"date":"07.11.2024",
|
"date": "07.11.2024",
|
||||||
"origin":"boskonf.no",
|
"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."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -2,17 +2,16 @@
|
||||||
"name": "Sid's Biblioteca",
|
"name": "Sid's Biblioteca",
|
||||||
"url": "https://kjelsrud.dev/",
|
"url": "https://kjelsrud.dev/",
|
||||||
"bio": "A collection of books I've read with some ratings aswell.",
|
"bio": "A collection of books I've read with some ratings aswell.",
|
||||||
"lists":[
|
"lists": [
|
||||||
{
|
{
|
||||||
"name": "Currently reading",
|
"name": "Currently reading",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books": []
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "On the shelf",
|
"name": "On the shelf",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books": [
|
||||||
{
|
{
|
||||||
"title": "The Intelligent Investor (NO)",
|
"title": "The Intelligent Investor (NO)",
|
||||||
"isbn": 9788271463823,
|
"isbn": 9788271463823,
|
||||||
|
@ -33,13 +32,12 @@
|
||||||
{
|
{
|
||||||
"name": "Read",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books": [
|
||||||
{
|
{
|
||||||
"title": "Black Box Thinking",
|
"title": "Black Box Thinking",
|
||||||
"isbn": 9781473613805,
|
"isbn": 9781473613805,
|
||||||
"author": "Matthew Syed",
|
"author": "Matthew Syed",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "09",
|
"day": "09",
|
||||||
|
@ -51,8 +49,7 @@
|
||||||
"title": "Life, the Universe and Everything",
|
"title": "Life, the Universe and Everything",
|
||||||
"isbn": 9781529034547,
|
"isbn": 9781529034547,
|
||||||
"author": "Adams Douglas",
|
"author": "Adams Douglas",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "21",
|
"day": "21",
|
||||||
|
@ -64,8 +61,7 @@
|
||||||
"title": "Zucked: Waking Up to the Facebook Catastrophe",
|
"title": "Zucked: Waking Up to the Facebook Catastrophe",
|
||||||
"isbn": 9780008319014,
|
"isbn": 9780008319014,
|
||||||
"author": "Roger McNamee",
|
"author": "Roger McNamee",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "12",
|
"day": "12",
|
||||||
|
@ -77,8 +73,7 @@
|
||||||
"title": "Digital Leadership in Hybrid Workplaces (A Case Study of a Nordic Marketplace on Handling Challenges of Hybrid Work)",
|
"title": "Digital Leadership in Hybrid Workplaces (A Case Study of a Nordic Marketplace on Handling Challenges of Hybrid Work)",
|
||||||
"isbn": null,
|
"isbn": null,
|
||||||
"author": "Ahmed Waseem Saeed",
|
"author": "Ahmed Waseem Saeed",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "31",
|
"day": "31",
|
||||||
|
@ -90,8 +85,7 @@
|
||||||
"title": "The Happiest Man on Earth",
|
"title": "The Happiest Man on Earth",
|
||||||
"isbn": 9781529066364,
|
"isbn": 9781529066364,
|
||||||
"author": "Eddie Jaku",
|
"author": "Eddie Jaku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "24",
|
"day": "24",
|
||||||
|
@ -103,22 +97,19 @@
|
||||||
"title": "The Restaurant at the End of the Universe",
|
"title": "The Restaurant at the End of the Universe",
|
||||||
"isbn": 9781529034530,
|
"isbn": 9781529034530,
|
||||||
"author": "Adams Douglas",
|
"author": "Adams Douglas",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "21",
|
"day": "21",
|
||||||
"string": "2025-03-21"
|
"string": "2025-03-21"
|
||||||
},
|
},
|
||||||
"rating": 4
|
"rating": 4
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Ikigai: The Japanese secret to a long and happy life",
|
"title": "Ikigai: The Japanese secret to a long and happy life",
|
||||||
"isbn": 9781786330895,
|
"isbn": 9781786330895,
|
||||||
"author": " Héctor García, Francesc Miralles",
|
"author": " Héctor García, Francesc Miralles",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "09",
|
"day": "09",
|
||||||
|
@ -127,12 +118,10 @@
|
||||||
"rating": 4
|
"rating": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"title": "Star Wars: The Tales of Kenobi",
|
"title": "Star Wars: The Tales of Kenobi",
|
||||||
"isbn": 9780525617754,
|
"isbn": 9780525617754,
|
||||||
"author": "Alan Dean Foster, John Jackson Miller",
|
"author": "Alan Dean Foster, John Jackson Miller",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "06",
|
"day": "06",
|
||||||
|
@ -144,8 +133,7 @@
|
||||||
"title": "The Hitchhiker's Guide to the Galaxy",
|
"title": "The Hitchhiker's Guide to the Galaxy",
|
||||||
"isbn": 9781529034523,
|
"isbn": 9781529034523,
|
||||||
"author": "Adams Douglas",
|
"author": "Adams Douglas",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "02",
|
"month": "02",
|
||||||
"day": "07",
|
"day": "07",
|
||||||
|
@ -157,8 +145,7 @@
|
||||||
"title": "What I Talk about When I Talk about Running",
|
"title": "What I Talk about When I Talk about Running",
|
||||||
"isbn": 9780099526155,
|
"isbn": 9780099526155,
|
||||||
"author": "Haruki Murakami",
|
"author": "Haruki Murakami",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"month": "01",
|
"month": "01",
|
||||||
"day": "05",
|
"day": "05",
|
||||||
|
@ -170,8 +157,7 @@
|
||||||
"title": "Få ting gjort! - velsmurt hverdag uten stress",
|
"title": "Få ting gjort! - velsmurt hverdag uten stress",
|
||||||
"isbn": 9788280877741,
|
"isbn": 9788280877741,
|
||||||
"author": "David Allen",
|
"author": "David Allen",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "12",
|
"month": "12",
|
||||||
"day": "31",
|
"day": "31",
|
||||||
|
@ -183,8 +169,7 @@
|
||||||
"title": "The Fine Art of Small Talk",
|
"title": "The Fine Art of Small Talk",
|
||||||
"isbn": 1401302262,
|
"isbn": 1401302262,
|
||||||
"author": "Debra Fine",
|
"author": "Debra Fine",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "12",
|
"month": "12",
|
||||||
"day": "05",
|
"day": "05",
|
||||||
|
@ -196,8 +181,7 @@
|
||||||
"title": "Understanding Marxism",
|
"title": "Understanding Marxism",
|
||||||
"isbn": 9780359561582,
|
"isbn": 9780359561582,
|
||||||
"author": "Richard D. Wolff",
|
"author": "Richard D. Wolff",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "10",
|
"month": "10",
|
||||||
"day": "20",
|
"day": "20",
|
||||||
|
@ -209,8 +193,7 @@
|
||||||
"title": "Presentation Zen: Simple Ideas on Presentation Design and Delivery",
|
"title": "Presentation Zen: Simple Ideas on Presentation Design and Delivery",
|
||||||
"isbn": 9780321811981,
|
"isbn": 9780321811981,
|
||||||
"author": "Garr Reynolds",
|
"author": "Garr Reynolds",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "10",
|
"month": "10",
|
||||||
"day": "16",
|
"day": "16",
|
||||||
|
@ -222,8 +205,7 @@
|
||||||
"title": "Almanack of Naval Ravikant: A Guide to Wealth and Happiness",
|
"title": "Almanack of Naval Ravikant: A Guide to Wealth and Happiness",
|
||||||
"isbn": 9781544514208,
|
"isbn": 9781544514208,
|
||||||
"author": "Eric Jorgenson",
|
"author": "Eric Jorgenson",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "09",
|
"month": "09",
|
||||||
"day": "13",
|
"day": "13",
|
||||||
|
@ -235,8 +217,7 @@
|
||||||
"title": "The Summit of the Gods: Vol. 5",
|
"title": "The Summit of the Gods: Vol. 5",
|
||||||
"isbn": 9788492444403,
|
"isbn": 9788492444403,
|
||||||
"author": "Jiro Taniguchi, Yumemakura Baku",
|
"author": "Jiro Taniguchi, Yumemakura Baku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
"day": "15",
|
"day": "15",
|
||||||
|
@ -248,8 +229,7 @@
|
||||||
"title": "The Summit of the Gods: Vol. 4",
|
"title": "The Summit of the Gods: Vol. 4",
|
||||||
"isbn": 9788492444632,
|
"isbn": 9788492444632,
|
||||||
"author": "Jiro Taniguchi, Yumemakura Baku",
|
"author": "Jiro Taniguchi, Yumemakura Baku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
"day": "14",
|
"day": "14",
|
||||||
|
@ -261,8 +241,7 @@
|
||||||
"title": "Kunsten å fly - ta styringen i ditt eget liv",
|
"title": "Kunsten å fly - ta styringen i ditt eget liv",
|
||||||
"isbn": 9788272016172,
|
"isbn": 9788272016172,
|
||||||
"author": "Morten Åsli",
|
"author": "Morten Åsli",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
"day": "07",
|
"day": "07",
|
||||||
|
@ -274,8 +253,7 @@
|
||||||
"title": "Viljestyrke: om mål, motivasjon og mot",
|
"title": "Viljestyrke: om mål, motivasjon og mot",
|
||||||
"isbn": 9788248914525,
|
"isbn": 9788248914525,
|
||||||
"author": "Dag Otto Lauritzen",
|
"author": "Dag Otto Lauritzen",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
"day": "03",
|
"day": "03",
|
||||||
|
@ -287,8 +265,7 @@
|
||||||
"title": "Dune",
|
"title": "Dune",
|
||||||
"isbn": 9780340960196,
|
"isbn": 9780340960196,
|
||||||
"author": "Frank Herbert",
|
"author": "Frank Herbert",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "07",
|
"month": "07",
|
||||||
"day": "29",
|
"day": "29",
|
||||||
|
@ -300,8 +277,7 @@
|
||||||
"title": "The Summit of the Gods: Vol. 3",
|
"title": "The Summit of the Gods: Vol. 3",
|
||||||
"isbn": 9788492444335,
|
"isbn": 9788492444335,
|
||||||
"author": "Jiro Taniguchi, Yumemakura Baku",
|
"author": "Jiro Taniguchi, Yumemakura Baku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "07",
|
"month": "07",
|
||||||
"day": "16",
|
"day": "16",
|
||||||
|
@ -313,8 +289,7 @@
|
||||||
"title": "Memories of Emanon",
|
"title": "Memories of Emanon",
|
||||||
"isbn": 9784199500770,
|
"isbn": 9784199500770,
|
||||||
"author": "Shinji Kajio, Kenji Tsuruta",
|
"author": "Shinji Kajio, Kenji Tsuruta",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "07",
|
"month": "07",
|
||||||
"day": "14",
|
"day": "14",
|
||||||
|
@ -326,8 +301,7 @@
|
||||||
"title": "Kagurabachi: Vol. 3",
|
"title": "Kagurabachi: Vol. 3",
|
||||||
"isbn": 9784088841168,
|
"isbn": 9784088841168,
|
||||||
"author": "Takeru Gokazono",
|
"author": "Takeru Gokazono",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "30",
|
"day": "30",
|
||||||
|
@ -339,8 +313,7 @@
|
||||||
"title": "Kagurabachi: Vol. 2",
|
"title": "Kagurabachi: Vol. 2",
|
||||||
"isbn": 9784088838809,
|
"isbn": 9784088838809,
|
||||||
"author": "Takeru Gokazono",
|
"author": "Takeru Gokazono",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "22",
|
"day": "22",
|
||||||
|
@ -352,8 +325,7 @@
|
||||||
"title": "Kagurabachi: Vol. 1",
|
"title": "Kagurabachi: Vol. 1",
|
||||||
"isbn": 9784088838199,
|
"isbn": 9784088838199,
|
||||||
"author": "Takeru Gokazono",
|
"author": "Takeru Gokazono",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "21",
|
"day": "21",
|
||||||
|
@ -365,8 +337,7 @@
|
||||||
"title": "One Piece: Vol. 108",
|
"title": "One Piece: Vol. 108",
|
||||||
"isbn": 9788822651518,
|
"isbn": 9788822651518,
|
||||||
"author": "Eiichiro Oda",
|
"author": "Eiichiro Oda",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "19",
|
"day": "19",
|
||||||
|
@ -378,8 +349,7 @@
|
||||||
"title": "One Piece: Vol. 107",
|
"title": "One Piece: Vol. 107",
|
||||||
"isbn": 9781974749799,
|
"isbn": 9781974749799,
|
||||||
"author": "Eiichiro Oda",
|
"author": "Eiichiro Oda",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "19",
|
"day": "19",
|
||||||
|
@ -391,8 +361,7 @@
|
||||||
"title": "One Piece: Vol. 3",
|
"title": "One Piece: Vol. 3",
|
||||||
"isbn": 9781591161844,
|
"isbn": 9781591161844,
|
||||||
"author": "Eiichiro Oda",
|
"author": "Eiichiro Oda",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "12",
|
"day": "12",
|
||||||
|
@ -404,8 +373,7 @@
|
||||||
"title": "Maskiner som tenker",
|
"title": "Maskiner som tenker",
|
||||||
"isbn": 9788248932505,
|
"isbn": 9788248932505,
|
||||||
"author": "Inga Strümke",
|
"author": "Inga Strümke",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "11",
|
"day": "11",
|
||||||
|
@ -417,8 +385,7 @@
|
||||||
"title": "Hi Score Girl 10",
|
"title": "Hi Score Girl 10",
|
||||||
"isbn": 9781646090259,
|
"isbn": 9781646090259,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "10",
|
"day": "10",
|
||||||
|
@ -430,8 +397,7 @@
|
||||||
"title": "Hi Score Girl 09",
|
"title": "Hi Score Girl 09",
|
||||||
"isbn": 9781646090242,
|
"isbn": 9781646090242,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "10",
|
"day": "10",
|
||||||
|
@ -443,8 +409,7 @@
|
||||||
"title": "Hi Score Girl 08",
|
"title": "Hi Score Girl 08",
|
||||||
"isbn": 9781646090235,
|
"isbn": 9781646090235,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "10",
|
"day": "10",
|
||||||
|
@ -456,8 +421,7 @@
|
||||||
"title": "Hi Score Girl 07",
|
"title": "Hi Score Girl 07",
|
||||||
"isbn": 9781646090228,
|
"isbn": 9781646090228,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "10",
|
"day": "10",
|
||||||
|
@ -469,8 +433,7 @@
|
||||||
"title": "YOU HAVE TOO MUCH SHIT",
|
"title": "YOU HAVE TOO MUCH SHIT",
|
||||||
"isbn": null,
|
"isbn": null,
|
||||||
"author": "Chris Thomas",
|
"author": "Chris Thomas",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "07",
|
"day": "07",
|
||||||
|
@ -482,8 +445,7 @@
|
||||||
"title": "Hi Score Girl 06",
|
"title": "Hi Score Girl 06",
|
||||||
"isbn": 9781646090211,
|
"isbn": 9781646090211,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "06",
|
"day": "06",
|
||||||
|
@ -495,8 +457,7 @@
|
||||||
"title": "Hi Score Girl 05",
|
"title": "Hi Score Girl 05",
|
||||||
"isbn": 9781646090204,
|
"isbn": 9781646090204,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "06",
|
"day": "06",
|
||||||
|
@ -508,8 +469,7 @@
|
||||||
"title": "Hi Score Girl 04",
|
"title": "Hi Score Girl 04",
|
||||||
"isbn": 9781646090198,
|
"isbn": 9781646090198,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "29",
|
"day": "29",
|
||||||
|
@ -521,8 +481,7 @@
|
||||||
"title": "Hi Score Girl 03",
|
"title": "Hi Score Girl 03",
|
||||||
"isbn": 9781646090181,
|
"isbn": 9781646090181,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "29",
|
"day": "29",
|
||||||
|
@ -534,8 +493,7 @@
|
||||||
"title": "Hi Score Girl 02",
|
"title": "Hi Score Girl 02",
|
||||||
"isbn": 9781646090174,
|
"isbn": 9781646090174,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "08",
|
"day": "08",
|
||||||
|
@ -547,8 +505,7 @@
|
||||||
"title": "Hi Score Girl 01",
|
"title": "Hi Score Girl 01",
|
||||||
"isbn": 9781646090167,
|
"isbn": 9781646090167,
|
||||||
"author": "Rensuke Oshikiri",
|
"author": "Rensuke Oshikiri",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "08",
|
"day": "08",
|
||||||
|
@ -560,8 +517,7 @@
|
||||||
"title": "Neon Genesis Evangelion: Vol. 1",
|
"title": "Neon Genesis Evangelion: Vol. 1",
|
||||||
"isbn": 9781421550794,
|
"isbn": 9781421550794,
|
||||||
"author": "Yoshiyuki Sadamoto",
|
"author": "Yoshiyuki Sadamoto",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "04",
|
"month": "04",
|
||||||
"day": "01",
|
"day": "01",
|
||||||
|
@ -573,8 +529,7 @@
|
||||||
"title": "Invisible Women: Exposing Data Bias in a World Designed for Men",
|
"title": "Invisible Women: Exposing Data Bias in a World Designed for Men",
|
||||||
"isbn": 9781784706289,
|
"isbn": 9781784706289,
|
||||||
"author": "Caroline Criado Perez",
|
"author": "Caroline Criado Perez",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "18",
|
"day": "18",
|
||||||
|
@ -586,8 +541,7 @@
|
||||||
"title": "One Piece: Vol. 2",
|
"title": "One Piece: Vol. 2",
|
||||||
"isbn": 9780575078697,
|
"isbn": 9780575078697,
|
||||||
"author": "Eiichiro Oda",
|
"author": "Eiichiro Oda",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "08",
|
"day": "08",
|
||||||
|
@ -599,8 +553,7 @@
|
||||||
"title": "One Piece: Vol. 1",
|
"title": "One Piece: Vol. 1",
|
||||||
"isbn": 9781569319017,
|
"isbn": 9781569319017,
|
||||||
"author": "Eiichiro Oda",
|
"author": "Eiichiro Oda",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
"day": "06",
|
"day": "06",
|
||||||
|
@ -612,8 +565,7 @@
|
||||||
"title": "Permanent Record",
|
"title": "Permanent Record",
|
||||||
"isbn": 9781529035667,
|
"isbn": 9781529035667,
|
||||||
"author": "Edward Snowden",
|
"author": "Edward Snowden",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "02",
|
"month": "02",
|
||||||
"day": "19",
|
"day": "19",
|
||||||
|
@ -625,8 +577,7 @@
|
||||||
"title": "The Summit of the Gods: Vol. 2",
|
"title": "The Summit of the Gods: Vol. 2",
|
||||||
"isbn": 9788492444328,
|
"isbn": 9788492444328,
|
||||||
"author": "Jiro Taniguchi, Yumemakura Baku",
|
"author": "Jiro Taniguchi, Yumemakura Baku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "01",
|
"month": "01",
|
||||||
"day": "23",
|
"day": "23",
|
||||||
|
@ -638,8 +589,7 @@
|
||||||
"title": "Multiverses: An anthology of alternate realities",
|
"title": "Multiverses: An anthology of alternate realities",
|
||||||
"isbn": 9781803362328,
|
"isbn": 9781803362328,
|
||||||
"author": "Preston Grassmann, Alix Harrow, Ken Liu, Alastair Reynolds, Clive Barker",
|
"author": "Preston Grassmann, Alix Harrow, Ken Liu, Alastair Reynolds, Clive Barker",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "01",
|
"month": "01",
|
||||||
"day": "22",
|
"day": "22",
|
||||||
|
@ -651,8 +601,7 @@
|
||||||
"title": "Lacero",
|
"title": "Lacero",
|
||||||
"isbn": null,
|
"isbn": null,
|
||||||
"author": "Andy Weir",
|
"author": "Andy Weir",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "01",
|
"month": "01",
|
||||||
"day": "08",
|
"day": "08",
|
||||||
|
@ -664,8 +613,7 @@
|
||||||
"title": "The Summit of the Gods: Vol. 1",
|
"title": "The Summit of the Gods: Vol. 1",
|
||||||
"isbn": 9788496427877,
|
"isbn": 9788496427877,
|
||||||
"author": "Jiro Taniguchi, Yumemakura Baku",
|
"author": "Jiro Taniguchi, Yumemakura Baku",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "12",
|
"month": "12",
|
||||||
"day": "29",
|
"day": "29",
|
||||||
|
@ -677,8 +625,7 @@
|
||||||
"title": "A Promised Land",
|
"title": "A Promised Land",
|
||||||
"isbn": 9788202662721,
|
"isbn": 9788202662721,
|
||||||
"author": "Barack Obama",
|
"author": "Barack Obama",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "12",
|
"month": "12",
|
||||||
"day": "28",
|
"day": "28",
|
||||||
|
@ -690,8 +637,7 @@
|
||||||
"title": "Mob Psycho 100: Vol. 9",
|
"title": "Mob Psycho 100: Vol. 9",
|
||||||
"isbn": 9781506727615,
|
"isbn": 9781506727615,
|
||||||
"author": "ONE",
|
"author": "ONE",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "12",
|
"month": "12",
|
||||||
"day": "12",
|
"day": "12",
|
||||||
|
@ -703,8 +649,7 @@
|
||||||
"title": "Mob Psycho 100: Vol. 8",
|
"title": "Mob Psycho 100: Vol. 8",
|
||||||
"isbn": 9781506727608,
|
"isbn": 9781506727608,
|
||||||
"author": "ONE",
|
"author": "ONE",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "11",
|
"month": "11",
|
||||||
"day": "30",
|
"day": "30",
|
||||||
|
@ -716,8 +661,7 @@
|
||||||
"title": "The Art of War",
|
"title": "The Art of War",
|
||||||
"isbn": 9780140455526,
|
"isbn": 9780140455526,
|
||||||
"author": "Sun-tzu",
|
"author": "Sun-tzu",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "07",
|
"month": "07",
|
||||||
"day": "12",
|
"day": "12",
|
||||||
|
@ -729,8 +673,7 @@
|
||||||
"title": "Mob Psycho 100: Vol. 7",
|
"title": "Mob Psycho 100: Vol. 7",
|
||||||
"isbn": 9781506727592,
|
"isbn": 9781506727592,
|
||||||
"author": "ONE",
|
"author": "ONE",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "16",
|
"day": "16",
|
||||||
|
@ -742,8 +685,7 @@
|
||||||
"title": "Will Artificial Intelligence Outsmart Us?",
|
"title": "Will Artificial Intelligence Outsmart Us?",
|
||||||
"isbn": 9781529392401,
|
"isbn": 9781529392401,
|
||||||
"author": "Stephen Hawking",
|
"author": "Stephen Hawking",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "13",
|
"day": "13",
|
||||||
|
@ -755,8 +697,7 @@
|
||||||
"title": "Magnus",
|
"title": "Magnus",
|
||||||
"isbn": 9788269259346,
|
"isbn": 9788269259346,
|
||||||
"author": "Magnus Midtbø, Thor Gotaas",
|
"author": "Magnus Midtbø, Thor Gotaas",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "06",
|
"month": "06",
|
||||||
"day": "01",
|
"day": "01",
|
||||||
|
@ -768,8 +709,7 @@
|
||||||
"title": "Hjertet i to: Seks måneder med Karpe",
|
"title": "Hjertet i to: Seks måneder med Karpe",
|
||||||
"isbn": 9788234713538,
|
"isbn": 9788234713538,
|
||||||
"author": "Yohan Shanmugaratnam",
|
"author": "Yohan Shanmugaratnam",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "28",
|
"day": "28",
|
||||||
|
@ -781,8 +721,7 @@
|
||||||
"title": "JoJo's Bizarre Adventure: Phantom Blood Vol. 1",
|
"title": "JoJo's Bizarre Adventure: Phantom Blood Vol. 1",
|
||||||
"isbn": 9781421578798,
|
"isbn": 9781421578798,
|
||||||
"author": "Araki, Hirohiko",
|
"author": "Araki, Hirohiko",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "22",
|
"day": "22",
|
||||||
|
@ -794,8 +733,7 @@
|
||||||
"title": "Steve Jobs",
|
"title": "Steve Jobs",
|
||||||
"isbn": 9788202410445,
|
"isbn": 9788202410445,
|
||||||
"author": "Walter Isaacson",
|
"author": "Walter Isaacson",
|
||||||
"date":
|
"date": {
|
||||||
{
|
|
||||||
"year": "2023",
|
"year": "2023",
|
||||||
"month": "05",
|
"month": "05",
|
||||||
"day": "15",
|
"day": "15",
|
||||||
|
@ -808,7 +746,7 @@
|
||||||
{
|
{
|
||||||
"name": "Want to read",
|
"name": "Want to read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books": [
|
||||||
{
|
{
|
||||||
"title": "Fraudcoin - 1000 år med inflasjon som politikk",
|
"title": "Fraudcoin - 1000 år med inflasjon som politikk",
|
||||||
"author": "Rune Østgård"
|
"author": "Rune Østgård"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"visitors": [
|
"visitors": [
|
||||||
{
|
{
|
||||||
"name":"Sid",
|
"name": "Sid",
|
||||||
"social":"kjelsrud.dev",
|
"social": "kjelsrud.dev",
|
||||||
"sociallink":"https://kjelsrud.dev",
|
"sociallink": "https://kjelsrud.dev",
|
||||||
"image":"/img/guestbook/sid_pizza.webp",
|
"image": "/img/guestbook/sid_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Albert",
|
"name": "Albert",
|
||||||
"social":"bayazidi.xyz",
|
"social": "bayazidi.xyz",
|
||||||
"sociallink":"https://bayazidi.xyz",
|
"sociallink": "https://bayazidi.xyz",
|
||||||
"image":"/img/guestbook/albert_pizza.webp",
|
"image": "/img/guestbook/albert_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "03",
|
"month": "03",
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Azlen",
|
"name": "Azlen",
|
||||||
"social":"azlen.me",
|
"social": "azlen.me",
|
||||||
"sociallink":"https://azlen.me/",
|
"sociallink": "https://azlen.me/",
|
||||||
"image":"/img/guestbook/azlen_pizza.webp",
|
"image": "/img/guestbook/azlen_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
|
@ -37,10 +37,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Luca",
|
"name": "Luca",
|
||||||
"social":"les.cx",
|
"social": "les.cx",
|
||||||
"sociallink":"https://les.cx/",
|
"sociallink": "https://les.cx/",
|
||||||
"image":"/img/guestbook/luca_pizza.webp",
|
"image": "/img/guestbook/luca_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Kristoffer",
|
"name": "Kristoffer",
|
||||||
"social":"@kristoffer-jorgensborg",
|
"social": "@kristoffer-jorgensborg",
|
||||||
"sociallink":"https://www.linkedin.com/in/kristoffer-jorgensborg/",
|
"sociallink": "https://www.linkedin.com/in/kristoffer-jorgensborg/",
|
||||||
"image":"/img/guestbook/kristoffer_pizza.webp",
|
"image": "/img/guestbook/kristoffer_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "08",
|
"month": "08",
|
||||||
|
@ -61,10 +61,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Kai Waløen",
|
"name": "Kai Waløen",
|
||||||
"social":"kwal.no",
|
"social": "kwal.no",
|
||||||
"sociallink":"https://www.kwal.no",
|
"sociallink": "https://www.kwal.no",
|
||||||
"image":"/img/guestbook/kai_pizza.webp",
|
"image": "/img/guestbook/kai_pizza.webp",
|
||||||
"date": {
|
"date": {
|
||||||
"year": "2024",
|
"year": "2024",
|
||||||
"month": "09",
|
"month": "09",
|
||||||
|
|
|
@ -105,10 +105,8 @@
|
||||||
"startDate": "2024",
|
"startDate": "2024",
|
||||||
"endDate": "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.",
|
"summary": "CloudNative Day Bergen is an annual, community-driven tech conference held in Bergen, Norway, focusing on cloud-native technologies and Kubernetes.",
|
||||||
"highlights": [
|
"highlights": []
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"skills": [
|
"skills": [
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue