45 Matching Annotations
  1. Dec 2024
    1. Most interestingly, it unlocks ways to avoid coordination within distributed systems, offering better scalability and better performance

      This sounds similar to the spanner work with Google - if the machines know what time it is, they can then make queries as of GIVEN_DATETIME

  2. Sep 2024
  3. Jun 2024
  4. May 2024
    1. iCloud Sync is not working. Make sure you have signed into iCloud with the same account on all devices. On iOS, go to Settings → [your name (the very top item)] → iCloud → iCloud Drive. On macOS, go to System Settings → [your name] → iCloud → iCloud Drive. Make sure iCloud Drive is on. On iOS, go to Settings → [your name] → iCloud → (Tap the “Show All” button to go to “Apps using iCloud”) → (Scroll down to find Anybox). On macOS, go to System Settings → [your name] → iCloud → Show More Apps…. Make sure Anybox is on. If the switch for iCloud Drive or Anybox is disabled, it means your device is managed by organization and iCloud is not allowed.
  5. Dec 2023
  6. Aug 2023
    1. async is a concurrency technique. If you need concurrency, async is required for node to work properly (not "better"). If you don't have concurrency, you don't need async. The point is you need to actually understand what async does for you and why. It's not inherently "better" for no reason and you don't need to memorize it as a "best practice". If the OP is writing a command line utility to alter a JSON file then exit, async complicates the code for no reason as the concurrency is not required.
  7. Jun 2023
  8. Apr 2023
  9. Nov 2022
  10. Aug 2022
  11. Jul 2022
  12. Jun 2022
  13. May 2022
    1. We use the Web Annotation Protocol to sync bookmarks and last reading position across devices. At a glance it covers all the use cases here, and it's a well-defined protocol with multiple independent implementations. In particular, WAP defines a relation for discovery. Here's how we link to the annotation endpoint for a specific book in an OPDS 1.2 feed. Note the distinctive link relation and media type:

      xml <link href="https://circulation.librarysimplified.org/NYNYPL/annotations/Gutenberg%20ID/40278/" type="application/ld+json; profile=&quot;http://www.w3.org/ns/anno.jsonld&quot;" rel="http://www.w3.org/ns/oa#annotationService"/>

  14. Jan 2022
    1. For me there is a distinct difference between these two scripts: let a = 1; $: b = a * 2; let a = 1; let b; $: { b = a * 2 }; The first example defines a "recipe" for how to create b and b is completely defined by that declaration. Outside of that it is immutable, data flows only into a single sink. The second example declares a variable b and then uses a reactive statement to update it. But it also allows you to do with b whatever you want. If someone wants to go that route (definitely not me), they are free to do so at their own risk of ensuring consistency.
  15. Oct 2021
  16. Aug 2021
  17. May 2021
  18. Feb 2021
  19. Dec 2020
  20. Sep 2020
  21. Apr 2020
  22. Mar 2020
  23. Jan 2019
    1. Coming back to the two ‘FreeSync’ settings in the monitor OSD, they differ in the variable refresh rate range that they support. ‘Standard Engine’ supports 90 – 144Hz (90 – 119Hz via HDMI) whilst ‘Ultimate Engine’ gives a broader variable refresh rate range of 70 – 144Hz (62 – 119Hz via HDMI). We didn’t notice any adverse effects when using ‘Ultimate Engine’, so we’d suggest users simply stick to that option.

      In my tests using Standard Engine, in combo with G-Sync Compatible Driver, I get more screen flickering during menus.

    1. e completed the design and eval-uation of PartialSync (pSync) [5]. We also conducted a thorough comparative study of the di erent syncprotocols we have developed over the last few years, including CCNx Sync [1], iSync [6], ChronoSync [8],RoundSync [2], and pSync.

      We completed the design and evaluation of Partial Sync (pSync) [5]. We also conducted a thorough comparative study of the different sync protocols we have developed over the last few years, including CCNx Sync [1], iSync [6], ChronoSync [8], RoundSync [2], and pSync.

    Tags

    Annotators

  24. Sep 2017