• 0 Posts
  • 226 Comments
Joined 1 year ago
cake
Cake day: April 13th, 2024

help-circle



  • This week I heard from a network group lead of a university hospital, that they have a similar issue. Some medical devices that come with control computers can’t be upgraded, because they were only certified for medical use with the specific software they came with.

    They just isolate those devices as much as possible on the network, not much else to do, when there is no official support and recertification for upgrading. And of course nobody wants to spend half a million on a new imaging device when the old one is still fine except for the OS of the control computer.

    Sounds like a shitty place to be, I pity those guys.

    That said, if you were talking about normal client computers then it’s inexcusable.





  • Pre-UEFI they were fighting over the boot sector, sure, but now that everything is more well defined, and every OS can read the FAT32 ESP? Never seen it…

    At worst the UEFI boot entry is replaced. There are some really shitty UEFI implementations out there which only want to load \efi\microsoft\boot\bootx64.efi or \efi\boot\bootx64.efi, or keep resetting you back to those.

    Assuming you were dumped into Windows suddenly, you can check if you have the necessary boot entries still with bcdedit and its firmware option

    bcdedit /enum firmware
    

    If you just have a broken order you can fix it with

    bcdedit /set {fwbootmgr} displayorder {<GUID>} /addfirst
    

    If you actually need a new entry for Linux it’s a bit more annyoing, you need to copy one of the windows entries, and then modify it.

    bcdedit /copy {<GUID1>} /d "Fedora"
    bcdedit /set {<GUID2>} path \EFI\FEDORA\SHIM.EFI
    bcdedit /set {fwbootmgr} displayorder {<GUID2>} /addfirst
    

    Where GUID1 is a suitable entry from windows, and GUID2 is the one you get back from the copy command as the identifier of the new entry. Of course you will have to adjust the description and the path according to your distro and where it puts its shim, or the grub efi, depending on which you’d like to start.

    Edit: Using DiskGenius might be a little more comfortable.







  • Since the others tackled polygraph’s uselessness, I want to comment on another angle:

    I think fundamentally in such a case it will be easy for you to convince yourself that you’re telling the truth in the moment you say it.

    After all you are telling the truth to a version of the question, and you only have an assumption that the questioner means a different version of the question. Even if it’s a good assumption, nothing in particular makes your version worse, in fact you could argue it’s better.

    That combined should make it easy to mentally gloss over the contradiction. So I think your physiological reaction will be indistinguishable from telling the truth on control questions.




  • Not really, she really is just an old elf lady who looks like a young adult human. There’s nothing sexualised about her, and she’s not childlike. For example here she is next to a human child who becomes her apprentice:

    And here she is talking to a human priest she was adventuring with 50 years ago, he’s grown old, she hasn’t changed:

    And here she is head patting him, to give him reassurance that he did well after he confides that he never felt like he figured out how to be “a grown up” and just kept faking it while growing old:

    The human child is Fern, and the old Priest Heiter picked her up after she was orphaned by a demon attack. Heiter asks Frieren to keep taking care of Fern after his death, and mentor her in magic.

    It’s a really nice relationship driven story with an interesting storyline and magic system.