• 4 Posts
  • 46 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle

  • Hockey, not lacrosse. And yes, it gets reused every year. Each person who won gets 24 hours with the cup to do whatever they want with it, and then it goes to the next person. The bottom part of the cup is made of a bunch of bands or rings, that get engraved with the winners every year. The whole cup can hold up to 50 years of names, and when they need more space they remove the oldest band and put it in the Hockey Hall of Fame. It looks like the owner added all his family to the cup. It’s happened before and the extra names got struck out. It’ll probably happen again this time too.




  • Most common oven temperatures:

    325°F/160°C, 350°F/175°C, 375°F/190°C, 400°F/205°C, 425°F/220°C

    So functional range of temps for most baking is 160-220°C with 175°C being the most common for most standard dinner recipes. Every non-commercial oven I’ve ever used defaults to 350/175 unless you set it otherwise, and I’ve used a lot of ovens. Commercial ovens are a bit different, most don’t have a default or if they do they have memory built in to default to your last temp used, but in my experience the most common temp for commercial baking is more often 375/190.

    Though obviously individual recipes vary, that’s just averages across the many recipes I’ve made in both home kitchens and commercial kitchens. I’ve used 425/220 many, many times, as have I used 325/160 many, many times. I’ve also used outside that range but it’s far rarer. That’s mostly for specialized techniques or a very specific ingredient, or slow cooking and broiling obviously.









  • Which will then probably tell you that it conflicts with vulkan-mesa-device-select and asks if you want to replace it. Which might either work or just get you another conflict because vulkan-mesa-device-select is required by some other package.

    Yeah, basically. This was my result:

    sudo pacman -S vulkan-mesa-implicit-layers
    resolving dependencies...
    looking for conflicting packages...
    :: vulkan-mesa-implicit-layers-1:25.3.5-2 and vulkan-mesa-device-select-1:25.2.6-2 are in conflict. Remove vulkan-mesa-device-select? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: removing vulkan-mesa-device-select breaks dependency 'vulkan-mesa-device-select' required by lib32-vulkan-mesa-device-select
    :: removing vulkan-mesa-device-select breaks dependency 'vulkan-mesa-device-select' required by vulkan-intel
    

    Btw… pacman -Qi <package name> usually tells you anything you need to know about a package. In this context mainly why it was installed (as a requirement for which package) and which other packages are required as a dependency.

    So maybe you should take one step back first. Check why 'vulkan-mesa-device-select` was installed in the first place.

    Okay so I tried that and got:

    pacman -Qi vulkan-mesa-device-select
    Installed From  : cachyos
    Name            : vulkan-mesa-device-select
    Version         : 1:25.2.6-2
    Description     : Mesa's Vulkan Device Select layer
    Architecture    : x86_64
    URL             : https://www.mesa3d.org/
    Licenses        : MIT AND BSD-3-Clause AND SGI-B-2.0
    Groups          : None
    Provides        : None
    Depends On      : glibc  libdrm  libxcb  wayland
    Optional Deps   : None
    Required By     : lib32-vulkan-mesa-device-select  vulkan-intel
    Optional For    : None
    Conflicts With  : None
    Replaces        : None
    Installed Size  : 104.43 KiB
    Packager        : CachyOS <admin@cachyos.org>
    Build Date      : Wed 29 Oct 2025 02:12:36 PM
    Install Date    : Fri 07 Nov 2025 07:55:30 PM
    Install Reason  : Installed as a dependency for another package
    Install Script  : No
    Validated By    : Signature
    

    Seems it’s necessary, so I tried sudo pacman -S vulkan-mesa-device-select and it gave me no trouble, so then I ran sudo pacman -Syu and after just under 10 minutes everything updated! Seems to work again. Thank you very much for the help, I really do appreciate it.









  • We just signed a lease on a new place. Most of the paperwork we could do online but a couple things needed to be dropped off in person at the realtor’s office. It’s a decently large office and there’s TVs there with info and stuff for staff. A few panels that show up talk about seminars for how to better sell a property, and one of them was called “The AI Revolution in Realty”. I have no idea how AI can help with selling a place, everyone I know wants to view places in person. I guess if you’re selling a place to someone overseas who’s about to come here for school (pretty common where I live), then maybe AI can help deceive them so they’re more likely to purchase/rent? That’s the only thing I could think of. Realty is a decently in-person job, that’s not something AI can be integrated with. Maybe I’m wrong and there’s a good explanation for it, but I can’t think of one. It’s the most forced integration with AI I’ve seen personally.