• 130 Posts
  • 1.53K Comments
Joined 3 years ago
cake
Cake day: September 8th, 2023

help-circle
  • xiatomemes@lemmy.worldFound in the wild
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    In theory, yes. There is a first-stage bootloader (that actually finds, loads, verifies, and jumps-into fastboot) baked into the hardware (implemented in fuses and ROMs [like REAL roms, not “flashable” ROMs]), and AFAIK it cannot effectively be modified after the phone is manufactured, so they try to keep it as simple as possible.

    So if it were real, the psuedocode would be something like this:

    var fastbootPartition=locateFastbootPartition();
    
    if (fastbootPartition == null || !verifySignature(fastbootPartition))
    {
         // AFAIK, this code block is already a thing in production, but the
        // message is more like a "signature failed" or "corrupted" than
        // a "you done goofed".
        displayRudeMessage();
        halt();
    }
    
    var fastbootAddress=load(fastBootPartition);
    jumpTo(fastbootAddress);
    













  • xiatoSurface LinuxStarlite or Surface Linux?
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I keep telling myself that next time I will buy a “designed for linux” device. It’s not that you can’t make it work, but the accumulation of little things (webcam, wifi, whatever the that newest thing is that they wanted to try out for this one model), kind of wears on you.

    Considering your rather minimal requirements (read PDFs and take handwritten notes), I would actually recommend something far different that either of those two paths… a supernote manta.




  • I don’t know if this is what you mean, but I find that “Westworld” hits a lot harder post-ChatGPT.

    I remember it taking a lot more suspension of disbelief on release, but now much of it falls into the realm of plausible.

    Maybe not the “computable consciousness”, but the glitchy hand-wavy “we don’t know how it works either” aspect… at the time it seemed like a mcguffin cop-out, and now that’s like all the new business models.