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

help-circle



  • 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.orgOPtoLemmy Shitpost@lemmy.worldApple Envy
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    2
    ·
    edit-2
    20 days ago

    I would agree insomuch as Google’s privacy issues are better known.

    Nonetheless, we are comparing two jail cells. One has a finger-puzzle that opens the cell-doors (and an obvious surveillance camera), and the other one is securely locked with a less-obvious/hidden camera (iphone backups)… and the issue at hand is akin to removing the finger-puzzle because the captives keep opening it to let baddies join them.


  • xia@lemmy.sdf.orgOPtoLemmy Shitpost@lemmy.worldApple Envy
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    19
    ·
    edit-2
    20 days ago

    Are we seriously going to pretend that a single person can be wholly evil? Much less a company of 200k people.

    Even if Google takes this huge step of requiring their blessing for every Android developer (which Apple has ALWAYS had on their side), they will still be better (by my estimation) along the freedom dimension than Apple. Maybe too far removed for my involvement, but better nonetheless.

    edit: misread “just as evil [as Apple]”




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