Hacker News new | past | comments | ask | show | jobs | submit | son_ngu's comments login

This looks like it came in time for me, I just finished designing a system and will soon have to write up some documentation for it.

Thanks!


This is exciting. I dual boot Windows and Linux, cause although I really like my setup on Linux, the desktop experience is not quite there yet for me.

I wonder if I can use something like bspwm, maybe not... haha


Have you tried KDE plasma?


What do you mean by incompatible runtimes, can you give an example?


Yes,

https://blog.logrocket.com/a-practical-guide-to-async-in-rus...

> Some libraries require you to use a specific runtime because they rely on runtime internals to provide a solid API for you to use or wrap their own API around an existing runtime. One example is the actix_web web framework, which wraps its own API around tokio.

So if you want to use two libraries that follow this approach, now you have faced with the hurdle to combine two async/await runtimes into the application.

Even C++ knows better in this regard.


We had this discussion before. Please don't repeat wrong statements over and over. C++ is in no ways different from Rust in this regard - they all just provide a coroutine transformation and future type, but not a builtin executor. And there is nothing more interoperable about C++ solution than about Rusts.

Actually Rust ones might even be better, since there is at least a well-defined interface that executors should follow (through the `Waker` type). The C++ executor interface discussion is probably older than the coroutines proposal, but afaik there still hasn't happened any standardization.


For your use, what instance size did you get for your DO instance?


I pay for the $40/mo droplet, just because I am able to afford it and I host several active, multi-user prototype projects out of that box and sometimes end up using the power. But I could probably get away with a much more lightweight instance.


That's a loaded question. I don't think op means every company.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: