torben haack [t128n]

@t128n.dev

TPO and SE working in the automotive industry. Developing and managing data and software systems. Part-time studying Business Informatics at BHT Berlin.

Node-RED is such an awesome tool, but what I'm really missing in it is cross-node JSDoc support. Like defining once what the shape of msg would look like and being able to reuse that across n different functional nodes without any hacky workarounds would be such a big QoL improvement.

GLM-5 in opencode is some kind of witchcraft. I debugged a problem for hours and tried dozens of approaches, and GLM-5 was the one to finally solve it. This happened not once but twice. All the other models kept hitting one brick wall after another.

Never ever going back from @kagi.com. Currently researching about «mutual exclusion semaphore». Google's first results? An AI summary, Wikipedia, commercial websites… Kagi's first result? A PDF slide-deck on this topic from an Austrian university. 🤯 The value is unmatched

Currently prototyping hop, a local search router for !bang-style queries. Unlike ddg.gg or unduck.link, it installs a service worker that intercepts navigation requests before any HTML or JS runtime loads which allows for even leaner search query routing.

Comparison of redirect mechanisms in ddg.gg, unduck.link, and hop.
ddg.gg performs a full page reload before redirecting, unduck.link loads HTML and runs JavaScript to redirect, while hop uses a service worker to intercept the request before page load, providing the fastest, network-level redirect.