• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle



  • Even if you don’t like Visual Studio specifically, you probably still use some kind of IDE rather than a plain text editor plus command line tools. Even basic things like syntax highlighting are tremendously useful features that significantly reduce cognitive load.

    One use case I can think of for soemthing like Studio Binder is their scriptwriting tools. You can do that all in a word processor, and there are probably even good templates for it. But presumably Studio Binder’s script editor is built to ensure all your formatting adhere’s to existing industry standards. It probably has a custom spell checker to enforce some of this. I also wouldn’t be surprised if it has built in functionality for tying scenes to a shot list, tracking locations and props as they are introduced, etc. I don’t know if they actually do these things, but they are features I would likely build into such software based on my own experience that regular word processors and project planners don’t really do.








  • Ironically, my home address is more consistent in Apple Maps than Google Maps. There are multiple accepted spellings of my street name, and which one you use with my house number yields a different location on my street in Google maps. Apple Maps always gives the correct location.

    It’s a problem when I order food to be delivered because sometimes their system will auto correct the address I provide to one of the spellings that Google Maps thinks is way down the street from where I actually live.






  • TPM and SecureBoot are separate UEFI features. Windows 11 requires TPM 2.0. If your system meets the CPU requirements, then it should support this without needing to install a hardware TPM dongle. However, until recently, many vendors turned had this feature turned off for some reason.

    Where some confusion comes in is another Windows 11 requirement, that machines be SecureBoot capable. What this actually means in practice is that your system needs to be configured to boot in UEFI mode rather than CSM (“Legacy BIOS”) mode.


  • My experience is that Nvidia plays nicer without secure boot. Getting Fedora up and running with the proprietary Nvidia drivers and fully working SecureBoot was quite a headache, whereas everything just worked out of the box when I disabled it.

    But this is very much an Nvidia problem and not a SecureBoot problem. There is a reason basically no-one else provides their drivers as one-size-fits-all binary kernel modules.



  • you need a Microsoft signed stub to boot anything other than Windows on a PC

    Not necessarily, most motherboards and laptops (at least every single one I’ve ever owned) allow users to enroll their own Secure Boot keys and maintain an entirely non-Microsoft chain of trust. You can also disable secure boot entirely.

    Major distros like Ubuntu and Fedora started shipping with Microsoft-signed boot shims as a matter of convenience, not necessity.

    Secure Boot itself is not some nefarious mechanism, it is a component of the open UEFI standard. Where Microsoft comes in to play is the fact that most PC vendors are going to pre-enroll Microsoft keys because they are all shipping computers with Windows, and Microsoft wants Secure Boot enabled by default on machines shipping with with their operating system.