this post was submitted on 19 Feb 2025
846 points (99.3% liked)
Technology
63082 readers
3627 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's wild to me how hodgepodge the software was. It's the software equivalent of the Ford pinto, great and then boom! But for a long time it's all there was.
There were competitors, but nothing offered everything like the blackberry platform in the early 2000s, the (user facing) software and keyboard combo were nuts, and when the trackball was released (Curve? Pearl? Idk) it was like having a little computer in your pocket.
I used to be a mobile developer (mainly Windows CE, Android and iOS) but once in 2010 I got put onto a project producing a TV-guide-like app for Blackberry. I was absolutely blown away by how fucking awful the developer tools were. Even during the development phase, an app had to be fully signed before it could be deployed to a device and tested and the signing servers were almost always down or operating under a severe delay. Even worse was that the framework code was divided up into umpteen billion different modules, each of which had to be separately signed, so the more modules you made use of the longer your app took to be signed (I often found myself writing custom functions that should logically have been handled by the framework, just to avoid the inclusion of one more module). Some days, even a one-line change to your code took 30 to 40 minutes to get onto your device - or else it was impossible because the signing servers were completely down. They did have emulators but they were worse than the physical devices and everything still had to be signed anyway. I just got in the habit of making hours of changes and then deploying while I went to lunch and testing everything afterwards; definitely not a programming best practice but the only way to make it work.
The built-in UI tools were horrible and there wasn't anything that could be used for a TV guide, so I ended up having to do literally everything with Graphics primitives - although that was actually the fun part of the project. The most annoying thing was the 16-bit graphics, which probably made a bit of sense in 2003 but certainly not in 2010. And of course Blackberry was crashing and dying at that point anyway, so my work was pretty much useless.
The scroll wheel was awesome, though. It allowed for a super-precise UI controlling aspect that just isn't possible with touchscreens.
More like Research In Place than RIM
Damn, I wish I'd thought of that back then.
I give you my permission to claim it as your own when you finally get that time machine working.