espoal's comments

espoal | 10 months ago | on: Rust’s dependencies are starting to worry me

Why the compiler can't detect it will not be used? Tree shaking is well implemented in Javascript compilers, an ecosystem which extensively suffer from this problem. It should be possible to build a dependency graph and analyze which functions might actually end up in the scope. After all the same is already done for closures.

espoal | 1 year ago | on: GLP-1 therapy increases visceral adipose tissue metabolic activity

Intermediate causal step. A bad diet (high glycemic diet) will increase insuline response, whose efficacy will be down regulated through several mechanisms, including accumulation of fat around our internal organs, which in turn further increase insuline resistance.

espoal | 3 years ago | on: Awesome io_uring Repository

`io_uring` is posed to become a revolutionary interface for the linux kernel, but at the moment using it is not a trivial task, as there are not many implementations and the interface is in a continuous flux.

I created `awesome-iouring` to collect examples, libraries, articles and tutorials, that hopefully will help other engineers to implement `io_uring` in their projects.

page 1