Cloud Computing: Why you can't sync selectively

Bob Pritchett
Bob Pritchett Member, Logos Employee Posts: 2,280
edited November 20 in English Forum

I feel like this has already been beaten to death, but since it just won't go away, I'll take one more shot.

First, let me say that we do listen to our customers. Even when we say "we're not planning to do that," we keep listening. The evidence shows we change our minds when necessary, if not every time you want.

Now, the simple explanation. I believe that the future of consumer applications is simple, convenient and in the cloud. I know everyone doesn't agree. I know everyone doesn't like it. I just think it's going to be "the ways things are" in the near to mid-term future.

For the record, I have zero photos on Flickr, only use Gmail as a throwaway address, and generally don't use cloud apps. I have a technical person's aversion to data out of my reach. Except I'm lazy, and I'm finding the few cloud apps I do use to offer a really compelling benefit in the way of convenience and simplicity.

So no amount of anti-cloud articles from the technical press or enterprise analysts is going to mean much to me. I already dislike the cloud. It's just that it's so useful and popular, I can't help it. :-) Call me when your friends stop using Facebook and Flickr.

So I see a future in which consumer applications (like Logos Bible Software) are, by definition, cloud applications. For example, Gmail is a consumer email client, Google's attempts to sell it to business not-withstanding. Nobody complains that Gmail runs on Google's servers. It's a cloud service. Even the availability of a desktop client wouldn't cause the world to clamor for Gmail that stored all its data on your hard drive. Nobody is surprised when your email messages are archived on Google's server. That's what cloud apps do, so you can access them from other machines, have online backup, etc.

Logos was a desktop only app, and it's moving towards being a cloud app. It isn't there yet, and may be a hybrid for a long time, or even forever. So I understand that this change is catching some people off guard, and upsetting others. Not everyone will even agree that it's a good idea. I've had the same experience with other apps myself. (Family Tree Maker used to be something I had a purely offline experience with. Now Ancestry.com is the new "cloud" solution they're pushing towards. Weird change at first, but now I appreciate it.)

Yes, your data is your data. And so we are working on better copy, export, and print features. These are literally being coded right now, and you'll have them soon. I'm sorry they weren't in the first release, but for that excuse I'll refer you to any number of "why did you release it now?" forum threads back in November. :-)

As for the argument that allowing people to simply turn of sync for certain document types is just 20-30 lines of code, my answer is: true. But those  would be the most troublesome and expensive 20-30 lines of code in the app.

More than 20 years in software development has taught me that there's no association between "easy to code" and "a good idea." As a formerly very geeky programmer (now just mildly geeky), I was a big fan of an option for everything. Total control for the user of every conceivable controllable thing. Secret .INI files and registry settings to allow changing those other settings considered too obscure for even the Tools > Preferences > Advanced dialog box.

Stupid, stupid, stupid.

Every setting and option is one more way your system can be different from everyone else's, and from the one technical support is using to try and help you. Every setting is one more thing to preserve, import, upgrade in the next version. One more thing to document, test, and maintain. One more thing to make the application scary and overwhelming for the very non-technical user.

Let's look at the implications of this particular proposed change:

Scenario A: We put in code to let users turn off prayer list syncing. User loses laptop, installs on new machine, is delighted to find all their books, licenses, notes automatically restored from the server. Phone call: "Where is my prayer list?"

Scenario B: To avoid Scenario A, we implement a local backup option. Lots more than 20-30 lines to write backup option. (We have to make a special, separate data store for just the non-syncing data, apart from the syncing data, which we don't want in the non-syncing backup. Then we have to write code to read in "restored" backups. Have to make sure it's version aware, in case you choose not to restore for years, and expect future versions to import old backups. Etc.) Now we need code to remind you to backup. Or else we have to trust you to do it. (Real world: nobody does it.) Or we have to tell you when you call, "Sorry, no way to restore those. It's your fault."

