We are the Borg. Lower your shields and surrender your ships. We will add your biological and technological distinctiveness to our own. Your cultu...
For further actions, you may consider blocking this person and/or reporting abuse
That was a fun read and an odd simile, thank you!
Thanks for the comment. It was fun to write. That's been rattling around in my head for a bit now.
Ha ha! Absolutely a simile.
In no way was I suggesting we actively co-opt and absorb humanity into our hive mind. Any allegations as to that sort of behavior would be promptly denied and any relevant evidence hidden.
Resistance is futile.
When I first read the title I was thinking of the borg pattern in Python
Tell me about that. I'm not familiar with it.
In Python you can override the built-in
__dict__attribute with your own dictionary. The__dict__holds all the attributes of the Borg class and__shared_stateis a static variable. When instantiating a Borg class__init__is called and it overrides the__dict__with the static__shared_state, thus each class will have the same brain:__shared_state. If you modify variables, their values will be reflected in__shared_state. :D