Tuesday, April 9, 2024

Take my job - please

 I took a rather circuitous route to my current employment status.  I don't think I have met anyone in my line of work who got here quite the way I did.  It all started when I got out of the army.

The GI bill paid for me to go to school, and I was studying computer programming.  This was back when punch cards were still a thing.  Eating, paying rent, and paying for school, even just junior college was a challenge.  I had a few short term jobs and then I landed a job as a swing shift computer operator.  I worked there for several months before realizing I could not keep up with my school work and hold that job.  Food and shelter being a higher priority, I quite school.

The computers I was running were IBM System 3 computers, who's primary programming language was RPG II.  That was a language I had learned in school.  Besides running a computer, which consisted of running jobs, with the job control language on punch cards kept in the run book, loading floppy disks into the reader with the data that had been keypunched during the day, and mounting paper or forms on the printer.  

While I was there I noticed one task that would be easier perform with a program than by the operator by hand.  So I wrote program.  One program.  That was all I wrote while there, but it was above my pay grade to do even that.

I had been there around two years when we moved from Oregon back to the bay area.  An absolutely glowing reference from the owner of my former company got me a job offer.  My new employer had sold a computer to a small manufacturer of candles.  It had been installed for a few months, and still wasn't working.  They were threatening to sue.  My job was to make it work.  Somehow I did.

I was able to leverage that job to get a programming job for an electronics manufacturer that was in the process of implementing modern (for that time) manufacturing systems.  Things like Material Requirements Planning, Shop Floor Controls, and Inventory Management.  It was all written in RPG II.

A couple of years later they decided to bring in packaged software, and would be writing in house all of the reporting and interfaces that didn't come with the package.  All of that was written in COBOL and used the IDMS database. It also contained software called ADSOnline, which was used to build online applications to inquire into and update the database,   That meant all the programmers on staff were paid to take classes, both on the software they were bringing in, and the tools required to maintain and enhance it.

A friend was working at a shipping company that used the same tool set.  I had been using that tool set for a couple of years by then.  That shipping company used the same tool set, and was looking for additional help.  Not as an employee, but as a contractor.  I spoke with an accountant, filed the necessary paperwork, and became a one person corporation.  I left the electronics company, and worked for the shipping company for a couple of years.

After that I kicked around a little, picked up a couple of short term contracts.  Then a technical writer I had worked with at the shipping company called me up, and told me that a friend of hers, another technical writer, was contracting with a city retirement agency.  They were building a new system and just happened to use the same tool set I had been using now for a number of years.

I got a 6 month contract.  At the end of that I got a 1 year contract with a small pay raise.  This went on for a couple of years, each time with a small increase.  The system we were building was really quite good.  Then the project manager, also a contractor, was hired as a permanent employee.  She left our group and went to coordinate things like getting the retirement offices wired, so that there was a computer on everyone's desk.  She was getting printers set up so that reports could be printed locally, managing security so that staff could only see or change what they were entitled to have access to.  A new manager, a city employee this time, was brought in to manage us developers.  Then the project took a left turn.

I don't know where the idea came from, but somewhere in management, a decision was made to buy packaged software for printing the pension checks.  It was a good call, because the check printing software they were using was not only ancient, but somewhere along the line they had lost the source.  The same software was being used to pay all the city employees.  The input to this programs was a series of 80 character records, so it had originally been built for punch cards.

This software not only printed checks but also kept a record of them, that would be available for review online.  So we needed to design a method to take the information from our old database, and port it to the new database once a month.  This used a different programming language and a different database management system.  Then the unthinkable happened.  They sent me to classes.

Normally, you train your employees when you bring in new software.  You hire contractors that already have that skill.  To send a contractor to classes as far as I knew was unheard of.  And that wasn't the last time.  Initially, I softened the blow by waiving my fee for the duration of the class.  As time went on I even stopped doing that.

