

I read the story and found it very entertaining. I’m not sure what impact it had on me, but it made me marvel at the idea of the inevitability of fate and how often our suffering and regrets of the past are the reason we’re regarded so highly by others.
How did it strike you?
Isn’t that what threading is? Concurrency always happens on single core. Parallelism is when separate threads are running on different cores. Either way, while the post is meant to be humorous, understanding the difference is what prevents people from picking up the topic. It’s really not difficult. Most reasons to bypass the GIL are IO bound, meaning using threading is perfectly fine. If things ran on multiple cores by default it would be a nightmare with race conditions.