Outsider

The hiring manager glares at Big Jim. “You have one of the worst evaluations that I have ever seen.”
Big Jim looks the hiring manager in the eyes and lectures the man, “I show up for work, every work day. I do my assigned work and I’m good at what I do. I have recommendations from people like hardware maintenance, software librarians, people like that. Admittedly, I didn’t get along too well with my previous management. However, what you need is software modules done and done right. I can do that. Give me a chance and you won’t regret it.”
The hiring manager thinks for a few moments then says, “Okay, I can offer you the standard job shop rate for a computer programmer. No trouble, or out you go.”
Big Jim replies, “Just give me the software design documents and let me at a host machine, you get your software modules.”
The Personnel lady comes in and then leads Big Jim to a Project Manager.
* * *
“I’m Katrina. You report to me. I’m going to give you a software design for one of the calculation modules. I want to see finished software, per the schedule.”
I reply, “I’ll get started right away. I know how the computer operates, and I’ll give you good, tight code. I do need to know where the software librarian is located.”
Katrina not only tells me where the software librarian is located, she walks me over and introduces me to Molly.
I get some computer access information from Molly and I also get directions to my assigned computer lab. I’m in my element and I get busy.
(In order to understand what I’m doing you need to look at a very short example. The spec reads:
Answer = AX**2 + BX + C
The critical thinkers load A into a register, then multiply by X. (One load, one multiply.)
They then multiply AX by X and store the result. (One multiply, one store.)
They then load B into a register, then multiply by X and store the result. (One load, one multiply, one store.)
They then load AX**2 into a register and add BX. (One load, one add.)
They then add C and store the result in Answer. (One add, one store.)
(Total: three loads, three multiplies, three stores, two adds.)
I load A into a register, then multiply by X. (One load, one multiply.)
I add B and multiply the result by X. (One add, one multiply.)
I then add C and store the result in Answer. (One add, one store.)
(Total: One load, two multiplies, two adds, one store.)
(You wonder why my code runs faster and occupies less computer storage than that generated by the critical thinkers? Is that what you wonder, Bunky?”
I work hard and get my first assigned module finished, documented and zero tested. I turn the finished module into Molly and I get furnished a second module. I go back to my computer lab.
Katrina and a programmer are soon at my door. Katrina says, “Big Jim, we need to review your work.”
I tell the lady, “Okay, review away.”
The programmer reads over the module code, while I work on my second assigned module.”
The programmer laughs and says, “Yeah! This looks like good stuff.”
I tell the dynamic duo, “I’ve been at this coding stuff, for a while. I know what to do.”
Katrina asks the programmer, “Then the stuff meets spec?”
The programmer says, “It meets spec and it’s coded efficiently. Big Jim indeed knows what he’s about.”
I laugh, “When I first started, I made mistakes. I learned from each painful mistake. I try not to repeat mistakes.”
The programmer says, “You identified a design flaw.”
“I identified it, tested it and reported it.”
The programmer laughs, “The design guys are still arguing if the error can really happen, in normal use.”
I lecture, “If an error can happen, it will. If an error can’t happen, it still will happen, just less frequently than the ones that can happen.”
The programmer turns to Katrina and states, “One of the secrets of computer programming.”
Katrina says to me, “Big Jim, we got a call, from one of your previous employers. They told us that you’re a fake, that you can’t really program.”

1137962668
Outsider

The hiring manager glares at Big Jim. “You have one of the worst evaluations that I have ever seen.”
Big Jim looks the hiring manager in the eyes and lectures the man, “I show up for work, every work day. I do my assigned work and I’m good at what I do. I have recommendations from people like hardware maintenance, software librarians, people like that. Admittedly, I didn’t get along too well with my previous management. However, what you need is software modules done and done right. I can do that. Give me a chance and you won’t regret it.”
The hiring manager thinks for a few moments then says, “Okay, I can offer you the standard job shop rate for a computer programmer. No trouble, or out you go.”
Big Jim replies, “Just give me the software design documents and let me at a host machine, you get your software modules.”
The Personnel lady comes in and then leads Big Jim to a Project Manager.
* * *
“I’m Katrina. You report to me. I’m going to give you a software design for one of the calculation modules. I want to see finished software, per the schedule.”
I reply, “I’ll get started right away. I know how the computer operates, and I’ll give you good, tight code. I do need to know where the software librarian is located.”
Katrina not only tells me where the software librarian is located, she walks me over and introduces me to Molly.
I get some computer access information from Molly and I also get directions to my assigned computer lab. I’m in my element and I get busy.
(In order to understand what I’m doing you need to look at a very short example. The spec reads:
Answer = AX**2 + BX + C
The critical thinkers load A into a register, then multiply by X. (One load, one multiply.)
They then multiply AX by X and store the result. (One multiply, one store.)
They then load B into a register, then multiply by X and store the result. (One load, one multiply, one store.)
They then load AX**2 into a register and add BX. (One load, one add.)
They then add C and store the result in Answer. (One add, one store.)
(Total: three loads, three multiplies, three stores, two adds.)
I load A into a register, then multiply by X. (One load, one multiply.)
I add B and multiply the result by X. (One add, one multiply.)
I then add C and store the result in Answer. (One add, one store.)
(Total: One load, two multiplies, two adds, one store.)
(You wonder why my code runs faster and occupies less computer storage than that generated by the critical thinkers? Is that what you wonder, Bunky?”
I work hard and get my first assigned module finished, documented and zero tested. I turn the finished module into Molly and I get furnished a second module. I go back to my computer lab.
Katrina and a programmer are soon at my door. Katrina says, “Big Jim, we need to review your work.”
I tell the lady, “Okay, review away.”
The programmer reads over the module code, while I work on my second assigned module.”
The programmer laughs and says, “Yeah! This looks like good stuff.”
I tell the dynamic duo, “I’ve been at this coding stuff, for a while. I know what to do.”
Katrina asks the programmer, “Then the stuff meets spec?”
The programmer says, “It meets spec and it’s coded efficiently. Big Jim indeed knows what he’s about.”
I laugh, “When I first started, I made mistakes. I learned from each painful mistake. I try not to repeat mistakes.”
The programmer says, “You identified a design flaw.”
“I identified it, tested it and reported it.”
The programmer laughs, “The design guys are still arguing if the error can really happen, in normal use.”
I lecture, “If an error can happen, it will. If an error can’t happen, it still will happen, just less frequently than the ones that can happen.”
The programmer turns to Katrina and states, “One of the secrets of computer programming.”
Katrina says to me, “Big Jim, we got a call, from one of your previous employers. They told us that you’re a fake, that you can’t really program.”

2.99 In Stock
Outsider

Outsider

by R. Richard
Outsider

Outsider

by R. Richard

eBook

$2.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers

LEND ME® See Details

Overview

The hiring manager glares at Big Jim. “You have one of the worst evaluations that I have ever seen.”
Big Jim looks the hiring manager in the eyes and lectures the man, “I show up for work, every work day. I do my assigned work and I’m good at what I do. I have recommendations from people like hardware maintenance, software librarians, people like that. Admittedly, I didn’t get along too well with my previous management. However, what you need is software modules done and done right. I can do that. Give me a chance and you won’t regret it.”
The hiring manager thinks for a few moments then says, “Okay, I can offer you the standard job shop rate for a computer programmer. No trouble, or out you go.”
Big Jim replies, “Just give me the software design documents and let me at a host machine, you get your software modules.”
The Personnel lady comes in and then leads Big Jim to a Project Manager.
* * *
“I’m Katrina. You report to me. I’m going to give you a software design for one of the calculation modules. I want to see finished software, per the schedule.”
I reply, “I’ll get started right away. I know how the computer operates, and I’ll give you good, tight code. I do need to know where the software librarian is located.”
Katrina not only tells me where the software librarian is located, she walks me over and introduces me to Molly.
I get some computer access information from Molly and I also get directions to my assigned computer lab. I’m in my element and I get busy.
(In order to understand what I’m doing you need to look at a very short example. The spec reads:
Answer = AX**2 + BX + C
The critical thinkers load A into a register, then multiply by X. (One load, one multiply.)
They then multiply AX by X and store the result. (One multiply, one store.)
They then load B into a register, then multiply by X and store the result. (One load, one multiply, one store.)
They then load AX**2 into a register and add BX. (One load, one add.)
They then add C and store the result in Answer. (One add, one store.)
(Total: three loads, three multiplies, three stores, two adds.)
I load A into a register, then multiply by X. (One load, one multiply.)
I add B and multiply the result by X. (One add, one multiply.)
I then add C and store the result in Answer. (One add, one store.)
(Total: One load, two multiplies, two adds, one store.)
(You wonder why my code runs faster and occupies less computer storage than that generated by the critical thinkers? Is that what you wonder, Bunky?”
I work hard and get my first assigned module finished, documented and zero tested. I turn the finished module into Molly and I get furnished a second module. I go back to my computer lab.
Katrina and a programmer are soon at my door. Katrina says, “Big Jim, we need to review your work.”
I tell the lady, “Okay, review away.”
The programmer reads over the module code, while I work on my second assigned module.”
The programmer laughs and says, “Yeah! This looks like good stuff.”
I tell the dynamic duo, “I’ve been at this coding stuff, for a while. I know what to do.”
Katrina asks the programmer, “Then the stuff meets spec?”
The programmer says, “It meets spec and it’s coded efficiently. Big Jim indeed knows what he’s about.”
I laugh, “When I first started, I made mistakes. I learned from each painful mistake. I try not to repeat mistakes.”
The programmer says, “You identified a design flaw.”
“I identified it, tested it and reported it.”
The programmer laughs, “The design guys are still arguing if the error can really happen, in normal use.”
I lecture, “If an error can happen, it will. If an error can’t happen, it still will happen, just less frequently than the ones that can happen.”
The programmer turns to Katrina and states, “One of the secrets of computer programming.”
Katrina says to me, “Big Jim, we got a call, from one of your previous employers. They told us that you’re a fake, that you can’t really program.”


Product Details

BN ID: 2940155304128
Publisher: R. Richard
Publication date: 06/19/2018
Sold by: Smashwords
Format: eBook
File size: 104 KB

About the Author

I'm the co-author, with Sunset Thomas, of Anatomy of An Adult Film.

I have 48 novels and over 299 short stories currently published.

I spent my early years in the part of Los Angeles known as the South Central. I was known as Whi' Boy, which was sufficient to identify me in that place. I'm a skilled Kung Fu player, using a system that I learned from a Korean I knew only as 'Pak.' It would be easier to tell you the places that Pak wasn't wanted by the police, rather than the places where he was wanted by the police. Pak's Kung Fu system, augmented by some bits and pieces from some Chinese practitioners is quick and effective, or I wouldn't be alive today.

My early education was mostly obtained by stealing books from the public library (I always returned them and the Librarian even began to provide me with reading lists.) I did go to high schools, but I never really learned anything there. I eventually graduated from the University of California at Los Angeles, UCLA, with a degree in mathematics.

I work as a Systems Analyst and also make a part of my living as a professional gambler (legal in Nevada.) I write science fiction and erotica. My published novels are:
Anatomy of An Adult Film (With Sunset Thomas)
1. Second Chance: God Killer
2. Second Chance: Sky Pirate
3. Second Chance: Scroll Seeker
4. Second Chance: King of The Islands
5. Second Chance: King of Zaya
6. Second Chance: Duke of Averon
7. Second Chance: King of Golomon
8. Second Chance: King Of The Sky
9. Second Chance: Warlord of Ifrequeh
10. Second Chance: King of Ariby
11. Second Chance: King of Mesodania
12. Second Chance: King of Avuls
13. Second Chance: King of Kemet
14. Second Chance: King of Zorran
15. Second Chance: King of Two Worlds
16. Second Chance: King of Averon
17. Second Chance: King's Duties
18. Second Chance: King of The New World
Adventurer: Simulation Problem
Adventurer: Pannar Problem
A Programmer's Gambit
Amateur Stripper
Beach Murders
Bondage House
Corporate Sex Slaves
Friday Night
Go Naked In The Software
Grasshopper Winter
Involuntary Nude
Layoff
Not A Hero
Pirates of The Keys
Summer of Sex
The Lake
The Last Moon Dance
The Nude Adventures of Plain Jane
The Secret Life of Wanda Wilson
Tails of the Pussycat Lounge
To Keep A Job
Topless Restaurant
Toy Whores
Vix: The Marine
Wayward Boy

Short Stories:
A Christmas Visit

From the B&N Reads Blog

Customer Reviews