NOVEL BECOMING MID(NIGHT) Chapter 73: Phase 59 - Mayo, I Can’t Read

BECOMING MID(NIGHT)

Chapter 73: Phase 59 - Mayo, I Can’t Read
  • Prev Chapter
  • Background
    Font family
    Font size
    Line hieght
    Full frame
    No line breaks
    Text to Speech
  • Next Chapter

Chapter 73: Phase 59 - Mayo, I Can’t Read

The screen glowed with the cold, indifferent light of a terminal window, casting sharp shadows across the peeling wallpaper.

Thousands of file paths scrolled endlessly, a digital graveyard of our own logic gates. ƒгeeweɓn૦vel.com

Iteration_0001_Kyouya.log

Iteration_0002_Kyouya.log

Iteration_0843_Kyouya.log

I stared at the numbers, letting my eyes unfocus.

The Share-Lock was completely silent for a moment.

It wasn’t a peaceful silence; it was the psychological equivalent of holding your breath while a predator walks past your hiding spot. Velvet was standing right beside me, but the tether connecting our nervous systems felt like a live wire completely submerged in ice.

Who is the real one?

How many times have I sat on this exact rusted bed, holding this exact machine, thinking I was the first one to figure it out? How many times did I look at her, thinking I was outsmarting the Admin, only to trigger a fatal logic loop?

"Four thousand, two hundred and one," Velvet said softly. She wasn’t asking a question. She was reading the total file count at the bottom of the directory. Her voice lacked the melodic tease of the Starlet. It was stripped down, raw, and terrifyingly clinical.

"Four thousand, two hundred and one simulations. Or iterations. Or whatever you want to call them."

"Deaths," I corrected her, my voice feeling like dry leaves in my throat.

"Let’s call them what they are. Terminal states."

She shifted her weight, the wooden floorboards groaning in protest.

Through the Share-Lock, a wave of profound, disorienting vertigo washed over me. It was her mind trying to process the scale of the manipulation. She was a psychologist, a detective who prided herself on reading the board. Finding out the board had been wiped and reset thousands of times was a fundamental assault on her reality.

"Mayo, I can’t read all of this," she whispered, her eyes tracking the endless list.

"Even if I pushed my processing power to the absolute limit, interpreting the behavioral graphs of four thousand lifetimes would fry my prefrontal cortex."

"You don’t have to," I said. My hands moved back to the keyboard. The momentary paralysis was fading, replaced by the cold, mechanical comfort of the hacker’s mindset. If the universe was deterministic, then there was a variable. I just had to find it.

If we died 4,201 times, I need to know why iteration 4,202 is still breathing.

"What are you doing?" she asked, leaning over my shoulder. The physical warmth of her proximity contrasted sharply with the cold dread bleeding through our mental link.

"We aren’t going to read them," I said, opening a raw compiler shell over the directory window.

"We’re going to parse them. I’m writing a script to scrape the metadata. I don’t care what we said to each other in iteration 1,200. I care how it ended, and what the baseline variables were when the system terminated the runtime."

My fingers hit the keys, the mechanical clatter filling the engineered silence of the room. I bypassed the standard OS interface entirely, dropping into a low-level memory management language that could interface directly with the Admin’s architecture without triggering an automated firewall response.

// INITIALIZING ARCHIVE PARSER // Target: Local_Directory_Behavioral_Logs // Objective: Isolate Delta Variable in Iteration_Current use system_kernel::telemetry::{LogFile, TerminationEvent}; use share_lock::metrics::{EmotionalTrustIndex, HeartbeatVariance}; fn analyze_iterations(directory: &str) -> Vec<Anomaly> { let mut anomalies = Vec::new(); let current_state = get_current_runtime_metrics(); for file in open_directory(directory) { let log = LogFile::parse(file); // Skip corrupted or incomplete compilations if log.status == Status::Undefined { continue; } // Search for the specific trigger that ended the run let terminal_cause = log.get_termination_event(); // Compare historical Share-Lock states to current state let historical_trust = log.get_peak_trust_index(); let delta = current_state.trust - historical_trust; if delta.abs() > 10.0 || terminal_cause != TerminationEvent::LogicBomb { anomalies.push(Anomaly { iteration_id: log.id, cause: terminal_cause, trust_variance: delta, }); } } anomalies }

Velvet watched the code materialize on the screen, her eyes darting back and forth as she translated the logic. "You’re writing a search algorithm for our own trauma."

"I’m looking for the patch notes," I replied, not breaking my rhythm.

"Software doesn’t iterate without a reason. The Admin is adjusting the variables every time they reboot us. They are trying to achieve a specific outcome. If we can see what caused the system to crash in the previous runs, we can figure out what we’re supposed to be doing right now."

Or what we’re supposed to avoid doing.

I added the execution command and paused.

My thumb hovered over the Enter key. The laptop chassis was already running hot from the previous decryption bypass. Running a mass-parsing script across a highly compressed, encrypted local database was going to push the CPU to its absolute threshold.

"Run it," Velvet said.

I didn’t need to look at her to feel the absolute resolve transmitting through the Share-Lock. The vertigo was gone. The Detective had walled off the existential horror and replaced it with a laser-focused need for data.

I hit Enter.

The terminal window went black for a split second, then exploded into a blur of cascading text. The cooling fan inside the laptop whined aggressively, pitching up into a high, frantic scream. The chassis grew physically hot against my thighs, the heat bleeding through my tactical pants.

Plaintext

[SYSTEM] Executing analyze_iterations... [SYSTEM] Parsing 4,201 files. Please wait. [WARN] Thermal limit approaching. [LOG] Iteration 0001 -> Terminated: Neural Overload. [LOG] Iteration 0002 -> Terminated: Asphyxiation (Environmental). [LOG] Iteration 0003 -> Terminated: Logic Bomb (Self-Inflicted).

The output was printing too fast to read individual lines, but the termination events caught my eye in flashes.

Neural overload. Logic bombs.

Environmental hazards. Mutual destruction.

"We were busy," I muttered, a dark, cynical humor bubbling up to mask the rising nausea.

"Midnight," Velvet said, her voice tight.

"Look at the pacing. Look at the duration of the iterations."

I squinted at the blur of metadata columns.

She was right. I hadn’t noticed it initially, but the timestamp delta between the start and end of each file was staggering.

[LOG] Iteration 0843 -> Duration: 00:14:02. Terminated: Share_Lock_Rejection. [LOG] Iteration 0844 -> Duration: 00:09:15. Terminated: Share_Lock_Rejection.

"Minutes," I said, the realization hitting me like a physical blow.

"Most of these iterations didn’t last more than twenty minutes!"

Use arrow keys (or A / D) to PREV/NEXT chapter