My personal website, in gleam+lustre!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

What I use: 2026 edition


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+96 -24
+27 -24
src/homepage.gleam
··· 21 21 pub fn posts() { 22 22 [ 23 23 Post( 24 - id: 4, 25 - category: "Personal", 26 - title: "What I use: 2026 edition", 27 - summary: "And what changed recently, as I've never done these before.", 28 - published: Date(2026, April, 27) 29 - |> stuff.date_stamp(hours: 15, minutes: 30), 30 - revised: None, 31 - body: File(Djot, "./written-contents/blog/what-i-use-26.dj"), 32 - tags: [ 33 - "coding", 34 - "software engineering", 35 - "technology", 36 - "personal blog", 37 - "tech", 38 - "music", 39 - "personal favourites", 40 - "pokemon naming", 41 - ".blog-personal", 42 - "linux", 43 - ], 44 - aliases: [], 45 - comments: CommentsDisable, 46 - ), 47 - Post( 48 24 id: 5, 49 25 category: "Devlog", 50 26 title: "Chilp", ··· 68 44 ], 69 45 aliases: ["chilp-2-announcement", "chilpv2"], 70 46 comments: CommentsDisable, 47 + ), 48 + Post( 49 + id: 4, 50 + category: "Personal", 51 + title: "What I use: 2026 edition", 52 + summary: "And what changed recently, as I've never done these before.", 53 + published: Date(2026, April, 23) 54 + |> stuff.date_stamp(hours: 12, minutes: 58), 55 + revised: None, 56 + body: File(Djot, "./written-contents/blog/what-i-use-26.dj"), 57 + tags: [ 58 + "coding", 59 + "software engineering", 60 + "technology", 61 + "personal blog", 62 + "tech", 63 + "music", 64 + "personal favourites", 65 + "pokemon naming", 66 + ".blog-personal", 67 + "linux", 68 + ], 69 + aliases: [], 70 + comments: Both( 71 + post_id_mastodon: "116453666510859359", 72 + post_id_bsky: "3mk5u4xwqus2i", 73 + ), 71 74 ), 72 75 Post( 73 76 3,
+69
written-contents/blog/what-i-use-26.dj
··· 1 1 I felt like it was time for me to do this too sometime! 2 + 3 + 4 + ## Software 5 + 6 + ### OS 7 + 8 + I've before used either Arch or Fedora, but in 2026 I got Nixified! I'm now running Nix unstable on all 9 + devices I use regularly. If you've ever looked at my older dotfiles, you'll know it's always been a hassle for me 10 + to keep packages and libraries in sync across devices. That has been solved now! 11 + 12 + ### Editor 13 + 14 + You'll mostly see me using Neovim, sometimes for specific codebases I'll pivot out to a Jetbrains editor and for school projects I sometimes use VSCodium, as professors can't navigate in my Neovim for some reason. 15 + 16 + ### Window manager 17 + 18 + I like switching this based on my mood, but my most used ones are currently Gnome, COSMIC and Niri. 19 + I main Niri, which also has the best polished config. 20 + 21 + 22 + ## Hardware 23 + 24 + ### Servers 25 + 26 + I've stopped my multiple Hetzner servers I used to have at Hetzner and solidified things onto my Raspberry pi 5. 27 + 28 + #### `marpi5-1` 29 + 30 + 16GB of ram and the great specs a Raspberry Pi 5B has proved more than enough for my needs. In fact, the fact 31 + that it's only for me, instead of shared like the Hetzner VPS feels like such a breeze! Yeah, for now definitely 32 + happy with this. 33 + 34 + ### Workstations 35 + 36 + 37 + #### laptop: `Ponyta` 38 + 39 + | Model | CPU | GPU | RAM | Space | Build year | 40 + | ---------------- | ----------------- | ---------------------------------------- | ----- | ---------------- | -----------| 41 + | ASUS Vivobook 16 | Intel i5 13th gen | NVIDIA GeForce RTX 2050 - 2GB (discrete) | 16GB | 2TB, 1.5TiB free | 2023 | 42 + 43 + Ponyta is my day-to-day device lately. It's an ASUS Vivobook 16 and though it's casing on the bottom side 44 + (plastic) is tearing down a bit over time, it's serving me well and with a bit of tape and felt stickering it's been sturdy enough to take to school as well. 45 + 46 + This laptop was bought as the NVIDIA GeForce RTX 2050 + 16GB RAM + 250GB SSD, but I shortly after bought the original 2TB variant's SSD (I had to call people for this 😅). So Asus recognises this laptop as original hardware, which it is... but slightly tweaked :3 47 + 48 + #### convertible: `Fennekin` 49 + 50 + | Model | CPU | GPU | RAM | Space | Build year | 51 + | ---------------- | ----------------- | ---------------------------------- | ----- | ----------------- | -----------| 52 + | HP Pavilion x14 | Intel i5 11th gen | Intel Iris (integrated) | 8GB | 130GB, 40GiB free | 2019 | 53 + 54 + 55 + My Pavilion was the first laptop I ever bought with more than 8GB RAM and will forever be in my heart. Back when I bought it, it set a new bar, it deprecated most of my x86-32bit devices and gave me new levels of smoothness. It nowadays still manages to keep up! 56 + 57 + I mainly use this laptop for conventions, as it's battery life outlasts most devices and it's casing is pretty shock resistant, as well as that with my HP Pen I can take notes very easily with it. 58 + This laptop usually lives somewhere in my bed, as I also write my late night blog posts on it or video call people awake from it 😄 59 + 60 + #### desktop: `Samurott` 61 + 62 + | Model | CPU | GPU | RAM | Space | Build year | 63 + | ------------------ | ----------------- | ----------------------------------------- | ----- | ----------------- | -----------| 64 + | Custom (MSI board) | AMD Ryzen 9 5950X | NVIDIA GeForce RTX 4060 - 8 GB (discrete) | 64GB | 4 TB / ?? free | 2025 | 65 + 66 + This one is... clearly specced out quite a bit, this is the result of inheritance, a bit of savings and an extra income at the time... 67 + 68 + I dual boot this one with Windows to play games, or do heavy development tasks on NixOS. I try to use it a little less because I worry about it's power consumption now that I'm no longer that well-established 😭 69 + 70 + But it's there, and it's nice. Really sturdy and suitable for most anything!