setVeryLoud(true);

He / They

Software Developer

  • 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle

  • 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.