Please Logos Synchronize PBBs.

2

Comments

  • Mark Barnes
    Mark Barnes Member Posts: 15,432 ✭✭✭

    Does rebuilt PBB always get the same file name?  

    [and any idea how that random looking list of characters relates to the file? That is if you change the PBB name or the name of the docx file will it still be built in that same lbspbb file?]

    The file name is linked to the entry in the Personal Books tool. Changing the PB name or filename will not change the characters in the lbspbb file. This means that the characters will sync between Logos installations, and be the same on each installation. However, deleting the entry from the Personal Books tool, and then re-creating the entry will change those characters.

    The random list of characters is created randomly. It's called a globally unique identifier or GUID. There are 32 hexadecimal characters in the string, and there are 5.3×1036 possible combinations of characters, which means that they chances of two randomly generated strings clashing is so unlikely that it you can consider each string to be unique.

    This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!

  • Bruce Dunning
    Bruce Dunning MVP Posts: 11,148

    The random list of characters is created randomly. It's called a globally unique identifier or GUID. There are 32 hexadecimal characters in the string, and there are 5.3×1036 possible combinations of characters, which means that they chances of two randomly generated strings clashing is so unlikely that it you can consider each string to be unique.

    I'm impressed Mark. I didn't know the math behind this. Where did you get this information?

    Using adventure and community to challenge young people to continually say "yes" to God

  • William Gabriel
    William Gabriel Member Posts: 1,091 ✭✭

    The random list of characters is created randomly. It's called a globally unique identifier or GUID. There are 32 hexadecimal characters in the string, and there are 5.3×1036 possible combinations of characters, which means that they chances of two randomly generated strings clashing is so unlikely that it you can consider each string to be unique.

    I'm impressed Mark. I didn't know the math behind this. Where did you get this information?

    Bruce, if you know the range of characters used in the guid, then you can do the math yourself! (Or at least get a close approximation.) You already do this intuitively when it comes to regular decimal numbers. How many combinations of digits are there when you have two decimal places? 100, or 102. How many combinations of digits are there in 32 decimal places? 1032 

    The tricky part would be knowing how many characters can be used for each space. You'll either have to think like a computer, a developer or look at a bunch of guids (e.g.0cc58843319640049d1d446023f4fa69) to get a sense of the scale. In the case of the guid, it's 16 for each space: 0-9 and a-f. [Quick aside: This comes from the all the ways you can arrange 4-bits: 24 = 16 combinations.] Count up the number of characters you see there, 32, and then you've got your number: 1632 (or 2128) which also equals 3.4×1038. Why is this different than Mark's 5.3×1036? Because you don't actually get to use all of the characters when you generate a guid. 6 of the bits are reserved (only giving you 122), so you have to tweak the final number a bit. 2122 = 5.3×1036. ("For you have need of endurance, so that when you have done the will of God you may receive what is promised" [Hebrews 10:36].)

    If you want to know the probability of a collision given a certain number of guids in existence, well now that's a tough problem. See Birthday Paradox for a primer. Can be tough to wrap your head around.


  • Bruce Dunning
    Bruce Dunning MVP Posts: 11,148

    The random list of characters is created randomly. It's called a globally unique identifier or GUID. There are 32 hexadecimal characters in the string, and there are 5.3×1036 possible combinations of characters, which means that they chances of two randomly generated strings clashing is so unlikely that it you can consider each string to be unique.

    I'm impressed Mark. I didn't know the math behind this. Where did you get this information?

    Bruce, if you know the range of characters used in the guid, then you can do the math yourself! (Or at least get a close approximation.) You already do this intuitively when it comes to regular decimal numbers. How many combinations of digits are there when you have two decimal places? 100, or 102. How many combinations of digits are there in 32 decimal places? 1032 

    The tricky part would be knowing how many characters can be used for each space. You'll either have to think like a computer, a developer or look at a bunch of guids (e.g.0cc58843319640049d1d446023f4fa69) to get a sense of the scale. In the case of the guid, it's 16 for each space: 0-9 and a-f. [Quick aside: This comes from the all the ways you can arrange 4-bits: 24 = 16 combinations.] Count up the number of characters you see there, 32, and then you've got your number: 1632 (or 2128) which also equals 3.4×1038. Why is this different than Mark's 5.3×1036? Because you don't actually get to use all of the characters when you generate a guid. 6 of the bits are reserved (only giving you 122), so you have to tweak the final number a bit. 2122 = 5.3×1036. ("For you have need of endurance, so that when you have done the will of God you may receive what is promised" [Hebrews 10:36].)

    If you want to know the probability of a collision given a certain number of guids in existence, well now that's a tough problem. See Birthday Paradox for a primer. Can be tough to wrap your head around.


    Was that supposed to be a simple answer William? [:S] Not only did Mark impress me with the info, now you have impressed me even more!

    Using adventure and community to challenge young people to continually say "yes" to God

  • Mark Barnes
    Mark Barnes Member Posts: 15,432 ✭✭✭

    I'm impressed Mark. I didn't know the math behind this. Where did you get this information?

    I am a mine of useless information [:)].

    One more fun fact. If every human on Earth generated 600,000,000 GUIDs there would only be a 50% probability of a duplicate (taken from here).

    This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!

  • David Ames
    David Ames Member Posts: 2,977 ✭✭✭

    Are the GUIDs generated by Logos or Local to our system?

  • Mark Barnes
    Mark Barnes Member Posts: 15,432 ✭✭✭

    Are the GUIDs generated by Logos or Local to our system?

    GUIDs are randomly generated by your software when you create the PBB. They are then synced to your other devices along with the Personal Book's metadata.

    This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!

  • David Mitchell
    David Mitchell Member Posts: 1,275 ✭✭✭

    Hello

    Could Logos just give the user's the option to build a PB on our device.  If we could transfer the docx file to our tablet. and then just create the pb?

     

    Lee

    We are working on a solution that will allow you to upload personal books that you have built and have them available on all of your devices. I don't have a solid timeframe to share, but we're making progress on it.

    David Mitchell
    Development Lead
    Faithlife

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    It's good to hear. I only wish you could say, "it'll be in the next beta." [;)]

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • Bruce Dunning
    Bruce Dunning MVP Posts: 11,148

    We are working on a solution that will allow you to upload personal books that you have built and have them available on all of your devices. I don't have a solid timeframe to share, but we're making progress on it.

    Great news!

    Using adventure and community to challenge young people to continually say "yes" to God

  • Tes
    Tes Member Posts: 4,035 ✭✭✭

    Hello

    Could Logos just give the user's the option to build a PB on our device.  If we could transfer the docx file to our tablet. and then just create the pb?

     

    Lee

    We are working on a solution that will allow you to upload personal books that you have built and have them available on all of your devices. I don't have a solid timeframe to share, but we're making progress on it.

    Thank you David.

    Blessings in Christ.

  • Bohuslav Wojnar
    Bohuslav Wojnar Member Posts: 3,477 ✭✭✭

    alabama24 said:

    It's good to hear. I only wish you could say, "it'll be in the next beta." Wink

    Amen and amen [:)][Y]

    Bohuslav

  • Lee
    Lee Member Posts: 1,148 ✭✭

    I just wanted to add a quick note, I had to call in to logos today and they answered on the very first ring even though I was calling from Kyrgyzstan. And the support was great.

     

    L4 BS, L5 RB & Gold, L6 S & R Platinum, L7 Platinum, L8 Baptist Platinum, L9 Baptist Platinum, L10 Baptist Silver
    2021 MacBook Pro M1 Pro 14" 16GB 512GB SSD, running MacOS Monterey   iPad Mini 6,   iPhone 11.

  • Bohuslav Wojnar
    Bohuslav Wojnar Member Posts: 3,477 ✭✭✭

    I just wanted to add a quick note, I had to call in to logos today and they answered on the very first ring even though I was calling from Kyrgyzstan. And the support was great.

     

    Good to hear [Y]

    That has always been also my experience while calling from Czech Republic and using non-800 number.

    Bohuslav

  • Tes
    Tes Member Posts: 4,035 ✭✭✭

    I just wanted to add a quick note, I had to call in to logos today and they answered on the very first ring even though I was calling from Kyrgyzstan. And the support was great.

     

    Good to hear Yes

    That has always been also my experience while calling from Czech Republic and using non-800 number.

    Calling from Germany is also great.

    Blessings in Christ.

  • Anthony
    Anthony Member Posts: 167 ✭✭

    This would be a superb feature, I spend quite a bit of time importing books I want accessible by Logos. To have them on mobile would be a completion of that effort. 

    Right now, my notes sync that I make in PBBs, but they link to nothing. I just have a list of PBB notes in my Documents. 

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    alabama24 said:

    Tes said:

    I don't know why it has taken so long.

    I am in full agreement in your desire to see personal books sync… I'll take a shot at answering "why so long." 

    When you purchase a resource from Logos, they have it on their servers. The neat trick is that Logos can have ONE copy of the resource (with redundancies for backups of course) and THOUSANDS can have access to the one file (with the appropriate licenses). Personal books flips this around. A single book may require THOUSANDS of files stored on the Logos servers (one for each user… the files all being user created / owned and perhaps slightly different). As you can imagine, this isn't a cheap undertaking for Logos. This isn't simply a matter of making the software work… there are financial and legal considerations… And I haven't even mentioned the possibility of legal troubles for Logos if customers upload resources improperly (copyright issues  - without publisher permission). There are other potential solutions: Perhaps Logos could allow users to use their own personal DROPBOX account (or similar service). I think this might be a great option… but there are some drawbacks:

    1. It would be more complicated for end users. (Do you know how to use dropbox?)
    2. It would add significantly to support issues. (Most users would likely need help). This could be costly for Logos as well. 
    3. If they choose Dropbox (or another provider), what happens if it goes out of business?
    4. Would there be a cost to Logos to allow L5 Dropbox access? (I don't know)
    5. What happens if Dropbox (or another provider) changes terms of service? There would certainly be MANY unhappy Logos users… who would be angry with Logos!

    I hope I am wrong about these hurdles… I really would like to see my personal books on my iPad as well. But I am not holding my breath for its immediate release… I will, however, jump up and down for joy with y'all when the day comes. Big Smile

    Discovered a hitch when using dropbox that I should have seen but didn't when I was setting things up.

    IF the path is not exactly the same (and that means if you install dropbox to your user profile, and your usernames are not the same) things break.

    So if you use dropbox as a stopgap, then make sure you install to c:\dropbox or something like that, on all the computers you plan to use drop box with. NOTE: as I understand it this will not allow the mobile apps to use the PB's.

    L2 lvl4 (...) WORDsearch, all the way through L10,

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

    I hope I am wrong about these hurdles… I really would like to see my personal books on my iPad as well. But I am not holding my breath for its immediate release… I will, however, jump up and down for joy with y'all when the day comes. Big Smile

    You know, sometimes the bearer of bad news gets killed. [N]    

    I am afraid you are correct in your summary. I agree with your sentiment of joy, should syncing of PBs ever become a reality.

    Logos 7 Collectors Edition

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    IF the path is not exactly the same (and that means if you install dropbox to your user profile, and your usernames are not the same) things break.

    Correct.

    NOTE: as I understand it this will not allow the mobile apps to use the PB's.

    I don't understand your point. The mobile apps aren't set up to utilize personal books, so dropbox doesn't play into the equation in any way. When Logos starts syncing, dropbox will be unnecessary (except for syncing of the .docx files).

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • David Mitchell
    David Mitchell Member Posts: 1,275 ✭✭✭

    I hope I am wrong about these hurdles… I really would like to see my personal books on my iPad as well. But I am not holding my breath for its immediate release… I will, however, jump up and down for joy with y'all when the day comes. Big Smile

    You know, sometimes the bearer of bad news gets killed. No    

    I am afraid you are correct in your summary. I agree with your sentiment of joy, should syncing of PBs ever become a reality.

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    (Initially, we will only roll out the ability to sync your personal books between copies of the desktop application; in the future, we intend to enable this for mobile devices, but this is a larger undertaking)

    David Mitchell
    Development Lead
    Faithlife

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    alabama24 said:

    IF the path is not exactly the same (and that means if you install dropbox to your user profile, and your usernames are not the same) things break.

    Correct.

    NOTE: as I understand it this will not allow the mobile apps to use the PB's.

    I don't understand your point. The mobile apps aren't set up to utilize personal books, so dropbox doesn't play into the equation in any way. When Logos starts syncing, dropbox will be unnecessary (except for syncing of the .docx files).

    I had just finished reading this:

    Yes please. I am with you Tes on that. I would really like to have this feature. Most of my reading is done on iPad. It would really be great to have our PB books synced.

    ... and had not realized it was from February.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    David, David, David. Poor David.

    Do you know that you just posted something that will be misquoted, twisted and turned into a "broken promise" in less than one months time. [:P]

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    ... and had not realized it was from February.

    No bother... in fact, if you hadn't "bumped" the thread, we wouldn't have received the precious little tidbit of hope from David. Poor guy. [:)]

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • David Mitchell
    David Mitchell Member Posts: 1,275 ✭✭✭

    alabama24 said:

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    David, David, David. Poor David.

    Do you know that you just posted something that will be misquoted, twisted and turned into a "broken promise" in less than one months time. Stick out tongue

    That's why I was careful not to include anything that might be construed as a date. [;)]

    For what it's worth, I'm really excited about the feature, too.

    David Mitchell
    Development Lead
    Faithlife

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    That's why I was careful not to include anything that might be construed as a date.

    In the forums, the word "may," especially when italicized, is ignored. "Sooner than you think" will be interpreted "as soon as you hope." No later than new years day someone will write: "David from Logos said PBB Syncing was coming before the end of the year." By the middle of January, it will be "another broken promise." Of course, there is one way for you to ensure this doesn't happen... MAKE SURE IT DOES! [:D]

    Of course, if that doesn't work, you could always ask Will Smith for his "little flashy thingy." That works too.

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • Bruce Dunning
    Bruce Dunning MVP Posts: 11,148

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    I like that! [Y]

    Using adventure and community to challenge young people to continually say "yes" to God

  • Jeffrey Visser
    Jeffrey Visser Member Posts: 114 ✭✭

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    (Initially, we will only roll out the ability to sync your personal books between copies of the desktop application; in the future, we intend to enable this for mobile devices, but this is a larger undertaking)

    David - You just made my day.

  • Jeffrey Visser
    Jeffrey Visser Member Posts: 114 ✭✭

    alabama24 said:

     "David from Logos said PBB Syncing was coming before the end of the year."

     

    WOW - Alabama  The end of the year is only a couple weeks away.  They must be working late through the Christmas season to get everything done!!!  ;)  

    PS I know the quote is out of context...

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    alabama24 said:

    ... and had not realized it was from February.

    No bother... in fact, if you hadn't "bumped" the thread, we wouldn't have received the precious little tidbit of hope from David. Poor guy. Smile

    Actually - to be precise, I replied to the thread after it was already bumped :)

    So the credit for receiving the "good news" should go elsewhere.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    The end of the year is only a couple weeks away.  They must be working late through the Christmas season to get everything done!!!

    It has begun. [:D]

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

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

    I wouldn't say that you should hold your breath, but it may come sooner than you think.

    Based on what you've just said, I think it's going to come sometime within the 5.2a beta cycle. Am I to understand that it is going to come sooner than that? [:)] Or is your statement not to be applied iteratively?

    In any event, I'm very happy to hear this news, and am looking forward to trying it out.

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    Bringing up this old old thread, in hopes that we may hear something new :)

    L2 lvl4 (...) WORDsearch, all the way through L10,

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

    Bringing up this old old thread, in hopes that we may hear something new :)

    Well, sorry to disappoint, but it's not in 5.2a. So next possible opportunity will be 5.2b which is probably at least three months away. Maybe they'll wait until a more major number update (5.3?) because it's a pretty major new feature.

  • Tes
    Tes Member Posts: 4,035 ✭✭✭

    I think it may happen with the release of Logos 6. If Logos wanted to make it happen, they would have done it already.I think they have their own business strategy.

    Blessings in Christ.

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    Tes said:

     If Logos wanted to make it happen, they would have done it already.

    absolutely not true. They have been working on it, and there was a glimpse of it early in this beta cycle. 

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    alabama24 said:

    Tes said:

     If Logos wanted to make it happen, they would have done it already.

    absolutely not true. They have been working on it, and there was a glimpse of it early in this beta cycle. 

    Indeed I saw the glimpse a month or so ago? The elapsed time made me wonder how its coming, and if we might see it again soon. Maybe the beta page would have been a better place to bring this up.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • Tes
    Tes Member Posts: 4,035 ✭✭✭

    [quote user="alabama24"]

    [quote user="Tes"]

     If Logos wanted to make it happen, they would have done it already.

    [/quote]

    absolutely not true. They have been working on it, and there was a glimpse of it early in this beta cycle. 

    [/quote]

    I am sorry! I didn't know that.

    Blessings in Christ.

  • Anthony Keating
    Anthony Keating Member Posts: 85 ✭✭

    I have been waiting for this since PBs became part of Logos.

    Tony

  • Quintin Le Roux
    Quintin Le Roux Member Posts: 12 ✭✭

    Anyone know if there has been any further updates?

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    Anyone know if there has been any further updates?

    Personal Book Sync is currently in Beta.

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    It works between computers, but not between computer and mobile device, or mobile device to mobile device.

    But I'd guess thats next.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    It works between computers, but not between computer and mobile device, or mobile device to mobile device.

    For clarification: Logos doesn't technically sync between computers... it syncs with the "cloud". Currently in beta, Logos is working on personal books syncing with L5. The compiled books are "uploaded" to your account on logos, which you can then download to other installations of L5. The mobile app will need an update to be able to pull down the resources stored on your account "in the cloud."

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    Indeed. I was speaking more in a pragmatic sense. The books will show up on your other PC or Mac device, but not yet your mobile device.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,523

    I was speaking more in a pragmatic sense.

    [Y]

    Just clarifying because there are differences and sometimes the distinction is important. One user, for example, has a personal book which he asked permission to create from the author. In his understanding of his "permission," he doesn't feel comfortable having the document stored on Logos servers.

    Also, when people think the books are literally syncing between devices, they think that both devices must be turned on, have logos running, etc. That isn't how the sync functions. 

    macOS, iOS & iPadOS |Logs| Install
    Choose Truth Over Tribe | Become a Joyful Outsider!

  • Quintin Le Roux
    Quintin Le Roux Member Posts: 12 ✭✭

    Forgive my ignorance, but please could someone point to how to download to my laptop, if this is possible? (I uploaded to my iMac and can see them on my macbook, but when I try opening them, get license error?) 

    Thank you for the responses!! 

  • Quintin Le Roux
    Quintin Le Roux Member Posts: 12 ✭✭

    Forgive my ignorance, but please could someone point to how to download to my laptop, if this is possible? (I uploaded to my iMac and can see them on my macbook, but when I try opening them, get license error?) 

    Thank you for the resresponses! 

  • abondservant
    abondservant Member Posts: 4,796 ✭✭✭

    For right now it only works on the unstable beta. Now that it is in the second beta stage, I've experienced a lot better functionality. However during the first beta, I had a lot of issues that caused me to be unable to use logos much of the time.

    That said, make sure you read the warnings here.

    And scan the forum here for the problems that others are having.

    Then if you're still interested the first link has the installation directions.

    L2 lvl4 (...) WORDsearch, all the way through L10,

  • Quintin Le Roux
    Quintin Le Roux Member Posts: 12 ✭✭

    Thanks so much, mate. Really, really appreciate the help. Yeah... I'm one of those nervous folk, so will just wait for it to be released "for real".

    :) 

    Thanks again - I'm just so happy that this is so close now, I have been following this for over a year.

  • Tes
    Tes Member Posts: 4,035 ✭✭✭

    [quote user="Quintin Le Roux"]

    Thanks so much, mate. Really, really appreciate the help. Yeah... I'm one of those nervous folk, so will just wait for it to be released "for real".

    :) 

    Thanks again - I'm just so happy that this is so close now, I have been following this for over a year.

    [/quote]

    I rejoice with you brother.

    Blessings in Christ.

  • chandarkholi
    chandarkholi Member Posts: 2 ✭✭

     Thank you for coming here to say those pieces of information. I appreciate it.