Rune Hansén Steinnes
The comfy chair

The comfy chair

Follow
Follow
homebadges

It all started with @click

Oct 17, 20233 min read

and, well. It went on from there. I'm going to post some code now. from collections.abc import Generator from contextlib import contextmanager,...

It all started with @click

contextlib.suppress .. how..?

Oct 5, 20231 min read

have I missed this? New in version Python 3.4.. Today I needed to retrieve a long-winded chat history from our corporate Teams .. thingie. Naturally,...

contextlib.suppress .. how..?

podman is not docker

Sep 28, 20233 min read

podman is not docker .. yeah. That's an understatement. This example is a one-shot container. It's not a pod (that might be an upcoming post). I'm...

podman is not docker

fprintd for Lenovo thinkpad

Sep 12, 20231 min read

So, new (old) laptop. I recently got my hands on a Lenovo Thinkpad X1 carbon extreme gen4. A nice if somewhat noisy 16" laptop with abysmal battery...

fprintd for Lenovo thinkpad

Helix editor with multiple lsp's for one language

Mar 9, 20233 min read

The helix editor is in its early days. It's quite insanely cool as it stands, and even cooler if you choose which branch to run yourself. Warning!...

Helix editor with multiple lsp's for one language

A Docker for your python scripts

Feb 14, 20232 min read

Yes, I know. I did say - somewhere on this blog - that I was podman all the way, baby. I lied. Anyways. I needed to deploy a script onto an older...

A Docker for your python scripts