The Palm OS Ends With a Whimper
PetManimal writes "Computerworld reviews the Palm Treo 755p, the last Palm device with the Palm OS, and concludes that the OS is going out not with a bang but with a whimper. The article says there are some useful improvements (better integration with Exchange and IM, limited speech recognition, etc.) but 'nothing that will make you sit back and say "wow."' Palm already has at least one device with Windows Mobile (the 700w) and soon will make a big push to Linux devices, maybe by the end of the year. But the Palm OS, which was top dog for a while back in the 1990s, and is still used by many people who own Palm Pilots or Treos, is going to quickly fade, it seems."
Palm already has at least one device with Windows Mobile (the 700w) and soon will make a big push to Linux devices, maybe by the end of the year. But the Palm OS, which was top dog for a while back in the 1990s, and is still used by many people who own Palm Pilots or Treos, is going to quickly fade, it seems.
Ok, but what will the interface for those Linux devices look like?
The theory of relativity doesn't work right in Arkansas.
I take it your development team never went on a 7-day cocaine/hooker orgy and deleted all the source code?
Do you even lift?
These aren't the 'roids you're looking for.
To anyone who owns a modern PDA, how fast can you write? I've went through two Palms (no pun intended) and two handspring visors back in the late 90's and I loved them - but more importantly, I could enter text at least twice as fast as anyone I knew who had a WinCE device.
Has that changed?
The whole point of palm OS was that it delivered what was needed with simplicity, and no bloat, like it's rival at the time Windows CE.
A simple to do list, contacts, calendar, a memo pad was the core of the experience, and allthat you needed a PDA to do.
Honestly, should anyone really care? If the next-generation Palm operating system is based on a Linux kernel but has the capability of running Palm OS apps in an emulation mode, should we care about what code base it runs on?
OS's aren't like people or pets. They're tools. When you've outgrown them, you can either upgrade them or find a new one. Obviously Access has no interest in updating the PalmOS, so Palm has to go its own way. I personally hope that they deliver new capabilities on Linux while retaining the simplicity of the Palm interface.
No worries; just replace it with a Congo!
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
I have found that many people do not share my point-of-view with regards to Palm OS, but I must personally say that I hated it. The interface was easy enough to deal with as a user, but as a developer, it was a nightmare. I am so glad to see Palm OS go and be replaced with Linux.
There were so many problems with the OS design. I could not understand why you would build an OS that lacked any sort of filesystem. Instead, they had a very crappy database-esque system from which you could retrieve data. You couldn't simply load a file onto the system, it had to be loaded into the database and accessed using their bass-akwards method of database access. Be aware, we're not talking SQL here.
Another thing that was horrible was their lack of long-jumps. I had previously never had to specifically arrange the order of my object files in a link statement to avoid jumps further than 64k. There were times where I actually had to create functions that did nothing but call a later function so that I could make code jumps to functions further than 64k away. That made using the STL basically impossible (some would not consider this a loss, I do).
Then you add in the ridiculousness of having to define UUIDs for programs. So, anytime you wanted to write any sort of small application, you had to register a 32-bit number (less actually) with Palm. There are better ways to do this. We don't live in the 70s anymore.
Ugh! There are so many other problems. I just had to get this off my chest. Once they do this, maybe I'll go get a new Palm. I was never able to bring myself to buy a Windows CE device, but I have longed to have another PDA. Hopefully, these new Linux systems will be what I am looking for.
Of course, it has been years since I programmed anything on Palm OS (version 5, I believe). So, for all I know, they fixed all of these problems and I will be the recipient of a massive amount of flame.
Open source PalmOS.
Seriously.
It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
Windows CE/Windows Mobile was running at a huge loss, but has now broken even. Tactics like that do tend to allow you to destroy traditional competition in the long run. Linux-kerneled devices are growing faster than ever and MS does not have a recipe to destroy them.
Engineering is the art of compromise.