Saturday, February 18, 2017

The Big Three - And Self-aware AI isn't one of them!

An interesting read from Bill Gates - Where he states, "I view the threat of deadly pandemics right up there with nuclear war and climate change. Innovation, cooperation, and careful planning can dramatically mitigate the risks presented by each of these threats." Interesting that he doesn't include Self-aware AI in the top three of his list of worries for the future.

Thursday, January 12, 2017

Don't get upset about CPython concurrency - just get Grumpy!

Here's a short recommended read that was brought to my attention by a teammate. If you've grumbled about poor concurrency support in conventional Python, Grumpy looks like it's coming to the rescue.

I suspect this break-through reflects the benefits of new concurrency approaches, as reflected in recent packages (like Akka) and languages (Go).

It's a fundamental shift, since Go extensions will be supported over C extensions. I assume that means Grumpy and CPython will co-exist for some time, unless most existing C extensions get re-coded in Go? It will be interesting to see how this unfolds!