• 2 Posts
  • 48 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle
  • the last part is one of my biggest annoyances. People just clicking away the dialogs that almost exactly tell what is wrong and at most just say: “yeah of gave me an error but I just clicked it away and it still didn’t work”.

    As a software developer, pretty much every error you see I made there for you to either read or screenshot and send to IT, because I had to pretty much implement each one of them. (usually with a standard library, but it’s still a deliberate choice to show it to the user)

    Real unexpected errors are hopefully written to logfiles, but that’s not always possible (try logging an error when your system disk is no longer available).

    addendum: please also include the gibberish at the end of the error, because its likely there for IT or me to find more details of this specific error in the thousands to millions of things that are logged for the software or website.














  • Personally I’m more in the “oh yes please take my job as a programmer” mindset, yet none of the currently available tools seem to be anywhere near capable of it.

    When they do, I guess I’ll just translate the b.s. customers spit into something that’s even humanly readable, just merely distilling the intent often isn’t enough. Also A.I. needs to ‘learn’ to say no, because even though the customer asks for something, doesn’t mean they actually want to have the result of their question.




  • 550+ has Explicit Sync, which indeed causes a variety of issues still. Newer versions does bring things like multi monitor VRR, increased performance in VR and Wayland hardware cursors (and probably more).

    DX12 support is usually handled through VKD3D, which has an open issue on the latest Nvidia driver. The ticket suggests you have to run at least Kernel version 6.9.3.

    Rolling back the driver version would probably be through downgrade together with nvidia-utils and lib32-nvidia-utils, you can chain them in one command to satisfy the dependency resolver. e.g. sudo downgrade nvidia nvidia-utils lib32-nvidia-utils. Make sure to check if you run nvidia or nvidia-dkms.




  • Our preferred way of doing this is have a pot of near boiling water with the plate on top next to the pan I’m baking the pancakes on. Pile the pancakes directly on the plate.

    This keeps the plate hot and maintains the temperature of the bottom pancakes while you’re making a larger batch. remove the plate carefully after baking, wipe the bottom of the plate dry and put it on the table. Hot pancakes for the entire meal!

    This is for dutch pancakes BTW, no clue how it would go for American or other more fluffy pancakes.