The product function in the age of AI
If LLMs made engineering faster at execution, that makes it matter more, not less, that product sets the right direction.
I am a software engineer based in Berlin. I work for Pulumi, where we build developer tools for companies shipping to the cloud. I work across the stack, from frontends to backends, systems engineering, and infrastructure tooling.
If LLMs made engineering faster at execution, that makes it matter more, not less, that product sets the right direction.
I try to review code quickly and in a standard manner: my goal is to enable colleagues and improve velocity.
Setting up NixOS on a TUXEDO InfinityBook Pro 14 Gen9 AMD laptop, including driver configuration, power management, and troubleshooting common issues.
TypeScript 4.9 introduces the satisfies operator. It can be used together with the Record type to solve a problem I posted about some years ago.
While reading Michael Kerrisk's The Linux Programming Interface, I take a look at some strace output for a simple "hello world" program in order to fully understand it.
Entry #2 of the usairb development log (USB/IP and embedded Linux)
Entry #1 of the usairb development log (USB/IP and embedded Linux)
I gave Remix a quick spin following their main tutorial and gathered some notes, focusing on the TypeScript
Setting up Neovim to work like an IDE has become a maintenance burden. LunarVim looks like a promising solution that abstracts this away from me, so let's give it a try!
Running a recurring task with ESP8266_RTOS_SDK/FreeRTOS and calculating the stack size needed by a C function