• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2024

help-circle
  • h0rnman@lemmy.dbzer0.comtoComic Strips@lemmy.worldOf course
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    I guess man, I’m just trying to offer alternatives. We travel enough that we like knowing what we’re gonna get instead of having to worry if we’re going to be the next horror story. The airbnb app makes a point now of assuring you that the price you see is all-inclusive of fees - now why would they do that, I wonder. Ultimately, we’re probably some of the tidiest travelers. We just don’t have time to worry about rules changing at each place depending on how badly the host wants to pocket that cleaning fee





  • Appx and UWP are more packaging (like rpm, deb, msi) formats than an executable format. PE is behind everything in windows and the amount of effort required to change that seems truly Herculean, even for an organization the size of Microsoft. Heck, even executables for windows ARM were PE (as well as UEFI binaries). But even if you assume that they do go forward with something that insane, if they want developers to write software for it, they’ll have to publish the format specs so that gcc and llvm can implement them so that the tens of thousands of existing libraries could be ported



  • Sab might have its own mask settings - it would be worth looking at. Same thing applies here - subtract the mask part from 7 to get the real permissions. In this case, mask 002 translates into 775. This gives the uid and gid that the container is running under (probably defined in a variable somewhere) Read/Write/Execute, but anyone else Read/Execute. The “anyone else” would just be any account on the system (regardless of access method) that didn’t match on the actual uid or gid value.