• 0 Posts
  • 578 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle







  • A project ending as abandonware is always a possibility. One reason projects get abandoned is losing funding, which can be secured by using dual licensing and selling some features to businesses.

    That is not my point.

    Having a CE or OS version and an Enterprise Version can lead to conflict of interest. Do you add a feature to the OS Version or do you spend time on the Enterprise feature? There are a lot of examples, Emby is one, others are escaping me right now.

    There are other models that work well like paid support etc. Nonetheless i will stay away.







  • Looks like you used hardware that was designed for windows and are blaming it now on Linux.

    I am not understanding the issue you have that requires signing of drivers.

    Yes some Bluetooth devices lack the support from the manufacturer’s for Linux, the Controllers i have used work great, at least for my needs.

    Controllers have better support Linux for ages. Not understanding the issue here either.

    Troubleshooting on Windows sucks at least to the same degree. The same non specific error message gets you 50 possible solutions.

    No need to announce your departure.







  • Lennart Poettering intends to replace “sudo” with #systemd’s run0. Here’s a quick PoC to demonstrate root permission hijacking by exploiting the fact “systemd-run” (the basis of uid0/run0, the sudo replacer) creates a user owned pty for communication with the new “root” process.

    To my understanding that actually solves issues. A lot of ppl already prefer other tools like doas since sudo is basically “too big” for what it does.

    More code means more potential bugs. run0 has to my knowledge significantly less code. And the benefit of not relying on SUID.

    In the end, you do you. The big distros will adopt what is good for them and good to maintain. You do not have to use it.