🎉✨ HUGE SHOUT-OUT to billonjeffh46130 !! ✨🎉
🥳🙌 Thank you for the wonderful support on Ko‑fi ! ☕💖
*********************************************************************************************
August 14, 1988, 2:00 AM (CST)
The "Skunkworks" R&D Lab, Bhairav Tower, Austin
The whiteboard in the primary conference room was completely black with dry-erase marker. It was covered in overlapping diagrams, hexadecimal addresses, and furious, crossed-out equations.
The air in the room was thick with the smell of stale coffee and the distinct, manic frustration of fifty exhausted geniuses hitting a brick wall.
It had been four months since I initiated Project Indrajaal. The Foreign Legion had successfully mapped the routing logic to allow thousands of Dell PCs to communicate simultaneously over our fiber-optic lines. The 'plumbing' of our private internet was flawless.
But the presentation layer—the actual user interface—was a disaster.
Vik Malhotra sat at the head of the conference table, rubbing his temples. Opposite him, Wei and Sanjay looked like they were on the verge of physical collapse.
On the desk sat a top-of-the-line Dell Turbo PC. The screen was displaying a crude, blocky image of the Bhairav Holdings logo, surrounded by unformatted green text. It looked terrible, and worse, it was taking seven seconds to load.
"It's the rendering engine, Boss," Vik said, his voice hoarse. "We are trying to send the entire graphical user interface over the network as a bitmap image. Every time a user requests a new page, the server has to transmit millions of individual pixels. Even with our fiber lines, the 16-bit processors in the Dell machines simply cannot draw the pixels on the screen fast enough. The CPU bottlenecks."
"If we reduce the color depth to monochrome, we can shave off three seconds," Sanjay offered weakly.
"Nobody is going to buy a proprietary network subscription to look at black-and-white block text, Sanjay," I said, leaning against the glass wall of the conference room. "The consumer market expects television. They expect magazines. We have to give them color, we have to give them formatted text, and it has to load in under a second."
"It's physically impossible, Rudra," Wei argued, his accent thickening with fatigue. "You are asking a 1988 microprocessor to render high-resolution graphics in real-time over a network protocol. The math does not support it."
I pushed off the glass wall and walked over to the whiteboard. I picked up an eraser and wiped a large, clear square in the center of the chaotic scribbles.
They were approaching the problem like 1980s engineers. They were trying to brute-force the graphics. They didn't understand the elegant, lightweight cheat code that Tim Berners-Lee would invent in a few years: HTML.
But I did. I had spent half my life in the 2020s looking at the underlying source code of the web.
"You are trying to send the painting over the network, Wei," I said, tapping the whiteboard with a fresh marker. "I don't want you to send the painting. I want you to send the instructions on how to paint it."
The room went quiet. Vik looked up, his brow furrowing. "Instructions?"
"We are separating the content from the presentation," I declared, drawing two distinct boxes on the whiteboard.
"Box A is the server," I said. "Box B is the Dell PC sitting in the user's home. Right now, Box A is generating the final image and forcing Box B to download it. It's too heavy."
I drew a thin arrow between the boxes.
"Instead, the server will only send pure, raw text. The absolute lightest data possible. But wrapped around that text will be 'tags'—hidden markers. Let's call it Bhairav Markup Language. BML."
I wrote a quick, rudimentary line of code on the board, mimicking early HTML tags.
[HEADER_1] Welcome to the Bhairav Network [/HEADER_1] [IMAGE_SOURCE=logo.jpg /] [TEXT_BLOCK] This is the future of computing. [/TEXT_BLOCK]
"We build a piece of client-side software," I continued, turning to look at the engineers. "A 'Navigator'. This software sits permanently on the user's hard drive. It knows what a 'HEADER_1' is supposed to look like. It knows the font, the size, the color. When it receives the raw text file from the server, the Navigator reads the tags and instantly draws the page locally, using the Bhairav-1 silicon to accelerate the rendering."
Sanjay stared at the board. His jaw actually dropped slightly.
"The server doesn't send the formatting," Sanjay whispered, his mind racing to catch up with the architecture. "It just sends the raw data and the blueprint. The local machine does the heavy lifting."
"Exactly," I said. "A text file with markup tags is a few kilobytes. It will travel across our fiber network in a fraction of a millisecond. The user's PC will render it instantly."
Wei stood up, staring at the pseudo-code on the board. "But what about the images? You still have to transmit the image files."
"Yes," I agreed. "But we cache them. The first time the Navigator downloads 'logo.jpg', it saves a copy to the user's local hard drive. The next time they visit a page with that logo, the software doesn't download it from the network. It pulls it instantly from the local memory."
Vik slowly stood up. The exhaustion seemed to vanish from his face, replaced by the terrifying, manic energy of an engineer who has just been handed the keys to the universe.
"A markup language," Vik breathed. "A client-side rendering engine with local image caching. Rudra... this bypasses the CPU bottleneck entirely. We aren't transmitting graphics. We are transmitting documents that build themselves."
He turned to his team.
"Sanjay, map the basic tag library," Vik ordered, his voice snapping like a whip. "Headers, paragraphs, bold, italic. Wei, start coding the client-side parser. I want it written in pure Assembly, optimized exclusively for our architecture. I want it so light it can run on a toaster."
The room exploded into motion. The brick wall had been shattered.
I set the marker down and walked out of the conference room. I didn't need to supervise the coding. The architects of the Foreign Legion had the blueprint; now, they just needed to pour the concrete.
September 22, 1988, 10:00 AM (CST), The Vault, Bhairav Tower
Five weeks later, my office door opened.
Vik didn't knock. He walked in carrying a beige Dell Turbo PC tower and a heavy CRT monitor. He was followed by Sanjay and Wei. None of them had shaved in days. They looked like castaways, but their eyes were burning with a euphoric, terrifying triumph.
"Clear the desk, Boss," Vik said.
I pushed my paperwork aside. They set the machine up, plugging the power cables into the wall and connecting a thick, black coaxial cable directly into the proprietary network port we had wired into the tower.
Vik powered the machine on.
The screen flickered. It didn't load the familiar, clunky MS-DOS command prompt. Thanks to the Bhairav-DOS API we had forced Microsoft to build, the machine bypassed the traditional command line entirely.
Instead, a sleek, graphical window appeared on the screen. It was framed in a smooth, metallic grey. At the top was an address bar.
"The Indrajaal Navigator," Vik announced, his voice trembling slightly. "Version 1.0. The rendering engine is fully integrated with the Bhairav silicon."
Sanjay stepped forward. His hands were shaking as he placed them on the keyboard. He typed a simple internal address into the bar: bnet://skunkworks.hub
He hit the Enter key.
There was no loading bar. There was no agonizing line-by-line rendering.
In less than a tenth of a second, the screen flashed white, and then the page appeared.
It was beautiful.
At the top of the screen, the Bhairav Holdings logo was rendered in crisp, full color. Below it was a formatted headline in bold, clean typography. There were columns of text, neatly aligned, describing the server specifications of the Austin data center.
"Scroll down," I commanded.
Sanjay hit the down arrow. The page moved seamlessly, without a single stutter or graphical tear. The hardware acceleration was flawless.
"It's pulling the text from the server down on the second floor," Vik explained, pointing at the screen. "The markup language tells the Navigator where to put the text and the images. The total packet size sent over the network was less than four kilobytes."
Then, Sanjay moved the mouse cursor over a specific word in the text: [Dallas Node].
The word was underlined and colored blue. As the cursor hovered over it, it changed from an arrow to a small, pointing hand.
"The Hyperlink," Wei said softly, reverence in his voice. "We embedded the network address of a different server directly into the text tag."
"Click it," I said.
Sanjay clicked the mouse.
Instantly, the Austin page vanished, replaced in a fraction of a second by a completely new layout, featuring a different logo and a live read-out of the Dallas server temperatures.
I stared at the screen.
It was 1988. The rest of the world was using green-screen terminals, typing arcane command codes to retrieve unformatted text files from academic bulletin boards at agonizingly slow dial-up speeds.
And here, in my office in Texas, I was looking at the modern Web.
It was a private, closed, hyper-fast digital universe. It was an infinitely scalable Walled Garden, and it worked perfectly.
I felt the familiar, heavy weight of the silver Lakshmi coin in my pocket.
"You did it," I said softly, looking at the three engineers. "You built the mirror world."
Sanjay let out a sound that was half-laugh, half-sob. Wei slumped into a nearby chair, the adrenaline finally leaving his system. Vik just stood there, staring at the screen, a god looking at his newly forged creation.
"We built it, Rudra," Vik said, turning to me. "The hardware is locked. The fiber is laid. The browser works. We can connect every Dell PC in America to this network tomorrow."
He paused, looking back at the screen.
"But what do they look at?" Vik asked, identifying the final, massive hurdle. "Right now, the only things on the network are our server diagnostics. If we sell this to consumers, they are going to want to read the news. They want stock prices. They want weather. They want entertainment. We built the most advanced library in human history, but the shelves are completely empty."
I looked at the blue hyperlink on the screen.
Vik was right. Infrastructure was useless without content. If I wanted the American public to pay me a monthly subscription fee to live in my Walled Garden, I had to give them a reason to walk through the gates.
I needed to own the information itself.
"Leave the machine, Vik," I said, walking around the desk to pick up my suit jacket. "Take the team out for the most expensive dinner in Austin. Put it on the corporate card. And take the rest of the week off."
"Where are you going?" Vik asked.
"I have to make a phone call to New York," I said, slipping my arms into the jacket. "I need David Hirsch to arrange a few hostile takeovers. It's time to fill the library."
Want to know what happens next? Read 15 chapters ahead at:
Patreon : patreon.com/Inkstory05
Ko-fi : ko-fi.com/inkstory
(Want to support without a subscription? One-time tips are always welcome via Ko-fi.)
Thank you so much for reading!
