• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • It’s all being recycled into new products

    I’m afraid its not. There are many plastics that don’t have any method of recycling, and plently more that require specific machinery for their “one time” recycling that just isn’t being used.commercially.

    when it comes to plastic bottles for example, close to 100% of them are returned and recycled into new bottles

    Even the PET bottles can only go through the process once or twice before becoming too degraded. That’s not even taking into account that most manufacturers want white or clear plastic, and recycled does not work that way.

    The separation and recycling that you do is mostly gaslighting and green washing.





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