Over the years, employees came and went, and I was still there.  Software was enhanced, replaced, and sometimes customized beyond recognition.  I had become the institutional memory.  All of the changes and enhancements that were made, the little customized things and the whole subsystems written to accommodate functions that the delivered software didn't address.

My contracts were still running (fiscal) year to year.  They expired June 30th of each year.  My last contract was for the year I turned 69.  In the fall of that year I approached the manager and told him I would not be needing a new contract, that I planned to retire, at the age of 70, when my current contract expired.  I told him then so that they would have plenty of time to bring in a replacement, so that I could help bring them up to speed.

It being a government agency, they dicked around for months.  My replacement started June 1st.  That gave me one month to try and bring her up to speed, teach her what the system did, where we had made major modification to delivered functions, and where we had written entire subsystems that were tightly coupled with the delivered software.  In essence, teaching her what had taken 20 years to build.

In the following months, I dissolved my business and began the process of simplifying my life.  I filed the short year tax returns and had everything wrapped up by September.  Then I got a phone call asking if I could come back for just a short project.  Maybe a month or 6 weeks.  I made arrangements with a third party to pick up the contract, and became their part time employee.  Six weeks became three months and I practically had to pry myself loose with a crowbar.

I am about to turn 72 and I have spent more time working than not.  Part of it I understand.  Even if I didn't build it, I was there when it was all built.  A lot of the original design was created at a nearby Starbucks.  We had a manager at that time who believed that us getting together to talk was wasting time.  So we would all decide to go out for coffee at about the same time, and talk about how we thought this new function or that process should flow.  All those people are long gone now.

Since there there have been a whole series of enhancements responding to the legal environment, labor environment, or simply to supply the management of the pension system with more tools to support their members.

So, if you know Oracle and Peoplesoft, and perhaps even Pension Administration, I know where you can get a job with good pay, better than average benefits, and a defined benefit pension plan.  Take my job, please!


 

 

Wednesday, April 3, 2024

What I do Best

 For someone who is retired, I am spending a lot of evening, sometimes very late evening hours sitting at the keyboard.  For a while now I have been reviewing this function, making tentative stabs at how it should be changed to meet the new requirements.  

 I write code, it doesn't look quite right.  I go back and talk to the user about how the finished product should work, then I go poke at it some more.  But tonight is different.  The back and forth is done, and I know exactly how it is supposed to work.  Now I just have to actually make it do that.  And that really is the easy part.

I zero in on where to put the first change.  This is collecting a bit of information that gets painted on the screen at the very back end.  I change it, test, it breaks and I fix it.  I keep going through that, until that part of it is doing exactly what I want, then move on to the next bit.  I know it sounds like trial and error, but it really isn't.  Because I now I have a clear picture in my head as to exactly how it should work.  I just have to get past the part where after all these years at a keyboard I still can't type.

I probably do this differently than most people would.  I have three changes to make.  This first one is the easiest, but I will make this change and then go through the entire process of testing, to make sure it appears where it is supposed to at the back end.  That done I can start on the second bit.

My experience has shown me that it is a whole lot easier to find one bug than to find three.  So if I can make sure that this works as intended all the way through the process then if there is an issue with change number two, then I will know it really is about change number two and not have to try and first figure out which change made it crash.

It is just about nine o'clock at night, because Xfinity decided shutting off the internet to this neighborhood in the middle of my work day was a perfectly fine idea.  And no, I can't bill them for the $100/hour I missed.  But for now, I have just about finished my glass of wine so it is time to test.

Monday, February 12, 2024

Things I will probably never do again

Trot a horse on a switchback trail through a redwood forest.

I no longer own a horse, it has been years since I have.  And although I am pretty sure I could still ride one, I am not at all sure I could swing my leg over a saddle anymore.  I'm just not that flexible.

Check raise through four rounds of betting, and have the sucker that was betting into me call every time.

 I am sure I will have the opportunity to play against someone that oblivious again some time, but you can only do that playing 7 card stud.  They don't play that anywhere I know of anymore.  The best I could do that would be three times playing hold-em.  I should add that I did try to do that once in a hold-em tournament on a cruise ship.  I flopped kings full of aces.  Had I gone all in at that point I might have chased out the player who eventually beat me with aces full of kings,

