Hacker News new | ask | show | jobs
by k__ 3054 days ago
Could you please elaborate?
2 comments

UNIX tools can focus on solving a single problem well because they interoperate between themselves, so you can join tools that solve different problems and make something useful out of it.

SaaS has no such option. It either does every little thing you need, or it doesn't solve the problem.

IFTT, stitch and segment are some companies that try to solve this problem.
They're ultimately limited to which SaaS lets them, which is usually not much. For many, deep interoperability goes against the core objective of "engagement" (i.e. trapping the user in the service for as long as possible).
Interesting. What's an example of deep interoperability you'd to see that isn't currently available?
If Google Docs provides featureset A,B,C and Office 365 provides features A,B,D; you can never have both C and D at the same time.
Is this specific to SAAS? Suppose Word 2003 has A,B,D and WordPerfect has A,B,C, can you ever have C and D at the same time?
You have a single filesystem, so maybe you can open the same document in both one after another to work on the parts that need D and the parts that need C. Of course this relies on having a common format, but in the local-apps world we mostly have those, whereas in the SaaS world we don't even have a filesystem to share.
Ooh, good point. Import/export kind of does the same thing, but much worse I guess.