Nokia had touch screen built into symbianOS from the start. All the API’s were there as was the UI handling. The Psion 5 was based on an earlier version of the same code and it was developed in 1995 or there abouts.
In 2002/2003 much worked was done producing a touch based UI (I worked on a few of the apps). We had a customisable Home Screen with drag&drop icons. Multitasking with inter app communication.
Sadly, the hardware wasn’t quite up to it and they were silently dropped instead of working on improving.
I’m a leftie and I don’t think I learnt it. My mother said as a very young child she noticed I’d mainly used my left hand to take things - probably food :)
These days the only real problem for me is scissors, especially the ones with moulded plastic handles.
I’m a leftie from a 50% leftie family. Apparently I showed my left handedness as a baby when grasping for things and hardly used my right hand.
My mother was also a leftie, but in her generation she was forced to write with her right hand. The net result being she could write equally well with both hands. When I learnt this I tried to copy it.
I think this was also a “look what we can do at short notice” kind of exercise. Just in case a country was thinking of maybe trying to take over another set of islands in the south Atlantic
Why use any high level language at all if AI is writing the software.
The high level languages seem mostly about humans not being able to handle complexity. Not an issue for an automated bot.
I’ve recently built a disassembler and emulator using Claude to help reverse engineer a 90’s ECU based on an Intel embedded cpu.
It was quite impressive to watch when Claude started to use the emulator to help understand how bits of the code worked.
It seems to be perfectly happy to run on virtual box with a Debian install. The host pc is running a local model. I’m quite impressed with what it’s capable of.
I retired from paid sw dev work in 2020 when COVID arrived.
I’ve worked on my small projects since with all development by hand. I’d followed the rise of AI, but not used it.
Late last year I started a project that included reverse engineering some firmware that runs on an Intel 8096 based embedded processor. I’d never worked on that processor before. There are tools available, but they cost many $. So, I started to think about a simple disassembler.
2 weeks ago we decided to try Claude to see what it could do. We now have a disassembler, assembler and a partially working emulator. No doubt there are bugs and missing features and the code is a bit messy, but boy has it sped up the work.
One thing did occur to me. Vendors of small utilities could be in trouble. For example I needed to cut out some pages from a pdf. I could have found a tool online(I’m sure there are several), write one myself. However, Claude quickly performed the task.
I briefly worked in a team that implemented a JVM on a mobile OS (before the iPhone) and one of the senior devs said Jazelle was in effect very inefficient because of all the context switching between ARM mode and Jazelle mode.
Turned out a carefully tuned ARM JVM was in practice th best
I’ve tried 2 AI tools recently. Neither could produce the correct code to calculate the CPU temperature on a Raspberry Pi RP2040. The code worked, looked ok and even produced reasonable looking results - until I put a finger on the chip and thus raised the temp. The calculated temperature went down.
As an aside the free version of chatGPT didn’t know about anything newer than 2023 so couldn’t tell me about the RP2350
I just checked. The code it gave me, though syntactically correct, was wrong functionally. The rp2040 temp reading increases and the ADC value decreases. ChatGPT didn’t invert the values.
Ha. I asked it to write some code for the Raspberry Pi RP2350. It told me there might be some confusion as there is no official product release of the RP2350.
If it doesn’t know that, then what else doesn’t it know?
It's doable, but it took me closer to 20 years.
I got to zero net assets in July 2001. Retired from paid work (mainly sw eng contracting) at the start of covid in April 2020.
I should say, at the start I wasn't married and had no dependents. Also, for large parts of those 20 years, I didn't need to own or use a car.
I’ve now retired from professional programming and I’m now in hobby mode. I learn nothing from reading AI generated code. I might as well read the stack overflow questions myself and learn.
Sadly, the hardware wasn’t quite up to it and they were silently dropped instead of working on improving.