• 19 Posts
  • 1.07K Comments
Joined 1 year ago
cake
Cake day: August 10th, 2023

help-circle

  • It specifically refers to this shorthand ?: that works like this:

    $value = $thing_that_could_be_truthy ?: 'fallback value';
    
    # same as
    
    $value = $thing_that_could_be_truthy ? $thing_that_could_be_truthy : 'fallback value';
    

    The condition is also the value if it is truthy



















  • I think that what I was talking about is exactly why they say what they say, for people that want to have more privacy/antonymy it’s there to tell them that the system itself is inherently limited so they can’t expect to be completely safe and the provider can do whatever they want or need to do by law (and here it seems from what they say, if it is 100% true, that they have been trying not to comply for the users’ sake) when you rely on their service.
    About the non-refundability, it’s true, though it’s not any more suspicious than the service in itself trying what they can to keep the users’ anonymity, so it is at least coherent, I guess it’s really up to how much you trust them there, you know what you’re getting into after all