Skip Navigation

Posts
198
Comments
495
Joined
3 yr. ago

  • There's a good reason why you should register your bot on platforms like Lemmy or Mastodon: it allows users to filter out bots if they prefer not to engage with them. While experimenting is perfectly acceptable, it's important to respect the etiquette and rules of the community. Failing to register your bot could lead to a ban from the server, depending on its specific guidelines.

  • Same.

  • Yeah but the line between them and google is not there anymore in that case

  • Get ready for ads as well

    https://github.com/mozilla/bedrock/commit/d459addab846d8144b61939b7f4310eb80c5470e#commitcomment-153095625

    They removed this:

     
        
    
                {
    
                    "@type": "Question",
    
                    "name": "Does Firefox sell your personal data?",
    
                    "acceptedAnswer": {
    
                        "@type": "Answer",
    
                        "text": "Nope. Never have, never will. And we protect you from many of the advertisers who do. Firefox products are designed to protect your privacy. That’s a promise. "
    
                    }
    
                },
    
    
      
  • Get ready for ads as well

    https://github.com/mozilla/bedrock/commit/d459addab846d8144b61939b7f4310eb80c5470e#commitcomment-153095625

    They removed this:

     
        
    
                {
    
                    "@type": "Question",
    
                    "name": "Does Firefox sell your personal data?",
    
                    "acceptedAnswer": {
    
                        "@type": "Answer",
    
                        "text": "Nope. Never have, never will. And we protect you from many of the advertisers who do. Firefox products are designed to protect your privacy. That’s a promise. "
    
                    }
    
                },
    
    
      
  • Thanks 🙏

  • Do you have alias limit per user per domain?

  • Thanks for sharing

  • Thanks for sharing

  • Yeah I don’t even used the SharePlay on Apple. Question for people using it: How do you start that? First do you start over phone/whatsapp/messengers? Or do you see people online in plex and propose to watch? For me either people are in different timezone so not practical or will be home and we watch it irl sync on the same tv.

  • I never used that feature. Sometimes less is more. Anyone actively using it in plex or Jelly?

  • Not an ad. It is just a project demo. Look at their GitHub for more details.

  • Thanks for sharing. I did not know this movie. 🍿

  • As per the GitHub:

    Bonus: you can open the ggwave web demo https://waver.ggerganov.com/, play the video above and see all the messages decoded!

  • Deepseek continue its open source releases

    DeepEP is a communication library tailored for Mixture-of-Experts (MoE) and expert parallelism (EP). It provides high-throughput and low-latency all-to-all GPU kernels, which are also as known as MoE dispatch and combine. The library also supports low-precision operations, including FP8.

    To align with the group-limited gating algorithm proposed in the DeepSeek-V3 paper, DeepEP offers a set of kernels optimized for asymmetric-domain bandwidth forwarding, such as forwarding data from NVLink domain to RDMA domain. These kernels deliver high throughput, making them suitable for both training and inference prefilling tasks. Additionally, they support SM (Streaming Multiprocessors) number control.

    For latency-sensitive inference decoding, DeepEP includes a set of low-latency kernels with pure RDMA to minimize delays. The library also introduces a hook-based communication-computation overlapping method that does not occupy any SM resource.

    Notice: the implementation in this library may have some slight differences from the DeepSeek-V3 paper.