setVeryLoud(true);

He / They

Software Developer

  • 1 Post
  • 238 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle
  • Good S0ix support. At the moment, Linux mostly fails to sleep correctly on modern S0ix laptops, which happens to be most modern laptops.

    This means the battery drains incredibly fast, and S0ix features aren’t being used, which is unfortunate as it has potential for quick wake, lid closed actions and limiting battery drain while asleep (since S0ix can eventually hibernate automatically from a sleep state)

    Also the boot loader could be improved, systemd-boot needs to support secure boot natively so we can be rid of the slow, ancient and scary-looking GRUB.





  • You’re talking about extensions.

    Extensions that don’t come from GNOME are not supported at all, they’ve made that clear. If they wanted to, they could just stop allowing third party extensions altogether.

    This is because they hook directly into GNOME Shell’s’ internal JS, which changes every release as they refactor it for performance or feature changes. Developers have a few months before release to adjust their extensions for the newer version.

    Personally, I just raw dog vanilla GNOME for stability, and it works fine.




  • I’m a full-stack software developer working in the financial sector, their statement is factual.

    Companies will never want to take on liability that has the potential to bankrupt them. It is in their best interest to not reveal the version of libraries they are using as some versions may have publicly known vulnerabilities, and it would make it incredibly easy for attackers to build an exploit chain if they knew the exact versions being used.

    Securing client code is just as important as securing server code, as you don’t want to expose your users to potential XSS attacks that could affect the way the page gets displayed, or worse, leak their credentials to a third party. If this happened in the EU or some parts of Canada, and it’s been found that the company reduced their threat model “for the sake of openness”, they would likely be fined into bankruptcy or forced to leave the market.

    Unfortunately, this is one of those cases where your interests and ethics will never be aligned with those of service owners as they are held to a certain standard by privacy laws and other regulations.