• 1 Post
  • 38 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle










  • As someone said something against Firefox.

    As someone who donated regularly to the Mozilla foundation: adding AI in a browser is a stupid idea, always will be and alone the fact that Firefox spends time and resources in this feature means, they have to earn that money again.

    I will not donate anymore, as long as they develop WI features for Firefox.

    Vote this and this comment down as much as you like but fact is, that money must come from somewhere, and the biggest source of income is still selling Google the default search engine spot and outer questionable sources.

    This is not sustainable and a bad day for user choice.




  • Other stuffis not part of OpenRGB and never will be. Maybe you should have a loook at the project yourself, mainly read the contribution document.

    What is your issue? Avoiding fragmentation? Yeah me to.

    Currently,I do want to control my mouse, I need a different software that collides work OpenRGB.

    This is not fixable by trying to force stuff into OpenRGB the maintainer clearly does not want (he said so).

    After we have a working lib, with at least feature parity, I will try to convince the current maintainer of OpenRGB to outsource the device handling, and focus on the features he wants to build.

    EDIT and I don’t want to compete with OpenRGB, I want to focus the currently fragmented world of Linux peripheral development in a singular place, so every tool can use it. Ad a library, not a GUI application that just is another project that will die because it gets unmaintanable.

    So, please, have a good look at the contribution documentation and the bug tracker. Look for yourself, or try to introduce macro support or other stuff into this project. I have done so in the past.

    And to be clear: If the author and maintainer says he don’t want to have this feature, I completely understand.


  • This will not be a fork of OpenRGB. While I plan to take a huge chunk of it (the reversed generiert device protocols) the library itself, is all written from scratch.

    And, as mentioned, OpenRGB has issues. Besides the listed, technical, issues it has also design and maintenance issues:

    While OpenRGB heavily depends on Qt, and is written in C++, ur is full of plain C constructs. This is intentional, have a look at the README.md. raw pointer juggling, lifetime issues (therefore, segfaults) and most importantly:

    Making it a dependency would not aolfe any of the feature issues. A device, provided by OpenRGB, still has no support for macros, OpenRGB does all the device communication, so no way to add it.





  • I have to answer to this post directly… First of all: I am a member of the European free software foundation. I am since over 10 years.

    Using those distributions is, sadly, a security risk!

    Everybody must be absolutely clear about the fact that CPU microcode updates are property blobs, and therefore removed by those projects.

    This means: Your CPU runs with only the build in firmware and is most likely vulnerable against many CPU level attacks. CPU bugs can only be fixed with microcode , and if you drop those from the systems you leave the systems vulnerable.

    Full free software distributions are a important, but very esoteric.

    OP claims even the kernel itself is non free software. So let me just cite the kernel archive

    Is Linux Kernel Free Software?

    Linux kernel is released under the terms of GNU GPL version 2 and is therefore Free Software as defined by the Free Software Foundation.

    I heard that Linux ships with non-free “blobs”

    Before many devices are able to communicate with the OS, they must first be initialized with the “firmware” provided by the device manufacturer. This firmware is not part of Linux and isn’t “executed” by the kernel – it is merely uploaded to the device during the driver initialization stage.

    While some firmware images are built from free software, a large subset of it is only available for redistribution in binary-only form. To avoid any licensing confusion, firmware blobs were moved from the main Linux tree into a separate repository called linux-firmware.

    It is possible to use Linux without any non-free firmware binaries, but usually at the cost of rendering a lot of hardware inoperable. Furthermore, many devices that do not require a firmware blob during driver initialization simply already come with non-free firmware preinstalled on them. If your goal is to run a 100% free-as-in-freedom setup, you will often need to go a lot further than just avoiding loadable binary-only firmware blobs.

    https://www.kernel.org/faq.html