Taylor Hanayik, PhD

@hanayik.dev

https://hanayik.dev Curious engineer that builds medical imaging software. I read constantly and love learning. Co-creator of Niivue https://github.com/niivue/niivue

Today I didn’t use react and it was a good day. I do use it in most projects almost out of habit, and I don’t like that. There are often much simpler solutions for things that don’t need to scale.

I think local compute is massively underrated. Why do some people immediately conclude that everything needs cuda? WebGPU and metal backends are great for on-device, local workloads.

PSA: cron interprets times in UTC. So if you’re on BST at 11:30 and set a job for 11:31 to test it, cron reads that as 10:30 (already past). Your job won’t run for another 23 hours and you’ll spend the morning convinced something’s broken.

As engineers, we can build anything with coding agents if we put enough effort in. I don’t think we should chase every idea. What we choose to work on matters a lot.

I was using Claude desktop to test two mask interpolation algorithms visually, and asked it to generate a “complex shape”. This is what it chose as its complex shape 🤣 . When I asked what this shape was, it claimed these were “branching arteries”.

Bild

🚀 New Niivue feature: Options Watching Niivue now lets developers monitor option changes in real-time - whether from user interactions, programmatic updates, or keyboard commands. This makes it easy to build responsive apps that react to any configuration changes. niivue.com/docs/options

Options Watching | NiiVue

NiiVue provides a powerful options watching system that allows you to monitor changes to any configuration option in real-time. This is particularly useful for creating responsive UIs, synchronizing m...

niivue.com