《Frameshift》Chapter 52 - Decompilation
Advertisement
The first thing that I do when the Visor comes up is, unexpectedly, eat. Amber, may she live a thousand years and never feel the touch of the Void, shoves something in my hand and kisses me on the forehead, and I sort of automatically bring it up to my face and take a bite. It’s explosively flavorful, sweet and savory and tangy with a surprising amount of liquid in a crusty, crunchy shell. A headache I didn’t even realize I had starts receding, and it’s gone by the time I finish the snack, possibly helped along by Amber’s magic.
My words still echo in my head. A better order. I lick my fingers, eyes flickering across the panels of output that scroll and zoom and jump at a thought, and with a breath, I get to work.
The Visor isn’t like a vick, a Volitional-Interface Coder, but it’s close enough that I’ve been able to work with it. A lot of the tricks that I used to get through the first couple of weeks here no longer function, the oracles and the direct manipulations of substrate and the various other exploits that are patched on me as soon as I use them. But the Visor is still a tremendously powerful coding engine that’s tremendously usable, and nothing fundamental to its function has gotten yanked yet.
Well, that’s not quite true. I can’t inspect elements anymore, not the literal way by chasing pointers and not by introspection or interrogation, calling the built-ins to return the element’s value. The System left me still able to reference them, to import them into the data representational space that the Visor locally mutates - locally, mind you; that exploit worked once - for computational and simulation purposes. I just can’t get any information about them through the Visor that I’m not able to figure out for myself first.
Can still confirm things, at least. That’s more valuable than people generally think.
The first thing I do is build some data representations. Well, technically that’s a bunch of things; a little bit of guesswork as to what might be a decent way to encode things, see how it fails, and work from there. It’s all structured, so once I figure out where I’m making the mistakes it sort of falls into place; it’s all super hierarchical, with a basic action/target kind of model.
Two steps forward, one step back. The action/target model calls for a kind of relational representation totally unlike the original data model I’d adopted, but once I have that arranged, I’m able to run a validator, and critically, that means I can get into the crunchy bits. A simple matter of will is all it takes to throw my memory of a machine learning meta-run into the system, evolutionary algorithms and weightings and all, and it coughs out the completed model more or less instantaneously. I’m not sure the System or whatever is trying to limit the worst of my exploits thinks this is just fine or doesn’t really understand how powerful a tool it’s handing me, so I try to limit my use of it, but this is the moment, if any moment is going to happen.
Advertisement
The model chokes a few times, and I make the changes to get it past where it’s choking. That means more modifications to the data representations and a re-generation of the model each time, and it means working very carefully with the desired outcome and ingesting some additional source data. I’ve already got the pylon and what it’s trying to do, the runes and the spells that would bind Sara to my will as one of my companions and a member of my party, and to that I add the ties that bind Zidanya and Amber, not just as things to avoid but as things for the learning model to ingest.
There are two things I want to be clear about here. The first is that I understand exactly why… not just why Sara would be willing to subject herself to these ties, and not just why someone might demand she do so, but why nobody would look askance. They’re pretty loose, looser than the Heharani thralldom contracts I perused; I’m just unwilling to force even those on her, and I’m willing to bet on earning her loyalty instead of making her unable to betray me or even conceive of betraying me.
The second thing? Well, like I said, the Visor no longer lets me interrogate or inspect anything I don’t already understand. I’m not trying to learn how the runes and spells work, and I’m not trying to learn how the pylon works. Instead, using it as a base, I’m trying to teach the Visor, or the magical software-equivalent that’s running under its hood, how it works… or enough of how it works that I can do something different.
The pieces to one half of the equation start to come together pretty fast. I can run the simulation end to end, and I can shit out models from two out of three that predict the third; that is, I can feed any two out of the three sets of bonds from Zidanya’s, Ambers, and Sara’s hypothetical ones, and have the model construct something that matches the third. The other half of it just completely fails, absolutely no traction, so the next stage is classification. The first bits sort of happen for free; I tell the model I want something a little bit different in this way, in that way, and it works about one time in four. When it does, I adjust the data representation to say this piece is involved in this kind of functionality, that piece is involved in that kind of functionality, and when it fails, I just move on and ask a different question, trying to accumulate enough metadata that I can narrow things down by swathes.
I know, I know, I said I’m not trying to learn how the runes and spells work. As Zidanya points out, learning what they do isn’t that; and as I’d point out to a hypothetical System observer, all of this analysis might be telling me much of the information I could get from the now-forbidden inspection subroutines, but that’s just a side effect, isn’t it? Oh happy side effects, that are certainly not the purpose, and which are implicitly present in even the most pure of functions.
Advertisement
Anyway, if the Voidfuckers didn’t want me binding information into the metaphorical monad, they should have used better encapsulation.
The others start getting antsy, and I take a long enough break to make grumpy noises at them when they interrupt me. Amber kisses me, which is almost enough to distract me and at the same time just helps me get back to focusing on my work with renewed focus; in hindsight, a few moments later, I realize that that’s because she Healing Touch’d away a headache, and she shoves another one of those encapsulations of juicy deliciousness into my hand.
I eat it without noticing how it tastes.
I’m maybe two thirds of the way there, at this point, and I can feel it like an itch in my brain, like the overwhelming need to make a puzzle piece click into the right place. It’s taking too long to do the piecemeal, manual encoding and updating of all of the functionality of the little pieces that make up the hypothetical bind-Sara option, I feel like I wasted the time I spent on that even though every false step is actually another step that brings you closer to the solution, but that’s fine; I’ve got a nearly-arbitrarily-powerful computational engine running on a literally magical substrate, and I throw it at the problem. It’s actually really easy to do, what with the magic and the bullshit that the Visor represents; if I’d tried this solution in the Fleet, on a problem of this scope, only the Void would have been around to hear the solution.
I use naive forking-recursion, is what I’m saying.
There are well over a hundred thousand discrete pieces of functionality involved in the binding. Each of those has the potential to affect each other, in a massively explosive factorial of possibility. Even with some pruning and the application of some logic, there’s wildly too many trees and too much probability-space to be reasonable to brute force. I do it anyway. The Visor’s processing thread forks to over a hundred thousand, and each of those forks to another hundred thousand more and again; every possible permutation of the runes and spells I’ve encoded as functions is exercised, and every thread reports back its results and updates the data representation of those functions, and about fifteen seconds after I’ve hit execute I’ve run it four times, fixing implementation errors the first three, and I have the final results.
Starfire and gravity wells, Void that eats it all, I could get used to this.
The last step is the second-easiest. I have a full classification in the data model, now, something that associates every piece of magic to what it actually does, and I replace the old, blind-learning model with something more directed and based on consuming that classification. It’s… well, not exactly machine-readable, I wouldn’t necessarily call the Visor a machine, but I don’t have any access to the underlying data, so I have no idea what that means in practice, but it works, and I’ve got a new model that works just as well as the earlier one. So I do the obvious thing.
I define out all of the will-subversion, thought-control style bits of the Bind options as being forbidden to the end result, and see what the model throws at me.
One option. It spits out one option, one solitary stable and meta-stable enchantment, something that won’t fall apart or disrupt any of the other party bonds. I close my eyes for a moment, then open them, smiling in vicious triumph.
[Insight] and [Interface] flare together.
I open my eyes, which I’d apparently closed again, somewhere in the midst of the sharp spike of concentration and understanding, the heartbeat where I felt on the cusp of knowing how the pylon works. That’s entirely gone, but the result, the outcome, is right there in front of my eyes. It’s hovering in the pylon’s screen, as it were, occluding all of the other options.
Recruitment - Sara Evetheri /
The words hang there, glowing. It’s cut off; if my guess is right, there are a few options that are somehow incompatible with Zidanya’s and Amber’s bonds, and which would result in some sort of instability. There’s certainly space for them, and isn’t that interesting.
I’m grinning when I select the new option with an act of will, grinning ear to ear, and the notification hits me without even the slightest amount of pain.
Get airlocked, Seidr.
Sara Evetheri has joined the party. Your grace period of 12 HOURS begins.
Advertisement
- In Serial169 Chapters
Paths of the Chosen (Rewritten, Revised, and Reinvigorated)
Daniel Stewart was chosen to alpha test a brand new Immersive VR game, "The Realms". What he doesn't know is that he has also been Chosen by one of the Powers of a far-off world, and is now a pawn in a game much bigger than any he thought he would ever participate in. Will he survive and thrive in this strange new world, or will he stumble and fall, shattered by the ambitions of another? Does he have what it takes to walk the Paths of the Chosen?---Inspired by the Chaos Seeds novels, TheDespaxas's The Gamer, and a wide variety of games and books, although the world, characters, and systems are my own. Expect high fantasy, magic, combat and intrigue, love and loss, grief and passion. This story is intended for adult audiences and contains explicit sexual content, profanity, and violence (including sexual violence, although not by the protagonist and not as a focus of the story). Chapters with such content will be clearly marked, and all explicit sexual content will be behind spoiler tags. I prefer my stories to have happy endings, and especially in these uncertain times, I feel that it is important to maintain hope. While this tale will reach some dark places, I promise to you that, when all is said and done, the villains will be justly punished and the heroes will prevail and prosper. Remember: it is darkest before dawn, but dawn always comes. Please note also that although this story does not have the [Harem] tag, it does have an extremely slow build into a polyamorous relationship. Additionally, starting with Champion (book two of the series), the [Multiple Lead Characters], [Female Lead], and [Non-Human Lead] tags would also apply to varying degrees.This is a complete, ground-up rewrite of the original Paths of the Chosen, following feedback from here and elsewhere. It is now written in the third-person limited omniscient perspective and in the past tense. In addition, while the major plot beats are unchanged, most of what comes between them has been reconsidered and rewritten, with pacing and characterization as a special focus.---Update schedule: 2 chapters per week (Monday and Thursday), not counting bonus chapters. Chapter length is roughly 2,500 words on average, +/- 1,000 words. Chapters with explicit content tend to be longer so that they are still worth reading for those who would prefer a fade to black. --- Cover art by Agri Karuniawan (@artofagri). View more of their work at https://www.deviantart.com/iamagri.
8 183 - In Serial55 Chapters
When the Lilyflower blooms...
In a modern world where magic and status boards exist, twenty-three-year-old S-Class Archmagus Aria Saciustrum found herself in the morbid situation of joining her country’s own Dungeon Dive expedition. A researcher at heart, Aria didn’t like the idea of slogging away in the dirty depths of the petrifying dungeons that spawned all over the world. However, her scientific mind trumped her own feelings, and she forced herself to join her country’s first S-Class Dungeon Dive. The allure of finding a treasure or a discovery that could shake the foundations of human society was too enticing to just walk away. So… Aria dived deep into the Dungeon, alongside her friend the S-Class Healer Yvette, and yes, her efforts had paid off. The S-Class party did manage to find a groundbreaking discovery. One that would shake the foundations of the world and would haunt the nightmares of everyone living on Planet Earth. Just… It wasn’t what Aria had hoped for... ??? New chapters every Monday, Wednesday, Friday and Sunday at GMT+8 0100
8 188 - In Serial31 Chapters
Hustling Through the Dark
Come read about a vlog by a gal named Dee; Poor cryonicist, just another nobody. Then one day she managed to die; Woke a bit later and learned how to fly.(Pilot, that is. Spaceships. Lunar landers.) Next thing you know she's bought a new bod.Upgraded it, paid for every last mod.Thought L5 was the place she oughta go;Bought herself a tug using all she could borrow.(Debt, that is. Loans, credit cards.) Well, now it's time to wave 'bye to Dee and her ship.They're about to head out on a heckuva trip,Heading out into the deepest dark black,Aiming for a motherlode before she gets back.(Vacuum cleaner, that's what they call 'er now.Nice fur. Y'all come back now, ya hear?) ... However much life has changed, some things stay the same - taxes, bureaucrats, reputation, education, hobbies... and, of course, friends. A month-long writing experiment, which hopefully didn't turn out completely terrible.
8 132 - In Serial18 Chapters
The Fisher King
Mallary is on a quest to slay the Crimson Bone of Death. On this quest he stumbles upon a strange little blue haired girl in a burning city. Along with a blacksmith and her mysterious sword. Together, along with the party that Mallary tries to ditch, must go on and slay the dragon.
8 85 - In Serial89 Chapters
Ninjago: the Daughter of the Overlord
Aria Lord is the daughter of the Overlord. She lives her life like any other citizen of Ninjago, except for being the princess of darkness. After the defeat of her father she vowed to avenge him and take over Ninjago in his place. She started teaming up with other villains, but she didn't account for getting caught. She also didn't account for falling in love with the enemy.
8 257 - In Serial8 Chapters
My Desires
Read it and find out :)
8 177

