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

help-circle


  • On a related tangent, because I see that this is mostly discussed to death, I dont get why Americans decided to merge other unrelated words.

    For example, being exhausted and the rubber circle that cars and bikes use to roll smoothly are the same word in American English whereas we (UK) use different spellings.

    Tire - Being exhausted

    Tyre - Round rubber wheel thing












  • I only had bad experiences with an XPS, then I found out that the Linux model was a cut down version so that Dell didnt have to support the fingerprint reader and other gadgets.

    Lenovo at the time were working with Fedora to get all their fingerprint drivers upstreamed so the choice seemed obvious.

    AMD T14 Gen 2, and it’s still great.





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