Scenario C: You have a desktop and notebook. You have synced notes. You read a Newsweek article on the dangers of the cloud. You turn of syncing of your notes on your desktop. You forget to do it on your notebook the next day. You continue to work on the synced notes on the notebook, and the no longer synced notes on your desktop. Later you turn off sync on the notebook. Six months later you upgrade your desktop. How do we get your notes to your new desktop? What if you decide the cloud isn't so bad, and want to use it to make the switch convenient, so you just turn it back on. And you're getting a new notebook, too, so you turn it back on there. We have to code UI and conflict resolution algorithms for worst-case scenarios of merging long-detached note files. What if you edited the same note, then turn sync back on? What if you don't want sync back on, but had left it on on the notebook, used it on the new desktop, and now want to bring the unsynced old desktop's version of that same note file over to the new desktop? What's the UI?

Scenario All-of-the-Above: You call tech support and are on the phone for 2 hours.

Scenario Highly-Likely: You are not a very technical user, and didn't understand the implications of syncing or not. A friend said "they're reading your prayers! turn that off!" and you did, and now months later you just want your new machine to have all your prayer lists on it, just like it has all your notes, and you call to ask why just some of your data made the transition.

Are these problems solvable? Yes. Are they 20-30 lines of code with no implications for telephone support? I don't think so.

Will we do them, and suffer the hassle and inconvenience, if they are the top priority of a huge number of users?

Yes.

But I hope that's not the case, and so far the feedback we're getting is that sync, and automated (if time consuming) downloads are a welcome benefit. And when users install on new, or secondary, machines, they're positively gushing about the convenience and simplicity of the second installation.

And all this is before we even gets notes and prayer lists (and more) to your smart phone.

Logos 4 has already cut our support costs by a third. (They're actually up, but not as much as they'd be if they were the same ratio of sales as they had been.) And those savings are put to work for you: we're hiring more programmers, processing more books, creating more data, offering (free) new platforms like the iPhone, iPad, etc.

Is it less customizable? Yes. Will we have to adapt, in response to your feedback? Yes. Am I happy with the direction, and confident that it's the right call for the vast, vast majority of our users? Yes.

We have discussed things like private encryption keys, which could be used to encrypt your data before sending it to us. But even that has difficulties: you could lose the key, and we'd be unable to restore your data. If you synced a machine to encrypted data but hadn't yet entered the key, we'd have to make all those records read-only (and not show the encrypted content). Not impossible, but a lot more code, and UI to explain why a note was present but unreadable, etc. And what if you entered different keys, and typed different notes, into two machines using the same account, before they had a chance to sync? Which key should be used? New UI to coordinate the keys without transmitting them, to warn when you've already used a key on a different system, etc. etc.

(These are all obscure scenarios, but unfortunately we have to code for these "edge cases." Which is why we try to minimize complexity whenever we can.)

Which really gets to the bottom line: where do you want us spending our time? We've got a smart team. We can implement whatever grade of security and smart synchronization our users want. But my impression is that < 1% of our users care for more security than we presently offer, and the other 99% think that keeping deep, personal secrets out of their Bible software is a pretty small trade-off in order to keep the programmers building better Bible study tools instead of constructing yet-another digital vault.

Thanks for your patience, and for engaging us in discussion. It's great to have a user base that cares!

-- Bob

More on security:

Almost every web site at which I've created an account will email my password to me. This is terrible security; if I walk away from my computer while logged into email, any passerby can retrieve any password. If you can guess just one password of mine, you can retrieve nearly all of them. (I lock my workstation. Do you? Every time you get up?)

This is why my bank doesn't email my password. Try losing your bank password, and resetting it. Big pain. Probably involves snail-mail or a visit to the branch.

