This is just one of those quick posts, i had to post as it made me giggle.
Store fronts such as EBay and others, are sometimes places where descriptions of items are at times questionable to say the least. However every once in a while a listing has a description that makes you smile. Today is one of those days.
A post on EBay today, the description is the seller for me 😂
This caught my eye and I thought I’d dig in a little deeper to read the description.
In a nut shell
I just love the part where it states the label translates for “Knackered” in German .
Made me giggle.
I think the label says something like “ Defect, Tailor in Oststeinbek. A region of Germany, however I may be wrong as my translation is basic at best.
However I know it dosen’t say Knackered as I believe that is “ Beschadigt” or “Geschlaucht” and that only translates as damaged! Which doesn’t quite fit the scenario does it?. Or maybe it does!
I’ve been totally bitten by this coding bug for these Psion organisers. They use a code called OPL, Open Programming Language that is loosely related to the BASIC programming Language. This allows the consumer to write programs or to make amendments to the way their personal organisers can operate and carry out commands. It’s an amazing bit of kit, but as usual I am about 40 years late for the party, however there is still a big community out there who have created some amazing programs and routines, and fortunately they are all willing to share their skills. The language seemed to phase out into retirement sometime around 2010.
One of those people is the guy in the video below called Huw. He has a channel on YouTube called Handheld computing and he has made a series of six episodes teaching those who want to know, how to program in OPL. He also has a lot of retro based videos on his channel.
Huw – he’s very good 👍
This is only episode one, and using Huw’s teaching I have already produced my first thirteen line routine to carry out a simple command that asks you to input your first name, and then second name and then it presents that to you, in the centre of the organisers screen. A simple and basic operation that gets you to appreciate the requirements and individual inputs that are needed, to get such a string of information to present itself on a screen in a structured way.
My rough scribblings in a scruffy shorthand
In my notes above I’ve added a couple of new lines to reposition the presentation of the text on my screen. And as I used the 4 line LZ model, this required a different set of coordinates from the two line CM model that I have also used.
When using the techniques in the video I did notice that there were mistakes, as when I entered the information into the organiser it was coming back with a “Bad declaration” error. So I knew something was wrong. After a while of searching through the program I realised two of the string routines were presented wrong with the “$” dollar sign positioned wrong in the text. A quick change of position and the program translated fine and now runs well on both machines. Below is a tidy version of the code:
NAME:
LOCAL NAME1$(10),NAME2$(10)
PRINT “HELLO”
PRINT “ENTER 1ST NAME”
CLS
PRINT “ENTER 2ND NAME”
INPUT NAME2$
CLS
AT 8,2
PRINT “HELLO”
AT 5,3
PRINT NAME1$;” “;
PRINT NAME2$;” “;
GET
I apologise if there are any glaring mistakes or mis types that the more trained eye may witness, however it’s only day one for me so I’m quite pleased.
Below are a load of pictures of the code being input into the organisers
Screen shots of different stages of the input into the OPL system. You can see these routines in the code presented either on my rough sheet or the typed version above.
And below is the results as they appear on either the 4 line screen or the two line screen, dependent on what unit you are programming.
Enter 1st nameEnter second nameHello Dave – 4 line version Hello Dave – 2 line version
And that’s it for my first session really, seems a lot of work for such a simple routine. However I have learned a lot in just one session and I have thoroughly enjoyed it. Im quite looking forward to Huw’s next five lessons, hence I will report back further as my learning and abilities hopefully improve.
I have already thanked everyone on 26th January this year for your kind support on getting me up to 100 subscribers on this site. It really is appreciated and today I need to thank you again on getting me to a 10k views notification.
Thank you 🙏
I’m not a consistent blogger as my posts vary greatly, I know there is quite a range in quality but I make no apologies for that. I’ve always suffered with quite severe mood swings due to a number of factors that I won’t dwell on here, and this site was created as an extension of the journal I used to write at home. That journal had some extremely worrying matter in it and I always encouraged my wife to read it, (As I’m a bloke who doesn’t openly talk) and as a result she pulled me out of some deep ravines and I am eternally grateful to her for that. That said I decided to take the Journal one step further and it is now online for all my family as well as you good souls to see. As a result you will see the good and the not so good, but believe me I am in a much better place for having you all around me.
Thanks for just being there, you will never understand just how much it helps.
And yes, I do talk more and I suggest everyone who is suffering in silence breaks that mould, and talks to someone. Do not please suffer in silence. And I’m always here to lend a listening ear.
I am now in possession of my third Psion organiser II. You can view any of my posts on them by viewing the menus listings of this site. This one is the LZ version and is a great clean example. This one cost me a little more than the other two £30Gbp all in. However we have progressed in technology and it is now 1989, this unit has grown up considerably since its siblings were produced three years earlier.
4 line Screen2x 32Kb DatapaksNow has a 4 line display compared to the earlier 2 line ones.
These units have a four line display compared to the earlier two line displays of the older versions. The screen size is larger on the LZ, it is 4 lines of 20 characters compared to the earlier two line screens that were 2 lines of 16 characters. 
My current organisers marked with an asterisk to the left this one has a “Massive” 32Kb of ram and 64Kb of rom. Oh how times have progressed
Here is a great review of the capabilities of this unit.
Psion LZ review
Unlike the previous versions I have, this particular unit does not suffer with the Y2K issue.
Below I have included a section from the operating manual for this unit.
The Psion Organiser II Models LZ and LZ64 come with a powerful set of utilities including:
A database which allows you to store items of information and retrieve them again instantly.
A diary to keep track of personal appointments.
Alarms to remind you of your diary entries, or to use as an alarm clock.
A sophisticated calculator, for simple or complex calculations involving mathematical functions.
A clock, with a stopwatch and timer.
Notepads with calculation, for information such as things- to-do or expenses lists.
International time and dialling codes.
A month-at-a-view calendar.
Password protection.
A multi-file database.
A choice of European languages.
The Organiser also has its own built-in programming language called OPL. The language is designed to exploit all the machine’s facilities to the full and to let you tailor the Organiser to your own specific needs.
The Organiser has an internal memory and two external devices which are the equivalent of disc drives on a desk-top computer. Each one can hold a Datapak for you to store information on, or a program pack containing a program such as the Pocket Spreadsheet.
The internal memory of the Model LZ holds around 32000 characters and that of the LZ64 around 64000 characters. In addition, one or more Datapaks can boost the storage capacity considerably – by up to 128000 characters per Datapak.
Courtesy of Psion PLC1989
I’m going to use all the organisers I currently own to look into learning the OPL operating language that all these units use. I have already programmed in a couple of basic routines that just perform actions such as a clock routine that shows up when you turn the unit on – see picture below.
Simple clock routine.
This simple routine consists of no more than about six lines of code, it really is simple but allows you to adapt it to just how you want it, there are a number of options you can use to incorporate it into other routines or have it just running on its own as I have here.The routine above stops whenever you press any button. Simple.
That was the appeal of PDA units such as these in the 80’s in that you could develop and write programs that you wanted that suited you and your requirements. I like this as it takes me back to the days when I purchased my first computer the ZX81 back in the early 80’s when you had to learn BASIC programming just to get it working.
I know I’m probably 40 years behind everyone else and the whole programming scene has moved on in leaps and bounds to a point where it is super technical and advanced, however I love the slow pace and infancy of it all. And I’m not doing anyone any harm, so I’ll just plod on at my pace. It keeps me occupied, and I’m constantly learning. And at my time of life that is no bad thing.
I did my Morse test back in 2003 just after I passed my City and Guilds 765 RAE exam in Amateur radio. It wasn’t a compulsory requirement as it was in the States at that time, but I chose to go with it. I wasn’t the fastest in the world but I enjoyed using it to be able to partake in my favourite part of the hobby, low power QRP operations.
As morse uses such a small bandwidth, distant operations using very low power below 5 watts are very achievable. Wspr transmissions operate in even smaller power ranges, however that’s a whole different story.
So what’s the Psion organiser got to do with Morse?
When you set out trying to master Morse you look at loads of techniques and ways to make your journey that much easier. There are Morse trainers, there are even Morse decoders and encoders that basically allow you to “Cheat”, but what’s the point of that as you’re not going to learn anything that way.
The Morse Datapak Psion Organiser II LZ
I used a technique called the visual mode technique that allows you to learn Morse by associating the dots and dashes with the actual shape of the letter and number. It works well when translating to paper, however Morse is a sound mode and it is better to use sound association, that will always work the best. I have this on a book mark to this day, as well as having it as screensaver at work. It worked for me. That’s where the Psion also had a part to play in my education.
Visual mode technique
I have a pre loaded data pack that runs perfectly on this old 1980’s machine. I used a very similar program back in the day, but not this actual one (See pictures above). The program and files are extracted and copied from the Interair Airnav pack and i have uploaded a small video below to show it whilst working.
“Peace”
With this program every digit you press on the keyboard is repeated back to you in Morse code. It’s a fantastic way to keep yourself on the ball. There are a few minor errors but the numbers and letters are pretty much spot on. It’s a great way to learn the shape of a word by sounds, and that’s a big part of Morse code, where you use phonics or the sound and shape of a string of dots and dashes to learn particular words or formations of groups of words. I’m probably making it sound more difficult than it actually is, and I apologise for that as it really doesn’t have to be. Each person finds their favourite way to learn, and this worked just fine for me all the way back in the early 2000’s about 22 years ago.
Have a great day and peace to you all or should that be :
I think I wrote a good time back about creating a good work life balance. I actually stick to that and I’m now enjoying a good separation from my workload much to the displeasure of my bosses who seem to think you are contracted to work for them 24hrs a day, 7 days a week.
Now I don’t like to disappoint people, however excessive hours were affecting both my family life and my health and ultimately that combination would have probably finished me off, and that’s no good to anyone. Now they have me working at my best, and most productive and a recent yearly review was very complimentary to me and my work ethic. So that’s a good thing👍
The real answer to the question that I’ve been skirting around is that I need a break from Work. I’m probably a couple of years away from retirement now, and I’m so looking forward to that. We already have plans in place and I’m looking forward to that final day I leave work and close the door for the last time.
I’ve done my time, it’s now time to give the youngsters a go. Let’s be honest we are only ever numbers at work, and the minute you leave someone else will be doing your role, without there ever being a second thought for you.
You’ve done your time, paid your dues it’s now time to go and enjoy your autumn years.
I had to think about this question and just what has influenced me most in my lifetime.
Radio commenced a good few years prior to my appearance on this earth but it has been the most featured aspect personally within my life.
As a kid of the 60’s and 70’s we grew up with radio being a massive influence to us, all the celebs and stars we knew were probably radio DJ’s and pop stars and all we ever wanted was a small transistor radio of our own to walk around with constantly held to one of your ears. It preceded television that in the 60’s was still really in its infancy, and back then we only really had two television stations that only broadcast for parts of the day.
Radio was the go to medium. Pirate radio stations were popping up all over the place being constantly hounded by the BBC and the government until the BBC gradually softened and realised this was what the younger generation wanted, so all of a sudden we had pirate DJ’s appearing on national radio stations, however they were tightly controlled and governed.
The first item I ever remember repairing was a radio, given to me broken by a neighbour, I repaired it and they were so impressed they brought it back off me, how good was that? At this point my interest in radio was heightened and i realised I could make a living myself, if I wanted to learn. And learn I did.
That’s my personal reasoning for believing radio was the best invention, if you look at how it has affected all our lives, not just in creating a fantastic communication medium, then the effects are long ranging and global. Here’s just a few items that have radio to thank for their arrival into our everyday lives.
Television
Mobile phones
Satellite communications
GPS
Radar
Remote control
MRI scanners and many other medical applications
Data WiFi
And the good old internet probably would not have been born without radio waves to assist it.
These are just a few of the applications that have had their roots in old fashioned radio science. We really have to thank the founders, Heinrich Hertz who discovered radio waves in 1886, and Guglielmo Marconi who sent the first Morse code radio message over a short distance nine years later in 1895.
These two men changed the way the world developed from that point onwards in my eyes.
Radio was and still is, the most important invention throughout my life time.
Describe your most ideal day from beginning to end.
If just for 24hrs you could be with those you miss the most, those who have gone before you who have left you with so many unanswered questions, this would be the perfect day.
To spend more time with loved ones, to walk another mile with them, hold hands and just look at that reassuring smile, how lovely would that be?
Talking with them to the point that comfort and assurance is restored and having those doubts and worries brushed away. To know they really are happy, well and worry free, and that you are loved and still looked after, wouldn’t that just be perfect?
The end of the day would come, you’d be upset for sure, you’d say gentle goodbyes, but this time you’d be smiling, what a difference to the last time you parted company. You could now live the rest of your life free and without the worries and doubts of your past to haunt you. No more grieving.
Never again to ask the question, “What if?” as you’d already have the answers.
You must be logged in to post a comment.