/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.integralist.co.uk
| | newvick.com
2.4 parsecs away

Travel
| | A practical guide to Python concurrency using a Fibonacci server to demonstrate the strengths and limitations of threads, processes, and asyncio. Learn when to use each approach through hands-on examples
| | masnun.rocks
1.9 parsecs away

Travel
| | Whovian, *nixer, business graduate, passionate software craftsman
| | jeff.glass
2.3 parsecs away

Travel
| | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd
| | blog.polybdenum.com
19.9 parsecs away

Travel
| I am fortunate enough to work on a production Rust service (a real one, not cryptocurrency nonsense). Rust virtually eliminates the kinds of stupid bugs and gotchas that are endemic in other languages, making it much easier to develop and maintain our project. Unfortunately, Rust is substantially less capable when it comes to preventing the common issues involved in async programming. In fact, async programming is substantially harder to get right in Rust than in something like Javascript, due to the decision to make task spawning explicit for performance reasons.