Privacy & Foss advocate, and Linux user.
Ace 🖤🩶🤍💜

Anti Commercial-AI license (CC BY-NC-SA 4.0)

  • 2 Posts
  • 154 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • Rustmilian@lemmy.worldtoMemes@lemmy.mlLift like China, bro 🇨🇳💪
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    6
    ·
    edit-2
    2 months ago

    You really just compared “African leader” to “a monkey”. I can’t, I can’t believe it. The irony, the sheer irony, it’s delicious, so very delicious, keep feeding me more of this shit.

    You’re completely miss understanding the entire thing. You’re dear lead is being compared to an iconic, childhood beloved, Disney, cartoon bear 🐻, and you think it’s racist? How foolish.








  • Why should we have the same standard for two fundamentally different languages with distinct design philosophies and features?
    Even if the C coding standard was used, it fundamentally will not make Rust more legible to C-only kernel devs. Imposing the C coding standard on Rust would be fundamentally counterproductive, as it would undermine Rust’s safety and productivity features. Rust’s coding guidelines align with its design principles, promoting idiomatic Rust code that leverages language features like ownership, borrowing, and lifetimes.
    This ensures that Rust code in the kernel is safe, concurrent, and maintainable, while adhering to the language’s best practices. While the C coding standard served its purpose well for the procedural C language, it is ill-suited for a modern language like Rust, which has different priorities and language constructs. Having separate coding standards allows each language to shine in its respective domain within the kernel, leveraging their strengths while adhering to their respective design philosophies. Having separate coding standards for C and Rust within the kernel codebase is the sensible approach.




  • This error is caused by a compatibility issue between Wine’s RandR (X11 display extension) implementation and the NVIDIA proprietary drivers.

    a. Install winetricks and run winetricks orm=backbuffer glsl=disable This will configure Wine to use a different rendering method that is compatible with the NVIDIA drivers.

    &/Or

    b. Use a tool like Q4Wine to configure the Wine prefix and set the “UseRandR” option to “N” This will disable Wine’s use of the RandR extension and use a fallback method instead.

    That should fix it.