# natkr&#x27;s ramblings

Posts from natkr&#x27;s ramblings, via the RSS Amplifier directory.

Page: <https://rssamplifier.com/natkr-com-2>  
Feed: <https://rssamplifier.com/natkr-com-2.md>

---

## [The years-overdue announcement post for FlickBoard](https://natkr.com/2026-08-02-flickboard/)

_2026-08-02 · nat@nullable.se (Natalie Klestrup Röijezon)_

(Or: How I fell into the (mobile) keyboard rabbit hole.)

## [I can haz smoller NixOS ISOs?](https://natkr.com/2026-06-19-nixos-but-smol/)

_2026-06-19 · nat@nullable.se (Natalie Klestrup Röijezon)_

In which I painstakingly remove functionality from a Linux live image. Like a normal person.

## [Wrangling Kubernetes contexts](https://natkr.com/2025-11-14-kubernetes-contexts/)

_2025-11-13 · nat@nullable.se (Natalie Klestrup Röijezon)_

If you use Kubernetes on a regular basis, you've probably came across the dreaded context .

## [My first CVE](https://natkr.com/2025-09-13-my-first-cve/)

_2025-09-13 · nat@nullable.se (Natalie Klestrup Röijezon)_

Back when I was a kid, there was a lot of talk about website defacement. Y'know, when someone would break into some high-profile site and replace it with some message about how "xXwhateverXx Waz Hear".

## [Modifying Other People&#x27;s Software](https://natkr.com/2025-08-14-modifying-other-peoples-software/)

_2025-08-14 · nat@nullable.se (Natalie Klestrup Röijezon)_

Every once in a while, we all feel the need to modify something that someone else built.

## [Leaver Experience](https://natkr.com/2025-07-30-leaver-experience/)

_2025-07-30 · nat@nullable.se (Natalie Klestrup Röijezon)_

There's a lot of talk about UX (User Experience), and DX (Developer Experience). But those are usually focused around, well, active users. How does the experience for leaving look?

## [Comments!](https://natkr.com/2025-07-29-comments/)

_2025-07-29 · nat@nullable.se (Natalie Klestrup Röijezon)_

I always liked the concept of blog comments. I largely write for myself, but it feels strange to just see the void stare back at me.

## [jj-be-gone](https://natkr.com/2025-06-04-jj-be-gone/)

_2025-06-04 · nat@nullable.se (Natalie Klestrup Röijezon)_

At some point get around to writing a longer post about why I don't really like jj/jujutsu . But at least it turns out it's at least pretty easy to block it from my repositories.

## [Async from scratch 3: Pinned against the wall](https://natkr.com/2025-05-22-async-from-scratch-3/)

_2025-05-22 · nat@nullable.se (Natalie Klestrup Röijezon)_

So, we've covered polling . We've tackled sleeping (and waking ). Going back to the definition , that leaves us with one core concept left to conquer: pinning !

## [Stay updated on your professional world (Sponsored)](https://crawlproof.com/a/BJ9TXiPdZXT8)

_2025-05-21 · **Sponsored**_

Keep in touch with people you know, build your career.

## [Async from scratch 2: Wake me maybe](https://natkr.com/2025-04-15-async-from-scratch-2/)

_2025-04-15 · nat@nullable.se (Natalie Klestrup Röijezon)_

So. You've read my last post . You got inspired. Excited, even. Deployed SimpleFuture to production. Spun up a few worker threads to share the load. Called it a friday. This is Rust after all, what could go wrong? ...aaand then someone took a look at the CPU usage.

