• 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • Gradle, with it’s transitive dependency modifications is a huge pain in this area.

    It used to be that if a library ended up having a flaw then it would be flagged and we would get the dependency updated. These days security block the “security risk” and you have to replace your dependencies dependency. Fingers crossed you can get it to actually test all the code paths.

    If an second level project gets a flaw, and it’s used indirectly then we should really look at getting the import updated so that we know it works. If that import is abandoned then we should not be updating that second level dependency, either adopt and fix the first level dependency or look at an alternative.








  • Amethyst works okay.

    It definitely fixes a bunch of things like being able to move windows between desktops by keyboard shortcuts.

    But all other OS’ support that out the box.

    Plus, you don’t need any abstraction or local VM to scp local files.

    I don’t need that on my Fedora laptop either.

    The OS clipboard keys are different than the terminal control sequences.

    Probably the only thing that is beneficial.