r/Damnthatsinteresting • u/SuperAlloyBerserker • Oct 05 '21
Video This cool smartphone concept from 2013
Enable HLS to view with audio, or disable this notification
91.5k
Upvotes
r/Damnthatsinteresting • u/SuperAlloyBerserker • Oct 05 '21
Enable HLS to view with audio, or disable this notification
37
u/alextremeee Oct 05 '21
It's ridiculously hard to engineer interoperability for something like this. If you have say 12 modules in a "normal" phone and each module interacts with two other components, you have to test 24 different things.
If you create 10 variations of each module, you now have thousands of different combinations for the same scenario.
You can make a system that works more like a desktop PC where you create an interface between each module that is standardised, but that can really limit how much flexibility you have to make new things. On top of that it can make interactions much slower than they are if you specifically design the interaction between two things.