RSS Amplifier

Blog

natkr's ramblings

natkr.comSource feed ↗10 posts

Live Last read · last published · next check

Written by

Latest posts

The years-overdue announcement post for FlickBoard

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

I can haz smoller NixOS ISOs?

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

Wrangling Kubernetes contexts

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

My first CVE

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's Software

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

Leaver Experience

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!

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

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

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 !

Async from scratch 2: Wake me maybe

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.