Stable Strategies for Middle Management

"Stable Strategies for Middle Management" is a science fiction short story published in 1988 by Eileen Gunn. It was nominated for the 1989 Hugo Award for Best Short Story as well as the 1989 Locus Reader’s Poll.

"Stable Strategies for Middle Management"
AuthorEileen Gunn
LanguageEnglish
Genre(s)Science fiction
Published inIsaac Asimov's Science Fiction Magazine
Publication typeMagazine
Publication dateOctober 1988

Plot summary

The story is about Margaret, an advertising executive in a large corporation. To prove her loyalty to the company, she undergoes bioengineering that will eventually transform her into a mosquito. The tale begins as she wakes up one morning to find that her tongue has changed into a stiletto and her hand into a chitinous comb. Throughout the day, she is distracted by odd insect-like cravings - such as the desire to suck her colleagues’ blood and encase her friends in wax.

Footnotes

    gollark: I'm amazed it works at all.
    gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
    gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
    gollark: Yes, that's possible, except you can put in someone else's.
    gollark: Isn't just *asking* what scroll an egg is from prone to misuse?
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.