Difference between revisions of "Switching costs of various kinds of software"

From Issawiki
Jump to: navigation, search
(Created page with "I've been thinking about switching costs of software ever since I saw [https://blog.robenkleene.com/2020/09/21/the-era-of-visual-studio-code/#fn:whytexteditorshavechurn this f...")
 
Line 2: Line 2:
  
 
* Spaced repetition software is pretty easy to switch, because the old SRS you abandon will gradually have fewer and fewer reviews, so you can just add your new content to the new SRS and it will basically be a "soft switch" to the new one.
 
* Spaced repetition software is pretty easy to switch, because the old SRS you abandon will gradually have fewer and fewer reviews, so you can just add your new content to the new SRS and it will basically be a "soft switch" to the new one.
 +
* Text editors are unique in that the ''format'' is universal (because it's either plain text or controlled by programming languages rather than the text editor itself). There are however "soft" lockin via formats, e.g. a programming language with a lot of boilerplate will be difficult to program in without fancy autocompletion.
  
 
[[Category:Economics]]
 
[[Category:Economics]]

Revision as of 02:21, 5 January 2021

I've been thinking about switching costs of software ever since I saw this footnote in a blog post about text editors.

  • Spaced repetition software is pretty easy to switch, because the old SRS you abandon will gradually have fewer and fewer reviews, so you can just add your new content to the new SRS and it will basically be a "soft switch" to the new one.
  • Text editors are unique in that the format is universal (because it's either plain text or controlled by programming languages rather than the text editor itself). There are however "soft" lockin via formats, e.g. a programming language with a lot of boilerplate will be difficult to program in without fancy autocompletion.