Alternate account for @simple@lemmy.world

  • 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • simple@lemm.eetoOpen Source@lemmy.mlProton's biased article on Deepseek
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    17 days ago

    I understand it well. It’s still relevant to mention that you can run the distilled models on consumer hardware if you really care about privacy. 8GB+ VRAM isn’t crazy, especially if you have a ton of unified memory on macbooks or some Windows laptops releasing this year that have 64+GB unified memory. There are also websites re-hosting various versions of Deepseek like Huggingface hosting the 32B model which is good enough for most people.

    Instead, the article is written like there is literally no way to use Deepseek privately, which is literally wrong.


  • simple@lemm.eetoOpen Source@lemmy.mlProton's biased article on Deepseek
    link
    fedilink
    English
    arrow-up
    121
    arrow-down
    4
    ·
    17 days ago

    DeepSeek is open source, meaning you can modify code(new window) on your own app to create an independent — and more secure — version. This has led some to hope that a more privacy-friendly version of DeepSeek could be developed. However, using DeepSeek in its current form — as it exists today, hosted in China — comes with serious risks for anyone concerned about their most sensitive, private information.

    Any model trained or operated on DeepSeek’s servers is still subject to Chinese data laws, meaning that the Chinese government can demand access at any time.

    What??? Whoever wrote this sounds like he has 0 understanding of how it works. There is no “more privacy-friendly version” that could be developed, the models are already out and you can run the entire model 100% locally. That’s as privacy-friendly as it gets.

    “Any model trained or operated on DeepSeek’s servers are still subject to Chinese data laws”

    Operated, yes. Trained, no. The model is MIT licensed, China has nothing on you when you run it yourself. I expect better from a company whose whole business is on privacy.








  • The initial implementation of the long awaited easing interpolation modes for keyframes has landed. Expected soon are easing types (ease in, ease out and ease in and out) and a graph editor.

    YES! Performance boosts and stability are great and all, but Kdenlive sorely needed proper easing types, the “smooth” easing they had before made it impossible to have decent effects and transitions. Even translating text just looked linear and flat. Maybe I will use open source video editors after all!



  • simple@lemm.eetoProgrammer Humor@lemmy.mlFortune Teller
    link
    fedilink
    arrow-up
    26
    arrow-down
    2
    ·
    1 year ago

    > Decide to create a very basic GUI app in Rust, as everyone is saying it’s a great language for it

    > First compilation takes over 15 minutes to download and compile 100 libraries

    > Debug files take up 2GB of storage

    > Output binary file comes out massive for no reason

    > “Yeah you’re supposed to write a few lines to optimize for size in your release profile”

    > Compiling now takes 30 minutes instead