Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Outsider
Outsider
Outsider
Ebook29 pages27 minutes

Outsider

Rating: 0 out of 5 stars

()

Read preview

About this ebook

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

LanguageEnglish
PublisherR. Richard
Release dateJun 19, 2018
ISBN9780463324875
Outsider
Author

R. Richard

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 Killer2. Second Chance: Sky Pirate3. Second Chance: Scroll Seeker4. Second Chance: King of The Islands5. Second Chance: King of Zaya6. Second Chance: Duke of Averon7. Second Chance: King of Golomon8. Second Chance: King Of The Sky9. Second Chance: Warlord of Ifrequeh10. Second Chance: King of Ariby11. Second Chance: King of Mesodania12. Second Chance: King of Avuls13. Second Chance: King of Kemet14. Second Chance: King of Zorran15. Second Chance: King of Two Worlds16. Second Chance: King of Averon17. Second Chance: King's Duties18. Second Chance: King of The New WorldAdventurer: Simulation ProblemAdventurer: Pannar ProblemA Programmer's GambitAmateur StripperBeach MurdersBondage HouseCorporate Sex SlavesFriday NightGo Naked In The SoftwareGrasshopper WinterInvoluntary NudeLayoffNot A HeroPirates of The KeysSummer of SexThe LakeThe Last Moon DanceThe Nude Adventures of Plain JaneThe Secret Life of Wanda WilsonTails of the Pussycat LoungeTo Keep A JobTopless RestaurantToy WhoresVix: The MarineWayward BoyShort Stories:A Christmas Visit

Read more from R. Richard

Related to Outsider

Related ebooks

Contemporary Romance For You

View More

Related articles

Reviews for Outsider

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Outsider - R. Richard

    Outsider

    By R. Richard ©

    Published by R. Richard at Smashwords

    Copyright 2023 R. Richard

    This ebook is licensed for your personal enjoyment only. This ebook may not be re-sold or given away to other people. If you would like to share this book with another person, please purchase an additional copy for each recipient. If you’re reading this book and did not purchase it, or it was not purchased for your use only, then please return to Smashwords.com and purchase your own copy. Thank you for respecting the hard work of this author.

    Outsider

    By R. Richard © 2023

    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, on time, every work day. I do my assigned work and I’m really 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 on time 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. Big Jim. 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, on time. 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.

    Enjoying the preview?
    Page 1 of 1