HN user

goddtriffin

23 karma

https://www.toddgriffin.me/

Posts1
Comments18
View on HN

I used to use Actix for a web project, but the Websocket story was severely lacking. Actix is non-work-stealing multi-threaded (to achieve "performance", I presume) and thus it has to use a non-async Actor model for inter-Websocket interactions. This meant that I could not use an async DB pool or an async HTTP requests library within my Websocket code.

Alternatively, Axum is built by the same people that made tokio, is work-stealing multi-threaded, and the Websocket code is async be default. It is just overall a better library.

I've happy about the recent stabilization of WebGPU in Chrome, and excited for the rest of the browsers to follow suit.

I wanted to start experimenting with it, and attempted to do so with Deno (which is what I've been developing in the past few projects), and I'm sad to find out that they recently removed WebGPU from its interface due to slower start up times and larger binary sizes [0][1] :/ I hope they re-enable it soon so that I don't have to mess around with tsc and webpack again...

[0] https://stackoverflow.com/questions/76561043/deno-bundle-pro... [1] https://github.com/denoland/deno/pull/18094

"But the spores may not be all bad though. Cortesao's research is looking for ways the space-growing fungi may help us long-term, investigating their capacity to grow in less than ideal conditions. The study's aim is to harness the hardy microbes as biological factories to create materials astronauts may use on longer missions, such as antibiotics and vitamins."

I wouldn't mind tasting some space-alcohol.

Does anyone have a pdf copy of the book? I see that it is released for free, I just would prefer not to sign up for another service.