46 Matching Annotations
  1. Apr 2026
    1. 生成的视频自带环境音效和声音同步,不是哑片。比如生成一段城市街景,会自动配上交通声和人群噪音。

      令人惊讶的是:AI视频生成技术已经能够自动生成与场景匹配的环境音效和声音同步,这大大提升了生成视频的真实感。这种技术进步意味着AI不仅能创造视觉内容,还能创造完整的视听体验,为内容创作开辟了新的可能性。

  2. 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

  3. Sep 2024
  4. Jun 2024
  5. 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.
  6. Dec 2023
  7. 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.
  8. Jun 2023
  9. Apr 2023
  10. Nov 2022
  11. Aug 2022
  12. Jul 2022
  13. Jun 2022
  14. 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"/>

  15. 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.
  16. Oct 2021
  17. Aug 2021
  18. May 2021
  19. Feb 2021
  20. Dec 2020
  21. Sep 2020
  22. Apr 2020
  23. Mar 2020
  24. 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

  25. Sep 2017