Ride a non-electric bicycle from Nicassio to Point Reyes Station and back.  

That's about 17 very hilly miles.  I was still doing that into my late 60s.  My riding companion was riding an electric assist bike, and mine was fully manual.  Then COVID hit and I didn't ride for a couple of years.  The last time I rode with that friend on a much shorter route I lost sight of her, and she had to wait for me to catch up.

Work outside of my home

A few years ago, perhaps more than a few, I took a hotel room in the city a couple of blocks from my office when I was doing some kind of upgrade/conversion that was going to take all weekend.  It allowed me to go back to the hotel when I had kicked off a long running job and grab some sleep.  Then I could go back to the office and pick up where I left off.  It allowed me to squeeze in all the processing into a weekend and not impact the day to day operations.  Now, if I was even willing to take on a project like that, I would be doing all of it from my living room.

Break up a double play

I played softball for years.  I was never a power hitter. I had one career home run, and that came from hitting a sharp line drive that got between two outfielders before they could close on it.  Towards the end of my playing days, I hit a clean single into right center field and jogged into first.  The batter behind me was mostly a ground ball hitter, and he didn't disappoint.  He hit a ground ball towards second and I took off as fast as I could, going into my slide just a moment too late.  I am not sure how long it was before I regained consciousness but I had broken up the double play.



 



Wednesday, November 8, 2023

Costco, a little less oil in your Almond Butter please

 I know, almond butter is not peanut butter, so I don't expect them to be exactly the same.  But I find myself wondering, what exactly am I supposed to do with it?

It doesn't matter how much you stir it, you will never get it to the consistency where you could spread it on a sandwich and not be dripping off all sides of the bread.  I suppose if you used a level teaspoon of it then it wouldn't drip, but then all you would taste is the bread.

It tastes good, although not substantially better than peanut butter.  But at it's current consistency I can't really find a way to eat it that doesn't either not taste like anything at all, because I have to use so little of it without it ending up all over my hands, or bake it into something.

I really don't need a bunch of brownies or cookies around the house, because there is nobody here but me and if I bake them I will eat them.

Costco, I generally think of your stuff as quality, but you really missed the mark on this one.

Saturday, October 14, 2023

And now I'm stuck with Windows 11

 My desktop finally died.  It was delivered with Windows 7, and had suffered through the update to Windows 10.  The threat of Windows 11 was hanging over it's head, as I had gotten notifications from Microsoft that the device was in fact compatible with Windows 11.  Perhaps that is why it finally died, it couldn't suffer the indignity.

With no functional desktop, I needed to go out and find another.  It took a few days, shopping around for the workstation and monitors.  I had two functional monitors but none of the workstations I found supported two VGA monitors.  They would, however support one VGA and one HDMI monitor, I was able to find some nice, but inexpensive monitors that had both VGA and HDMI ports so I bought them.   So after several days of shopping, plus several days of installing the software I need for work, and then four days doing actual work, I have come to the following conclusion.

Windows 11 is adware.

It is not so much a new operating system as it is Windows 10 with the functions rearranged on the screen, and the guarantee that there will be a constant barrage of reminders from Microsoft to install or activate something you don't really need interspersed with advertisements disguised as news.

 Over time I will figure out how to disable many of the more annoying features, although I wonder how many will be re-enabled by periodic update. 



Thursday, July 6, 2023

Another thing that's never coming back

 For much of my adult life I have played poker.  I played in the poker rooms that played 5 card draw and lowball.  I played 7 card stud at the Oaks card room and in Reno. I have played hold-em in Reno, Las Vegas, and in a tournament on a cruise ship.  But the most fun (with one exception) I have had was the every other weekend game I had at my house.

