• 0 Posts
  • 96 Comments
Joined 2 years ago
cake
Cake day: January 5th, 2024

help-circle
  • In a perfect world, I could appreciate the concept. At the end of the day, I do need to buy stuff, and I’d rather know about the available options. If I’m definitely not going to buy diapers but I’m definitely going to buy a new keyboard in the next month or two, I’d rather see keyboard ads than diaper ads.

    But that’s only in theory. In practice, “targeted” ads are invariably sleazy scams. You bet I use uBO.






  • Look, I happen to know what this is but I really hate posts that just assume everyone knows what they’re talking about.

    So for everyone else: this is the newly announced Steam Machine, a gaming PC/console that will run SteamOS (Linux) (or any other OS of your choice) and overall looks freaking awesome.














  • Such a good picture. The gap under the door must be huge though for a phone to pass through.

    If at all possible, don’t put drawers and doors in places were they can block each other like this. If space is limited and there was no other choice, so be it, but otherwise it’s the owner’s fault.

    Man these kitties are adorable!


  • Yup, that’s my interpretation too. It just doesn’t sit well with all the other operators.

    All the others are phrased as direct questions about the values of A and B:

    • A AND B = “Are A and B both true?”
    • A OR B = “Are either A or B true, or both?”
    • A NAND B = “Is (A AND B) not true?”
    • A IMPLIES B = “Is it possible, hypothetically speaking, for it to be the case that A implies B, given the current actual values of A and B?”

    You see the issue?

    Edit: looking online, some people see it as: “If A is true, take the value of B.” A implies that you should take the value of B. But if A is false, you shouldn’t take the value of B, instead you should use the default value which is inexplicably defined to be true for this operation.

    This is slightly more satisfying but I still don’t like it. The implication (ha) that true is the default value for a boolean doesn’t sit right with me. I don’t even feel comfortable with a boolean having a default value, let alone it being true instead of false which would be more natural.

    Edit 2: fixed a brain fart for A NAND B