Compare commits

...

7 commits

Author SHA1 Message Date
47a8e6e9f2
feat: Add new page - /carry
Some checks are pending
Deploy website / build-and-deploy (push) Waiting to run
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 20:31:54 +01:00
05fbf33f83
bookshelf: Update shelf
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 20:09:14 +01:00
f5990904e6
watchlist: Add "The Office S01/S02", "Mr. Robot S04", "Captain America: Brave New World", and update currently watching
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 20:01:05 +01:00
81677d6cfc
uses: Fix forgotten year-update
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 20:00:12 +01:00
6a8fd34c94
bookshelf: Update currently reading
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 19:59:44 +01:00
9a1d538b25
bookshelf: Add "Kagurabachi: Vol. 5"
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 19:55:15 +01:00
e672157538
refactor: Remove twtxt as I don't use it at all
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-03-09 19:54:03 +01:00
7 changed files with 117 additions and 14 deletions

BIN
public/img/carry.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 KiB

View file

@ -1,6 +0,0 @@
2026-01-12T19:53+02:00 I loved the "good luck"-charm from Megalobox, it was a small flower under a band aid. Wanted to remember this so twtxt it is!
2024-11-13T18:00+02:00 [re: 7262162402371063808@boskonf@linkedin] Another successful year for the Bergen Open Source conference, already excited for the next one! :star_eyes:
2024-10-20T01:12+02:00 Just read through [monocyte's blogpost](https://monocyte.bearblog.dev/im-ditching-spotify/) about ditching spotify, and it really resonated with me. I might do this as well and switch to a physical MP3 player (the AGPTEK A02). I could use everynoise.com to discover music aswell!
2024-10-03T17:47+02:00 [re: 7247651629397667840@kode24@linkedin] Great to write about friByte and Bergen Open Source :heart_hands: Looking forward to the conference on November 7th :star:eyes:
2024-08-21T07:21+02:00 [re: 7231700349630218241@boskonf@linkedin] Already looking forward to the Bergen Open Source conference on November 7th! :party_popper: Last year was a success, and I hope we'll manage to top it this year. Hold of the date! :calendar:
2024-07-16T21:20+02:00 Hello world!

View file

@ -8,7 +8,12 @@
"url": "https://kjelsrud.dev/logs/bookshelf/",
"books": [
{
"title": "Interpretation of the Meanings of The Noble Qur'ân (paused)",
"title": "Cypherpunks: Freedom and the Future of the Internet",
"isbn": 9781939293015,
"author": "Julian Assange, Jacob Appelbaum, Andy Müller-Maguhn, Jérémie Zimmermann"
},
{
"title": "Interpretation of the Meanings of The Noble Qur'ân",
"isbn": null,
"author": "Muhammad Taqi-ud-Din al-Hilali, Muhammad Muhsin Khan"
}
@ -18,6 +23,16 @@
"name": "On the shelf",
"url": "https://kjelsrud.dev/logs/bookshelf/",
"books": [
{
"title": "Going Offline",
"isbn": 9781952616235,
"author": "Jeremy Keith"
},
{
"title": "Resilient Web Design",
"isbn": null,
"author": "Jeremy Keith"
},
{
"title": "The Intelligent Investor (NO)",
"isbn": 9788271463823,
@ -42,6 +57,18 @@
"name": "Read",
"url": "https://kjelsrud.dev/logs/bookshelf/",
"books": [
{
"title": "Kagurabachi: Vol. 5",
"isbn": 9784088843483,
"author": "Takeru Gokazono",
"date": {
"year": "2026",
"month": "03",
"day": "05",
"string": "2026-03-05"
},
"rating": 3
},
{
"title": "Reactive Quadrotor Guidance System Using Deep Reinforcement Learning, Autoencoders and Nonlinear Control",
"isbn": null,
@ -1200,9 +1227,6 @@
"title": "Siddhartha",
"author": "Hermann Hesse"
},
{
"title": "Cypherpunks: Freedom and the Future of the Internet"
},
{
"title": "Bienes historie",
"author": "Maja Lunde"

View file

@ -12,7 +12,7 @@
"type": "anime"
},
{
"title": "Mr. Robot S04",
"title": "Scorpion S01",
"type": "series"
}
]
@ -21,6 +21,39 @@
"name": "Watched",
"url": "https://kjelsrud.dev/logs/watchlist/",
"tv": [
{
"title": "Captain America: Brave New World",
"type": "movie",
"date": {
"year": "2026",
"month": "03",
"day": "06",
"string": "2026-03-06"
},
"rating": 3
},
{
"title": "Mr. Robot S04",
"type": "series",
"date": {
"year": "2026",
"month": "03",
"day": "15",
"string": "2026-03-03"
},
"rating": 5
},
{
"title": "The Office S02",
"type": "series",
"date": {
"year": "2026",
"month": "03",
"day": "02",
"string": "2026-03-02"
},
"rating": 3
},
{
"title": "Mr. Robot S03",
"type": "series",
@ -65,6 +98,18 @@
},
"rating": 4
},
{
"title": "The Office S01",
"type": "series",
"date": {
"year": "2026",
"month": "03",
"day": "02",
"string": "2026-03-02"
},
"rating": 3
},
{
"title": "GACHIAKUTA",
"type": "anime",

40
src/pages/carry.md Normal file
View file

@ -0,0 +1,40 @@
---
title: "edc - my every day carry"
description: ""
layout: "../layouts/Layout.astro"
---
> **_Last update: March 09, 2026_**
During November last year I saw a trend on [Bear Blog](https://bearblog.dev) of people posting their "_What's in my inventory_"-posts, after [absurdpirate's writing prompt](https://blog.absurdpirate.com/bear-blog-carnival-november-whats-in-my-inventory/) for the Bear Blog Carnival. Wikipedia explains _Everyday carry_ like this:
> _Everyday carry (EDC) or every-day carry is a collection of useful items that are consistently carried on person every day._[^1]
This reminded me of the `/edc`- or `/carry`-pages people around [the small web](/blog/the-internet-is-fun-again) are showing of, and I wanted to do the same!
## My Inventory
![Picture of most of the items in my inventory](/img/carry.webp)
## The Items
- **iPhone 13:** My current mobile phone - I just put my case there as I took the photo with the phone, keeping my Gengar-Pokémon card close by!
- **iPod 6th Gen:** This is a (currently) unmodded 6th Gen iPod, with stock parts. Also has some Apple EarPods attached to it.
- **Keys:** Apartment keys w/ my Spiderman lego figurine. Also a flash drive with Arch Linux on it lol - maybe I'll change it out with NixOS soon ([as that's my current OS](/uses)).
- **Wallet:** My dads old wallet. Contains a bank cards, IDs, bandaids, allergy pills, paracet, a picture of my SO, and a stencil of a tattoo I wanted some years ago - but never got.
- **Headphones:** A pair of Sony WH-1000XM4. Best headphones ever.
- **Kobo Clara BW:** My newest addition! I love it and use it almost every day when I don't read a physical book.
- **Nintendo DS:** A green DS that I use to pass the time. The case also has a tech-deck in it.
- **Olympus AZ-200 Superzoom:** This is my new camera - can't express how much I love shooting film on it!
- **Ballpoint pen:** With 4 colors!!
- **Moleskine Plain Cahier:** A pocket notebook for quickly jotting down notes, todos, etc.
- **Antibac, kleenex & gum:** Can never be to safe for the germs out there, nosebleeds happen, & gum is essential!
- **Casio watch + black ring:** Some accessories I typically wear.
- **Flightbag:** A brown LACOSTE flight bag I found in a thrift shop - super nice for small walks when I only need a couple of things (+ a Kirby dangling on it, which a friend won in South Korea at a machine lol).
- **Shoulder bag;** I use my shoulder bag for typical work days to have my stuff in; work laptop, food, waterbottle, etc. Also inherited from my dad, love the National Geographic theme.
So if I died in a videogame, that's basically all the loot you would get!
---
[^1]: [Wikipedia's](https://en.wikipedia.org/wiki/Everyday_carry) description of what _Everyday Carry_ is

View file

@ -10,6 +10,8 @@ These are the rest of the [slash pages](https://slashpages.net/) on my website.
[🔖 bookmarks](/bookmarks) · collection of my favorite links to content around the web
[💼 carry](/carry) · what's in my inventory?
[🌐 contact](/contact) · ways to reach me across the cyberspace
[📜 cv](/cv) · my resume
@ -30,8 +32,6 @@ These are the rest of the [slash pages](https://slashpages.net/) on my website.
[📋 todo](/todo) · todo list for website
[🐦 twtxt.txt](/twtxt.txt) · microblogging for microthoughts
[✨ uses](/uses) · what i use on a daily basis
[🎁 wish](/wish) · my public wishlist

View file

@ -4,7 +4,7 @@ description: ""
layout: "../layouts/Layout.astro"
---
> *Last update: January 19, 2025*
> *Last update: January 19, 2026*
## What do I use?