American Express is so secure that I just stopped using their site. I won't sign up for e-billing because it's much easier to mail a check in response to a paper bill. (Actually, I hate paper mail and writing checks, too. So what I really did is just stop using my American Express card. I only work with them on the corporate side, where I've got an accounting department they can annoy.)

I'm glad my bank won't email my password. However, I'm also glad all the other sites will. Because I don't keep anything terribly important at most of them, and value the convenience and simplicity that lets me come back months later and have the site "just work," even if I forgot my password.

 

«1345

Comments

  • MJ. Smith
    MJ. Smith MVP Posts: 53,405

    Stupid, stupid, stupid.

    Every setting and option is one more way your system can be different from everyone else's, and from the one technical support is using to try and help you. Every setting is one more thing to preserve, import, upgrade in the next version. One more thing to document, test, and maintain. One more thing to make the application scary and overwhelming for the very non-technical user.

    I am so glad to see you say this. Too many options for reasonable regression testing prior to beta release has been a concern of mine when I read the suggestions.

    Orthodox Bishop Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."; Orthodox proverb: "We know where the Church is, we do not know where it is not."

  • JimTowler
    JimTowler Member Posts: 1,383 ✭✭✭

    But those  would be the most troublesome and expensive 20-30 lines of code in the app.

    YES - maybe thats true. But their missing-in-action is already causing Logos issues, lost sales and lost customers, if the claims by some are true, and if that scales rather than being of concern for only those that have spoken here.

    I'm already in the next level using your examples: My Logos4 does NOT SYNC, so I have no backups, no protection, no copies. So, in a way, no Notes that are good for much.

  • MJ. Smith
    MJ. Smith MVP Posts: 53,405

    JimT said:

    o I have no backups, no protection, no copies.

    Please tell me that you are joking ... you haven't backed up the directory?

    BTW - coming from the computing environment I worked in, I can't imagine running without an off-site backup. What if I had a house fire?

    Orthodox Bishop Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."; Orthodox proverb: "We know where the Church is, we do not know where it is not."

  • JimTowler
    JimTowler Member Posts: 1,383 ✭✭✭

    MJ. Smith said:

    Please tell me that you are joking ... you haven't backed up the directory?

    The Logos4 data files are a closed black box. We are told there are no user-servicable parts and to not interact with the files or directories!!!

    So yes, I can copy the files somewhere, and copy them back later, but tell me how thats a backup?

    Tell me which of the "no user-servicable parts inside" files I should restore to get back a Note I deleted two days ago, but changed my mind?

    Tell me how to restore an older Prayer file, if I clicked some prayers by mistake, and want to roll back the date an item will come up next?

    We DO NOT have backups with Logos4, with or without the cloud!!!

    The cloud is great to sync items between devices, or return them if the device is lost or rebuilt/reinstalled, but that is not a backup.

    I strongly believe Logos needs to add item-level backup (export), restore (import), and sync control. Until then, we don't have backups and our data is not protected.

    I think Bob needs to code the very stuff above that he says is his most expensive 30 lines (or at least some of them. There must be a lesser option that the full worst-case above.)

  • Matthew C Jones
    Matthew C Jones Member Posts: 10,295

    JimT said:

    I'm already in the next level using your examples: My Logos4 does NOT SYNC, so I have no backups, no protection, no copies. So, in a way, no Notes that are good for much.

    I did warn you: I said if you cut the legs off your horse to keep him from leaving the farm, you'd have a hard time getting him to plough the fields.

    Bob and MJ both know what GM discovered; the more options you have on a car, the more possibilities for quality defects.

    Logos 7 Collectors Edition

  • Rene Atchley
    Rene Atchley Member Posts: 325 ✭✭

    The future of the Logos interface technology is set in stone or nearly so.  There is a clear and consistent articulation of this technology/approach since the release of L4 by the management team of Logos in these forums.    This path is almost described as an inevitable evolution of all computing into some sort of Cloud app environment which will sweep us all into the enhanced communal future.  Yet somehow when I bought Logos X Scholar edition all I wanted was a Bible program.  It never crossed my mind that my several hundred dollar purchase would be the doorway into the brave new world of cutting edge corporate guided interface technology.  The "everyone else is going to do it" defense of this corporate decision making process leaves me numb from a Rollerball vision of what it will mean to study God's word. 

    Really all I want as a consumer is a bible program that didn't seem like such a problem in the past.

  • MJ. Smith
    MJ. Smith MVP Posts: 53,405

    JimT said:

    So yes, I can copy the files somewhere, and copy them back later, but tell me how thats a backup?

    My question was very simple. Have you taken the precaution to back up your directory? If you have not, as a long-time IT person I would highly encourage you to do so and to do so off-site.

     

    Orthodox Bishop Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."; Orthodox proverb: "We know where the Church is, we do not know where it is not."

  • Rosie Perera
    Rosie Perera Member Posts: 26,202 ✭✭✭✭✭

    JimT said:

    So yes, I can copy the files somewhere, and copy them back later, but tell me how thats a backup?

    You can at least get back to where you were when you copied them. Which, in the case of a catastrophic hard disk failure, is better than nothing, since you're not backing up on Logos's servers. So no, it won't be sufficient to undo one user action among many. But to restore your entire Logos installation to a previous point, copying back the entire directory is what you'd do.
  • Matthew C Jones
    Matthew C Jones Member Posts: 10,295


    Really all I want as a consumer is a bible program that didn't seem like such a problem in the past.

    No problems with L4, Mate. Just think, if we did not have it, you would have less reason to wax poetic in the forums. [;)]

    Logos 7 Collectors Edition

  • MJ. Smith
    MJ. Smith MVP Posts: 53,405

    The future of the Logos interface technology is set in stone or nearly so.  There is a clear and consistent articulation of this technology/approach since the release of L4 by the management team of Logos in these forums. 

    Stone? I doubt it in this industry. However, the cloud model is at such a basic and early level of design that I would be terrified of a product in which the company was second-guessing itself at such a basic level.

    Really all I want as a consumer is a bible program that didn't seem like such a problem in the past.

    You've mentioned this in the past so you know that I consider Logos to be a Bible program. If its features and resources are not what you need, there are a number of less powerful, less sophisticated, fewer resource products out there. Or simply use the subset of features and resources in Logos that you consider features of a bible program.

    I probably have one of the longest setup task list of any Logos user (or close to it). On the other hand, I am only an occasional user of many of its most powerful functions. Why? because I am constantly changing the canon I am dealing with - which also rearranges my bible priorities. The fact that Logos 4 handles these with few problems makes me think of it as my first ever bible program.

    Orthodox Bishop Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."; Orthodox proverb: "We know where the Church is, we do not know where it is not."

  • JimTowler
    JimTowler Member Posts: 1,383 ✭✭✭

    I did warn you: I said if you cut the legs off your horse to keep him from leaving the farm, you'd have a hard time getting him to plough the fields.

    Yes, I remember your warning, and my answer is still the same. He still ploughs just fine, but i wont buy him his own cellphone, or let him out the front gate alone.

    The trouble is, the auto-reshoe feature is broken, along with many other things that require him to go into town himself. Do you really want your horse to drive your car on the motorway in a different country without you wanting it?

    I just dont want my data on the cloud. Simple request really, no matter if the company that makes the application thinks otherwise.

  • spitzerpl
    spitzerpl Member Posts: 4,998

    Thanks for the post, Bob. I'll always want the biggest and best. I'll always dream big, especially when I don't have to be the one to deal with the headaches of making it happen. When I dreamed big in the L3 days I had very different visions of what L4 would be. But because you did not put you time into giving me 1000's of checkboxes to manage I am studying the Bible more in L4 then I ever could have with an L3-face-lifted product. By concentrating your efforts on true Bible study innovation new doors have been opened up to me. I'll throw out lots of ideas and I'll have the epiphany while working with Logos that causes me to race to the forum and post my world-changing post that will revolutionize my life if you implemented by your team, but in the end I will always be thankful that my ideas pass through the reality of your development team. I trust you guys to know what you are doing and provide great products in the future and the best way to solve problems. You have proven yourselves capable and I'll take whatever you give me, use it in the ways that its usable, and use something else to fill in the gaps. I don't want your program to be able to drive my car, or for that matter my Bible Study. I want Logos to provide the smoothest, fastest road possible so that the Holy Spirit can lead me deeper into His word.

  • Dominick Sela
    Dominick Sela Member Posts: 3,641 ✭✭✭

    Since the "silent majority" doesn't say much too often, I'll chip in my .02 and say I agree with everything Bob said 100%.  I have had great experiences with Gmail managing my email, and I had terrible experiences with Outlook on my own PC despite my own feeble efforts to backup, problem diagnose, change computers, etc. etc. On Cloud data, I am probably right i n between Bob's loathing/using of it <g> and the serious Facebook/Flickr crowd.

    I can still back up all my stuff, and I do, daily, full bare metal backup. I run RAID 1 disks to increase the chances I won't have a hard drive failure that kills me. I monitor error events on my computer. But I still like and prefer that professionals are protecting my data, as I too am a IT professional and I know the difference, and they will do it better over time. Because 1 day 3 things will go wrong at once on my computer, when I have to be somewhere, or do something, and the bottom line is I will be hosed despite all my precautions. 

    Rock on Bob.

  • AndyTheGreek
    AndyTheGreek Member Posts: 232

    Bob's post reflects that you can please some of the people some of the time but not all of the people all of the time[:)]

    I'm not going to rehash the same old arguments (I can hear Rob P heaving a sigh of relief[:)]) as I see no value in turning this thread into a carbon copy of the other two on this subject.

    The issue of data back ups is valid - even using the Cloud option means that only the current 'snapshot' is saved - if something is deleted in error then it's lost. Would backing up my entire Logos4 installation on a daily basis help? I've not tried it, but if I restore a backup would the Cloud then 'bring it up to date' by re-deleting the restored data? If so, then this is an area that deserves some attention.

    These issues, I think, exist because Logos4 is a young product that still has some way to go before reaching maturity. It's not because the Logos Development Team are indifferent or resistant to change or improvements. Bob's post reflects a healthy pragmatism and an awareness of a complex big picture. I'm not sure 'The Answer That Pleases Everyone' actually exists but hopefully we'll see progress in areas such as making local backups of just the user data easier and a simple way to restore those backups that tells the Cloud 'do not overwrite this'.

  • Robert Pavich
    Robert Pavich Member Posts: 5,685 ✭✭✭

    Bob,

    I thank you for taking the time to explain (once again!) how Logos feels about this...

    For my part...I have no problem...as I said on another thread....I've formatted my laptop at least 50 times since the start of of the L4 beta and have thanked God for the cloud...no more feeding disks for 2 hours and wondering where my last MacArthur study series disk went!

    For disaster recovery, I image my drive and keep a current image safe so when I do need to recover...I can.

    And of course....I keep personal stuff out of my notes OR I just use vague references....that way, if ever there came a time that they became Phil Gon's recreational reading fodder (just joking Phil) then he'd be no wiser than when he started....!

    thanks again for a  great app that is really working for me...

    Robert Pavich

    For help go to the Wiki: http://wiki.logos.com/Table_of_Contents__

  • James Ng
    James Ng Member Posts: 82


    Which really gets to the bottom line: where do you want us spending our time? We've got a smart team. We can implement whatever grade of security and smart synchronization our users want. But my impression is that < 1% of our users care for more security than we presently offer, and the other 99% think that keeping deep, personal secrets out of their Bible software is a pretty small trade-off in order to keep the programmers building better Bible study tools instead of constructing yet-another digital vault.

    I've said this to you in another thread when Logos accidentally closed it and caused some confusion. I would assume that is why uservoice is there to help you answer that question. It is currently sitting at #15 on that list and seems to have gathered more votes since so that tells me there's definitely interest in the feature. I asked previously what happens if it doubles and moves within the Top 5?

    You could argue it two ways (probably more but these are the two I thought of quickly)

    #1 Users really want this feature.

    #2 Uservoice really isn't a valid counting of our customers so even if it was #1 on the list doesn't mean that's representative of our customers.

    If you're assuming #1 is true then well all of your concerns may still outweigh your decision to do it. I understand the testing matrix and support issues being in product marketing, but I also understand meeting the customer needs.

    If you're assuming #2 is true then I'm back to being confused as to how you determine which features on that list is representative of your customers? It certainly isn't by votes then.

     

  • Dennis Miller
    Dennis Miller Member Posts: 222

    Cloud computing is fine for mobile applications and will be much more viable when WiFi communications in America catches up with the demand. On my desktop though I prefer to not have to rely on the cloud to get my data. I want it local for speed and accessibility. If logos ever abandons local resources on my desktop or laptop then I will look for an alternative application that does not rely upon the cloud only. I like having access to logos on my iPhone and iPad but the application is weak compared to the non-mobile program. I know this is a limitation of the OS so I don't fault them much on this as they are doing the best they can with what they have so far. I think it will improve as iPad development progresses. L4 on the Mac is progressing nicely, Thanks guys.

  • Russ White
    Russ White Member Posts: 552 ✭✭

    [quote]As for the argument that allowing people to simply turn of sync for
    certain document types is just 20-30 lines of code, my
    answer is: true. But those  would be the most troublesome and expensive
    20-30 lines of code in the app.

    Then give us a way to store notes outside the application, so we can use just the resources, and nothing else. Since you've "bought" the cloud story hook, line, and sinker, there's no other option than storing my data outside Logos.

    Russ

     

  • Todd Phillips
    Todd Phillips Member Posts: 6,735 ✭✭✭

    [quote]As for the argument that allowing people to simply turn of sync for
    certain document types is just 20-30 lines of code, my
    answer is: true. But those  would be the most troublesome and expensive
    20-30 lines of code in the app.

    Then give us a way to store notes outside the application, so we can use just the resources, and nothing else.

    Why can't you do this now? (I'm not sure what you're asking for--in this instance)

    MacBook Pro (2019), ThinkPad E540

  • John Fugh, Jr.
    John Fugh, Jr. Member Posts: 651 ✭✭

    If logos ever abandons local resources on my desktop or laptop then I will look for an alternative application that does not rely upon the cloud only.

    For some of us (and maybe you, too), this may not be an option.  I have invested nearly $10000 (maybe more) in resources over the 10+ years I've used Logos.  I can't just pick up and leave.  There's too much invested.  I guess this is why so many people feel strongly about certain issues.  I appreciate the cloud however I am skeptical.  I am cautiously waiting to see how it pans out.  With L3, if I needed to do a re-installation, I could easily do it without an internet connection.  I don't like relying on the Internet.

     

    The cloud has served its purposes for me, too.  I too have re-imaged my hard drive several times in the last year and despite the long process, I was glad that I was able to get everything back.  I appreciate being able to read books on my iPhone.  But I am still skeptical.

     

    Just my .02 worth.

     

    John

  • Russ White
    Russ White Member Posts: 552 ✭✭

    The only reason "cloud computing" is taking off right now is because bandwidth is essentially free--and this is a situation that simply cannot last.

    http://online.wsj.com/article/SB10001424052748704025304575284961190193360.html?mod=WSJ_hpp_LEFTWhatsNewsCollection

    Working on the "back side of the plug," I can tell you that rising energy costs, decreasing competition, increasing government regulation, and many other points of contact are making the price of providing bandwidth rise, not drop. And as much as people might rebel against it, there's going to come a day when you're going to pay for all those "free" downloads, in terms of usage. At that point, shipping a DVD full of data will suddenly become "hip" again.

    There's an illustration in the first section of Tannenbaum's (sp?) "Networking" book, a classic I read many many years ago when I first started learning how networks actually work. In those days, VHS tapes were the "high point" of data storage. As an illustration about the concept of bandwidth vs delay, the author used the illustration of a station wagon full of VHS tapes full of data. He computed the bandwidth of the station wagon full of tapes, and found it was not only faster than any available link, it was faster than any imaginable link--and cheaper, too. Today the experiment could be run with dual layer Blu-ray's, or some such, in a minivan, or some such--and the result would be the same.

    The only thing networks are good at is cutting delay, not providing bandwidth. Networks are, in the end, a sop to human impatience, and nothing more. At some point, when cutting delay becomes expensive, you have to decide what it's really worth paying for in terms of low delay data. And when that day arrives, "the cloud" will die. Someone will figure out it's cheaper to send out delivery trucks with relatively unchanging data, rather than downloading it over and over again. The only thing that will stop this is if the scope of data available on the "global network" simply outpaces the rate at which people can create new content. In the fully narcissistic society we live in, I don't think we're anywhere near close to that one.

    Just simple reality from a network engineer's point of view.

    Russ

  • Russ White
    Russ White Member Posts: 552 ✭✭

    [quote][quote]Then give us a way to store notes outside the application, so
    we can use just the resources, and nothing else.

    Why can't you do this now? (I'm not sure what you're asking for--in
    this instance)

    Because there is no practical way to link from the resources within Logos to data in other software--and that is the most useful link. I don't want a piece of software that allows me to link a verse to a note, I want a piece of software that lets me link a note to a verse--or any other resource. Today, to link a verse to a note, I must build a note for that verse, build the note in the outside software, and then copy the link from the outside software into the note in Logos. To get to my note from the verse (or passage in any other resource), I must open the resource, see I've made the note, click on the note, which opens the notes inside Logos, then open the real data in the other software.

    If Logos made it possible for me to make a direct url link at any point in any resource, like the internal notes are today, I wouldn't care what they synchronized where--my data just wouldn't be in Logos. As it is, I have thousands of dollars invested in Logos, and lots of time convincing people they should use this software, and no real way to use it in a way I'm comfortable about.

    BTW--I did post on this just yesterday in the suggestions forum.

    Russ

  • Daniel Lee
    Daniel Lee Member Posts: 274 ✭✭

    For me, the cloud issue has two components.

    1) I love the syncing - being able to pick up where I left off, not having to load CDs, make sure all the files are copied - wait, one is still missing - that part is great.  Also not worrying about syncing the licenses, since that happens automatically.

    2) My concern is, like others, the bandwidth/reinstall question.  I currently have basically unlimited internet access.  So downloads are not a problem.  But I could easily foresee being in a more rural area in a year or two when I transition from work into a pastorate. I'm wondering if I purchase the media DVD: http://www.logos.com/products/details/5579 and then turn off updates, would I be able to get by without (fast) internet access by just installing from the DVD, or would it immediately need to download updates?  Assuming the media DVD is kept up to date, that works for me in terms of the bandwidth problem.  Obviously there's a shipping delay, but I could live with that, and update it a few times a year. I'd lose the cloud features, but that might be the only practical option in my hypothetical situation.

  • Daniel Lee
    Daniel Lee Member Posts: 274 ✭✭

    Bob, I also understand your concerns about complexity, support, and user education/helpdesk issues.  I've worked IT support most of my (adult) life, and I realize what should be obvious often isn't, and the exponential problems added by each option/checkbox. 

    However, given the amount of money we have invested in Logos, and that most of us plan to continue investing, it would be great to have a simple solution for both computer illiterate/non-techie users (ie just download this file, put in your username/password, and go) and more techie/paranoid users who want both the cloud features sometimes and other times just the security of some kind of media or way to back up content in the event my internet is slow/unavailable, so I can continue to access the hundreds of amazing resources we have in Logos.  Maybe it's there, and I'm unaware - I'd love to be educated on this.  If not, I think there's enough of both types of customers that a minimum compromise will let both work (semi) happily without ridiculously increasing the support costs.

    Personally, if there is an unofficial method of backing up/avoiding reindexing, I will definitely try it (and have done so successfully), but I will not harass Logos tech support when it doesn't work.  But I'm sure not everyone is willing to go that route.

  • Matthew C Jones
    Matthew C Jones Member Posts: 10,295

    Then give us a way to store notes outside the application, so we can use just the resources, and nothing else.

    Will this work? image

    Logos 7 Collectors Edition

  • Dennis Miller
    Dennis Miller Member Posts: 222

    John, Yes this is kind of where I'm at with Logos also, I have too much money already invested in books and resources to switch now. But, I can honestly say that after switching to Mac's a couple of years ago I was seriously looking at Accordance until the first Logos Mac version came out which by the way never materialized into a stable and viable application compared to Logos 3 on the PC. Then again after this fiasco of upgrading to L4 and finding out the app wasn't even developed yet for the Mac I again considered moving to Accordance. But, being the loyal Logos user that I am and hoping they would take Mac development serious, which they have, I have stuck it out and am starting to see some good progress. Now that I am an iPad and iPhone user also, the Logos App is the reason I finally got an iPhone, I hope these continue to evolve and become more functional. I personally think that will happen with the release of OS 4.0 for both devices. Until then I'll crawl along with what I've got, wait for the completion of the Mac version and then maybe before L5 is released I'll go to a Camp Logos and learn how to use it better and more efficiently. I can't see wasting my time or money until the Mac version is completed.

  • Ron
    Ron Member Posts: 1,229

    Since the "silent majority" doesn't say much too often, I'll chip in my .02 and say I agree with everything Bob said 100%.  I have had great experiences with Gmail managing my email, and I had terrible experiences with Outlook on my own PC despite my own feeble efforts to backup, problem diagnose, change computers, etc. etc. On Cloud data, I am probably right i n between Bob's loathing/using of it <g> and the serious Facebook/Flickr crowd.

    I can still back up all my stuff, and I do, daily, full bare metal backup. I run RAID 1 disks to increase the chances I won't have a hard drive failure that kills me. I monitor error events on my computer. But I still like and prefer that professionals are protecting my data, as I too am a IT professional and I know the difference, and they will do it better over time. Because 1 day 3 things will go wrong at once on my computer, when I have to be somewhere, or do something, and the bottom line is I will be hosed despite all my precautions. 

    Rock on Bob.

    +1

    I too am an IT professional and I too am 100% happy with L4, cloud and all.  I also agree with 100% of what Bob has said.

  • AndyTheGreek
    AndyTheGreek Member Posts: 232

    Logos was a desktop only app, and it's moving towards being a cloud app. It isn't there yet, and may be a hybrid for a long time, or even forever.

    I suspect that Logos will follow the way the computer industry as a whole goes. If Bob is right, the day will come when PC's lack a hard disk and all storage is offline. In that case, we'll call Bob a visionary and praise him for anticipating the situation and getting Logos4/5/6 etc ready for it.

    Providing Logos4/5/6 (etc) does not prematurely discontinue storage of resources and user data on the local PC then there is no harm in being ready for this. However, if the scenario goes the way I and others see it - the Cloud becoming yet another data storage option rather than a total replacement for local storage then I hope that Logos will remain a hybrid for ever.

    I suspect Cloud providers are trying to commoditize the Internet, but we have to factor in that if they succeed it could put a huge number of hardware (specifically, hard disk) manufacturers out of business. Somehow I don't see it happening. There is a symbiotic relationship between hardware and operating system manufacturers - 'improvements' on one side lead to 'improvements' on the other side and so 'progress' continues, causing people like you and me to keep upgrading (i.e. spending) even when our current computers actually did what we needed. I don't think that Microsoft will want to alienate hardware manufacturers as it is in their interest to keep them in business - especially as solid state disks haven't become a standard yet - and cash cows just have to be milked.

    I don't disagree with Logos using the Cloud. I think it is premature to commit to 'Cloud only' and I now appreciate that Bob feels that way too. As Bob's post indicates, Cloud support has added some possibly complex scenarios, especially if a user chooses to not use it or to disable some of it. But that, I am afraid, is life.

  • Russ White
    Russ White Member Posts: 552 ✭✭

    Then give us a way to store notes outside the application, so we can use just the resources, and nothing else.

    Will this work? image

    Nothing like a little sarcasm to make fun of people who take privacy and data ownership seriously. Thanks.

    Russ

     

  • Russ White
    Russ White Member Posts: 552 ✭✭

    Andy Bell said:

    I don't disagree with Logos using the Cloud. I think it is premature to commit to 'Cloud only' and I now appreciate that Bob feels that way too. As Bob's post indicates, Cloud support has added some possibly complex scenarios, especially if a user chooses to not use it or to disable some of it. But that, I am afraid, is life.

    The first key is flexibility. If the software can both live locally, and live on the cloud, then you have all your bases covered. If you can only live on the cloud, then you're just another dead company if the cloud really doesn't take off. I've seen a lot of companies go that way... Major companies, who were totally bought into a big new move in the computing industry, and died because the market didn't move the way they thought it would.

    The second key is to understand the social cycle. I'm deeply involved in many aspects of security in my "day job" as a network engineer, and there's a definite backlash developing against the uncontrolled information flow we have today. If Logos gets caught in that backlash, then it's a major problem. In fact, I just spent the afternoon installing Logos 4 on a Seminary professor's laptop--we went through the first steps of his install, and then he asked about his second laptop. I explained if he installed the software in both places, it would synch across... "But does that mean my notes are being stored someplace on Logos' servers?" Boom, right to the point. I could send you article after article, and give example after example--people are starting to see what "storing data on the cloud" means, and the younger generation, the one that's tech savvy, is starting to "get it."

    The third key is to understand that one of the key tenants of the entire cloud computing "push" is along the "object orientation" in the programming world of the 1980's and 90's. The idea is to merge the data and the software, so the two are, essentially, inseparable. The end user, in the cloud world, can't tell when he's in one piece of software vs another piece, it's just data, and there are various data manipulation tools out there he can use. Software, in essence, disappears. It's all about content, not tools. This is a service provider play to remain relevant; if software is the key, the network is plumbing. If content is key, the network is the platform (see cisco's web site, for instance). However, there is a healthy balance between content orientation and software orientation. Right now, we're on the pendulum swinging towards content. In five years or less, it will swing back. It would be a shame if Logos were crushed in the swing back simply to save some support costs.

    Again,back to the first key: flexibility.

    Russ