Herman J. Radtke III

@hermanradtke.com

CTO of Trove #rustlang #typescript #jj-vcs

pg-connection-string 2.8.1 is out. Major features are better #typescript compatibility and a flag for libpq compatibility. The libpq compatibility should make it easier to connect to managed postgres services that require TLS connections. github.com/brianc/node-...

node-postgres/packages/pg-connection-string at pg-connection-string@2.8.1 · brianc/node-postgres

PostgreSQL client for node.js. Contribute to brianc/node-postgres development by creating an account on GitHub.

github.com

What is up with people prefixing #typescript interfaces with a capital "I". Example: `interface IContext { ... }`. They are not prefixing classes with a capital "C" nor are they prefixing types with a capital "T". Why is interface getting this special treatment?

At home: I could rewrite my app from work-stealing to thread-per-core to make better use of cpu affinity to squeeze out that last bit of performance. At work: My container exists in a k8s kublet using "CPU-manager-policy: none" which lives on a multi-tenant cloud VM.

hyper in curl needs a champion. A backing vendor or distro that wants it.❤️ Why? Report after report: Memory un-safety. Is. BAD. A #rustlang HTTP backend in #curl has potential to make the internet safer. 🦀 But it needs a champion to back it, or it will go away. 🚀 seanmonstar.com/blog/hyper-i...

hyper in curl Needs a Champion

tl;dr - hyper in curl is nearly complete, but it needs a champion. Without a partner actively engaged that wants to enable and ship, it’s now on the path for...

seanmonstar.com

@mitsuhiko.at I saw a post where you wrote > For instance if you call `console.log` in a promise you will leak an async local forever. I would be interested in learning how exactly that happens. Do you have a simple example and/or something I could read to learn more?