• 64 Posts
  • 420 Comments
Joined 2 years ago
cake
Cake day: September 8th, 2023

help-circle


  • I imagine that it is theoretically possible to successfully vibe-code, but probably not with a conventional project layout nor would it look much like traditional programming. Something like your interaction primarily being a “requirements list”, which gets translated into interfaces and heavy requirements tests against those interfaces, and each implementation file being disposable (regenerated) & super-self-contained, and only being able to “save” (or commit) implementations that pass the tests.

    …and if you are building a webapp, it would not be able to touch the API layer except through operational transforms (which trigger new [major] version numbers]. Sorta like MCP.

    Said another way, if we could make it more like a “ratchet” incrementing, and less like an out-of-control aircraft… then maybe?!?



  • If you’re up for some constructive criticism: I think the meme would be more effective if you put the silksong price in the lower panel to balance the $70 figure found in the top panel. Said another way, the lower text is missing the suffix “…for $20”.

    …and I guess while I’m at it, whatever that meme law is about fewer words is better makes me think the top panel could be trimmed down: The gaming industry explains why they need to charge $70 for a game in order to make a profit.









  • I would say simply to avoid buying phones from ad-companies, but more generally… if you buy hardware from vendors that respect ownership (i.e. that have user-unlockable bootloaders) then you don’t really have to worry about this kind of thing, as even if the company turns evil later, you can probably flash the phone with a 3rd party rom.



  • xia@lemmy.sdf.orgtomemes@lemmy.worldFound in the wild
    link
    fedilink
    English
    arrow-up
    3
    ·
    28 days 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);
    

  • 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.