I rather hope it doesn't. It's not so much about action; it's subtle worldbuilding and a certain vibe that is easily distorted on screen. Also, it would destroy everybody's personal vision of the Shrike...
It starts very slowly and the worldbuilding is exquisite and you will likely uncover many facets only upon rereading it. However, it is well worth persisting.
Works with considerably more action are Olympus and Ilium.
It's up to anybody to not have a particular taste for religious topics, however, spirituality (or the lack thereof) is an important part of human culture and psychology. Therefore a science fiction novel in a sufficiently different setting from Earth's early 21st century really ought to cover these topics as well, lest the worldbuilding would be very shallow and the resulting work would likely lack depth.
Why wouldn't they? There are Discord servers about anything you can imagine and also what you can't or don't want to image. As long as they don't start disrupting their infra Discord couldn't care less.
Also, how would you even go about classifying them as botnet operators?
It doesn't really matter if it's 'just a wrapper', because said wrapper provides an ABI. Even if the underlying Native API changes, the interface the wrapper presents to other compiled binaries won't. The latter will contain caller/callee register setup, type layouts, function arguments and more for that wrapper.
Cygwin is also 'just a wrapper' for the Native API and Win32, and look how drastically it changes the ABI of applications.
With the crucial difference that Linux places high value on syscall interface binary compatibility, while the NT native API is not guaranteed to be stable in any way.
A bit more comparable is OpenBSD where applications are very much expected to only use libc wrappers, which threw a wrench into the works for the Go runtime.
reply