Someone should make a ven diagram.
Just a bored techie surfing around for new news and tech.
Someone should make a ven diagram.
Choking on chocking chocrings
Sounds interesting, what’s the size of lemmy stored locally with only text?
Yes, cleans my floor as well as my insides!
Tokio specifically says not to use it for CPU intensive tasks and rayon would be better for this: https://tokio.rs/tokio/tutorial
Speeding up CPU-bound computations by running them in parallel on several threads. Tokio is designed for IO-bound applications where each individual task spends most of its time waiting for IO. If the only thing your application does is run computations in parallel, you should be using rayon. That said, it is still possible to “mix & match” if you need to do both. See this blog post for a practical example
The spiders living in your house aren’t hunters; they are “wait and catch”. House centipedes hunt those insects, including cockroaches.
Might as well kill it then as they don’t survive well outside if at all. They are a good beneficial insect that will hunt and kill bad insects in and around your home.
Knowingly doing something that could be malicious is still malicious.