It was a friendly game, nickle, dime, quarter, three raise limit, dealer's choice.  Most people bought in for twenty dollars.   We drank beer, smoked a little weed, and played from around 7 in the evening til midnight or thereabouts.  Nobody lost their rent money but that didn't mean we were not all serious about winning.  It wasn't about the money, it was about winning.

We played 5 card draw, lowball, seven card stud, hi-low split and some other variations that I can't remember.  Whatever the dealer called as the deal rotated around the table, that's what we played.  I moved twice, and the game moved with me.  As host I supplied the beer.  It was a small price to pay for the evening's entertainment.

Nobody plays those games anymore.  Texas Hold-em and poker have become synonymous.  I have enjoyed playing Hold-em, but it was never my favorite of all the different poker variations I have played. I don't begrudge those that was to play it I just wish there were choices.

 Oh, and the one exception was a hand I played in Reno.  It was 7 card stud.  I had 3 queens on the deal.  I wasn't first to act and I just called when it was mine turn to bet.  After that, with a queen up I was first to act.  I checked.  When another player bet I raised.  The following card, I checked again, and one player bet into me.  I raised again.  The other remaining players between me and the bettor had also checked.  They didn't need to be taught twice.

I check-raised all the way to the river and he bet into me every time.  I have won more (and lost plenty too) playing poker, but that had to be the most fun I ever had.  But that too, will never happen again, because nobody plays 7 card stud any more.


Tuesday, July 4, 2023

Finally ran out of excuses

 It is not quite 11:30 in the morning and I am just starting my second cup of coffee.  I haven't showered and dressed or eaten anything.  Even the coffee is from a pot I made yesterday and that I reheated by the cup in the microwave.  I think this is the first day since I moved into this place in April that I have not had travel plans or work or an appointment or an errand or some other obligation demanding my attention.  So there are no more excuses for tackling my least favorite aspects of relocating, or perhaps even life in general.  I have to go through all the things that were not essential to living and so they were pushed aside because I was too busy.

Item 1 - Reconciliation and filing.  Go through 4 months (as I was moving, March didn't get done either)  of paperwork, receipts, and statements, entering everything into the appropriate spreadsheet and make sure everything balances.  Then file all said paper appropriately.

Item 2 - Finish unpacking.  Most of what remains is cleaning supplies.  When I lived in more spacious digs I bought cleaning supplies in Costco-sized quantities.  I had a woman who would come in regularly and thoroughly clean the house.  She and her assistant (various helpers came with her over time) would spend several hours and significant quantities of cleaning supplies keeping the house in excellent shape.  And before leaving (she would leave a note if I wasn't home) let me know if any of the supplies were running low.  When I first downsized, it was smaller, but not that much smaller.  Plus it had a garage.  The second had a lot of closet space I was able to avoid dealing with the surplus cleaning supplies.  This place, not so much.

Item 3 - Electronics and vinyl.  Setting up my desktop computer was one of the first things I did upon moving in, because it was necessary for working.  The setup is not optimal but it is functional.  My other electronics (amplifier, turntable, CD player, tape player, combo record player/radio, file server, router, multi-disk hard drive enclosure) are on shelves but not all are plugged in or functionally connected.

Item 4 - Filing cabinet. I frankly have no idea what I will find in there.  The hanging file folders were mostly removed for moving but there are all sorts of papers in there that were too recent to place into the storage unit.  That will be an adventure by itself.

Item 5 - Create a giveaway pile.  I have gotten rid of a few things by bits and pieces, but much remains that is surplus. Cleaning products will be some of it, but there will other things that could be useful that I need to dispose of.  I have already done that with clothes.  I know I need to do it with kitchen things.  I have more than sufficient flatware to seat a table of 12 people, the table and chairs being long gone.  The same applies to dishware.  I am sure that I will come across other categories along the way.

 Have I mentioned that I hate moving?  I have moved three times in three years, to successively smaller places while shedding possessions along the way.   Obviously not enough.  

It's almost 12:30, can't think of an excuse to put it off any longer.