Skip to main content

Loss of a loyal companion

Not really done much on the Z750. We had to have one of our dogs put to sleep last week. it is easily the worst thing you ever have to do, and its not easy to get over. every time I think of him I start tearing up, and being male, I fight my brain away from the thoughts so as not to show too much emotion.

its been over a week, and I'm still finding it hard to concentrate on anything but the fact that there is a great big hole in our lives. my wife is taking it harder, but then he was her dog really. followed her everywhere. that's another reason i need to be strong. i have to support her through this.

how long will this continue? that's a question I have actually googled and there is no answer. this year has been a bad one for us. we lost our Labrador in January, and now we've lost another on. fingers crossed we don't lose any more this year, or for a few more years.

I have started work on a memorial slate for them, and i think that that will help me and my wife.
I thought that i had finished grieving for my lab (we do have 'our' dogs which are more either mine or my wife's, and the lab was mine), but losing another one has brought fresh tears for my loyal companion. it's also brought up more grieving for the other dogs we've lost over the years. it seems to have no end.

so if I do find a 'cure' for grieving, i'll be sure to let you know, although I may market it, as I'd be sure to make a fortune.

we did get a puppy recently (to train as a support dog), and she is doing a good job of keeping our spirits up. she is so bouncy, and we are currently trying to socialise her as much as possible. between training, socialising and playing with her, she really does help keep our minds in the present.

anyway, I'll get back to the Z750 now, I'm sure you've had enough of reading this.

Comments

Popular posts from this blog

Windows Subsystem for Linux Internals

Background Windows Subsystem for Linux was developed by Microsoft to enable command line programs compiled for the Linux operating system to be executed on Windows. To explain the architecture I would like to show the evolution of OS design and how that has enabled this subsystem to be built. Dark Ages (or Back in the Day) Microsoft's MS-DOS was quite primitive in its design (compared to today's OS's). It is a single user OS that can execute one process at a time. DOS had an application programming interface to allow user programs to access some hardware in a device independent way, but only for character-based applications. This allowed applications to display graphical elements emulated with text characters as these screenshots of Microsoft word for DOS show: This is Microsoft Word version 1. To use these programs you had to remember key combinations to bring up the menus and used the cursor keys to navigate around the screen. If the a...

I'm a Triathlete (again)

So, I've finally done it. I'm a Triathlete again. First a bit of background. In the 90's I used to work at Xerox in Hertfordshire. I used to run with the work club some lunchtimes, swim with friends on the other lunchtimes and cycle to work some days. Xerox had a small gym on site with a resident fitness instructor. Approximately every six months I would have a fitness test to see if I was getting fitter. it was a stationary bike test and they measured fat percent and blood pressure (probably a bit more, but it was a long time ago now). During one of these fitness tests the instructor asked what exercise I did, and told him, and he suggested that I have a go at triathlons. So I looked for magazines (This was actually before Google. Yes there was a time before Google existed). I found a magazine called "220 Triathlon" and read through it to learn more about triathlon and look for races. I'm not sure how I found out about it, but I was told about the ...

Creating a Watch Face for Android Wear OS 2

Step 1 - Setup my watch for development I have wanted to create a watch face for android wear for a while, but as no new watches were being released my old Moto 360 watch running wear os 1.0 got out of date and I stopped using it. For Christmas 2018 I got a new wear os watch running wear os 2.2 (android os 8.0.0). it has a round 400 x 400 screen and I decided to finally get round to creating myself a custom watch face for it. The first thing I do with all my android devices is to enable developer options. if you don't know how to do that then you can find the method using a google search. I won't give it hear as it opens up all sorts of options that could make android become slow/unusable. Once I had developer options enabled, I turned on USB debugging. This watch (as opposed to my old Moto 360) has a USB connection to the computer, so I don't have to use WiFi debugging (which has to be set up for each debugging session). now on to the watch face creation. St...