• 0 Posts
  • 276 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle


  • Chobbes@lemmy.worldtoGames@lemmy.worldThis console generation seems skippable
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    10 months ago

    The thing that always bothers me about people saying consoles are a good deal as the hardware is cheap compared to a PC is just that it gets more expensive really quickly with software. Particularly if you get a digital only console it only takes a few games until you’re at the price of a PC. I just can’t justify buying a locked down system anymore.




  • I don’t drink alcohol, so I cannot comment on that.

    But that said, I kind of think of coffee as being pretty similar to chocolate. It’s an earthy but bitter flavour that can be nice, often when paired with something sweet and creamy. Also there are nice espressos that are kind of fruity and creamy on their own. There’s plenty flavours that are overwhelming on their own, but complement other flavours nicely. People are also known to like intense experiences, like really spicy foods.

    Anyway, I won’t fight you if you don’t like it. That’s totally reasonable :).





  • Chobbes@lemmy.worldtoComic Strips@lemmy.worldNo escape
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    10 months ago

    My understanding (which may be false) is that this can come about from competing design considerations and regulations. Like… It’s ideal to be able to push the door open from the inside of the bathroom so you don’t have to touch a nasty doorhandle, but you also don’t want somebody to be able to put something in front of the door, potentially trapping you in the bathroom (particularly in the event of a fire… Dying in a fire is probably worse than touching a nasty doorhandle), and you also don’t want doors to unexpectedly swing open into busy hallways. This drives me nuts too, though.







  • Oh, okay. Not sure if you want an explanation, but it’s here if you want!

    The kernel is kind of the part of the operating system that glues everything together. It provides common interfaces for accessing hardware, provides a library of useful functions to programs, and manages running all of your programs at the same time (like, you know how you can have more programs running than you have CPU cores? The kernel is responsible for scheduling when each program gets to execute instructions on the CPU and stuff).

    A binary blob is just what we call it when some piece of software (in this case a driver), is only available in the executable binary format. No source code available, so it’s effectively a black box unless you make a substantial effort to reverse engineer it.

    An API is an “application programming interface” which is more or less just a library of functions to do stuff. So if the interface for graphics drivers to talk to the kernel changes or something the old binary version of the driver may not work with newer kernel, and because it’s a binary blob nobody can update it except Nvidia.